summaryrefslogtreecommitdiff
path: root/bin/sh
AgeCommit message (Expand)Author
2010-03-01\\ -> \ejoerg
2010-02-21fix faulty logic in previous change.christos
2010-02-20default to the original behavior for $ENV unless POSIXLY_CORRECT is set.christos
2010-02-17PR/42828: Richard Hansen: Don't evaluate ${ENV} if not interactive.christos
2010-02-06When using -lcurses, you also need -lterminfo.he
2010-02-03Userland now builds and uses terminfo instead of termcap.roy
2010-01-01Bump date for cd -P support.wiz
2010-01-01fix another typodholland
2010-01-01Make the cd builtin accept and ignore -P, which is a kshism that has beendholland
2010-01-01fix typodholland
2009-12-14use .ORDER for rules that create multiple files.christos
2009-12-11Rewrite file generation rules using ${GENCMD}. No functional changes intended.uebayasi
2009-12-07Define dependencies of arith.[ch] on arith.y.uebayasi
2009-11-27Use %zu in printf format for size_t value.tsutsui
2009-11-13Removed return statement in parser action that caused a memory leak withgson
2009-10-29use flex options instead of #defineschristos
2009-10-07only for when trap if we are going to exit.christos
2009-10-06fix regression exit1: Don't exec the last command in a subshell if it haschristos
2009-10-06Make this slightly more portable; it has to run on arbitary hostapb
2009-05-26Make indentation consistent.joerg
2009-04-20define YY_NO_INPUT where appropriate, from Kurt J. Lidl per PR misc/41160drochner
2009-03-29Bump date for previous.wiz
2009-03-29- add new RLIMIT_AS (aka RLIMIT_VMEM) resource that limits the totalmrg
2009-03-10el_gets now sets el_len to -1 on error so we can distinguishroy
2009-03-10Explicitly escape -- as it is not an argment to the Cm macro.joerg
2009-03-10Don't use .Xo/.Xc to workaround ancient macro argument limit.joerg
2009-03-09Fix preamble to match order set out by mdoc(7). Discussed with wiz.joerg
2009-02-14Default to WARNS=4 (except for rcp & ksh)lukem
2009-01-19Revert previous commit that fixes PR/36079 (shell misses exit trap), becausechristos
2009-01-18fix -Wsign-compare issueslukem
2008-12-28rlim_t will be unsigned as TOG mandates.christos
2008-12-21don't free other jobs when we are specifically using the wait built-in.christos
2008-12-21use EXP_CASE only when trimming and unquoted.christos
2008-12-21PR/36079: M. Levinson: Disable the optimization of not forking for the lastchristos
2008-12-21PR/35055: Wada Keiji: wait did not keep the status of terminated jobs aschristos
2008-12-20PR/36954: Roland Illig: don't eat backlash escapes in variable patterns.christos
2008-12-11document "EXIT" pseudo signal.yamt
2008-11-15Some spelling fixes from VaX#n8 in PR bin/23812.snj
2008-11-08and if you don't succeed twice, try again.christos
2008-11-07Try a different fix for PR/11317: Don't ignore errors in list().christos
2008-11-07Break PR/11317 again. The counting parentheses fix does not handle casechristos
2008-11-05PR/11317: Hubert Feyrer: Recognize mismatched parentheses inside old stylechristos
2008-10-31show better quoting output for sh -x, from Aleksey Cheusovchristos
2008-10-25Pass SED=${TOOL_SED:Q} in the environment to scripts run during the build.apb
2008-10-25In shell scripts run during the build, add a SED variable, defaultingapb
2008-10-23Don't try to remove trailing newlines from shell variables viaapb
2008-10-19In shell scripts invoked during a build, and in crunchgen, use ${AWK}apb
2008-10-19Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands.apb
2008-10-16The field width passed for a %.*s printf format is supposed to be int, notdholland
2008-10-16Wrap declaration of a STATIC function that's only conditionally defineddholland