| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Support the remaining job ID formats required by SUSv3: | tjr | 2002-06-01 | 1 | -2/+21 |
* | Add -s (output PID's only) and -l (show PID's) options to the jobs(1) | tjr | 2002-05-31 | 4 | -18/+85 |
* | #if JOBS around a job control-related statement to allow compilation with | tjr | 2002-05-31 | 1 | -0/+2 |
* | Break the code to display status info for one job out from showjobs() into | tjr | 2002-05-31 | 1 | -63/+52 |
* | Move job to front of most recently used job list when bg'd or fg'd. | tjr | 2002-05-31 | 1 | -0/+1 |
* | Instead of keeping just the jobid of the most recently bg'd or fg'd job, | tjr | 2002-05-31 | 2 | -9/+85 |
* | mdoc(7) police: tidy up the markup a bit. | ru | 2002-05-29 | 1 | -142/+41 |
* | sh appeared in Version 1, not System V.1. | tjr | 2002-05-25 | 1 | -1/+1 |
* | Implement `set +o', which displays the currently set options in a format | tjr | 2002-05-25 | 2 | -5/+28 |
* | Bring back the cd -L and -P options from revision 1.24, but try harder not | tjr | 2002-05-22 | 1 | -33/+105 |
* | Temporarily back out revision 1.24; it seems to handle the case where the | tjr | 2002-05-22 | 1 | -78/+22 |
* | Add the SUSv3 -L and -P options to the cd and pwd builtin utilities. `Logical' | tjr | 2002-05-20 | 2 | -24/+110 |
* | Remove a small, annoying, nit I ran in to editing this file, a lone tab | jmallett | 2002-05-19 | 1 | -1/+1 |
* | Implement the -u (-o nounset) option, which gives an error message if | tjr | 2002-05-19 | 2 | -1/+11 |
* | Make the fg and bg commands give the output required by SUSv3. | tjr | 2002-05-19 | 1 | -0/+10 |
* | Implement the -C (-o noclobber) option, which prevents existing regular | tjr | 2002-05-19 | 8 | -1/+19 |
* | Consistancy check s/file system/filesystem/ | trhodes | 2002-05-16 | 1 | -2/+2 |
* | Usage style sweep: spell "usage" with a small 'u'. | des | 2002-04-22 | 1 | -1/+1 |
* | Use `The .Nm utility' | charnier | 2002-04-16 | 1 | -1/+2 |
* | Stop a null pointer dereference in the builtin hash function. | greid | 2002-04-15 | 1 | -1/+4 |
* | Remove now-obsolete __STDC__ ifdefs, remove redundant NULL definition and | imp | 2002-02-18 | 3 | -14/+1 |
* | Lock down with WFORMAT=1 except those directories with unfixed warnings. | kris | 2002-02-04 | 1 | -0/+1 |
* | %.* takes an int, not a size_t. | imp | 2002-02-02 | 1 | -1/+2 |
* | o __P has been reoved | imp | 2002-02-02 | 51 | -1234/+678 |
* | The fix for >/dev/stdout, including Tor Egge's fix for the bug in the | babkin | 2002-01-13 | 1 | -4/+4 |
* | backout rev 1.14, it's breaking things. | alfred | 2001-12-24 | 1 | -1/+3 |
* | Added ability to do ">/dev/stdout". The apsfilter people are anxious | babkin | 2001-12-22 | 1 | -3/+1 |
* | Default to WARNS=2. Binary builds that cannot handle this must explicitly | obrien | 2001-12-04 | 1 | -0/+1 |
* | Remove the printf builtin command from sh(1), which command is not | knu | 2001-11-20 | 3 | -10/+5 |
* | Make test(1) a builtin command of our sh(1) for efficiency. The | knu | 2001-11-17 | 3 | -5/+11 |
* | Don't call setvar() with the VTEXTFIXED flag. A copy is created by | tegge | 2001-11-07 | 1 | -4/+4 |
* | Repair normally unused is_digit() macro. | tegge | 2001-10-14 | 1 | -1/+1 |
* | *** empty log message *** | obrien | 2001-10-01 | 2 | -29/+34 |
* | Don't check uninitialized memory for having the shell control character | tegge | 2001-09-19 | 1 | -4/+4 |
* | BASESYNTAX, DQSYNTAX, SQSYNTAX and ARISYNTAX handles negative indexes. | tegge | 2001-09-19 | 2 | -6/+6 |
* | Adjust some type checks to include CTLQUOTEMARK in the range of | tegge | 2001-09-19 | 1 | -3/+3 |
* | Initialize infp at main() | peter | 2001-08-13 | 1 | -1/+2 |
* | Removed duplicate VCS ID tags, as per style(9). | ru | 2001-08-13 | 2 | -4/+0 |
* | can not -> cannot | sheldonh | 2001-08-08 | 1 | -1/+1 |
* | mdoc(7) police: | ru | 2001-08-07 | 1 | -5/+4 |
* | Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The | sheldonh | 2001-07-26 | 2 | -3/+3 |
* | Break the list of parameter expansions into two lists so that | sheldonh | 2001-07-23 | 1 | -0/+2 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -1/+1 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 2 | -2/+2 |
* | mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2). | ru | 2001-07-06 | 1 | -1/+1 |
* | Use the correct printf format to print a long. | dwmalone | 2001-06-26 | 1 | -1/+1 |
* | Include missing header files which define functions for which gcc has | dd | 2001-06-24 | 1 | -0/+1 |
* | Remove duplicate words. | dd | 2001-06-24 | 1 | -1/+1 |
* | Add more headers that are required with -fno-builtin (stdlib and strings) | des | 2001-06-19 | 2 | -0/+2 |
* | Fix how /bin/sh handles 'for' and 'case' statements when it is called to do | gad | 2001-06-01 | 1 | -0/+16 |