Age | Commit message (Expand) | Author |
2002-12-29 | another | Henning Brauer |
2002-12-11 | miod asked me to add this | Michael Shalayeff |
2002-12-09 | bind ^Xg to gotoline by default | Theo de Raadt |
2002-11-30 | So you think your work is funny, eh? | Miod Vallat |
2002-11-25 | yeah | Henning Brauer |
2002-11-25 | more fun | Peter Valchev |
2002-10-18 | <deraadt> screw this operating system shit, i just want to drive! | Henning Brauer |
2002-10-10 | another | Henning Brauer |
2002-09-28 | use rescan, not NULL, since ^X-t is not a prefix | Theo de Raadt |
2002-09-28 | doc that undo is a teeny bit different | Theo de Raadt |
2002-09-26 | activate the two key sequences for undo again; ok art henning | Theo de Raadt |
2002-09-24 | another | Henning Brauer |
2002-09-15 | don't add undo records when we open a file, only when we insert it. | Vincent Labrecque |
2002-09-15 | rename realocmap to reallocmap, plus some style. | Vincent Labrecque |
2002-09-15 | KNF | Vincent Labrecque |
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 |
2002-08-28 | ANSIfication uncovers function argument bugs. How unusual. | Artur Grabowski |
2002-08-23 | ansi | Vincent Labrecque |
2002-08-22 | knf | Theo de Raadt |
2002-08-22 | print hex codes instead of non-printing characters. fixes some display | Vincent Labrecque |
2002-07-25 | love, jason | Michael Shalayeff |
2002-07-25 | use vasprintf() instead of vsnprintf + malloc + vsnprintf hack;idea from deraadt | Vincent Labrecque |
2002-07-25 | replace the ugly and buggy adjustname function by a simple one using | Vincent Labrecque |
2002-07-25 | this just had to go in | Henning Brauer |
2002-07-24 | remove the CHANGE undo record type, use a combination of delete and insert | Vincent Labrecque |
2002-07-19 | feature requests come from idiots | Henning Brauer |
2002-07-11 | oppose abort()ion and urinetherapy | Michael Shalayeff |
2002-07-03 | remove a useless {} that was there for "historical reasons" and only served | Vincent Labrecque |
2002-07-03 | a few missing tests for malloc()'s return value. | Vincent Labrecque |
2002-07-01 | just make vtresize return TRUE/FALSE instead of 0/-1, for consistency with | Vincent Labrecque |
2002-07-01 | KNF | Vincent Labrecque |
2002-07-01 | KNF + ansi; from zyrnix (only the easy part of his diffs) | Vincent Labrecque |
2002-06-27 | seems c-x c-q is for the vc- mode. remove it. | Vincent Labrecque |
2002-06-27 | bind C-x C-q to toggle-read-only, just like emacs. | Vincent Labrecque |
2002-06-26 | Another great quote. | Miod Vallat |
2002-06-25 | display readonly/modified combination just like emacs. | Vincent Labrecque |
2002-06-21 | fix bad usage of strlcpy()'s return value. (made pointers point | Vincent Labrecque |
2002-06-21 | remove the "extern" for a variable that does not exist anymore. | Vincent Labrecque |
2002-06-20 | KNFify the return (return x -> return (x)) | Vincent Labrecque |
2002-06-20 | some KNF | Vincent Labrecque |
2002-06-19 | initialize some undo-related variables. | Vincent Labrecque |
2002-06-19 | add an undo insert record on insert-file. this makes insert-file undoable. | Vincent Labrecque |
2002-06-10 | I do not care about commit count | Kjell Wooding |
2002-06-10 | I love to fight | Kjell Wooding |
2002-06-10 | Theo's comments about airport security | Bob Beck |
2002-06-09 | <deraadt> i admit you are better than i am... | Aaron Campbell |
2002-06-08 | Free commits from theo's drunken state. | Kjell Wooding |
2002-06-08 | It had to go in. | Bob Beck |
2002-05-30 | fix segfault when using just-one-space on an empty line; from | Vincent Labrecque |