| Commit message (Expand) | Author | Age | Files | Lines |
* | Typo: characer -> character | keramida | 2002-05-31 | 1 | -1/+1 |
* | Fix preprocessor directive syntax (text after #endif). | wollman | 2002-05-30 | 6 | -53/+61 |
* | Restructure sanity checks so that -I and -J just override eachother, rather | jmallett | 2002-05-30 | 1 | -5/+6 |
* | Allow the input line to be NULL, and teach strnsubst() that NULL means to use | jmallett | 2002-05-30 | 2 | -3/+8 |
* | mdoc(7) police: kill hard sentence breaks. | ru | 2002-05-30 | 1 | -3/+5 |
* | mdoc(7) police: pedantry. | ru | 2002-05-30 | 1 | -3/+3 |
* | mdoc(7) police: tidy up the markup. | ru | 2002-05-30 | 1 | -12/+9 |
* | mdoc(7) police: one minor change that was not probably worth a commit. | ru | 2002-05-30 | 1 | -1/+1 |
* | mdoc(7) police: fixed typo, minor markup nits. | ru | 2002-05-30 | 1 | -5/+4 |
* | mdoc(7) police: markup polishing. | ru | 2002-05-30 | 1 | -16/+22 |
* | mdoc(7) police: tidy up. | ru | 2002-05-30 | 1 | -12/+12 |
* | mdoc(7) police: minor markup nits. | ru | 2002-05-30 | 1 | -11/+23 |
* | Document conformance to IEEE Std 1003.1-2001. | tjr | 2002-05-30 | 1 | -0/+5 |
* | Sort sections according to mdoc(7). | tjr | 2002-05-30 | 1 | -8/+8 |
* | Sort entries by locale collating order when -x is specified. | tjr | 2002-05-30 | 2 | -1/+7 |
* | Character 0 is nul not null. | fanf | 2002-05-30 | 1 | -1/+1 |
* | Create tags for typedefs, structs, unions and enums by default (imply the | tjr | 2002-05-30 | 2 | -6/+17 |
* | mdoc(7) police: tidy up. | ru | 2002-05-30 | 1 | -43/+37 |
* | mdoc(7) police: tidy up the markup. | ru | 2002-05-30 | 1 | -84/+101 |
* | Avoid buffer overrun when identifies or filenames are extremely long. | tjr | 2002-05-30 | 5 | -14/+37 |
* | which(1) was once a Perl script. | ru | 2002-05-30 | 1 | -1/+0 |
* | Check for defined(__i386__) instead of just defined(i386) since the compiler | alfred | 2002-05-30 | 1 | -1/+1 |
* | mdoc(7) police: tidy up the markup. | ru | 2002-05-30 | 1 | -13/+7 |
* | mdoc(7) police: punctuation, miscellaneous. | ru | 2002-05-30 | 1 | -8/+8 |
* | mdoc(7) police: lint. | ru | 2002-05-30 | 1 | -8/+9 |
* | mdoc(7) police: markup nits. | ru | 2002-05-30 | 1 | -5/+5 |
* | mdoc(7) police: use .Fl to denote stdin. | ru | 2002-05-30 | 1 | -1/+1 |
* | mdoc(7) police: typo in .Dd. | ru | 2002-05-30 | 1 | -1/+1 |
* | mdoc(7) police: untangle SYNOPSIS's markup. | ru | 2002-05-30 | 1 | -16/+4 |
* | mdoc(7) police: lint. | ru | 2002-05-30 | 1 | -10/+8 |
* | mdoc(7) police: removed unnecessary .Ns. | ru | 2002-05-30 | 2 | -2/+2 |
* | mdoc(7) police: removed unnecessary .Ns's. | ru | 2002-05-30 | 1 | -3/+3 |
* | Move exit status info into Diagnostics section. | tjr | 2002-05-30 | 1 | -4/+2 |
* | Accept an input file name of "-" to mean standard input, as required by | tjr | 2002-05-30 | 2 | -16/+20 |
* | Fields should be separated by <blank>s, not <space>s according to P1003.2. | tjr | 2002-05-29 | 1 | -1/+1 |
* | Don't bother trying to handle "-" arguments ourselves, getopt(3) already | tjr | 2002-05-29 | 1 | -5/+2 |
* | mdoc(7) police: lint. | ru | 2002-05-29 | 1 | -1/+1 |
* | mdoc(7) police: punctuation. | ru | 2002-05-29 | 1 | -1/+1 |
* | mdoc(7) police: tidy up the markup. | ru | 2002-05-29 | 1 | -51/+70 |
* | mdoc(7) police: markup nits. | ru | 2002-05-29 | 1 | -1/+1 |
* | mdoc(7) police: use .Fl to represent stdin. | ru | 2002-05-29 | 1 | -1/+1 |
* | mdoc(7) police: lint. | ru | 2002-05-29 | 1 | -1/+1 |
* | mdoc(7) police: lint. | ru | 2002-05-29 | 1 | -2/+3 |
* | A space between switch and open-paren. Don't explicitly cast the value | jmallett | 2002-05-29 | 1 | -1/+1 |
* | ANSI, __FBSDID() | jmallett | 2002-05-29 | 1 | -6/+5 |
* | Use mkstemp(3) to avoid /tmp race. | tjr | 2002-05-29 | 1 | -4/+4 |
* | Document standards conformance. | tjr | 2002-05-29 | 1 | -0/+5 |
* | style(9): Sort sections correctly, exit status info into DIAGNOSTICS section. | tjr | 2002-05-29 | 1 | -6/+6 |
* | Sync synopsis with reality: file arguments are optional. | tjr | 2002-05-29 | 2 | -2/+2 |
* | Use getopt() to reject any options and skip "--" arguments. | tjr | 2002-05-29 | 1 | -10/+15 |