X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2FChangeLog;h=c71798e80c3171e4a8c59182faf66393d004868b;hb=6ba6662c69e868290d1e514ffe65ef447e9263d6;hp=7ce9ce636f633e993b791469c729219e2748cefc;hpb=c65c1958dfeca54c74a39c65ca676a536c08de46;p=pspp-builds.git diff --git a/tests/ChangeLog b/tests/ChangeLog index 7ce9ce63..c71798e8 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,71 @@ +2008-05-16 John Darrington + + * compression.sh print-crash.sh print-strings.sh very-long-strings.sh : + Removed export VAR=VAL syntax. + + * automake.mk: Added test to check for non-portable shell syntax + +2008-04-14 Jason Stover + + * automake.mk: New test for regression with QR decomposition. + + * command/regression-qr.sh: New test for regression with QR decomposition. + +2008-03-16 Ben Pfaff + + Bug #22037. + + * automake.mk: Add new test. + + * bugs/crosstabs-crash2.sh: New test. + +2008-03-16 Ben Pfaff + + Patch #6452. Reviewed by John Darrington. + + * automake.mk: Add new test. + + * command/variable-display.sh: New test. + +2008-03-04 Ben Pfaff + + Patch #6441. Reviewed by John Darrington. + + * automake.mk: Add new test. + + * formats/format-guesser.sh: New test. + +2008-02-10 Ben Pfaff + + * command/get-data-txt-examples.sh: Update to match changes to + documentation (which were in turn updated to show how the escaped + quote feature works). + +2008-02-02 Ben Pfaff + + * automake.mk: Add target for dissect-sysfile. + + * dissect-sysfile.c: New program. + +2008-02-01 Ben Pfaff + + * automake.mk: Add new test. + + * libpspp/str-test.c: New test. + + * command/get-dat-gnm.sh: Update variable names to match new + naming scheme. + +2007-12-04 Ben Pfaff + + * automake.mk: Add new tests. + + * command/get-data-txt.sh: New test. + + * command/get-data-txt-examples.sh: New test. + + * command/get-data-txt-importcases.sh: New test. + 2007-11-25 Ben Pfaff * bugs/compression.sh: Don't fail on big-endian system. Partial