pty: Activate the signature wrapper of forkpty.
[gnulib.git] / tests / init.sh
2013-01-01 Eric Blakemaint: update all copyright year number ranges
2012-06-20 Paul Eggertinit.sh: do not rely on autoupated PWD
2012-05-08 Jim Meyeringinit.sh: explain why $EXEEXT support uses aliases rathe...
2012-05-08 Jim Meyeringinit.sh: don't let bash aliases interfere with tests
2012-01-28 Bruno Haibletest-framework-sh: Fix test failure with AIX 7.1 diff.
2012-01-06 Paul EggertIn commentary, do not use ` to quote.
2012-01-05 Jim Meyeringinit.sh: don't waste a subshell just to redirect stderr
2012-01-03 Jim Meyeringinit.sh: do not try to accommodate compare arguments...
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-12-23 Jim Meyeringinit.sh: do not emit simulated diff output to stderr
2011-12-22 Jim Meyeringinit.sh: correct previous change
2011-12-22 Jim Meyeringinit.sh: avoid unwarranted test failure when using...
2011-12-05 Bruno Haibletests: Avoid spurious error message on platforms withou...
2011-11-22 Jim Meyeringinit.sh: make "compare /dev/null FILE" output more...
2011-11-22 Jim Meyeringinit.sh: work around OSF/1 5.1's mishandling of /dev...
2011-11-13 Bruno HaibleSilence successful tests that use 'compare' on AIX...
2011-09-19 Jim Meyeringtests: use printf, not echo in init.sh's warn_ function
2011-09-02 Bruno Haibletests: init.sh: Support any non-GNU diff.
2011-09-02 Bruno Haibletests: init.sh: work also with any non-GNU diff that...
2011-06-14 Jim Meyeringinit.sh: give more portable redirection-related advice...
2011-06-07 Stefano Lattarinitests: fix usage message in 'mktempd_'
2011-06-07 Stefano Lattarinitests init: new function 'fatal_', for hard errors
2011-05-24 Eric Blaketests: fix logic bug in init.sh
2011-01-21 Pádraig Bradytest-malloca: unset MALLOC_PERTURB_ to speed up test
2011-01-20 Jim Meyeringinit.sh: insert space between each function name and...
2011-01-01 Jim Meyeringmaint: update almost all copyright ranges to include...
2010-12-31 Eric Blaketests: avoid failing coreutils tests on cygwin
2010-12-28 Paul Eggerttests: minor indenting change
2010-12-19 Paul Eggerttests: set fail=0 at start
2010-11-13 Jim Meyeringinit.sh: ensure that IFS is defined, just in case...
2010-09-18 Jim Meyeringinit.sh: correct an outdated comment
2010-09-18 Jim Meyeringinit.sh: don't let an ephemeral "*.exe" make us skip...
2010-09-17 Eric Blakeinit.sh: accomodate directory with no .exes
2010-09-09 Jim Meyeringinit.sh: penalize a set-x-impaired shell; don't disqual...
2010-09-08 Jim Meyeringinit.sh: disqualify shells for which set -x corrupts...
2010-09-02 Eric Blaketests: init.sh improvements for re-exec'ing with zsh
2010-07-29 Peter O'Gormaninit.sh: work around trap limitation of some shells
2010-06-11 Ralf Wildenhuesinit.sh: change framework_failure_ to fail with status...
2010-06-11 Jim Meyeringinit.sh: don't use $ME_ or skip_ before they are defined
2010-05-23 Ralf WildenhuesFix output redirection buglet in init.sh.
2010-05-16 Jim Meyeringinit.sh: fix an error in the previous change; add more...
2010-05-16 Jim Meyeringinit.sh: avoid unnecessary shell re-exec
2010-05-10 Peter O'Gormaninit.sh: fix a typo
2010-05-09 Jim Meyeringinit.sh: enable MALLOC_PERTURB_
2010-05-07 Jim Meyeringinit.sh: improve comments
2010-04-28 Jim Meyeringinit.sh: ensure a more reliable exit status when exitin...
2010-04-09 Jim Meyeringinit.sh: run tr in the "C" locale to avoid multibyte...
2010-04-06 Jim Meyeringinit.sh: simply unset TMPDIR rather than risking env -i
2010-04-06 Jim Meyeringinit.sh: portability fix: use env's POSIX-specified...
2010-04-05 Jim Meyeringinit.sh: fix typo
2010-04-05 Jim Meyeringinit.sh: make it easier for a test script to write...
2010-02-21 Jim Meyeringinit.sh: fix EXEEXT shims to work also for names like...
2010-02-18 Jim Meyeringinit.sh: don't use $(...) just yet
2010-02-16 Jim Meyeringinit.sh: improve portability and efficiency
2010-02-16 Jim Meyeringinit.sh: automatically accommodate programs with the...
2010-01-01 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-08 Jim Meyeringinit.sh: avoid Solaris 10 /bin/sh portability problem
2009-11-26 Eric Blakeinit.sh: suggest to use skip_ and fail_ functions in...
2009-11-26 Bruno Haibleinit.sh: add documentation in comments
2009-11-26 Jim Meyeringinit.sh: accommodate even those who specify bogus srcdi...
2009-11-25 Jim Meyeringtests/init.sh: new file to be used via most *.sh tests