| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump document date for previous commit. | Tim J. Robbins | 2002-06-13 | 1 | -1/+1 |
* | Add the -m option, which counts characters (as opposed to -c, which | Tim J. Robbins | 2002-06-13 | 2 | -24/+83 |
* | Avoid classy use of a variable one time with a constant value. | Juli Mallett | 2002-06-13 | 1 | -2/+1 |
* | Use %p to print a pointer, not %lx and a cast to (unsigned long). Yuck. | Juli Mallett | 2002-06-13 | 1 | -1/+1 |
* | Don't do stupid things to avoid unused parameters, mark them __unused. | Juli Mallett | 2002-06-13 | 1 | -2/+2 |
* | Reorder LDADD to fix static linking. | Dag-Erling Smørgrav | 2002-06-12 | 1 | -2/+2 |
* | String lengths and sizeof()s are size_t not int. Mark an unused parameter | Juli Mallett | 2002-06-12 | 3 | -3/+4 |
* | The error functions take constant pointers to strings for their format. | Juli Mallett | 2002-06-12 | 5 | -10/+10 |
* | Use the constants from <limits.h> for the sizes of integral C types | Robert Drehmel | 2002-06-11 | 5 | -12/+10 |
* | paste(1) appeared at least as early as 32v. | Tim J. Robbins | 2002-06-11 | 1 | -0/+5 |
* | cut(1) appeared at least as early as System III. | Tim J. Robbins | 2002-06-11 | 1 | -0/+7 |
* | Note that this appeared at least as early as PWB UNIX. | Juli Mallett | 2002-06-10 | 10 | -12/+22 |
* | Remove -j from synopsis. The form given in the synopsis was incorrect, | Tim J. Robbins | 2002-06-10 | 1 | -1/+0 |
* | When stat(2) fails, put the name of the component it failed on in the | Tim J. Robbins | 2002-06-10 | 1 | -1/+2 |
* | Add another example for using paste(1) since tjr seemed to want more examples | Juli Mallett | 2002-06-10 | 1 | -0/+7 |
* | Add an EXAMPLES section with three examples. Document the problem with | Tim J. Robbins | 2002-06-10 | 1 | -0/+17 |
* | Refer to environ(7) for description of COLUMNS instead of describing it | Tim J. Robbins | 2002-06-10 | 1 | -10/+9 |
* | The 10 occurrence limit for the `s' command documented here has not existed | Tim J. Robbins | 2002-06-10 | 1 | -3/+4 |
* | Newlines are not escaped anymore. | Tim J. Robbins | 2002-06-10 | 1 | -2/+0 |
* | Don't write escape newlines with `l' command (SUSv3) | Tim J. Robbins | 2002-06-10 | 1 | -3/+3 |
* | Correctly handle global substitutions where the pattern is only "$", the | Tim J. Robbins | 2002-06-10 | 1 | -0/+3 |
* | Note early appearence of some commands. These actually appeared in PWB, but | Juli Mallett | 2002-06-10 | 1 | -1/+1 |
* | Per previous discussion, and with Mark's blessing, update the value | Doug Barton | 2002-06-09 | 1 | -1/+1 |
* | Use the Tn macro for COBOL, FORTRAN, PL/1, SNOBOL. | Tim J. Robbins | 2002-06-08 | 1 | -6/+12 |
* | Support the "--" end-of-options marker. | Tim J. Robbins | 2002-06-08 | 1 | -0/+3 |
* | nroff and pr no longer try to disallow messages. | Tim J. Robbins | 2002-06-08 | 1 | -7/+1 |
* | Add an examples section. Avoid beginning a sentence with a lowercase letter. | Tim J. Robbins | 2002-06-08 | 1 | -0/+14 |
* | Document cut(1)'s deficiencies in dealing with multibyte characters in the | Tim J. Robbins | 2002-06-08 | 1 | -0/+14 |
* | Don't split multibyte characters when the -n option is specified. | Tim J. Robbins | 2002-06-08 | 2 | -4/+97 |
* | Install a "perl5.6.1" wrapper. I think this is going too far as now | David E. O'Brien | 2002-06-07 | 1 | -0/+1 |
* | style(9): don't initialise variables in their declaration, remove space | Tim J. Robbins | 2002-06-07 | 1 | -12/+11 |
* | Contrary to what the comments said, rs -H did not recycle storage, it just | Tim J. Robbins | 2002-06-07 | 1 | -1/+3 |
* | No need to check for "-" explicitly in getopt() loop. | Tim J. Robbins | 2002-06-07 | 1 | -5/+1 |
* | Exit >1 when an error occurs, regardless of whether -s is specified (SUSv3) | Tim J. Robbins | 2002-06-07 | 1 | -4/+4 |
* | ANSI style function declarations. | Juli Mallett | 2002-06-07 | 3 | -19/+8 |
* | Expand description of environment variables, refer to environ(7) where | Tim J. Robbins | 2002-06-07 | 1 | -8/+18 |
* | Style nit: group together optional flags under the one Fl macro. | Tim J. Robbins | 2002-06-07 | 1 | -3/+1 |
* | Respect LC_CTYPE and LC_COLLATE environment variables, mainly for their | Tim J. Robbins | 2002-06-07 | 2 | -0/+14 |
* | Use size_t or ino_t instead of int, and remove a few warnings. | Giorgos Keramidas | 2002-06-07 | 1 | -4/+4 |
* | Refer to environ(7) for description of COLUMNS. Note the effects of LANG, | Tim J. Robbins | 2002-06-07 | 1 | -11/+9 |
* | debug.{numvnodes,freevnodes} moved to vfs. | Dag-Erling Smørgrav | 2002-06-06 | 1 | -2/+2 |
* | Hook stat into the build | Doug Barton | 2002-06-06 | 1 | -1/+2 |
* | This commit was generated by cvs2svn to compensate for changes in r97952, | Doug Barton | 2002-06-06 | 3 | -0/+1333 |
|\ |
|
| * | Virgin import of NetBSD's stat(1) | Doug Barton | 2002-06-06 | 3 | -0/+1333 |
* | | Factor out some code in preparation for un-kmeming fstat(1). | Dag-Erling Smørgrav | 2002-06-06 | 1 | -18/+43 |
* | | libfetch now depends on libcrypto and libssl. | Ruslan Ermilov | 2002-06-06 | 1 | -1/+1 |
* | | Back out rev 1.19 because | Andrey A. Chernov | 2002-06-06 | 1 | -2/+18 |
* | | Support suidperl as well. | Dag-Erling Smørgrav | 2002-06-06 | 2 | -3/+8 |
* | | Added missing DPADD detected by ``make checkdpadd''. | Ruslan Ermilov | 2002-06-06 | 1 | -0/+1 |
* | | Compare lines with strcmp(), not strcoll(). We are interested only in | Tim J. Robbins | 2002-06-06 | 1 | -18/+2 |