summaryrefslogtreecommitdiff
path: root/usr.bin/mg
AgeCommit message (Collapse)Author
2003-06-26protosVincent Labrecque
ok deraadt
2003-06-12spellingPeter Valchev
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-10- section reorderJason McIntyre
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@
2003-06-01some string formats.Artur Grabowski
vincent@ ok
2003-06-01various format string cleanups; tedu okTheo de Raadt
2003-05-26of course my 1000th commit has to go to theo.c and must be about germans ;-)Henning Brauer
2003-05-20Finish KNF of prototypes. That should be all of them.Chad Loder
OK vincent@
2003-05-18unreliable non-hurlersHenning Brauer
2003-05-18moose bbq is full of quotesTodd T. Fries
2003-05-17live from the moose bbqHenning Brauer
2003-05-16fix the goal calculation routine so moving up and down moves to the rightVincent Labrecque
column. ok jason
2003-05-15anotherHenning Brauer
2003-05-11More.Dale Rahn
2003-05-08use 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-06fix a small memleak on errors. noticed by pat latifi.Vincent Labrecque
ok millert, fgsch
2003-05-05document the new -f <mode> command line option.Vincent Labrecque
ok jmc
2003-05-05add 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-18hackers of the planet earthMichael Shalayeff
2003-04-18get someMichael Shalayeff
2003-04-16Fix a buffer overflow in complt_list(); it was allocating spaceTodd 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-16lalloc() - return NULL on error, not FALSETodd C. Miller
lrealloc() - don't realloc if new size <= old size. Avoids a realloc(p, 0) vincent@ OK
2003-04-13correct snprintf bound value, ok millert@, deraadt@Anil Madhavapeddy
2003-04-08remember the last M-x compile command used.Vincent Labrecque
ok art@
2003-03-13anotherAlexander Yurchenko
2003-03-13anotherHenning Brauer
2003-03-12Heh. So many commits to this file and noone noticed that I forgot to put a ↵Artur Grabowski
license in it.
2003-03-12anotherAlexander Yurchenko
2003-02-21A little scatological humour goes a long way.Ryan Thomas McBride
"this is fine" henning@
2003-02-04turns out that was theo quoting someone, so it has no place here... bummer.Henning Brauer
2003-02-04anotherHenning Brauer
2003-01-06support +number; rewritten from buggy code by mjc@bitz.ca, vincent okTheo de Raadt
2003-01-05Grammar fixes from jmc@prioris.mini.pw.edu.plPeter Valchev
2002-12-29anotherHenning Brauer
2002-12-11miod asked me to add thisMichael Shalayeff
2002-12-09bind ^Xg to gotoline by defaultTheo de Raadt
2002-11-30So you think your work is funny, eh?Miod Vallat
2002-11-25yeahHenning Brauer
2002-11-25more funPeter Valchev
2002-10-18<deraadt> screw this operating system shit, i just want to drive!Henning Brauer
2002-10-10anotherHenning Brauer
2002-09-28use rescan, not NULL, since ^X-t is not a prefixTheo de Raadt
2002-09-28doc that undo is a teeny bit differentTheo de Raadt
2002-09-26activate the two key sequences for undo again; ok art henningTheo de Raadt
2002-09-24anotherHenning Brauer
2002-09-15don't add undo records when we open a file, only when we insert it.Vincent Labrecque
ok deraadt@
2002-09-15 rename realocmap to reallocmap, plus some style.Vincent Labrecque
ok art@
2002-09-15KNFVincent Labrecque
2002-09-15typo in comment.Vincent Labrecque
2002-08-29fix a little display bug when editing a file with binary characters, columnsVincent Labrecque
weren't calculated correctly. ok deraadt@