summaryrefslogtreecommitdiff
path: root/usr.bin/mg/echo.c
AgeCommit message (Expand)Author
2004-01-21support format `%p' to print pointers in eformat()Vincent Labrecque
2003-04-16Fix a buffer overflow in complt_list(); it was allocating spaceTodd C. Miller
2002-08-22knfTheo de Raadt
2002-07-03remove a useless {} that was there for "historical reasons" and only servedVincent Labrecque
2002-07-03 a few missing tests for malloc()'s return value.Vincent Labrecque
2002-07-01KNF + ansi; from zyrnix (only the easy part of his diffs)Vincent Labrecque
2002-03-11 * Move to ANSI function definitions.Vincent Labrecque
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-02-14 remove the strcpy call, plus some KNFVincent Labrecque
2002-02-14some KNFTheo de Raadt
2002-01-18Remove the NROW and NCOL limits. The static arrays are now replaced withArtur Grabowski
2001-05-24Break out function -> name mappings to an own file.Artur Grabowski
2001-05-24fix back a piece of my own stupidityMichael Shalayeff
2001-05-24vararg bye bye, spacesMichael Shalayeff
2001-05-24no need to cast va_arg outputMichael Shalayeff
2001-05-23cinfo is const, keyname() and findbind() take buffer size to use strlcpy vs c...Michael Shalayeff
2001-05-23Bye, bye varargs. We're __STDC__.Artur Grabowski
2001-05-23remove VOID. We're way beyond the point where this could build with anArtur Grabowski
2001-05-23prettyArtur Grabowski
2001-05-23export free_file_list. XXX - it doesn't belong in echo.c and it's the wrong n...Artur Grabowski
2001-05-23prettyArtur Grabowski
2001-05-23complt already has code to finish the completion from a list.Artur Grabowski
2001-05-03 * Let make_file_list always append a '/' at the end of directories.Artur Grabowski
2001-01-29$OpenBSD$Niklas Hallqvist
2000-09-01More -Wall anmd KNF, from op2@tomahawk.SQUiSH.orgTodd C. Miller
2000-04-13The start of KNF + -Wall. The code has been run through indent butTodd C. Miller
2000-02-25initial import of mg2aTheo de Raadt