| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sh: Fix use-after-free when attempting to modify a read-only variable. | Jilles Tjoelker | 2015-12-16 | 1 | -1/+1 |
| * | sh: Add limited test for ${#@} and ${#*}. | Jilles Tjoelker | 2015-12-06 | 2 | -0/+19 |
| * | sh: Link tests/parameters/positional8.0 to the build. | Jilles Tjoelker | 2015-12-05 | 1 | -0/+1 |
| * | sh: Remove global state from nodes.c. | Jilles Tjoelker | 2015-11-24 | 2 | -38/+46 |
| * | sh: Fix ""$@, which should not use the special case for "$@". | Jilles Tjoelker | 2015-11-18 | 2 | -1/+33 |
| * | sh: Avoid copying argv for simple commands. | Jilles Tjoelker | 2015-11-01 | 3 | -11/+11 |
| * | Add more SUBDIR_PARALLEL. | Bryan Drewery | 2015-10-15 | 1 | -0/+2 |
| * | Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) and | Enji Cooper | 2015-10-12 | 1 | -2/+0 |
| * | sh: Make struct arglist an array instead of a linked list. | Jilles Tjoelker | 2015-10-11 | 6 | -215/+136 |
| * | wordexp: Rewrite to make WRDE_NOCMD reliable. | Jilles Tjoelker | 2015-09-30 | 4 | -0/+89 |
| * | sh: Allow empty << EOF markers. | Jilles Tjoelker | 2015-09-02 | 3 | -2/+30 |
| * | sh: Fix read with escaped IFS characters at the end. | Jilles Tjoelker | 2015-08-30 | 3 | -12/+28 |
| * | sh: Add set -o nolog. | Jilles Tjoelker | 2015-08-29 | 4 | -5/+15 |
| * | sh: Fix out of bounds read when there is no ] after a [:class:]. | Jilles Tjoelker | 2015-08-25 | 3 | -12/+17 |
| * | sh: Don't create bad parse result when postponing a bad substitution error. | Jilles Tjoelker | 2015-08-23 | 4 | -2/+13 |
| * | sh: Avoid negative character values from $'\Uffffffff' etc. | Jilles Tjoelker | 2015-08-20 | 3 | -5/+15 |
| * | sh: Add test for $'\u' without any digits. | Jilles Tjoelker | 2015-08-20 | 2 | -0/+8 |
| * | sh: Backslash-newline should not affect field splitting in read builtin. | Jilles Tjoelker | 2015-08-16 | 3 | -2/+21 |
| * | sh: When setting option via long name, don't go via letter. | Jilles Tjoelker | 2015-08-14 | 1 | -13/+20 |
| * | sh(1): libedit has supported multibyte encodings for a while. | Jilles Tjoelker | 2015-07-11 | 1 | -4/+2 |
| * | sh: Fix some arithmetic undefined behaviour. | Jilles Tjoelker | 2015-06-24 | 2 | -4/+3 |
| * | Add META_MODE support. | Simon J. Gerraty | 2015-06-13 | 1 | -0/+114 |
| |\ | |||||
| | * | dirdeps.mk now sets DEP_RELDIR | Simon J. Gerraty | 2015-06-08 | 1 | -2/+0 |
| | * | Merge sync of head | Simon J. Gerraty | 2015-05-27 | 40 | -192/+294 |
| | |\ | |/ |/| | |||||
| | * | Merge from head@274682 | Simon J. Gerraty | 2014-11-19 | 56 | -419/+845 |
| | |\ | |||||
| | * \ | Merge head from 7/28 | Simon J. Gerraty | 2014-08-19 | 23 | -96/+159 |
| | |\ \ | |||||
| | * | | | Updated dependencies | Simon J. Gerraty | 2014-05-16 | 1 | -1/+0 |
| | * | | | Updated dependencies | Simon J. Gerraty | 2014-05-10 | 1 | -0/+2 |
| | * | | | Merge from head | Simon J. Gerraty | 2014-05-08 | 5 | -1/+30 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge head | Simon J. Gerraty | 2014-04-28 | 439 | -262/+6935 |
| | |\ \ \ \ | |||||
| | * | | | | | Updated dependencies | Simon J. Gerraty | 2013-10-13 | 1 | -2/+0 |
| | * | | | | | Merge from head | Simon J. Gerraty | 2013-09-05 | 26 | -847/+288 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | sync from head | Simon J. Gerraty | 2013-04-12 | 16 | -66/+100 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | Updated dependencies | Simon J. Gerraty | 2013-03-11 | 1 | -0/+1 |
| | * | | | | | | | Updated dependencies | Simon J. Gerraty | 2013-02-16 | 1 | -2/+2 |
| | * | | | | | | | Sync with HEAD. | David E. O'Brien | 2013-02-08 | 22 | -284/+234 |
| | |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | Sync from head | Simon J. Gerraty | 2012-11-04 | 14 | -136/+187 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | Marcel Moolenaar | 2012-08-22 | 1 | -0/+115 |
| * | | | | | | | | | | sh: Pass along SIGINT from a child if job control is enabled, even when not | Jilles Tjoelker | 2015-04-25 | 1 | -1/+1 |
| * | | | | | | | | | | sh: Fix the trap builtin to be POSIX-compliant for 'trap exit SIG' and 'trap ... | Bryan Drewery | 2015-04-18 | 5 | -4/+30 |
| * | | | | | | | | | | sh: Add more tests for exotic IFS splitting. | Jilles Tjoelker | 2015-03-31 | 3 | -0/+13 |
| * | | | | | | | | | | sh: Fix more compiler warnings related to variable declarations. | Jilles Tjoelker | 2015-03-03 | 5 | -6/+7 |
| * | | | | | | | | | | sh: Fix more compiler warnings. | Jilles Tjoelker | 2015-03-01 | 6 | -13/+20 |
| * | | | | | | | | | | sh: Fix compiler warnings related to duplicate or missing declarations. | Jilles Tjoelker | 2015-03-01 | 5 | -7/+6 |
| * | | | | | | | | | | Fix unitialized variable that broke sh on PowerPC starting with r278826. | Nathan Whitehorn | 2015-02-26 | 1 | -1/+1 |
| * | | | | | | | | | | sh: Add details about importing the environment and initializing OPTIND. | Jilles Tjoelker | 2015-02-22 | 1 | -7/+14 |
| * | | | | | | | | | | sh: Various cleanups to expand.c: | Jilles Tjoelker | 2015-02-15 | 1 | -60/+55 |
| * | | | | | | | | | | sh: Prefer "" to nullstr where possible. | Jilles Tjoelker | 2015-02-15 | 8 | -9/+8 |
| * | | | | | | | | | | sh: Add stsavestr(), like savestr() but allocates using stalloc(). | Jilles Tjoelker | 2015-02-15 | 4 | -12/+16 |
| * | | | | | | | | | | sh: Add simple tests for globbing/splitting command substitution. | Jilles Tjoelker | 2015-02-15 | 3 | -0/+9 |
