Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-09 | fix up terminal correctly on panic (keeps terminal state correct when | Vincent Labrecque | |
started with an invalid $TERM) spotted by deraadt | |||
2003-11-09 | remove unused structure element | Vincent Labrecque | |
2003-11-09 | fix the undo record size for insert-file so we do not get an extra byte | Vincent Labrecque | |
2003-11-09 | knf | Vincent Labrecque | |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre | |
2003-10-27 | fix crash on startup by using the good allocation routine in edinit() | Vincent Labrecque | |
spotted and ok by henning | |||
2003-10-24 | dont compare int to NULL, millert@ ok | Anil Madhavapeddy | |
2003-10-21 | make undo records per MGWIN, not per BUFFER... | Vincent Labrecque | |
2003-10-13 | remember the new filename on ^X^W | Vincent Labrecque | |
ok deraadt | |||
2003-09-22 | canonical realloc | Vincent Labrecque | |
ok tedu henning | |||
2003-09-22 | fix leak on realloc failure | Vincent Labrecque | |
ok henning tedu | |||
2003-09-19 | do not += snprintf; andrushock@korovino.net | Theo de Raadt | |
2003-09-02 | escape punctuation; | Jason McIntyre | |
ok deraadt@ | |||
2003-08-16 | spacing | Theo de Raadt | |
2003-08-15 | make dired work more like emacs. (well, make it _work_, and then add a | Vincent Labrecque | |
bunch of missing commands) | |||
2003-08-15 | actually extract the filename off the ls line. makes dired *slightly* | Vincent Labrecque | |
more useful. | |||
2003-07-16 | another | Henning Brauer | |
2003-06-26 | protos | Vincent Labrecque | |
ok deraadt | |||
2003-06-12 | spelling | Peter Valchev | |
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt | |
2003-06-10 | - section reorder | Jason McIntyre | |
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | |||
2003-06-01 | some string formats. | Artur Grabowski | |
vincent@ ok | |||
2003-06-01 | various format string cleanups; tedu ok | Theo de Raadt | |
2003-05-26 | of course my 1000th commit has to go to theo.c and must be about germans ;-) | Henning Brauer | |
2003-05-20 | Finish KNF of prototypes. That should be all of them. | Chad Loder | |
OK vincent@ | |||
2003-05-18 | unreliable non-hurlers | Henning Brauer | |
2003-05-18 | moose bbq is full of quotes | Todd T. Fries | |
2003-05-17 | live from the moose bbq | Henning Brauer | |
2003-05-16 | fix the goal calculation routine so moving up and down moves to the right | Vincent Labrecque | |
column. ok jason | |||
2003-05-15 | another | Henning Brauer | |
2003-05-11 | More. | Dale Rahn | |
2003-05-08 | use NULL to indicate failure in functions that return pointers, not FALSE. | Vincent Labrecque | |
typo in comment from Patrick Latifi (patrick.l@hermes.usherb.ca) | |||
2003-05-06 | fix a small memleak on errors. noticed by pat latifi. | Vincent Labrecque | |
ok millert, fgsch | |||
2003-05-05 | document the new -f <mode> command line option. | Vincent Labrecque | |
ok jmc | |||
2003-05-05 | add a mail-mode, to do automatic line-wrapping. | Vincent Labrecque | |
(at the same time, change the command line parsing to support a -f <mode> that is slightly different from the one in gnu emacs, we apply it to all buffers created from command line arguments, so you can use "mg -f mail-mode" as your editor. manpage change coming soon) ok henning | |||
2003-04-18 | hackers of the planet earth | Michael Shalayeff | |
2003-04-18 | get some | Michael Shalayeff | |
2003-04-16 | Fix a buffer overflow in complt_list(); it was allocating space | Todd C. Miller | |
based on nrow when it wanted ncol. Also make the space-padding more bulletproof and avoid trying to pad w/ 0 characters. Closed PR 3190; vincent@ OK | |||
2003-04-16 | lalloc() - return NULL on error, not FALSE | Todd C. Miller | |
lrealloc() - don't realloc if new size <= old size. Avoids a realloc(p, 0) vincent@ OK | |||
2003-04-13 | correct snprintf bound value, ok millert@, deraadt@ | Anil Madhavapeddy | |
2003-04-08 | remember the last M-x compile command used. | Vincent Labrecque | |
ok art@ | |||
2003-03-13 | another | Alexander Yurchenko | |
2003-03-13 | another | Henning Brauer | |
2003-03-12 | Heh. So many commits to this file and noone noticed that I forgot to put a ↵ | Artur Grabowski | |
license in it. | |||
2003-03-12 | another | Alexander Yurchenko | |
2003-02-21 | A little scatological humour goes a long way. | Ryan Thomas McBride | |
"this is fine" henning@ | |||
2003-02-04 | turns out that was theo quoting someone, so it has no place here... bummer. | Henning Brauer | |
2003-02-04 | another | Henning Brauer | |
2003-01-06 | support +number; rewritten from buggy code by mjc@bitz.ca, vincent ok | Theo de Raadt | |
2003-01-05 | Grammar fixes from jmc@prioris.mini.pw.edu.pl | Peter Valchev | |