summaryrefslogtreecommitdiffstats
path: root/bin/sh
Commit message (Expand)AuthorAgeFilesLines
...
* -mdoc sweep.ru2005-11-171-16/+14
* Add `local' and `return' to the list of built-ins.jcamou2005-11-031-0/+8
* Include disabled options in the output of 'set +o'. POSIX says the output ofstefanf2005-10-291-11/+8
* Document command -v and -V.stefanf2005-10-291-2/+39
* Document that read -t timeout returns 1 if the timeout elapses.stefanf2005-10-291-1/+1
* Add the POSIX options -v and -V to the 'command' builtin. Both describe thestefanf2005-10-283-13/+67
* Protect malloc, realloc and free calls with INT{ON,OFF} directly in chkalloc,stefanf2005-10-283-4/+19
* Use the new name H_SETSIZE instead of the old H_EVENT to set the historystefanf2005-10-191-1/+1
* Elaborate on the behaviour of set -e.stefanf2005-09-101-2/+7
* Pass the EV_TESTED flag to evalloop() and evalfor(). This fixes unwantedstefanf2005-09-101-8/+8
* Pass the EV_TESTED flag to the left operand of NSEMI nodes. This fixesstefanf2005-09-101-1/+1
* Exit the shell if a pipeline that is not preceded by ! fails and set -e isstefanf2005-09-101-3/+7
* Split the export synopsis into two lines as -p cannot be mixed with variablestefanf2005-09-091-2/+3
* - Provide a reasonable error message for `export -p var'.stefanf2005-09-091-1/+3
* Fix the error message if the mask that is passed to umask -S containsstefanf2005-09-091-1/+1
* Various small code cleanups resulting from a code reviewingrse2005-09-063-12/+4
* fix typo: ommitted -> omittedrse2005-09-061-1/+1
* Print pointers with %p rather than casting them to long.stefanf2005-09-052-5/+5
* Document that `in word ...' is optional in the for command.stefanf2005-09-031-2/+7
* Return 1 from the unalias builtin if _any_ removal fails, not just the laststefanf2005-09-021-1/+1
* Remove extra getenv() declaration.stefanf2005-09-021-1/+0
* Document that unalias can be used to remove several alias names.stefanf2005-09-021-5/+3
* Wrap a line due to a new sentence.jcamou2005-08-291-1/+2
* o Discuss the ways to escape an alias.jcamou2005-08-291-4/+16
* Document umask's -S option.stefanf2005-08-171-3/+8
* Remove a hack for an ancient gdb.stefanf2005-08-151-13/+4
* Recent cleanups made it possible to bump WARNS to 3.stefanf2005-08-141-1/+1
* Put the comparison with PEOF into a new macro is_eof(). Don't use it if thestefanf2005-08-132-6/+8
* Declare echocmd() and testcmd().stefanf2005-08-131-0/+2
* Use assignment rather than comparison.stefanf2005-08-131-2/+2
* - Provide all initialisers for a struct event.stefanf2005-08-131-5/+6
* First declare the functions to pacify -Wmissing-prototypes.stefanf2005-08-131-0/+4
* Include missing headers.stefanf2005-08-132-0/+2
* Use prototypes in the MKINIT lines collected by mkinit.stefanf2005-08-133-3/+3
* Use prototypes in the generated builtins.{c,h} files.stefanf2005-08-131-3/+3
* cvs -d stefanf@ncvs.FreeBSD.org:/home/ncvsstefanf2005-08-133-5/+9
* El_parse's third parameter is now const-qualified, add a cast.stefanf2005-08-111-1/+1
* Fix a bug when shell expansion is done against dangling symlinks, bydelphij2005-07-071-1/+1
* Sorted sections and fixed prompt (PS[12]) strings.ru2005-06-141-11/+11
* Put the description of the -c option in the right place, asru2005-06-141-7/+9
* A second attempt to adjust option-parsing on a shell command, for thegad2005-05-161-1/+20
* Various sh(1) enhancements:keramida2005-04-151-10/+83
* Use ``.Pq Ql'' to quote single characters, instead of ``.Pq Li''.keramida2005-03-041-17/+17
* Add a section describing the exit status of the shell.keramida2005-03-041-0/+8
* Support \H, \h, \w, \W, \$ string expansion in the prompt.obrien2005-03-011-4/+91
* Change /bin/sh so *it* implements the processing needed for scripts togad2005-02-161-11/+43
* /*- or .\"- or #- to begin license clauses.imp2005-01-1014-4/+31
* Scheduled mdoc(7) sweep.ru2005-01-091-1/+1
* Correct typo.ceri2005-01-041-1/+1
* o Add a missed "." .maxim2004-12-021-1/+1
OpenPOWER on IntegriCloud