summaryrefslogtreecommitdiffstats
path: root/bin/sh
Commit message (Expand)AuthorAgeFilesLines
* Lock down with WFORMAT=1 except those directories with unfixed warnings.kris2002-02-041-0/+1
* %.* takes an int, not a size_t.imp2002-02-021-1/+2
* o __P has been reovedimp2002-02-0251-1234/+678
* The fix for >/dev/stdout, including Tor Egge's fix for the bug in thebabkin2002-01-131-4/+4
* backout rev 1.14, it's breaking things.alfred2001-12-241-1/+3
* Added ability to do ">/dev/stdout". The apsfilter people are anxiousbabkin2001-12-221-3/+1
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyobrien2001-12-041-0/+1
* Remove the printf builtin command from sh(1), which command is notknu2001-11-203-10/+5
* Make test(1) a builtin command of our sh(1) for efficiency. Theknu2001-11-173-5/+11
* Don't call setvar() with the VTEXTFIXED flag. A copy is created bytegge2001-11-071-4/+4
* Repair normally unused is_digit() macro.tegge2001-10-141-1/+1
* *** empty log message ***obrien2001-10-012-29/+34
* Don't check uninitialized memory for having the shell control charactertegge2001-09-191-4/+4
* BASESYNTAX, DQSYNTAX, SQSYNTAX and ARISYNTAX handles negative indexes.tegge2001-09-192-6/+6
* Adjust some type checks to include CTLQUOTEMARK in the range oftegge2001-09-191-3/+3
* Initialize infp at main()peter2001-08-131-1/+2
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-132-4/+0
* can not -> cannotsheldonh2001-08-081-1/+1
* mdoc(7) police:ru2001-08-071-5/+4
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. Thesheldonh2001-07-262-3/+3
* Break the list of parameter expansions into two lists so thatsheldonh2001-07-231-0/+2
* Remove whitespace at EOL.dd2001-07-151-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-102-2/+2
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-061-1/+1
* Use the correct printf format to print a long.dwmalone2001-06-261-1/+1
* Include missing header files which define functions for which gcc hasdd2001-06-241-0/+1
* Remove duplicate words.dd2001-06-241-1/+1
* Add more headers that are required with -fno-builtin (stdlib and strings)des2001-06-192-0/+2
* Fix how /bin/sh handles 'for' and 'case' statements when it is called to dogad2001-06-011-0/+16
* Use PATH_MAX in preference in MAXPATHLEN.imp2001-05-301-1/+2
* Document "chdir" builtin.dd2001-04-281-0/+4
* -Wnon-const-format sweep: make format strings const char *'s, addkris2001-04-177-25/+25
* ``|'' should be more binding than ``!'' so that this isn't broken:brian2001-04-091-2/+13
* A much better (more correct) fix for handling ``!'' charactersbrian2001-04-041-23/+40
* Handle ``!'' characters when they appear as second and subsequentbrian2001-04-041-0/+3
* Fix child's SIGSTOP behaviour in scripts.cracauer2001-02-061-1/+2
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-5/+8
* Prepare for mdoc(7)NG.ru2001-01-161-1/+1
* Prepare for mdoc(7)NG.ru2000-12-181-11/+11
* Prepare for mdoc(7)NG.ru2000-12-151-2/+2
* Add `_PATH_DEVZERO'.obrien2000-12-091-6/+7
* mdoc(7) police: Er macro usage cleanup.ru2000-11-221-1/+1
* Use secure temporary filenames during build.kris2000-11-222-8/+9
* Implement the <> redirection operator.brian2000-10-037-3/+34
* Disable part of my 8-bits fixes from December 1999.cracauer2000-08-161-4/+1
* Fix type builtin for absolute paths and relative paths with directorycracauer2000-08-161-9/+16
* From submitter:cracauer2000-08-163-1/+22
* Mark up the -a flag to unalias as a flag (Fl), not an argument (Ar).sheldonh2000-07-241-1/+1
* Add missing punctuation to one line.sheldonh2000-07-241-1/+1
* Document the builtin echo commandmarko2000-07-171-4/+60
OpenPOWER on IntegriCloud