| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix duplicate % in %b format introduced in rev 1.22. | tjr | 2002-06-19 | 1 | -5/+6 |
* | Let printf(1) tell the difference between zero width/precision and | tjr | 2002-06-19 | 1 | -7/+9 |
* | Allow format strings containing "%%" to be reused. | tjr | 2002-06-19 | 1 | -2/+2 |
* | Allow `%' to be written out with an octal escape (\45 or \045). | tjr | 2002-06-19 | 1 | -1/+5 |
* | Indicate that env(1) allows you to supply arguments to the utility it | tjr | 2002-06-19 | 2 | -8/+8 |
* | Don't convert a single space before a tab stop into a tab when the | tjr | 2002-06-19 | 1 | -2/+2 |
* | make(I) appeared in PWB UNIX. | jmallett | 2002-06-17 | 1 | -2/+1 |
* | Add Standards section. | tjr | 2002-06-17 | 1 | -0/+5 |
* | Sort sections, use Dl for the example so it stands out more. | tjr | 2002-06-17 | 1 | -6/+5 |
* | Only advance the column position for printable characters, update manual | tjr | 2002-06-17 | 2 | -4/+6 |
* | Kill superfluous blank line. | sobomax | 2002-06-17 | 1 | -1/+0 |
* | Remove 17 June as German national holiday. | grog | 2002-06-16 | 1 | -1/+0 |
* | Correct the handling of (for example) the N command by only zeroing the | tjr | 2002-06-16 | 1 | -1/+2 |
* | When counting words, check the correct character variable to see whether it's | tjr | 2002-06-16 | 1 | -2/+2 |
* | 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 |