| Age | Commit message (Expand) | Author |
| 2009-01-18 | fix -Wsign-compare issues | lukem |
| 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-08-23 | Fix here documents that end abruptly without NL before EOF. | christos |
| 2008-04-25 | Detect unmatched quotes inside old style command substitution. | christos |
| 2008-02-27 | Change spaces to tabs for consistency with adjacent lines. | dsl |
| 2007-12-15 | convert __attribute__s to applicable cdefs.h macros | perry |
| 2007-06-07 | Fix sh -c 'true && ! true | false; echo $?' | dsl |
| 2007-01-13 | PR/35410: Valeriy E. Ushakov: /bin/sh mishandles shell function definitions | christos |
| 2006-10-16 | sprinkle volatile. | christos |
| 2006-10-04 | Prefix "Syntax Error" with the program name, if the command name is not | christos |
| 2006-06-20 | PR/33775: YAMAMOTO Takashi: /bin/sh doesn't accept "(" before case patterns | christos |
| 2006-05-10 | quell GCC 4.1 uninitialised variable warnings. | mrg |
| 2005-03-21 | Back out previous, amongst other things it breaks $((0x10)) | dsl |
| 2005-03-20 | Treat $((x)) as equivalent to $(($x)) - posix seems to require this now. | dsl |
| 2004-06-27 | Fix treatment of ' inside a 'here document' with a quoted EOF marker. | dsl |
| 2004-06-26 | Correctly apply IFS to unquoted text in ${x-text}. | dsl |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2002-11-24 | Fixes from David Laight: | christos |
| 2002-05-15 | implement noclobber. From Ben Harris, with minor tweaks from me. Two | christos |
| 2002-02-20 | enami convinced me that it is a good idea to use the first word of | christos |
| 2002-02-12 | Since we should be able to handle nested double quotes, don't use | christos |
| 2002-02-12 | back this directory up a day, systems won't even boot (rc.subr splodes) | ross |
| 2002-02-11 | PR/15579: Alan Barrett: }'s inside variable specs were taken into account | christos |
| 2001-11-02 | Fix switch alias handling. Inspired from FreeBSD, but corrected to handle | christos |
| 2001-04-03 | PR/12533: Koji Mori: eval gets misparsed when it has a trailing semi-colon. | christos |
| 2001-02-04 | remove redundant declarations and nexted externs. | christos |
| 2000-07-27 | un-__P functions declared in parser.h. host programs include parser.h, | cgd |
| 2000-01-27 | Fix bin/9184, bin/9194, bin/9265, bin/9266 | christos |
| 1999-07-09 | compile with WARNS = 2 | christos |
| 1999-02-04 | PR/4966: Joel Reicher: Implement <> redirections which are documented in | christos |
| 1999-01-25 | Patches from Tor Egge (via Havard Eidnes) to fix various bugs in field | mycroft |
| 1998-09-26 | Fixed memory leak on old style command substitution | itohy |
| 1998-07-28 | Be more retentive about use of NOTREACHED and noreturn. | mycroft |
| 1998-03-29 | - change "extern" variables into int's | mrg |
| 1997-07-15 | Fix Sparcworks warnings. | christos |
| 1997-07-04 | Fix compiler warnings. | christos |
| 1997-03-14 | NO_HISTORY->SMALL | christos |
| 1997-01-26 | Fix parsing problem introduced in the previous ${10} fix, where $#digit | christos |
| 1997-01-24 | enable parsing of multi-digit positional arguments i.e. ${10} works and it | christos |
| 1997-01-11 | kill 'register' | tls |
| 1996-11-25 | - fix parsing bug reported by mycroft: ! was only recognized in the beginning | christos |
| 1996-10-16 | PR/2808: - detect eof inside backquotes | christos |
| 1996-05-09 | Close PR/2384 backquoted backslash-newline was not eaten. | christos |
| 1996-03-05 | - parser.c: Fix prompting in old style backquote expansion. Fixes PR/2139 | christos |
| 1995-10-19 | - fix PR1620, -DNO_HISTORY did not work. | christos |
| 1995-05-17 | Fixed bug where ${#} was interpreted incorrectly as ${#var} and thus | christos |
| 1995-05-11 | Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0 | christos |