| Age | Commit message (Expand) | Author |
| 2001-12-20 | Punctuation nits, drop unnecessary .Pps, sort sections. | wiz |
| 2001-12-20 | Punctuation nit. | wiz |
| 2001-12-20 | Whitespace nits. | wiz |
| 2001-11-14 | Plug a memory leak when setting PWD -- don't mark the variable with | he |
| 2001-11-03 | change from WARNS?=1 to WARNS?=2 for bin/ | lukem |
| 2001-11-02 | Fix switch alias handling. Inspired from FreeBSD, but corrected to handle | christos |
| 2001-09-24 | va_{start,end} audit: | wiz |
| 2001-09-19 | make sure we do not truncate arith expresssion > 10 digits. | itojun |
| 2001-09-16 | Spell 'occurred' with two 'r's. | wiz |
| 2001-09-13 | (waitproc): handle jp == NULL, it happens | assar |
| 2001-09-10 | Don't wait with UNTRACED for jobs that have not been started with job control | christos |
| 2001-06-13 | fix grammar | lukem |
| 2001-06-11 | Fix various misspellings of compatible/compatibility. | wiz |
| 2001-04-18 | Use ${MACHINE_CPU} == "arm" to test for ARMishness. | bjh21 |
| 2001-04-03 | PR/12533: Koji Mori: eval gets misparsed when it has a trailing semi-colon. | christos |
| 2001-04-03 | Don't xref set(1) and case(1), since they are builtins and we don't | wiz |
| 2001-04-01 | Correct {list;} example and fix formatting/typo in the operator lists. | toddpw |
| 2001-03-30 | Globbing should match broken symlinks. stat()->lstat() to fix this. | mycroft |
| 2001-03-18 | Extended functionality of the trap builtin, which now closely follows | wulf |
| 2001-02-26 | Fix command name in error message for 'sh nonexistingfile'. | wiz |
| 2001-02-04 | remove redundant declarations and nexted externs. | christos |
| 2001-02-04 | remove redundant declaration of yyparse, and move code to the bottom of | christos |
| 2001-01-07 | if HAVE_VASPRINTF (set ifdef BSD4_4), use vasprintf() instead of homegrown | lukem |
| 2001-01-07 | support %ll (as synonym for %q) in doformat(), since my changes to %q -> %ll | lukem |
| 2001-01-04 | use more standard %ll_ in favour of %q_ | lukem |
| 2000-12-29 | arm26 has unsigned chars too. | bjh21 |
| 2000-12-20 | __CONCAT does token pasting, not string concatnation. if something like: | cgd |
| 2000-11-22 | error message cleanup: | christos |
| 2000-11-20 | fix typo. | christos |
| 2000-11-20 | Add an example on how to use getopts, stolen from the getopt manual page :-) | christos |
| 2000-11-06 | Call el_source() to use .editrc. | mycroft |
| 2000-11-01 | PR/11283: Hubert Feyrer: random memory corruption executing commands: | christos |
| 2000-11-01 | handle type command on names that contain slashes, and print a : in the not | christos |
| 2000-10-21 | Wrap malloc() calls with an INTOFF/INTON pair. Fixes PR 8414. | mycroft |
| 2000-09-21 | .Bl takes parameter "-offset indent", not "-indent". | phil |
| 2000-09-04 | For commands and utilities, use EXIT STATUS rather than RETURN VALUES as | kleink |
| 2000-08-28 | Add 'RETURN VALUE' section header. | hubertf |
| 2000-07-27 | un-__P functions declared in parser.h. host programs include parser.h, | cgd |
| 2000-07-27 | host program portability: set infp to stdin at runtime, since apparently | cgd |
| 2000-07-18 | host program portability: don't use <sys/cdefs.h>, __COPYRIGHT(), | cgd |
| 2000-07-18 | Various mandoc updates to the Builtins | jhawk |
| 2000-07-17 | Note the meaning of 'trap 0' (execute on exit from shell) | jhawk |
| 2000-07-03 | include <stdlib.h>, <string.h>, or whatever as appropriate to shut up | matt |
| 2000-05-22 | Back out previous vfork changes. | elric |
| 2000-05-17 | When vforking ensure that the environment passed to exec is built before | elric |
| 2000-05-15 | INTON and FORCEINTON modify global variables, and so should not be | elric |
| 2000-05-13 | Added includes for waitpid, sys/types.h and sys/wait.h. | elric |
| 2000-05-13 | In order to use __NetBSD_Version__, I needed to include sys/param.h. | elric |
| 2000-05-13 | Unused variable pgrp on line 576. | elric |
| 2000-05-13 | Quick fix. | elric |