index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
mg
/
buffer.c
Age
Commit message (
Expand
)
Author
2005-10-14
add missing /* ARGSUSED */ to quiet lint.
Kjell Wooding
2005-10-14
Whoops. C-x C-v (filevisitalt) didn't work on inital scratch buffer.
Kjell Wooding
2005-10-13
spacing
Theo de Raadt
2005-10-13
KNF and minor cleanup. Remove an impossible condition check.
Kjell Wooding
2005-10-11
A while back, undo records were moved from the BUFFER struct to MGWIN.
Kjell Wooding
2005-09-28
fix buflist mode; pr 4524; from jason
Theo de Raadt
2005-08-09
Clean up eread handling in mg. (basically, fallout from the 'enter often
Kjell Wooding
2005-06-14
Add explicit public domain notices to all public domain files.
Kjell Wooding
2005-06-03
Fix memory leak. OK kjell, with comments by beck and kjell
Chad Loder
2005-06-03
Clean up find-alternate-file (C-x C-v) so abort returns to original
Kjell Wooding
2005-05-31
fix broken minibuffer defaults introduced in echo.c:1.33
Kjell Wooding
2005-05-25
'1' in buffer-list mode should open the listed buffer in its own window
Jason Wright
2005-05-15
Fix insert-buffer prompt format string. strlcpy returns size_t, not int
Chad Loder
2005-04-03
This is a no binary change which does:
David Berghoff
2005-03-10
spacing
Theo de Raadt
2005-03-09
fix mg's behaviour with regards to files on which we do not have
Jean-Francois Brousseau
2004-07-22
stage 1 of the infinite minibuffer work - add support for on the fly
Vincent Labrecque
2003-10-21
make undo records per MGWIN, not per BUFFER...
Vincent Labrecque
2003-08-15
make dired work more like emacs. (well, make it _work_, and then add a
Vincent Labrecque
2003-06-26
protos
Vincent Labrecque
2002-07-25
use vasprintf() instead of vsnprintf + malloc + vsnprintf hack;idea from deraadt
Vincent Labrecque
2002-06-19
initialize some undo-related variables.
Vincent Labrecque
2002-03-16
Make these special buffers readonly by default. ok art@
Vincent Labrecque
2002-03-16
add readonly buffer support
Vincent Labrecque
2002-03-11
* Move to ANSI function definitions.
Vincent Labrecque
2002-03-05
Fix a ridiculous bug I introduced in the buffer code. Free the undo records
Vincent Labrecque
2002-02-26
keep undo records in the BUFFER structures insteda of having a huge list.
Vincent Labrecque
2002-02-21
It seems you need to have hacked mg at some point to be considered a
Daniel Hartmeier
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2002-02-14
some KNF
Theo de Raadt
2002-02-13
* Replace unsafe strcpy and strcat calls to safe strlcpy and strlcat.
Vincent Labrecque
2002-01-18
When listing buffers, detect if the buffer name is too long to fit in the
Artur Grabowski
2002-01-18
Remove the NROW and NCOL limits. The static arrays are now replaced with
Artur Grabowski
2001-11-25
snprintf makes me happy
Theo de Raadt
2001-08-18
handle vsnprintf returning -1
Theo de Raadt
2001-05-24
spaces
Michael Shalayeff
2001-05-23
Get rid of unnecessary casts of NULL.
Artur Grabowski
2001-05-23
sprintf instead of two strcpy (there was a bug here)
Artur Grabowski
2001-05-23
remove VOID. We're way beyond the point where this could build with an
Artur Grabowski
2001-05-23
Creatively use addlinef when listing buffers (C-X-C-B).
Artur Grabowski
2001-05-23
Don't include the trailing NUL in output.
Artur Grabowski
2001-05-23
It's unnecessary to have addline as a function. Make it a macro.
Artur Grabowski
2001-05-23
Add addlinef that's an addline with printf-style format arguments.
Artur Grabowski
2001-05-04
Cleanups in filename and buffer name handling.
Artur Grabowski
2001-05-04
Qick fix for an overflow in C-X C-B.
Artur Grabowski
2001-01-29
$OpenBSD$
Niklas Hallqvist
2000-09-01
More -Wall anmd KNF, from op2@tomahawk.SQUiSH.org
Todd C. Miller
2000-04-13
The start of KNF + -Wall. The code has been run through indent but
Todd C. Miller
2000-02-26
change WINDOW -> MGWIN to avoid curses type conflict
Todd C. Miller
2000-02-25
initial import of mg2a
Theo de Raadt