aboutsummaryrefslogtreecommitdiff
path: root/bin/sh
Commit message (Expand)AuthorAgeFilesLines
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyDavid E. O'Brien2001-12-041-0/+1
* Remove the printf builtin command from sh(1), which command is notAkinori MUSHA2001-11-203-10/+5
* Make test(1) a builtin command of our sh(1) for efficiency. TheAkinori MUSHA2001-11-173-5/+11
* Don't call setvar() with the VTEXTFIXED flag. A copy is created byTor Egge2001-11-071-4/+4
* Repair normally unused is_digit() macro.Tor Egge2001-10-141-1/+1
* *** empty log message ***David E. O'Brien2001-10-012-29/+34
* Don't check uninitialized memory for having the shell control characterTor Egge2001-09-191-4/+4
* BASESYNTAX, DQSYNTAX, SQSYNTAX and ARISYNTAX handles negative indexes.Tor Egge2001-09-192-6/+6
* Adjust some type checks to include CTLQUOTEMARK in the range ofTor Egge2001-09-191-3/+3
* Initialize infp at main()Peter Wemm2001-08-131-1/+2
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-132-4/+0
* can not -> cannotSheldon Hearn2001-08-081-1/+1
* mdoc(7) police:Ruslan Ermilov2001-08-071-5/+4
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. TheSheldon Hearn2001-07-262-3/+3
* Break the list of parameter expansions into two lists so thatSheldon Hearn2001-07-231-0/+2
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-102-2/+2
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).Ruslan Ermilov2001-07-061-1/+1
* Use the correct printf format to print a long.David Malone2001-06-261-1/+1
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+1
* Remove duplicate words.Dima Dorfman2001-06-241-1/+1
* Add more headers that are required with -fno-builtin (stdlib and strings)Dag-Erling Smørgrav2001-06-192-0/+2
* Fix how /bin/sh handles 'for' and 'case' statements when it is called to doGarance A Drosehn2001-06-011-0/+16
* Use PATH_MAX in preference in MAXPATHLEN.Warner Losh2001-05-301-1/+2
* Document "chdir" builtin.Dima Dorfman2001-04-281-0/+4
* -Wnon-const-format sweep: make format strings const char *'s, addKris Kennaway2001-04-177-25/+25
* ``|'' should be more binding than ``!'' so that this isn't broken:Brian Somers2001-04-091-2/+13
* A much better (more correct) fix for handling ``!'' charactersBrian Somers2001-04-041-23/+40
* Handle ``!'' characters when they appear as second and subsequentBrian Somers2001-04-041-0/+3
* Fix child's SIGSTOP behaviour in scripts.Martin Cracauer2001-02-061-1/+2
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-5/+8
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-1/+1
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-181-11/+11
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-151-2/+2
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-6/+7
* mdoc(7) police: Er macro usage cleanup.Ruslan Ermilov2000-11-221-1/+1
* Use secure temporary filenames during build.Kris Kennaway2000-11-222-8/+9
* Implement the <> redirection operator.Brian Somers2000-10-037-3/+34
* Disable part of my 8-bits fixes from December 1999.Martin Cracauer2000-08-161-4/+1
* Fix type builtin for absolute paths and relative paths with directoryMartin Cracauer2000-08-161-9/+16
* From submitter:Martin Cracauer2000-08-163-1/+22
* Mark up the -a flag to unalias as a flag (Fl), not an argument (Ar).Sheldon Hearn2000-07-241-1/+1
* Add missing punctuation to one line.Sheldon Hearn2000-07-241-1/+1
* Document the builtin echo commandMark Ovens2000-07-171-4/+60
* Fixd with alias missing.SADA Kenji2000-07-151-0/+1
* Add \a and \e to "echo -e" escape handling.Matthew Hunt2000-06-261-0/+2
* Fix parsing of string for eval command.Martin Cracauer2000-05-151-0/+1
* Fix environment passung to eval'ed commands.Martin Cracauer2000-05-152-1/+2
* Rename the trace() function (that is build only in the -DDEBUG=2Martin Cracauer2000-04-203-4/+5
* Include <errno.h> when compiling with -DDEBUG=2Martin Cracauer2000-04-201-0/+3