| Commit message (Expand) | Author | Age | Files | Lines |
* | The .Nm utility | charnier | 2003-06-08 | 1 | -3/+5 |
* | Flush streams before calling system() so that the output appears in the | tjr | 2003-05-01 | 1 | -1/+3 |
* | Correct typo in COMPATIBILITY section: s/esycmd/esyscmd | schweikh | 2003-04-23 | 1 | -1/+1 |
* | english(4) police. | schweikh | 2002-12-27 | 1 | -1/+1 |
* | When we appear to want a signed value from sizeof(), use ssize_t in the cast, | jmallett | 2002-10-30 | 1 | -1/+1 |
* | Die on -D=foo, when parsing options - we can't let someone define (nil). | jmallett | 2002-09-04 | 1 | -0/+2 |
* | Kill extraneous whitespace. | jmallett | 2002-07-15 | 10 | -90/+90 |
* | Add a default case to the getopt(3) switch, remove a blank line nearby. | jmallett | 2002-07-14 | 1 | -1/+1 |
* | Functions declared as <type> <identifier>(<nil>) should be declared as | jmallett | 2002-07-14 | 5 | -27/+27 |
* | Remove prototype for main(). | jmallett | 2002-07-14 | 1 | -2/+0 |
* | Whitespace fixes to line-up EOL escapes whose right-most extraints changed in | jmallett | 2002-06-20 | 1 | -15/+15 |
* | Cast sp to uintptr_t when doing a compare of it to STACKMAX which is a size_t. | jmallett | 2002-06-20 | 2 | -5/+5 |
* | Note that this appeared at least as early as PWB UNIX. | jmallett | 2002-06-10 | 1 | -2/+1 |
* | Make the manpage consistent with the code on the subject of comments, as to | jmallett | 2002-06-03 | 1 | -1/+4 |
* | mdoc(7) police: tidy up the markup. | ru | 2002-05-30 | 1 | -84/+101 |
* | Add Standards, Diagnostics and History sections. | tjr | 2002-05-26 | 1 | -0/+17 |
* | If a file operand cannot be processed, go on to process any remaining files | tjr | 2002-05-26 | 1 | -3/+8 |
* | Rename `eqrelval' which was renamed from `eqrel' to quiet a shadow warning | jmallett | 2002-05-03 | 1 | -3/+3 |
* | Revert vendor identifiers, and #if 0 what is #if 0/#else for OpenBSD. | jmallett | 2002-05-03 | 6 | -13/+52 |
* | Remove redundant declarations of getopt(3) externals (since <unistd.h> does | jmallett | 2002-05-02 | 2 | -4/+2 |
* | Add some spurious veritcal whitespace to reduce diffs to OpenBSD. | jmallett | 2002-05-01 | 1 | -0/+2 |
* | Merge local changes again, against ANSIfied m4(1). | jmallett | 2002-05-01 | 8 | -245/+109 |
* | Use %zu to print a size_t, not %u and definitely not %d. | jmallett | 2002-04-20 | 2 | -2/+1 |
* | Print a size_t as %u not %d. | jmallett | 2002-04-20 | 1 | -1/+1 |
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -2/+3 |
* | Prevent sign extension (again) | ache | 2002-04-20 | 1 | -1/+1 |
* | Crank WARNS. | jmallett | 2002-04-20 | 9 | -42/+47 |
* | Prevent sign extension on characters with 8bit set | ache | 2002-04-19 | 1 | -1/+1 |
* | Add __FBSDID, this file was unmodified so it was missed in the initial sweep. | jmallett | 2002-04-19 | 1 | -0/+3 |
* | Bring OpenBSD m4(1) off of the OPENBSD vendor branch, and add the -s option, | jmallett | 2002-04-19 | 12 | -643/+1442 |
* | Merge differences and correct the manual page. | jmallett | 2002-04-19 | 1 | -144/+309 |
* | This adds support for -s to the m4(1) utility, which causes #line directives | jmallett | 2002-04-17 | 6 | -9/+82 |
* | remove __P | imp | 2002-03-22 | 2 | -46/+48 |
* | This commit was generated by cvs2svn to compensate for changes in r90744, | jmallett | 2002-02-16 | 2 | -0/+835 |
|\ |
|
| * | Import OpenBSD m4 as of today. | jmallett | 2002-02-16 | 7 | -446/+1907 |
| * | Import OpenBSD m4 as of today. | jmallett | 2001-11-16 | 1 | -109/+224 |
| * | Import OpenBSD m4 as of today. | jmallett | 2001-09-27 | 1 | -18/+66 |
| * | Import OpenBSD m4 as of today. | jmallett | 2001-09-18 | 1 | -2/+10 |
| * | Import OpenBSD m4 as of today. | jmallett | 1999-11-09 | 1 | -0/+3 |
* | | Remove the local basename in favor of the libc version. | obrien | 2001-07-24 | 5 | -43/+22 |
* | | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -1/+1 |
* | | Make sure the len() builtin always returns an answer. Previously, | gshapiro | 2001-05-29 | 1 | -2/+1 |
* | | String operations could silently truncate long strings, leaving the output | gshapiro | 2001-05-18 | 1 | -8/+8 |
* | | Clean up temporary file(s) and directory when m4 exits without falling | gshapiro | 2001-04-16 | 3 | -7/+18 |
* | | The secure temporary directory is always created, so always remove it. | jhay | 2001-02-28 | 1 | -5/+1 |
* | | Fix format string warnings. | kris | 2000-11-27 | 1 | -1/+1 |
* | | Create temporary files in a secure directory, instead of using multiple | kris | 2000-11-22 | 2 | -7/+9 |
* | | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -4/+4 |
* | | getopt and friends are declared in <unistd.h> | imp | 2000-09-04 | 1 | -4/+0 |
* | | Remove unnecessary extern definition of strrchr. It is defined in | imp | 2000-08-16 | 1 | -1/+0 |