summaryrefslogtreecommitdiffstats
path: root/bin/sh
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixd with alias missing.sada2000-07-151-0/+1
* Add \a and \e to "echo -e" escape handling.mph2000-06-261-0/+2
* Fix parsing of string for eval command.cracauer2000-05-151-0/+1
* Fix environment passung to eval'ed commands.cracauer2000-05-152-1/+2
* Rename the trace() function (that is build only in the -DDEBUG=2cracauer2000-04-203-4/+5
* Include <errno.h> when compiling with -DDEBUG=2cracauer2000-04-201-0/+3
* Fix warnings, some of them serious because sh violated namecracauer2000-04-208-17/+8
* Use #include <errno.h> rather than extern int errno;.imp2000-04-141-2/+1
* Fix ${#varname} (getting length of string) when in double-quotes.cracauer2000-02-151-1/+1
* Fix command hash handling oncracauer1999-12-203-3/+29
* Second part of 8-bit fixes.cracauer1999-12-161-1/+9
* Document ulimit -b for RLIMIT_SBSIZE.cracauer1999-12-151-1/+3
* First round of 8-bit fixes.cracauer1999-12-153-9/+10
* make '|' character visible.cracauer1999-12-051-1/+1
* Fix "subscript has type `char'" warnings by casting to int, ascracauer1999-12-042-5/+6
OpenPOWER on IntegriCloud