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