X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2FChangeLog;h=8d8e67c5366f7ba628f75cff15df39540a8e9f21;hb=d22c3971e926ceaf62416c6482fe0fb1dc5407f0;hp=1776bfadfc5d6666653e059bb86cdcc8bd705377;hpb=bf3da7e3a72705f3e9d0d09ba29039928dc64687;p=pspp diff --git a/tests/ChangeLog b/tests/ChangeLog index 1776bfadfc..8d8e67c536 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,42 @@ +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, + which are now sent to output files also. + + * command/ranks.h: Ditto. + +2007-08-12 Ben Pfaff + + * command/no_case_size.sh: Update to match update DISPLAY and + SYSFILE INFO command output. + + * command/rank.sh: Ditto. + + * command/sysfile-info.sh: Ditto. + + * command/very-long-strings.sh: Ditto. + 2007-08-09 Ben Pfaff Fix bug #18982. Thanks to John Darrington for investigation,