| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix typos - remove duplicate "the". | Rebecca Cran | 2011-02-21 | 1 | -1/+1 |
| * | Remove the advertising clause from UCB copyrighted files in usr.bin. This | Joel Dahl | 2010-12-11 | 15 | -60/+12 |
| * | Build usr.bin/ with WARNS=6 by default. | Ed Schouten | 2010-01-02 | 1 | -0/+2 |
| * | Use NULL instead of 0 for the return value of fopen(). | Kevin Lo | 2007-09-21 | 1 | -1/+1 |
| * | Let bsd.prog.mk set SRCS and MAN to their default values. | Ruslan Ermilov | 2005-01-28 | 1 | -1/+0 |
| * | Added the EXIT STATUS section where appropriate. | Ruslan Ermilov | 2005-01-17 | 1 | -1/+1 |
| * | Store a pointer to "null" in struct ndblock's defn member instead of a | Tim J. Robbins | 2004-08-16 | 3 | -6/+6 |
| * | Respect locale settings from the environment. | Tim J. Robbins | 2004-07-12 | 1 | -0/+3 |
| * | Document missing multibyte character support in utilities specified | Tim J. Robbins | 2004-07-03 | 1 | -1/+5 |
| * | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 1 | -1/+1 |
| * | Don't depend on NULL's expansion being a pointer, cast it before it is passed | Stefan Farfeleder | 2004-05-18 | 1 | -1/+1 |
| * | Fix m4 to properly handle bitwise operators &, ^, and |. Fix operator | Sean Kelly | 2004-05-01 | 1 | -154/+173 |
| * | m4 script to test the functionality of math operators in eval(). | Sean Kelly | 2004-05-01 | 1 | -0/+181 |
| * | Use .St -susv2 rather than "The Single UNIX specification". | Maxim Konovalov | 2003-12-10 | 1 | -2/+3 |
| * | The .Nm utility | Philippe Charnier | 2003-06-08 | 1 | -3/+5 |
| * | Flush streams before calling system() so that the output appears in the | Tim J. Robbins | 2003-05-01 | 1 | -1/+3 |
| * | Correct typo in COMPATIBILITY section: s/esycmd/esyscmd | Jens Schweikhardt | 2003-04-23 | 1 | -1/+1 |
| * | english(4) police. | Jens Schweikhardt | 2002-12-27 | 1 | -1/+1 |
| * | When we appear to want a signed value from sizeof(), use ssize_t in the cast, | Juli Mallett | 2002-10-30 | 1 | -1/+1 |
| * | Die on -D=foo, when parsing options - we can't let someone define (nil). | Juli Mallett | 2002-09-04 | 1 | -0/+2 |
| * | Kill extraneous whitespace. | Juli Mallett | 2002-07-15 | 10 | -90/+90 |
| * | Add a default case to the getopt(3) switch, remove a blank line nearby. | Juli Mallett | 2002-07-14 | 1 | -1/+1 |
| * | Functions declared as <type> <identifier>(<nil>) should be declared as | Juli Mallett | 2002-07-14 | 5 | -27/+27 |
| * | Remove prototype for main(). | Juli Mallett | 2002-07-14 | 1 | -2/+0 |
| * | Whitespace fixes to line-up EOL escapes whose right-most extraints changed in | Juli Mallett | 2002-06-20 | 1 | -15/+15 |
| * | Cast sp to uintptr_t when doing a compare of it to STACKMAX which is a size_t. | Juli Mallett | 2002-06-20 | 2 | -5/+5 |
| * | Note that this appeared at least as early as PWB UNIX. | Juli Mallett | 2002-06-10 | 1 | -2/+1 |
| * | Make the manpage consistent with the code on the subject of comments, as to | Juli Mallett | 2002-06-03 | 1 | -1/+4 |
| * | mdoc(7) police: tidy up the markup. | Ruslan Ermilov | 2002-05-30 | 1 | -84/+101 |
| * | Add Standards, Diagnostics and History sections. | Tim J. Robbins | 2002-05-26 | 1 | -0/+17 |
| * | If a file operand cannot be processed, go on to process any remaining files | Tim J. Robbins | 2002-05-26 | 1 | -3/+8 |
| * | Rename `eqrelval' which was renamed from `eqrel' to quiet a shadow warning | Juli Mallett | 2002-05-03 | 1 | -3/+3 |
| * | Revert vendor identifiers, and #if 0 what is #if 0/#else for OpenBSD. | Juli Mallett | 2002-05-03 | 6 | -13/+52 |
| * | Remove redundant declarations of getopt(3) externals (since <unistd.h> does | Juli Mallett | 2002-05-02 | 2 | -4/+2 |
| * | Add some spurious veritcal whitespace to reduce diffs to OpenBSD. | Juli Mallett | 2002-05-01 | 1 | -0/+2 |
| * | Merge local changes again, against ANSIfied m4(1). | Juli Mallett | 2002-05-01 | 8 | -245/+109 |
| * | Use %zu to print a size_t, not %u and definitely not %d. | Juli Mallett | 2002-04-20 | 2 | -2/+1 |
| * | Print a size_t as %u not %d. | Juli Mallett | 2002-04-20 | 1 | -1/+1 |
| * | Use `The .Nm utility' | Philippe Charnier | 2002-04-20 | 1 | -2/+3 |
| * | Prevent sign extension (again) | Andrey A. Chernov | 2002-04-20 | 1 | -1/+1 |
| * | Crank WARNS. | Juli Mallett | 2002-04-20 | 9 | -42/+47 |
| * | Prevent sign extension on characters with 8bit set | Andrey A. Chernov | 2002-04-19 | 1 | -1/+1 |
| * | Add __FBSDID, this file was unmodified so it was missed in the initial sweep. | Juli Mallett | 2002-04-19 | 1 | -0/+3 |
| * | Bring OpenBSD m4(1) off of the OPENBSD vendor branch, and add the -s option, | Juli Mallett | 2002-04-19 | 12 | -643/+1442 |
| * | Merge differences and correct the manual page. | Juli Mallett | 2002-04-19 | 1 | -144/+309 |
| * | This adds support for -s to the m4(1) utility, which causes #line directives | Juli Mallett | 2002-04-17 | 6 | -9/+82 |
| * | remove __P | Warner Losh | 2002-03-22 | 2 | -46/+48 |
| * | This commit was generated by cvs2svn to compensate for changes in r90744, | Juli Mallett | 2002-02-16 | 2 | -0/+835 |
| |\ |
|
| | * | Import OpenBSD m4 as of today. | Juli Mallett | 2002-02-16 | 7 | -0/+3491 |
| | * | Import OpenBSD m4 as of today. | Juli Mallett | 2001-11-16 | 1 | -0/+381 |