| Age | Commit message (Expand) | Author |
| 2006-08-22 | Set the 'not a parameter' flag when we skip initial whitespace. | dsl |
| 2006-08-21 | Rework the code changes from revisions 1.69, 1.70 and 1.74 so that the code | dsl |
| 2006-06-20 | PR/33775: YAMAMOTO Takashi: /bin/sh doesn't accept "(" before case patterns | christos |
| 2006-05-20 | When expanding "$@" add a \0 byte after the last argument (as well as all | dsl |
| 2006-05-13 | Coverity CID 3384: Don't close -1. | christos |
| 2006-05-10 | quell GCC 4.1 uninitialised variable warnings. | mrg |
| 2006-05-04 | Make the change for bin/31548 to set $PWD on shell startup non-fatal if | simonb |
| 2006-04-24 | It's "its." | snj |
| 2006-04-24 | It's "its." | snj |
| 2006-04-18 | PR/33281: Martin J. Laubach: Prevent core-dump on "echo abc | { }". bash | christos |
| 2006-03-18 | Coverity CID 620: Remove dead code. | christos |
| 2006-03-18 | Coverity CID 890: Possible NULL pointer deref. | christos |
| 2006-03-18 | Coverity CID 1329: Possible NULL deref. | christos |
| 2006-03-17 | Coverity CID 2479: Clarify confusion about uninitialized variable in the | christos |
| 2006-03-17 | Handle asprintf failing to allocate. | rumble |
| 2006-03-06 | Make the -s flag of fc work correctly. Ensure that only one command is specified | aymeric |
| 2006-01-02 | Add error printing for ENAMETOOLONG. Partially addresses PR bin/13850 . | garbled |
| 2005-12-13 | TOG require that 'set +o' output the options in a form suitable for | dsl |
| 2005-11-26 | Don't change the name of the directory we are going to 'cd' to just because | dsl |
| 2005-10-10 | PR/31548: Alexander Rigbo: $PWD not set when shell starts up, before pwd | christos |
| 2005-10-01 | fix setmode error handling. | christos |
| 2005-09-30 | Make slightly more portable without extra conditionals needed: | tv |
| 2005-09-10 | In mdoc, use .Pp for new paragraphs, not .br. | wiz |
| 2005-08-20 | Don't apply CDPATH if the the first component of the target is "." or "..". | dsl |
| 2005-07-15 | Aspell, fix an Xref, drop trailing whitespace. | wiz |
| 2005-07-15 | Only do certain actions when we are trully interactive, not just when we | christos |
| 2005-07-15 | If we have a script and we are interactive, set interactive to 2. This | christos |
| 2005-07-15 | Allow trap to work on ignored signals when the shell is interactive. | christos |
| 2005-07-11 | make setsig() return sig_t | christos |
| 2005-07-11 | Don't hard ignore signals that were ignored by our environment, because | christos |
| 2005-06-26 | sprinkle a little const, and now everything compiles with WARNS=3 | christos |
| 2005-06-23 | Revert part of the previous commit. We cannot fix the problem by not waiting. | christos |
| 2005-06-22 | Don't wait for a background job in a subshell when we are set to EV_EXIT. | christos |
| 2005-06-01 | appease gcc -Wuninitialized | lukem |
| 2005-06-01 | Mark temp_path volatile so that it won't get clobbered after longjmp. | lukem |
| 2005-05-24 | Whitespace and punctuation fixes. | wiz |
| 2005-05-09 | Only add the function when we initialize. Restore the binding of tab to | christos |
| 2005-05-07 | If 'set -o tabcomplete' it set, then bind <tab> to the libedit filename | dsl |
| 2005-03-21 | A rather better fix for treating $((x)) as equivalent to $(($x)) provided | dsl |
| 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 |
| 2005-03-20 | Add 'continue' as body of empty loop. | dsl |
| 2005-03-19 | Check quoting before merging ifs regions. | dsl |
| 2005-03-19 | Don't merge ifs regions with different quoting requirements | dsl |
| 2005-03-19 | Fix the way the 'read' builtin processes IFS. In particular: | dsl |
| 2005-03-02 | Fix printing of invalid commandname after certain types of errors on builtins. | dsl |
| 2005-02-14 | expbackq() was incorrectly backing up a temporary buffer when removing \n | dsl |
| 2005-02-06 | remove obsolete register declarations | perry |
| 2005-01-11 | PR/28940: David Laight: /bin/sh doesn't quote the output of trap. | christos |
| 2004-10-30 | Pass WARNS=3 | christos |