Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-14 | Add explicit public domain notices to all public domain files. | Kjell Wooding | |
ok millert@, deraadt@ | |||
2005-04-03 | This is a no binary change which does: | David Berghoff | |
- spelling, punctuation fixes - variable declaration lineup - use parentheses for return and sizeof - K&R function declarations -> ANSI - other minor code beautification ok henning@ | |||
2003-08-15 | make dired work more like emacs. (well, make it _work_, and then add a | Vincent Labrecque | |
bunch of missing commands) | |||
2002-09-15 | typo in comment. | Vincent Labrecque | |
2002-08-29 | fix a little display bug when editing a file with binary characters, columns | Vincent Labrecque | |
weren't calculated correctly. ok deraadt@ | |||
2002-08-22 | knf | Theo de Raadt | |
2002-08-22 | print hex codes instead of non-printing characters. fixes some display | Vincent Labrecque | |
problems when editing binary files. ok deraadt@ | |||
2002-07-01 | just make vtresize return TRUE/FALSE instead of 0/-1, for consistency with | Vincent Labrecque | |
the rest of the mg code. + some KNF. adapted from diff by zyrnix. | |||
2002-06-25 | display readonly/modified combination just like emacs. | Vincent Labrecque | |
ok deraadt@ | |||
2002-03-27 | Fixes the the following problems (from zyrnix) | Todd C. Miller | |
1) Mg crashes with column width of 1, rows > 2 2) Mg panics on resizing due to incomplete write 3) Mg doesn't compile with STARTUPFILE defined deraadt@ OK | |||
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-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-14 | simplify a loop and add some comments. | Vincent Labrecque | |
ok deraadt@ | |||
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-05-24 | spaces | Michael Shalayeff | |
2001-05-23 | remove VOID. We're way beyond the point where this could build with an | Artur Grabowski | |
ancient compiler. | |||
2001-01-29 | $OpenBSD$ | Niklas Hallqvist | |
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 | |