summaryrefslogtreecommitdiff
path: root/bin/sh
AgeCommit message (Expand)Author
2014-01-26explain why forks failchristos
2014-01-20Add wctype(3) support to Shell Patterns.roy
2014-01-01whitespace fixeschristos
2014-01-01There was a case where \n did not increase plinnochristos
2014-01-01clarify further.christos
2014-01-01explain the previous fix.christos
2013-12-31allow case statement without any patterns.christos
2013-11-01PR/48312: Dieter Roelands: According to TOG, unset should not return an errorchristos
2013-10-30#ifdef a variable decl/setting with it's use.mrg
2013-10-06Fix PR bin/48202 [non-critical/low]:ast
2013-10-02add stdio.hchristos
2013-10-02document LINENOchristos
2013-10-02add crude $LINENO support for FreeBSDchristos
2013-06-27fix descriptor leaks. PR/47805yamt
2013-06-12constifyyamt
2013-05-09Document that a here-document can finish at an EOF as well as at thesimonb
2013-04-28Add const.dholland
2013-03-02PR/47608: Robert Elz: ``var=value func-call'' does not export var in thechristos
2013-01-02include limits.h for CHAR_MINdsl
2012-12-31Add support for '%n' being a shorthand for 'fg %n'.dsl
2012-12-22Fix the expansion of "$(foo-$bar}" so that IFS isn't applied whendsl
2012-12-13PR/47317: Henning Petersen: Replace index() with strchr()christos
2012-12-02Adjust everything under src (but outside src/tools) to useapb
2012-10-03- Correct macro usage;wiz
2012-08-26- improve punctuation;wiz
2012-06-17Initialize two variables for clang.wiz
2012-06-14Make sure temp_path is always initialised, even if mklocal fails.joerg
2012-06-11Allow thread limit queries by adding the new -r flag to ulimit. Addnjoly
2012-06-09support RLIMIT_NTHR.christos
2012-03-28include <limits.h> for CHAR_MIN/CHAR_MAXchristos
2012-03-25PR/43597: Don't break from parsing word tokens in we are in double quotes.christos
2012-03-20Use C89 function definitionsmatt
2012-03-15Add __printflike attribution to use vprintf and friends with an argumentjoerg
2012-02-23Don't use a for-loop with empty body.joerg
2011-11-14PR/45613: Aleksey Cheusov: /bin/sh: 'set -e' + 'if eval false' problemchristos
2011-10-11print the flag too next to the units like bash does.christos
2011-10-05Merge duplicate information.christos
2011-10-04.Dq Dv \&:apb
2011-10-04Mention what happens when we don't include :. It would be nice to usechristos
2011-09-11A feature that wasn't implemented for 4.4alpha and still isn't implementeddholland
2011-08-31NULL does not need a castplunky
2011-08-29Mark yyerror as static and __dead.joerg
2011-08-23document another non-literal format stringchristos
2011-08-23PR/45269: Andreas Gustafsson: Instead of falling off the edge when eating tra...christos
2011-08-23- add pid to the trace file so that we don't keep overwriting ourselveschristos
2011-08-23add more gcc printf format attributeschristos
2011-08-14Document non-literal formatschristos
2011-07-12Move the savehandler assignment before setjmp() to avoid triggeringjoerg
2011-06-18PR/45069: Henning Petersen: Use prototypes from builtins.h .christos
2011-06-13Sort sections. Remove trailing whitespace.wiz