X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2FChangeLog;h=8d8e67c5366f7ba628f75cff15df39540a8e9f21;hb=2bdde1cd21cd58349cf4bd852fddf40524854288;hp=6c378de604334e8f46372273477df9c0973d1adb;hpb=f2ccb1b5f0ad814c1e6fcbc8f1ecaa62913b7e53;p=pspp-builds.git diff --git a/tests/ChangeLog b/tests/ChangeLog index 6c378de6..8d8e67c5 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,24 @@ +2007-09-04 Ben Pfaff + + Update scripts that invoke Perl to invoke it as simply "perl" if + not run from the PSPP Makefiles. Patch #6169. Thanks to John + Darrington for suggestion and review. + * bugs/big-input-2.sh: Make $PERL default to perl. + * command/sort.sh: Ditto. + * formats/bcd-in.sh: Ditto. + * formats/date-in.sh: Ditto. + * formats/ib-in.sh: Ditto. + * formats/legacy-in.sh: Ditto. + * formats/num-in.sh: Ditto. + * formats/num-out.sh: Ditto. + * formats/time-in.sh: Ditto. + +2007-08-26 Ben Pfaff + + * Updated most invocations of PSPP in the tests to use + --testing-mode and to avoid specifying an output format with -o + (because --testing-mode implies -o raw-ascii). + 2007-08-26 Ben Pfaff * command/aggregate.sh: Update output to include error messages,