Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-16 | Make these special buffers readonly by default. ok art@ | Vincent Labrecque | |
2002-03-16 | add readonly buffer support | Vincent Labrecque | |
plus some KNF ok art@ | |||
2002-03-11 | * Move to ANSI function definitions. | Vincent Labrecque | |
* Add a whole lot of consts where I thought it made sense no ok, but no objections either... | |||
2002-03-05 | Fix a ridiculous bug I introduced in the buffer code. Free the undo records | Vincent Labrecque | |
list correctly. | |||
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 | |
true old fart, so here's my contribution ;) Don't use the same va_list twice without re-va_start()ing it, doesn't work on macppc. | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-02-14 | some KNF | Theo de Raadt | |
2002-02-13 | * Replace unsafe strcpy and strcat calls to safe strlcpy and strlcat. | Vincent Labrecque | |
* Be a little bit more verbose about some errors * Fix some memory leaks in fileio.c ok deraadt@, art@ | |||
2002-01-18 | When listing buffers, detect if the buffer name is too long to fit in the | Artur Grabowski | |
designated space and if it's too long, truncate it correctly and print a '$'-sign at the end of the name. Add support for selecting a buffer with ^M in the buffer list. | |||
2002-01-18 | Remove the NROW and NCOL limits. The static arrays are now replaced with | Artur Grabowski | |
dynamically allocated memory. Code written by Vincent Labrecque <limitln@Psyfreaks.CA> with some minor tweaks by me. | |||
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 | |
ancient compiler. | |||
2001-05-23 | Creatively use addlinef when listing buffers (C-X-C-B). | Artur Grabowski | |
This also fixes the strange formatting that showed up when the maximal buffer name grew. Now the "Size" column starts in the middle of the visible window instead of far outside. | |||
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 | |
Make addline a wrapper around addlinef. (should go away) | |||
2001-05-04 | Cleanups in filename and buffer name handling. | Artur Grabowski | |
Mostly just using libc instead of rolling our own. | |||
2001-05-04 | Qick fix for an overflow in C-X C-B. | Artur Grabowski | |
This function needs a lot of work. | |||
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 | |
needs hand fixup. I stopped at keymap.c... | |||
2000-02-26 | change WINDOW -> MGWIN to avoid curses type conflict | Todd C. Miller | |
convert to terminfo in tty*.c add support for some keypad function keys (arrows, pgup, pgdown) | |||
2000-02-25 | initial import of mg2a | Theo de Raadt | |