| Commit message (Expand) | Author | Age | Files | Lines |
* | mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the | uqs | 2010-05-13 | 1 | -5/+5 |
* | sh: Fix pathname expansion with quoted slashes like *\/. | jilles | 2010-05-11 | 1 | -0/+31 |
* | sh: Add some simple testcases for pathname expansion. | jilles | 2010-05-11 | 1 | -0/+61 |
* | Fix error in comment. | jilles | 2010-05-09 | 1 | -1/+1 |
* | sh: Add some parser tests. | jilles | 2010-05-09 | 3 | -0/+53 |
* | Generate some tests for sh's case command from the fnmatch tests. | jilles | 2010-05-09 | 4 | -1/+256 |
* | sh: Fix bug in assignment error test. | jilles | 2010-05-09 | 1 | -2/+2 |
* | sh: Apply locale vars on builtins, recognize LC_MESSAGES as a locale var. | jilles | 2010-05-05 | 1 | -0/+133 |
* | Fix typo in usage message. Add -n to the list of valid arguments. | philip | 2010-04-30 | 1 | -2/+2 |
* | Add a TestFloat based test suite for floating-point implementations | marius | 2010-04-24 | 41 | -0/+18426 |
* | Adjust a test case and make it more jump optimization neutral for JIT case. | jkim | 2010-04-23 | 1 | -1/+1 |
* | sh: Add some more tests for ${v#...} and ${v%...}. | jilles | 2010-04-23 | 1 | -0/+46 |
* | Merge @176820, @176822, @177156 to tcpp from P4 to HEAD: | rwatson | 2010-04-21 | 2 | -13/+39 |
* | Dump the AR_PHY_TURBO register on the AR5416. This register holds 11n | rpaulo | 2010-04-19 | 1 | -0/+1 |
* | sh: Add testcases for double-quotes within quoted ${var+-...} (non-POSIX). | jilles | 2010-04-18 | 1 | -0/+44 |
* | sh: On startup of the shell, use PWD from the environment if it is valid. | jilles | 2010-04-17 | 1 | -0/+24 |
* | fnmatch: Fix bad FNM_PERIOD disabling if an asterisk has been seen. | jilles | 2010-04-16 | 1 | -0/+1 |
* | Add some tests for fnmatch(3). | jilles | 2010-04-16 | 2 | -1/+336 |
* | sh: Test that bogus values of PWD are not imported from the environment. | jilles | 2010-04-11 | 1 | -0/+11 |
* | Fix comment about NANO_ARCH. It can be set now. Also add a warning | imp | 2010-04-06 | 1 | -1/+4 |
* | sh: Add test for nested arithmetic substitution. | jilles | 2010-04-04 | 1 | -0/+17 |
* | sh: Add test for some associativity in arithmetic. | jilles | 2010-04-04 | 1 | -0/+20 |
* | sh: Do tilde expansion in substitutions. | jilles | 2010-04-03 | 1 | -0/+90 |
* | sh: Fix duplicate variable name in test. | jilles | 2010-04-03 | 1 | -2/+2 |
* | sh: Add some testcases for the working parts of tilde expansion. | jilles | 2010-04-03 | 1 | -0/+56 |
* | sh: Allow quoting pattern match characters in ${v%pat} and ${v#pat}. | jilles | 2010-04-03 | 1 | -0/+55 |
* | sh: Fix various things about expansions: | jilles | 2010-04-03 | 2 | -0/+48 |
* | sh: Add some testcases for the working parts of ${v%...} and ${v#...}. | jilles | 2010-04-03 | 1 | -0/+85 |
* | Two fixes: | imp | 2010-03-31 | 1 | -15/+2 |
* | Stop hard coding i386 as the arch for the build. Instead, default to the | imp | 2010-03-31 | 1 | -1/+6 |
* | Remove GNU cpio after fix of CVE-2010-0624. | delphij | 2010-03-26 | 2 | -12/+0 |
* | Use gpart(8) to set the active boot partition. | phk | 2010-03-24 | 2 | -2/+2 |
* | Replace -b with -C and -B (as proposed by Alexander). | edwin | 2010-03-21 | 1 | -34/+37 |
* | Add missing headers. While there, arrange headers alphabetically. | kib | 2010-03-16 | 5 | -17/+37 |
* | Add missing headers. | kib | 2010-03-16 | 1 | -0/+3 |
* | sh: Do not abort on a redirection error on a compound command. | jilles | 2010-03-14 | 2 | -0/+26 |
* | sh: Add test for redirection error on subshell (should not abort). | jilles | 2010-03-14 | 1 | -0/+5 |
* | Remove dot at the end of errx() message. | kib | 2010-03-14 | 1 | -1/+1 |
* | Adjust style, fix typo, do not print errno because it is meaningless there. | kib | 2010-03-14 | 1 | -1/+2 |
* | Make it compile on LP64 arches. | kib | 2010-03-14 | 1 | -4/+8 |
* | Create regression tests for ncal: | edwin | 2010-03-14 | 93 | -1/+1332 |
* | sh: Do not abort on a redirection error if there is no command word. | jilles | 2010-03-13 | 1 | -0/+7 |
* | sh: Add test for assignment errors (e.g. trying to change a readonly var). | jilles | 2010-03-13 | 1 | -0/+30 |
* | sh: Add tests for " and $ inside `. | jilles | 2010-03-12 | 1 | -0/+43 |
* | sh: Add some testcases for ${v=w}, ${v-w}, ${v+w}. | jilles | 2010-03-07 | 2 | -0/+118 |
* | sh: Add various testcases for here documents. | jilles | 2010-03-07 | 1 | -0/+85 |
* | sh: Make sure to popredir() even if a function caused an error. | jilles | 2010-03-06 | 1 | -0/+14 |
* | sh: Make sure to popredir() even if a special builtin caused an error. | jilles | 2010-03-06 | 1 | -0/+14 |
* | sh: Improve the command builtin: | jilles | 2010-03-06 | 3 | -0/+154 |
* | - Use errx(3) instead of err(3) when checking if snprintf(3) succeeded. | jh | 2010-03-05 | 8 | -1/+40 |