summaryrefslogtreecommitdiffstats
path: root/bin/sh
Commit message (Expand)AuthorAgeFilesLines
* sh: Simplify some code related to positional parameters.jilles2016-01-192-17/+13
* sh: Update associated state when restoring locals while leaving a function.jilles2016-01-104-2/+29
* sh: Reduce size of options table.jilles2016-01-074-71/+71
* sh: Add a test for 'cd -'.jilles2016-01-073-0/+11
* sh: Ensure OPTIND=1 in subshell without forking does not affect outer env.jilles2016-01-073-0/+19
* sh: Link tests/builtins/getopts9.0 to the build.jilles2016-01-031-0/+1
* sh: Reduce size of builtins table.jilles2016-01-032-15/+12
* sh: Remove redundant CTLQUOTEMARK checks.jilles2015-12-311-18/+2
* sh: Reindent expandmeta().jilles2015-12-311-21/+21
* sh: Perform pathname generation during the first expansion phases.jilles2015-12-312-52/+57
* sh: Perform IFS splitting during the first expansion phases.jilles2015-12-311-362/+253
* sh: Split subevalvar() in #/##/%/%% and =/? parts.jilles2015-12-291-28/+45
* sh: Add tests for #/##/%/%% on $* and $@.jilles2015-12-262-0/+62
* sh/mknodes: Close files and check for errors when writing.jilles2015-12-201-5/+15
* sh: Fix use-after-free when attempting to modify a read-only variable.jilles2015-12-161-1/+1
* sh: Add limited test for ${#@} and ${#*}.jilles2015-12-062-0/+19
* sh: Link tests/parameters/positional8.0 to the build.jilles2015-12-051-0/+1
* sh: Remove global state from nodes.c.jilles2015-11-242-38/+46
* sh: Fix ""$@, which should not use the special case for "$@".jilles2015-11-182-1/+33
* sh: Avoid copying argv for simple commands.jilles2015-11-013-11/+11
* Add more SUBDIR_PARALLEL.bdrewery2015-10-151-0/+2
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andngie2015-10-121-2/+0
* sh: Make struct arglist an array instead of a linked list.jilles2015-10-116-215/+136
* wordexp: Rewrite to make WRDE_NOCMD reliable.jilles2015-09-304-0/+89
* sh: Allow empty << EOF markers.jilles2015-09-023-2/+30
* sh: Fix read with escaped IFS characters at the end.jilles2015-08-303-12/+28
* sh: Add set -o nolog.jilles2015-08-294-5/+15
* sh: Fix out of bounds read when there is no ] after a [:class:].jilles2015-08-253-12/+17
* sh: Don't create bad parse result when postponing a bad substitution error.jilles2015-08-234-2/+13
* sh: Avoid negative character values from $'\Uffffffff' etc.jilles2015-08-203-5/+15
* sh: Add test for $'\u' without any digits.jilles2015-08-202-0/+8
* sh: Backslash-newline should not affect field splitting in read builtin.jilles2015-08-163-2/+21
* sh: When setting option via long name, don't go via letter.jilles2015-08-141-13/+20
* sh(1): libedit has supported multibyte encodings for a while.jilles2015-07-111-4/+2
* sh: Fix some arithmetic undefined behaviour.jilles2015-06-242-4/+3
* Add META_MODE support.sjg2015-06-131-0/+114
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-2740-192/+294
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-1956-419/+845
| |\
| * \ Merge head from 7/28sjg2014-08-1923-97/+160
| |\ \
| * | | Updated dependenciessjg2014-05-161-1/+0
| * | | Updated dependenciessjg2014-05-101-0/+2
| * | | Merge from headsjg2014-05-085-1/+30
| |\ \ \
| * \ \ \ Merge headsjg2014-04-28439-262/+6935
| |\ \ \ \
| * | | | | Updated dependenciessjg2013-10-131-2/+0
| * | | | | Merge from headsjg2013-09-0526-847/+288
| |\ \ \ \ \
| * \ \ \ \ \ sync from headsjg2013-04-1216-66/+100
| |\ \ \ \ \ \
| * | | | | | | Updated dependenciessjg2013-03-111-0/+1
| * | | | | | | Updated dependenciessjg2013-02-161-2/+2
| * | | | | | | Sync with HEAD.obrien2013-02-0822-286/+236
| |\ \ \ \ \ \ \
OpenPOWER on IntegriCloud