summaryrefslogtreecommitdiffstats
path: root/bin/sh
Commit message (Expand)AuthorAgeFilesLines
* 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
* o Terminate an endless loop sh -T goes into in dowait() around waitproc().maxim2004-12-021-1/+2
* When listing the special $ variables, ($!, $#, etc) list them as $!alfred2004-11-011-12/+16
* Attempting to unset an undefined variable or function should not bedes2004-09-272-2/+2
* Document missing multibyte character handling in utilities specifiedtjr2004-07-031-1/+5
* Deal with double whitespace.ru2004-07-031-1/+1
* Mechanically kill hard sentence breaks.ru2004-07-022-96/+192
* Include <stdio.h> for a sprintf() prototype.stefanf2004-05-241-0/+2
* Document the "return" built-in better: it will exit . (sources) andgreen2004-04-141-1/+7
* Remove clause 3 from the UCB licenses.markm2004-04-0666-264/+0
* Install /bin/sh safely. This allows a shell script to be usedru2004-03-181-0/+1
* style.Makefile:johan2004-02-231-1/+1
* style(9): wrap at 80 columns.njl2004-02-121-3/+5
* Handle proper formatting and a buffer overrun when running an old sh onnjl2004-02-121-7/+28
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).ru2004-02-051-2/+2
* Commit fix sent by Tor Egge <Tor.Egge@cvsup.no.freebsd.org>cracauer2004-02-051-1/+1
* Use sys_nsig instead of NSIG for the length of the signal arrays. Thisnjl2004-01-282-6/+6
* The PR diff I committed recently had one bug noticed bycracauer2004-01-281-1/+2
* Replace home-grown dup2() implementation with actual dup2() calls. Thisdes2004-01-215-43/+13
* Removed duplicate y.tab.h from SRCS and CLEANFILES.ru2004-01-201-1/+1
* o Spell 'diretories' correctly.maxim2003-12-301-1/+1
* PR 28852cracauer2003-12-281-24/+1
* Do not assume there is only a space between #define and the macro nameschweikh2003-09-131-1/+1
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-1/+1
* Fix testing of arith_assign() value for $((a=15)).schweikh2003-09-071-1/+1
* #include <string.h> for prototypes for strcpy() and strlen().tjr2003-09-061-0/+2
* Style cleanup, mostlyschweikh2003-09-044-207/+246
* Implement missing shell arithmetic operators in $(()) expansionschweikh2003-08-304-49/+236
* Remove collate_range_cmp() stabilization, it conflicts with rangesache2003-08-031-9/+2
* Changes following CScout analysis:dds2003-07-0513-38/+37
* Instead of eating trailing newlines after inserting them into thefenner2003-05-311-5/+12
* mdoc(7) police: A better version of the same.ru2003-05-161-2/+2
* Centralize _PATH_* definitions.obrien2003-05-051-1/+2
OpenPOWER on IntegriCloud