| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove local prototype for main(). | jmallett | 2002-06-15 | 1 | -1/+0 |
* | Protoize. Remove un-needed cast to char in switch of getopt(3)'s return value. | jmallett | 2002-06-15 | 1 | -14/+10 |
* | Remove <sys/types> where we use <sys/param> already. | jmallett | 2002-06-15 | 1 | -8/+5 |
* | Remove obsolescent -tabstop option from Synopsis (it was already removed | tjr | 2002-06-15 | 1 | -12/+17 |
* | Allow <blank>s to be used to separate tab stop positions with the -t | tjr | 2002-06-15 | 3 | -5/+27 |
* | Update for lukemftp-1.6-beta2. | mikeh | 2002-06-15 | 1 | -1/+16 |
* | Sort sections. | tjr | 2002-06-15 | 1 | -10/+10 |
* | fstat() returns information about the target of any symbolic link that | tjr | 2002-06-15 | 1 | -2/+2 |
* | Improve parsing of character and equivalence classes: | tjr | 2002-06-15 | 1 | -4/+9 |
* | Move the #include and #define's to the top of the file. | tjr | 2002-06-14 | 1 | -4/+4 |
* | Bump the size of the equivalence set to NCHARS; this file was left out | tjr | 2002-06-14 | 1 | -1/+1 |
* | Use the Cm macro for the clear, init, reset and longname operands. | tjr | 2002-06-14 | 1 | -4/+4 |
* | Adjust the exit status to conform to SUSv3 and document the fact it takes | tjr | 2002-06-14 | 2 | -19/+29 |
* | Sort sections. Avoid using "The -? option" at the start of option descriptions. | tjr | 2002-06-14 | 1 | -11/+7 |
* | Don't treat the trailing ']' of an equivalence class expression as a | tjr | 2002-06-14 | 1 | -1/+2 |
* | Add the P1003.1-2001 -C option which complements the set of characters | tjr | 2002-06-14 | 2 | -29/+58 |
* | Implement support for equivalence classes ([=e=]) when the mapping is | tjr | 2002-06-14 | 3 | -14/+45 |
* | Exit with non-zero status if an input file can not be opened. This was | tjr | 2002-06-14 | 1 | -0/+1 |
* | Fix one serious bug and one potential problem with in-place editing code: | sobomax | 2002-06-14 | 1 | -70/+60 |
* | beforeinstall target: | grog | 2002-06-13 | 1 | -1/+2 |
* | Add two new options: | grog | 2002-06-13 | 4 | -4/+24 |
* | Correct the Standards section: wc is a utility, not a function. | tjr | 2002-06-13 | 1 | -1/+1 |
* | Bump document date for previous commit. | tjr | 2002-06-13 | 1 | -1/+1 |
* | Add the -m option, which counts characters (as opposed to -c, which | tjr | 2002-06-13 | 2 | -24/+83 |
* | Avoid classy use of a variable one time with a constant value. | jmallett | 2002-06-13 | 1 | -2/+1 |
* | Use %p to print a pointer, not %lx and a cast to (unsigned long). Yuck. | jmallett | 2002-06-13 | 1 | -1/+1 |
* | Don't do stupid things to avoid unused parameters, mark them __unused. | jmallett | 2002-06-13 | 1 | -2/+2 |
* | Reorder LDADD to fix static linking. | des | 2002-06-12 | 1 | -2/+2 |
* | String lengths and sizeof()s are size_t not int. Mark an unused parameter | jmallett | 2002-06-12 | 3 | -3/+4 |
* | The error functions take constant pointers to strings for their format. | jmallett | 2002-06-12 | 5 | -10/+10 |
* | Use the constants from <limits.h> for the sizes of integral C types | robert | 2002-06-11 | 5 | -12/+10 |
* | paste(1) appeared at least as early as 32v. | tjr | 2002-06-11 | 1 | -0/+5 |
* | cut(1) appeared at least as early as System III. | tjr | 2002-06-11 | 1 | -0/+7 |
* | Note that this appeared at least as early as PWB UNIX. | jmallett | 2002-06-10 | 10 | -12/+22 |
* | Remove -j from synopsis. The form given in the synopsis was incorrect, | tjr | 2002-06-10 | 1 | -1/+0 |
* | When stat(2) fails, put the name of the component it failed on in the | tjr | 2002-06-10 | 1 | -1/+2 |
* | Add another example for using paste(1) since tjr seemed to want more examples | jmallett | 2002-06-10 | 1 | -0/+7 |
* | Add an EXAMPLES section with three examples. Document the problem with | tjr | 2002-06-10 | 1 | -0/+17 |
* | Refer to environ(7) for description of COLUMNS instead of describing it | tjr | 2002-06-10 | 1 | -10/+9 |
* | The 10 occurrence limit for the `s' command documented here has not existed | tjr | 2002-06-10 | 1 | -3/+4 |
* | Newlines are not escaped anymore. | tjr | 2002-06-10 | 1 | -2/+0 |
* | Don't write escape newlines with `l' command (SUSv3) | tjr | 2002-06-10 | 1 | -3/+3 |
* | Correctly handle global substitutions where the pattern is only "$", the | tjr | 2002-06-10 | 1 | -0/+3 |
* | Note early appearence of some commands. These actually appeared in PWB, but | jmallett | 2002-06-10 | 1 | -1/+1 |
* | Per previous discussion, and with Mark's blessing, update the value | dougb | 2002-06-09 | 1 | -1/+1 |
* | Use the Tn macro for COBOL, FORTRAN, PL/1, SNOBOL. | tjr | 2002-06-08 | 1 | -6/+12 |
* | Support the "--" end-of-options marker. | tjr | 2002-06-08 | 1 | -0/+3 |
* | nroff and pr no longer try to disallow messages. | tjr | 2002-06-08 | 1 | -7/+1 |
* | Add an examples section. Avoid beginning a sentence with a lowercase letter. | tjr | 2002-06-08 | 1 | -0/+14 |
* | Document cut(1)'s deficiencies in dealing with multibyte characters in the | tjr | 2002-06-08 | 1 | -0/+14 |