| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use PATH_MAX in preference in MAXPATHLEN. | imp | 2001-05-30 | 1 | -1/+2 |
* | Document "chdir" builtin. | dd | 2001-04-28 | 1 | -0/+4 |
* | -Wnon-const-format sweep: make format strings const char *'s, add | kris | 2001-04-17 | 7 | -25/+25 |
* | ``|'' should be more binding than ``!'' so that this isn't broken: | brian | 2001-04-09 | 1 | -2/+13 |
* | A much better (more correct) fix for handling ``!'' characters | brian | 2001-04-04 | 1 | -23/+40 |
* | Handle ``!'' characters when they appear as second and subsequent | brian | 2001-04-04 | 1 | -0/+3 |
* | Fix child's SIGSTOP behaviour in scripts. | cracauer | 2001-02-06 | 1 | -1/+2 |
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -5/+8 |
* | Prepare for mdoc(7)NG. | ru | 2001-01-16 | 1 | -1/+1 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-18 | 1 | -11/+11 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-15 | 1 | -2/+2 |
* | Add `_PATH_DEVZERO'. | obrien | 2000-12-09 | 1 | -6/+7 |
* | mdoc(7) police: Er macro usage cleanup. | ru | 2000-11-22 | 1 | -1/+1 |
* | Use secure temporary filenames during build. | kris | 2000-11-22 | 2 | -8/+9 |
* | Implement the <> redirection operator. | brian | 2000-10-03 | 7 | -3/+34 |
* | Disable part of my 8-bits fixes from December 1999. | cracauer | 2000-08-16 | 1 | -4/+1 |
* | Fix type builtin for absolute paths and relative paths with directory | cracauer | 2000-08-16 | 1 | -9/+16 |
* | From submitter: | cracauer | 2000-08-16 | 3 | -1/+22 |
* | Mark up the -a flag to unalias as a flag (Fl), not an argument (Ar). | sheldonh | 2000-07-24 | 1 | -1/+1 |
* | Add missing punctuation to one line. | sheldonh | 2000-07-24 | 1 | -1/+1 |
* | Document the builtin echo command | marko | 2000-07-17 | 1 | -4/+60 |
* | Fixd with alias missing. | sada | 2000-07-15 | 1 | -0/+1 |
* | Add \a and \e to "echo -e" escape handling. | mph | 2000-06-26 | 1 | -0/+2 |
* | Fix parsing of string for eval command. | cracauer | 2000-05-15 | 1 | -0/+1 |