]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - tools/regression/bin/sh
sh: Reduce unnecessary forks with eval.
[FreeBSD/FreeBSD.git] / tools / regression / bin / sh /
2011-06-16 jillessh: Reduce unnecessary forks with eval.
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-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-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-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 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 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...
2011-02-20 jillessh: Split off some special behaviour into separate...
2011-02-19 jillessh: Do not use "local" in the test runner as POSIX...
2011-02-19 jillessh: Make execution/fork1.0 work even if the basename...
2011-02-18 dimMerge binutils 2.17.50 to head. This brings a number...
2011-02-18 jillessh: Test that the read builtin passes through all byte...
2011-02-18 jillessh: Unset some more locale vars in two tests that may...
2011-02-12 jillessh: Detect dividing the smallest integer by -1.
2011-02-12 jkimMerge ACPICA 20110211.
2011-02-08 jillessh: Add tests for new features in arithmetic.
2011-02-06 dougbUpdate to BIND 9.6.3, the latest from ISC on the 9...
2011-02-05 jillessh: Weaken some tests to allow /rescue/sh to pass every...
2011-02-05 jillessh: Fix two things about {(...)} <redir:
2011-02-05 jillessh: Forget all cached command locations on any PATH...
2011-02-05 jillessh: Do not try to execute binary files as scripts.
2011-02-02 jillessh: Add test for shell script without '#!'.
2011-01-30 jillessh: Send messages about signals to stderr.
2011-01-27 jillessh: Add test for EXIT trap in command substitution.
2011-01-18 jillessh: Fix signal messages being sent to the wrong file...
2011-01-16 jillessh: If exit is used without args from a trap action...
2011-01-15 jillessh: Fix some things about -- in trap:
2011-01-13 jkimMerge ACPICA 20110112. Switch to BSD/GPLv2 dual licens...
2011-01-09 jillessh: Remove special %builtin PATH entry.
2011-01-08 jillessh: Make exit without parameters from EXIT trap POSIX...
2011-01-08 jillessh: Add simple test for 'exit' without parameters.
2011-01-05 jillessh: Do not call exitshell() from evalcommand() unless...
2011-01-01 jillessh: Test that exit $? replaces the original exit status...
2011-01-01 jillessh: Check readonly status for assignments on regular...
2010-12-31 jillessh: Check if dup2 for redirection from/to a file succeeds.
2010-12-30 jillessh: Avoid side effects from builtins in optimized comma...
2010-12-30 jillessh: Add two tests for special cases in command substitu...
2010-12-28 jillessh: Don't do optimized command substitution if expansio...
next