X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2FChangeLog;h=1776bfadfc5d6666653e059bb86cdcc8bd705377;hb=bf3da7e3a72705f3e9d0d09ba29039928dc64687;hp=2b9cf8087cef99e789bc65ca516ef9cd39a0ff50;hpb=bcbfd7478b6d81f44cf9b046a27e38be8dc62696;p=pspp-builds.git diff --git a/tests/ChangeLog b/tests/ChangeLog index 2b9cf808..1776bfad 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,36 @@ +2007-08-09 Ben Pfaff + + Fix bug #18982. Thanks to John Darrington for investigation, + review, and verification of fix. + + * formats/date-in.sh: Use a portable pseudo-random number + generator. + + * formats/time-in.sh: Ditto. + + * formats/num-in.sh: Ditto. + +2007-08-03 Ben Pfaff + + * command/rank.sh: Test RANK with noncontiguous groups of SPLIT + FILE variables and how they should behave differently from + noncontiguous groups of BY variables. Regression test for bug + #17239. + +2007-08-01 Ben Pfaff + + * command/weight.sh: Update to match new output format for median + under FREQUENCIES. + + * stats/percentiles-compatible.sh: Ditto. + + * stats/percentiles-enhanced.sh: Ditto. + +2007-07-28 John Darrington + + * command/t-test-1-indep-val.sh: Changed the order of groups in the + summary box to match new behaviour. (Fixes bug #19604). + 2007-07-25 Ben Pfaff Fix bug #17100.