| Age | Commit message (Expand) | Author |
| 2009-07-26 | remove unused global variable | dholland |
| 2009-07-26 | sprinkle static in this file | dholland |
| 2009-07-26 | Remove the need for -Wno-pointer-sign. Does not change the output .o file. | dholland |
| 2009-06-10 | Make sure that buffer is NULL terminated when input to strip_escapes() is | ginsbach |
| 2009-06-10 | Fix potential buffer overflow in filename escape processing | ginsbach |
| 2009-03-26 | Avoid .Xo/.Xc. Fix quoting of commands to give the intended effect. | joerg |
| 2008-08-29 | Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a f... | gmcgarry |
| 2008-07-20 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2008-07-12 | Add test for HAVE_PCC with HAVE_GCC which turn off compiler warning flags. | gmcgarry |
| 2007-03-17 | s/intialized/initialized/ | msaitoh |
| 2006-10-15 | sprinkle volatile | christos |
| 2006-06-11 | PR/33699: Kevin Massey: use strlcpy to prevent stack overflows. | christos |
| 2006-05-11 | sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4. | mrg |
| 2006-03-17 | Handle asprintf returning NULL. | rumble |
| 2005-06-26 | sprinkle a little const, and now everything compiles with WARNS=3 | christos |
| 2005-05-23 | Fixed another instance of isspace(char). | rillig |
| 2005-04-19 | Fixed wrong use of the <ctype.h> functions by adding an explicit conversion | rillig |
| 2005-02-17 | Kill __P(), use ANSI function declarations. | xtraeme |
| 2003-10-26 | use ${HOST_SH} instead of /bin/sh | lukem |
| 2003-10-19 | Fix typos in comments. From Jared Yanovich via jmc@openbsd. | wiz |
| 2003-09-08 | Reinstate paragraph about -E, sort option descriptions, and bump date for -E ... | wiz |
| 2003-09-08 | Some more fixes: sort sections, escape some stuff for HTML output. | wiz |
| 2003-09-08 | Improved version of OpenBSD's mdoc'ed version of ed(1) (v1.42). | wiz |
| 2003-09-05 | plug memory leak. PR bin/22694 | itojun |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-05-01 | Some grammar and punctuation fixes from jmc@openbsd. | wiz |
| 2003-04-17 | clear errno before strtol() if we're going to test it for ERANGE afterwards | lukem |
| 2003-03-29 | occurences->occurrences, from Igor Sobrado in PR 19670 | perry |
| 2002-12-06 | Avoid conflict with reserved identifier "exp". | thorpej |
| 2002-10-02 | additional and positive with two is. From Adrian Mrva. | wiz |
| 2002-09-25 | New policy: New sentences start on a new line. | wiz |
| 2002-05-25 | __STDC__ is always defined on NetBSD. | wiz |
| 2002-02-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross |
| 2002-01-23 | Add a -E flag to ed(1) and sed(1) so that they can use extended | atatat |
| 2002-01-03 | Fix a typo, and improve grammar. | wiz |
| 2001-12-20 | Whitespace nits. | wiz |
| 2001-11-03 | fix minor WARNS=2 | lukem |
| 2001-01-07 | remove redundant declaration of errmsg | christos |
| 2000-11-07 | be consistent with man page xrefs (this is a pre mandoc man page) | lukem |
| 2000-06-23 | Add MK... variables to enable/disable various aspects of building | thorpej |
| 2000-06-16 | libcrypt can now always decrypt, so always -DDES, and eliminate the | thorpej |
| 2000-05-12 | mention use of TMPDIR fixed in previous commit | christos |
| 2000-04-17 | Obey $TMPDIR for creating the scratch file | christos |
| 2000-04-17 | make this compile without -DBACKWARDS [someone deleted an unused variable | christos |
| 2000-04-04 | Back out the incorrect change in revision 1.11 of main.c, and actually | thorpej |
| 2000-04-01 | Correct data type mismatch of "rows" with extern declaration. Possible | mjl |
| 1999-11-18 | Spelling ("occurences" -> "occurrences") | kristerw |
| 1999-07-20 | optionally include CRYPTOPATH Makefile.frag files. | mrg |
| 1999-07-12 | Use bsd.crypto.mk. | thorpej |
| 1998-11-04 | - add termios.h for winsize | christos |