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