Age | Commit message (Expand) | Author |
2002-02-21 | document undo | Theo de Raadt |
2002-02-21 | Save undo records for newline insertions. | Vincent Labrecque |
2002-02-21 | Don't ignore the argument to undo. (makes ^U work) | Vincent Labrecque |
2002-02-21 | remove a wrapper around getenv() | Theo de Raadt |
2002-02-21 | always define CHARMASK | Theo de Raadt |
2002-02-21 | ^Xu is also an undo char | Theo de Raadt |
2002-02-21 | Typo and... | Vincent Labrecque |
2002-02-21 | It seems you need to have hacked mg at some point to be considered a | Daniel Hartmeier |
2002-02-21 | signal-safe window size changing | Theo de Raadt |
2002-02-20 | do not print "New size..." -- other emacs do not bother | Theo de Raadt |
2002-02-20 | bind C-_ to undo. | Artur Grabowski |
2002-02-20 | Save newline deletes in their own undo record. | Vincent Labrecque |
2002-02-20 | Add undo code to mg. | Vincent Labrecque |
2002-02-19 | Make multiple buffers with the same basename work correctly.. (like GNU | Vincent Labrecque |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-02-15 | make pressing return in dired mode open the file we're currently at. | Vincent Labrecque |
2002-02-14 | remove the strcpy call, plus some KNF | Vincent Labrecque |
2002-02-14 | d_makename now takes a length parameter so we can remove the | Vincent Labrecque |
2002-02-14 | some programs now need the errno definition and sys/params, so put them in | Vincent Labrecque |
2002-02-14 | use strtol instead of atoi to get range checking, etc | Vincent Labrecque |
2002-02-14 | some KNF | Theo de Raadt |
2002-02-14 | spelling | Theo de Raadt |
2002-02-14 | Oups, my chartypes commit broke this. | Vincent Labrecque |
2002-02-14 | the "theo-mode" is said to be a 'standalone' extension in main.c, be | Vincent Labrecque |
2002-02-14 | Change character types definitions defines so they don't clash with | Vincent Labrecque |
2002-02-14 | simplify a loop and add some comments. | Vincent Labrecque |
2002-02-13 | Oups, don't print fname<1> when there's only one buffer for this file. | Vincent Labrecque |
2002-02-13 | Make mg malloc the l_text element instead of reallocating whole LINE | Vincent Labrecque |
2002-02-13 | simplify the define_key() code to use sane functions in two separate buffer | Vincent Labrecque |
2002-02-13 | * Replace unsafe strcpy and strcat calls to safe strlcpy and strlcat. | Vincent Labrecque |
2002-02-08 | more gosmacs | Theo de Raadt |
2002-02-08 | more docs... | Theo de Raadt |
2002-02-05 | Get rid of signal race (and handling of SIGWINCH). | Artur Grabowski |
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 |
2002-01-10 | Clean up tty resizing code. | Artur Grabowski |
2002-01-08 | typo; mjc@bitz.ca | Todd C. Miller |
2001-12-25 | Tag. | Hugh Graham |
2001-12-25 | Now that Theo has a working vax, suddenly this is not fun anymore. | Miod Vallat |
2001-11-25 | Well, since I can't do my mondo openssl commit | Bob Beck |
2001-11-25 | snprintf makes me happy | Theo de Raadt |
2001-09-21 | correct fork logic and rewrite for clarity, ok todd@ | Peter Stromberg |
2001-08-23 | some phrases just belong together - like goats and latex | Bob Beck |
2001-08-18 | handle vsnprintf returning -1 | Theo de Raadt |
2001-07-18 | new meaning to the terms slackass | Michael Shalayeff |
2001-07-10 | typo; from Joseph Mallett <jmallett@xMach.org> | Michael Shalayeff |
2001-07-09 | right | Michael Shalayeff |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt |
2001-07-06 | Change the filename completion code to: | Artur Grabowski |
2001-07-05 | Fix a seg fault when an init file can't be read | Matthieu Herrb |