| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Do not run shell from /bin, run it from $PATH. | ru | 2002-05-22 | 5 | -7/+29 |
* | Added the MAKE_VERSION global that could be useful in determining | ru | 2002-05-22 | 2 | -0/+7 |
* | Format internal commands properly. | jmallett | 2002-05-22 | 1 | -8/+8 |
* | Clean up the manual page by leaps and bounds in terms of formatting. | jmallett | 2002-05-22 | 1 | -110/+101 |
* | Make the guarded string functions take a const "from" addr, and make the | jmallett | 2002-05-22 | 1 | -8/+8 |
* | Remove register qualifier. | jmallett | 2002-05-22 | 1 | -29/+29 |
* | Use function prototypes. | jmallett | 2002-05-22 | 1 | -95/+71 |
* | Clean up formatting. | jmallett | 2002-05-22 | 1 | -9/+11 |
* | Replace the evil that is __DECONST() with (void *). This is one of the least | jmallett | 2002-05-22 | 1 | -2/+2 |
* | Make sccs(1) compile cleanly by fixing syntax errors such as #endif followed | jmallett | 2002-05-22 | 1 | -9/+14 |
* | Unroff all forms of \f and \*, and the simplest form of \s. | ru | 2002-05-22 | 1 | -8/+14 |
* | Revive the SCCS front-end, sccs(1), back from the Attic, since it's something | jmallett | 2002-05-22 | 6 | -0/+3700 |
* | Build pathchk(1). | tjr | 2002-05-22 | 1 | -0/+1 |
* | Add the pathchk utility, which checks pathnames for validity or | tjr | 2002-05-22 | 3 | -0/+321 |
* | Make ReadMakefile() operate using the realpath(3) name for the file handed to | jmallett | 2002-05-21 | 1 | -3/+7 |
* | Reword a small part of the uniq(1) manual page to help reduce word | trhodes | 2002-05-21 | 1 | -3/+3 |
* | Mark argc as __unused to silence GCC. | tjr | 2002-05-21 | 1 | -1/+1 |
* | Build the tabs(1) utility. | tjr | 2002-05-21 | 1 | -0/+1 |
* | Add an implementation of the tabs(1) utility, as required by SUSv3. | tjr | 2002-05-21 | 3 | -0/+388 |
* | Style. | ru | 2002-05-20 | 1 | -3/+2 |
* | Bootstrap elf2aout(1) for sparc64; used to build sys/boot/sparc64/boot1. | ru | 2002-05-20 | 1 | -1/+29 |
* | Kill the stray #include line. | ru | 2002-05-20 | 1 | -1/+0 |
* | s/u_int/u_int32_t/ | ru | 2002-05-20 | 1 | -8/+9 |
* | Mark a warning as such. Without this, it isn't obvious whether | dd | 2002-05-20 | 1 | -2/+2 |
* | Fix a late-night buglet in MLINKS ordering. | jmallett | 2002-05-19 | 1 | -1/+1 |
* | Synch usage() and manpage for b64encode/b64decode. | jmallett | 2002-05-19 | 3 | -3/+11 |
* | Add b64decode & b64encode as synonyms for uudecode and uuencode -m, | jmallett | 2002-05-19 | 4 | -2/+29 |
* | elf2aout can be useful to have on all platforms | obrien | 2002-05-18 | 1 | -4/+1 |