summaryrefslogtreecommitdiffstats
path: root/bin/sh
Commit message (Expand)AuthorAgeFilesLines
* Explicitly add unmarked bin/ binaries to the runtime package.gjb2016-02-091-0/+1
* Fix build.gjb2016-02-037-7/+0
* MFHgjb2016-02-022-13/+41
|\
| * sh: Don't allocate a redirtab if there are no redirections.jilles2016-01-301-7/+22
| * sh(1): Document 'cd -'.jilles2016-01-301-6/+19
* | First pass to fix the 'tests' packages.gjb2016-02-028-0/+32
|/
* sh: Constify internal representation in expand.c.jilles2016-01-241-22/+28
* sh: Remove a global variable from cd.c.jilles2016-01-241-14/+15
* sh: Use OLDPWD shell variable for 'cd -'.jilles2016-01-231-10/+9
* sh: Clean a readonly local, even if the variable does not exist outside.jilles2016-01-223-0/+12
* sh: Add already working test for local-readonly interaction.jilles2016-01-222-0/+11
* 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
| |\
OpenPOWER on IntegriCloud