]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - tools/regression/bin
Fix field name.
[FreeBSD/FreeBSD.git] / tools / regression / bin /
2011-12-25 jillessh: Add some testcases for pasting $*/$@ directly to...
2011-12-21 mmCopy libarchive from vendor branch to contrib
2011-12-18 desUpgrade to OpenPAM Lycopsida.
2011-11-28 jkimMerge ACPICA 20111123.
2011-11-28 jillestest: Add more testcases.
2011-11-26 jillessh: Add tests for some corner cases of 'case' exit...
2011-11-26 theravenUpdate libcxxrt to remove the pthread dependency.
2011-11-25 theravenImport libc++ / libcxxrt into base. Not build by defau...
2011-11-20 jillessh: Allow unsetting OPTIND.
2011-10-28 jillessh: Add test for exit status of for loop without items.
2011-10-22 dimUpgrade our copy of llvm/clang to r142614, from upstrea...
2011-10-05 desUpgrade to OpenSSH 5.9p1.
2011-09-29 dimRevive the LLVM and Clang license files, which were...
2011-09-03 dougbUpgrade to BIND version 9.8.1. Release notes at:
2011-07-17 dimUpgrade our copy of llvm/clang to r135360, from upstrea...
2011-07-17 hrs- Improve interface list handling. The rtadvd(8) now...
2011-07-16 jillessh: Add a test for a fairly obscure case with aliases.
2011-07-16 dougbUpgrade to version 9.8.0-P4
2011-07-14 nwhitehornUpdate dialog to 1.1-20110707.
2011-07-11 mmUpdate xz to git snapshot of v5.0 branch as of 20110711...
2011-06-25 jillessh: Test that '!' is literal if quoted and first char...
2011-06-20 gavinMerge tnftp-20100108 from the vendor branch into head.
2011-06-19 jillessh: Add test for r223282.
2011-06-17 jillessh: Add case statement fallthrough (with ';&' instead...
2011-06-17 jillessh: Skip variables with invalid names in "set", "export...
2011-06-16 jillessh: Reduce unnecessary forks with eval.
2011-06-16 hrsMerge from HEAD@222977.
2011-06-15 jillessh: Add support for named character classes in bracket...
2011-06-14 gshapiroMerge sendmail 8.14.5 to HEAD
2011-06-12 dimUpgrade our copy of llvm/clang to r132879, from upstrea...
2011-06-12 jillessh: Add test for LC_COLLATE-based character ranges...
2011-06-12 jillessh: Add test for case pattern matching with iso-8859...
2011-06-11 hrsMerge from HEAD@222975.
2011-06-10 jillessh: Do parameter expansion on ENV before using it.
2011-06-09 jillessh: Do parameter expansion before printing PS4 (set...
2011-06-08 jillessh: Add simple tests for set -x and PS4.
2011-06-08 hrsMerge from HEAD@222848.
2011-06-06 attilioMFC
2011-06-05 jillessh: Fix $? in heredocs on simple commands.
2011-06-05 jillessh: Add already working testcases for $? in here-document.
2011-06-05 hrsMerge from HEAD@222712.
2011-06-04 attilioMFC
2011-06-04 jillessh: Reduce more needless differences between error...
2011-06-04 jillessh: Honour -n while processing -c string.
2011-06-03 jillessh: Add tests for -n flag. These already pass.
2011-06-03 edUpgrade libcompiler_rt from revision 117047 to 132478.
2011-05-31 attilioRevert mismerge
2011-05-31 attilioMFC
2011-05-30 jillessh: Add tests for some somewhat obscure aspects of...
2011-05-29 attilioMFC
2011-05-29 jillessh: Add test for 'set +o'.
2011-05-29 hrsMerge from head@222434.
2011-05-29 attilioMFC
2011-05-27 jillessh: Correct criterion for using CDPATH in cd.
2011-05-27 jillessh: Add simple CDPATH test.
2011-05-27 attilioMFC
2011-05-27 jillessh: Fix unquoted $@/$* if IFS=''.
2011-05-22 attilioMFC
2011-05-22 jillessh: Add test for r222173.
2011-05-21 jillessh: Expand aliases after assignments and redirections.
2011-05-21 jillessh: Add test for positional parameters with more than...
2011-05-21 attilioMFC
2011-05-20 jillessh: Implement the cd -e flag proposed for the next...
2011-05-20 jillessh: Allow terminating a heredoc with a terminator at...
2011-05-14 attilioMFC
2011-05-14 jillessh: Add tests for lines that look like heredoc delimite...
2011-05-10 attilioSync with -CURRENT
2011-05-10 attilioMFC
2011-05-09 attilioFix by hand files that aren't added automatically by...
2011-05-09 attilioMFC
2011-05-08 jillessh: Add \u/\U support (in $'...') for UTF-8.
2011-05-08 attilioMFC
2011-05-08 jillessh: Add UTF-8 support to pattern matching.
2011-05-07 attilioMFC
2011-05-07 jillessh: Add UTF-8 support to ${#var}.
2011-05-05 jillessh: Add $'quoting' (C-style escape sequences).
2011-05-05 attilioMFC
2011-05-04 jillessh: Apply set -u to variables in arithmetic.
2011-05-04 jillessh: Detect an error for ${#var<GARBAGE>}.
2011-05-04 netchildCopy the v4l2 header unchanged from the vendor branch.
2011-05-04 desUpgrade to OpenSSH 5.8p2.
2011-05-02 dimUpgrade our copy of llvm/clang to r130700, from upstrea...
2011-04-25 jillessh: Set $? to 0 for background commands.
2011-04-23 jillessh: Allow EV_EXIT through function calls, make {.....
2011-04-20 jillessh: Do not word split "${#parameter}".
2011-04-17 nwhitehornUpdate dialog to version 1.1-20110302.
2011-04-15 jkimMerge ACPICA 20110413.
2011-04-15 jillessh: Add test for bin/12137.
2011-04-15 jillessh: Add test for obscure and ambiguous ${#?}.
2011-04-15 jillessh: Add test for bin/56147.
2011-04-05 obrien* Add the readline(3) API to libedit. The libedit...
2011-03-18 umeImport openresolv from vendor branch, actually.
2011-03-13 jillessh: Fix some parameter expansion variants ${#...}.
2011-03-13 jillessh: Add some tests for ${#parameter}.
2011-03-12 dasMerge gdtoa-20110304.
2011-03-07 jillessh: Test that . /dev/null returns exit status 0 and...
2011-02-27 delphijAccept == as an alias of = which is a popular GNU exten...
2011-02-27 dimUpdate llvm/clang to trunk r126547.
2011-02-20 dimUpgrade our copy of llvm/clang to r126079, from upstrea...
2011-02-20 jillessh: Add some tests for omitting whitespace whereever...
next