summaryrefslogtreecommitdiff
path: root/bin/sh
AgeCommit message (Expand)Author
2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv
2003-12-21Fix example added in previous.wiz
2003-12-21add a note to Short-Circuit operators section about the somewhatjdolecek
2003-12-21minor optimization in evalvar()jdolecek
2003-12-18correct 2 typosheas
2003-12-18PR/23786: Robert Nestor: wait command returns the wrong status code. Thischristos
2003-11-27Generate command line when SMALL is defined and make buffer full sized.dsl
2003-11-16Improve how various "simple" host tools are built and invoked.lukem
2003-11-14Posix requires that 'pwd -P' reset the shells saved cwd value - so adsl
2003-11-14This seems to need stdlib.h to get a prototype for abort().dsl
2003-11-14Add '\n' to "fork failed" trace messages.dsl
2003-10-30Validate the arguments to 'pwd'. Treat -L and -P as per pwd(1).dsl
2003-10-27passwd(5), not passwd(4). From Igor Sobrado in PR 23278.wiz
2003-10-27Do not xref alias(1) since that points to csh(1).wiz
2003-10-27skip a leading `-' on the arg0 name when calling el_init()lukem
2003-10-21Rework how MAKEVERBOSE operates:lukem
2003-10-19Let libedit handle signals so we resize properly. I might change my mindchristos
2003-10-19rework to use the newer _MKMSGCREATE (et al) macroslukem
2003-10-19Ensure that $TERM is set in the real environment before calling el_init(3)lukem
2003-10-19improve MAKEVERBOSE message for HOST_LINKed toolslukem
2003-10-19Support MAKEVERBOSE (XXX: mksyntax is noisy when MAKEVERBOSE=0).lukem
2003-10-18Link the host tools against tools/compat -lnbcompat since someone decided tolukem
2003-09-22Fix 'set "*" b; case "* b" in "$@") ...' and 'set "*"; case 1 in "${#1}") ...'dsl
2003-09-17Drop equal signs from rule definitions; they cause problems with "bison -y".jmmv
2003-09-17PR/22640: Paul Jarc: sh mishandles positional parameters in case. Fixedchristos
2003-09-14Add 'trace' to CLEANFILES, generated when debug is enabled.jmmv
2003-09-14Fix crash when DEBUG=2, by opening the log file ASAP. Reviewed by simonb@.jmmv
2003-08-26Include strings.h, needed for index's prototype.jmmv
2003-08-26Use '\0' instead of NULL in two checks (we are not checking for a pointerjmmv
2003-08-26s/FD_SETFD/F_SETFD/jmmv
2003-08-25Move an assignment that was using a variable out of scope to fix a buildjmmv
2003-08-22remove \r (agc, are you using MS-DOS?)itojun
2003-08-22Move 4 more files from UCB 4 clause to 3 clause licence.agc
2003-08-21remove clause 3christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-13use bounded string opitojun
2003-06-27Quote some punctuation.wiz
2003-05-15Don't close any script files if vfork is set.dsl
2003-05-15Fix problems with parallel makes.dsl
2003-05-15Use echo instead of cat to add prologue to builtins.[ch]dsl
2003-05-08Use ${HOST_SH}christos
2003-05-06Drop trailing space.wiz
2003-05-06Recognise octal and hexadecimal constants in expressions.dsl
2003-05-04ANSIify.gmcgarry
2003-05-04Add new builtin 'inputrc' which allows keybindings to be redefinedgmcgarry
2003-05-02Expand documentation of emacs and vi modes. Fromgmcgarry
2003-04-15%d is 12 chars, not 10 chars. hinted by deraadtitojun
2003-04-12add missing parenthesiszuntum
2003-03-22Change "if" to "if and only if" per discussion in PR 20794.kristerw
2003-03-10If building as a CRUNCHEDPROG, use "lex -L" and "yacc -l" to suppress #linelukem