X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tests%2FChangeLog;h=fce8b1bf69928b72bbd5080f545910ef5bdfaa65;hb=6f4d5b2819ec4fc3a19e553da8d8eee9b3e4d2e5;hp=776e7a4f381ac9c8c4c0312d13d0cebceda620e4;hpb=707848060e414fe93458834446dd7cdbf800667f;p=pspp-builds.git diff --git a/tests/ChangeLog b/tests/ChangeLog index 776e7a4f..fce8b1bf 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,71 @@ +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 + fix for bug #21590. + + * bugs/sysfile-info.sh: Disregard "Integer Format" and "Real + Format" lines in SYSFILE INFO output, to permit big-endian systems + to pass also. Partial fix for bug #21590. + +2007-11-15 Ben Pfaff + + * automake.mk: Add definition of CHARSETALIASDIR to + TESTS_ENVIRONMENT, to allow locale_charset to find charset.alias + before running "make install". + +2007-11-10 Ben Pfaff + + * bugs/compression.sh: Pass -b option to diff to avoid spurious + failure on od. + +2007-11-08 Ben Pfaff + + Patch #6256: add support for binary, 360 file formats. Reviewed + by John Darrington. + + * automake.mk: Add new file. + + * formats/360.sh: New test. + +2007-11-07 Ben Pfaff + + * bugs/overwrite-input-file.sh: Don't use non-portable "diff -B". + + * bugs/overwrite-special-file.sh: Ditto. + + Reported by Jason Stover. + 2007-11-03 Ben Pfaff Allow output files to overwrite input files (bug #21280).