summaryrefslogtreecommitdiff
path: root/usr.bin/mg/basic.c
AgeCommit message (Expand)Author
2003-09-19do not += snprintf; andrushock@korovino.netTheo de Raadt
2003-05-16fix the goal calculation routine so moving up and down moves to the rightVincent Labrecque
2002-03-11 remove errno=0 assignments, we don't need these with Hakan's codeVincent Labrecque
2002-03-11 * Move to ANSI function definitions.Vincent Labrecque
2002-03-10Better long vs int. millert@ ok.Hakan Olsson
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-02-14 use strtol instead of atoi to get range checking, etcVincent Labrecque
2002-02-13 Make mg malloc the l_text element instead of reallocating whole LINEVincent Labrecque
2002-02-08more gosmacsTheo de Raadt
2001-05-23remove VOID. We're way beyond the point where this could build with anArtur Grabowski
2001-02-12goto-line 0 should go to the beginning of the file, not the end;Todd C. Miller
2001-01-29$OpenBSD$Niklas Hallqvist
2000-04-13The start of KNF + -Wall. The code has been run through indent butTodd C. Miller
2000-02-26change WINDOW -> MGWIN to avoid curses type conflictTodd C. Miller
2000-02-25initial import of mg2aTheo de Raadt