| Commit message (Expand) | Author | Age | Files | Lines |
* | Assume __STDC__, remove non-__STDC__ code. | alfred | 2002-05-28 | 2 | -52/+3 |
* | Add a History section. comm(1) appeared in V4. | tjr | 2002-05-28 | 1 | -0/+5 |
* | No need to handle '-' explicitly in getopt() loop. | tjr | 2002-05-28 | 1 | -5/+2 |
* | Drive-by whitespace cleanup & add NAI copyright | des | 2002-05-28 | 1 | -2/+9 |
* | Drive-by whitespace cleanup. | des | 2002-05-28 | 1 | -13/+13 |
* | Write "FROM" heading above the hostname column, like NetBSD and GNU do. | tjr | 2002-05-28 | 1 | -0/+1 |
* | Add uuidgen(2) and uuidgen(1). | marcel | 2002-05-28 | 4 | -0/+191 |
* | Hook newgrp(1) up to the build. | tjr | 2002-05-28 | 1 | -0/+1 |
* | Add the newgrp(1) utility, which changes groups. This is required by | tjr | 2002-05-28 | 3 | -0/+411 |
* | The XCU issue 5 requirement of accepting the file operand intermingled | tjr | 2002-05-27 | 2 | -12/+1 |
* | style(9): use errx() where appropriate instead of fprintf() + exit(). | tjr | 2002-05-27 | 1 | -39/+24 |
* | style(9): use err() instead of perror() + exit(). | tjr | 2002-05-27 | 1 | -20/+11 |
* | Claim conformance to IEEE Std 1003.1-2001. | tjr | 2002-05-27 | 1 | -0/+6 |
* | Allow "-" to be specified as an operand as well as an option. | tjr | 2002-05-27 | 2 | -2/+10 |
* | Avoid overflowing `fname' if the file name prefix given on the command | tjr | 2002-05-27 | 1 | -1/+2 |
* | Exit non-zero if the tags file cannot be opened. | tjr | 2002-05-27 | 1 | -1/+1 |
* | From NetBSD: | tjr | 2002-05-27 | 1 | -3/+1 |
* | Initialise the `positions' array correctly before use. | tjr | 2002-05-27 | 1 | -0/+3 |
* | 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 |
* | Make it work for a different endianness binary. | ru | 2002-05-25 | 2 | -47/+31 |
* | Move elf2aout to usr.sbin/. | ru | 2002-05-25 | 1 | -1/+0 |
* | Sync usage message with manual page synopsis. | tjr | 2002-05-25 | 1 | -2/+2 |
* | Bad numeric arguments or usernames should cause non-zero exit status. | tjr | 2002-05-25 | 1 | -3/+8 |
* | Determine exit status to use before writing diagnostic message; warn() | tjr | 2002-05-25 | 1 | -6/+1 |
* | Typo: use plural now that we have more than one option. | tjr | 2002-05-25 | 1 | -1/+1 |
* | If a file cannot be processed, try to process any remaining files | tjr | 2002-05-25 | 1 | -3/+5 |
* | Add the word ``fields'' to the description, and change an instance from | trhodes | 2002-05-24 | 1 | -2/+2 |
* | Back out the ``run shell from $PATH'' change; this was an overkill | ru | 2002-05-24 | 5 | -29/+7 |
* | If a file argument cannot be processed, process the remaining ones | tjr | 2002-05-24 | 1 | -6/+14 |
* | When a file name of "-" is given, read from standard input (SUSv3) | tjr | 2002-05-24 | 2 | -8/+17 |
* | Allow byte/character positions >_POSIX2_LINE_MAX to be specified by | tjr | 2002-05-24 | 1 | -6/+24 |
* | Use fgetln(3) to handle lines of unlimited length instead of a | tjr | 2002-05-24 | 1 | -15/+15 |
* | P1003.2 forbids imposing any limit on line lengths; read character by | tjr | 2002-05-24 | 1 | -24/+22 |
* | Exit with non-zero status if any files specified could not be opened | tjr | 2002-05-24 | 1 | -9/+15 |
* | If processing of one file fails, try to process the remaining files and | tjr | 2002-05-24 | 1 | -4/+8 |
* | If processing of one file fails, try to process the remaining files and | tjr | 2002-05-24 | 1 | -3/+9 |
* | Sync with upstream version: | fanf | 2002-05-23 | 1 | -67/+88 |
* | Handle numeric keys by checking a "default" file. Handle number-less keys | jmallett | 2002-05-23 | 1 | -1/+17 |
* | Set the MAKEFILE variable to the value passed to ReadMakefile(), not the full | jmallett | 2002-05-23 | 1 | -2/+5 |
* | Make my style consistent. | jmallett | 2002-05-23 | 1 | -5/+5 |
* | Taking a leap of faith, tie the help command in to the build. | jmallett | 2002-05-22 | 1 | -0/+1 |
* | Add my PD implementation of the SCCS help command, which prints help from | jmallett | 2002-05-22 | 2 | -0/+146 |
* | Tie sccs(1) in to the build, as it now does one thing right: sccs what | jmallett | 2002-05-22 | 1 | -0/+1 |
* | Remove mention of the GNU version of ptx, it is dead. | jmallett | 2002-05-22 | 1 | -1/+1 |
* | Add a usage(). | jmallett | 2002-05-22 | 1 | -2/+19 |
* | Remove #ifndef's on V6. | jmallett | 2002-05-22 | 1 | -4/+0 |
* | Put braces around the command table properly. | jmallett | 2002-05-22 | 1 | -36/+36 |
* | Use what(1) here, in /usr/bin/what. It doesn't print error 26 correctly, but | jmallett | 2002-05-22 | 1 | -1/+1 |
* | str_concat() doesn't really take const arguments. | jmallett | 2002-05-22 | 2 | -4/+4 |