New test for QR decomposition
[pspp-builds.git] / tests / ChangeLog
2008-04-14 Jason StoverNew test for QR decomposition
2008-03-17 Ben PfaffFix bug #22037.
2008-03-16 Ben PfaffPatch #6452. Reviewed by John Darrington.
2008-03-05 Ben PfaffPatch #6441. Reviewed by John Darrington.
2008-02-10 Ben PfaffAdd a couple of extensions to GET DATA TYPE=TXT. Patch...
2008-02-03 Ben PfaffAdd new utility "dissect-sysfile".
2008-02-02 Ben PfaffPatch #6386. Thanks to John Darrington for review...
2007-12-05 Ben PfaffImplement GET DATA/TYPE=TXT.
2007-11-25 Ben Pfaff* bugs/compression.sh: Don't fail on big-endian system...
2007-11-15 Ben PfaffAdd definition of CHARSETALIASDIR to TESTS_ENVIRONMENT...
2007-11-10 Ben PfaffPass -b option to diff to avoid spurious failure of
2007-11-09 Ben Pfaff* automake.mk: Add new file.
2007-11-07 Ben Pfaff* bugs/overwrite-input-file.sh: Don't use non-portable...
2007-11-03 Ben PfaffAllow output files to overwrite input files (bug #21280...
2007-11-03 John DarringtonAdded support for reading Gnumeric spreadsheet files.
2007-10-09 Ben PfaffFix bug #21280. Thanks to John Darrington for review.
2007-09-23 Ben PfaffBug #21111. Reviewed by John Darrington.
2007-09-23 Ben PfaffBug #21128. Reviewed by John Darrington.
2007-09-22 Ben PfaffChangeLog entries from earlier that I missed.
2007-09-20 Ben PfaffAdd regression test for bug #21108.
2007-09-05 Ben PfaffUpdate scripts that invoke Perl to invoke it as simply...
2007-08-26 Ben Pfaff(main): When testing mode is enabled, use a built-in...
2007-08-26 Ben PfaffSend error message to non-screen output devices also...
2007-08-13 Ben Pfaff* command/no_case_size.sh: Update to match update DISPL...
2007-08-10 Ben PfaffFix bug #18982. Thanks to John Darrington for investig...
2007-08-05 Ben Pfaff(rank_cmd): Instead of sorting by SPLIT FILE vars,...
2007-08-02 Ben PfaffClean up handling of median, by treating it almost...
2007-07-28 John DarringtonFix bug #19604. T-Test documentation now matches code...
2007-07-26 Ben PfaffFix bug #17100.
2007-07-25 Ben PfaffFix bugs #20493, #20494.
2007-07-23 Ben PfaffTest both compressed and uncompressed system files...
2007-07-18 Ben PfaffUse strict and all warnings.
2007-07-18 Ben PfaffMake file names in change log consistently relative...
2007-07-18 Ben PfaffDrop the tests that depend on parsing "-0" from a synta...
2007-07-12 Ben PfaffRemove unused file. Fixes bug #18140.
2007-06-07 Ben PfaffEssentially rewrite MATCH FILES to support FIRST and...
2007-06-07 Ben PfaffActually implement the new procedure code and adapt...
2007-06-07 Ben PfaffAdd datasheet.
2007-06-04 Ben PfaffAdd ability for reverse iteration to tower code, and...
2007-06-04 Ben Pfaff* range-set.c (range_set_clone): New function.
2007-05-06 Ben PfaffAbstract the documents within a dictionary a little...
2007-04-20 John DarringtonIf sys files have no long_name table, implicitly add...
2007-04-16 Ben Pfaff* recode.c (enlarge_dst_widths): Source isn't null...
2007-04-04 Ben Pfaff* npar-binomial.sh: Be less picky about whitespace...
2007-04-03 Ben PfaffApply patches #5828, #5837, #5841, #5843.
2007-03-31 Ben PfaffAdd plain balanced tree structure. Patch #5827.
2007-03-25 Ben PfaffAdd sparse array data structure.
2007-03-19 Ben PfaffDon't try to distribute tests that are compiled
2007-02-12 Ben PfaffInclude <config.h>.
2007-02-09 Ben PfaffImprove VECTOR implementation.
2007-01-26 Ben PfaffCheck in patch #5709: Augmented Balanced Tree data...
2007-01-10 Ben PfaffAdd heap data structure to src/libpspp, and a test...
2006-12-22 Ben PfaffImplement DELETE VARIABLES.
2006-12-20 Ben PfaffFix bugs in LOOP.
2006-12-16 Ben PfaffFix test to allow string grouping variables on RANK.
2006-12-16 Ben PfaffReverse order of arguments to DATEDIFF, for compatibili...
2006-12-14 Ben PfaffImplement DATESUM, DATEDIFF functions.
2006-12-11 Ben PfaffThis patch adds the VALUELABEL function for use in...
2006-12-01 Ben Pfaff * compute.c: Fix bug #17422, which reports that a...
2006-12-01 Ben PfaffProperly handle empty DO REPEAT...END REPEAT block...
2006-11-22 Ben PfaffFix race condition in tests/bugs/signals.sh.
2006-11-22 Ben PfaffRewrite formatted data input routines to conform to...
2006-11-11 Ben PfaffImplement SKIP keyword on DATA LIST. Fixes bug #17099.
2006-11-05 Ben PfaffRewrite and improve formatted output routines.
2006-10-28 Ben PfaffAdd routines for integer byte order conversions, floati...
2006-10-07 John DarringtonImplemented the RANK command.
2006-07-18 Ben PfaffPatch #5244.
2006-07-12 Ben PfaffPut ll-test, llx-test in check_PROGRAMS instead of...
2006-07-06 Ben PfaffAdd expressions/randist/compare.pl to EXTRA_DIST.
2006-07-05 Ben PfaffFix bug #15766 (/KEEP subcommand on SAVE doesn't fully...
2006-07-04 Ben PfaffModify the random distributions test to verify to 2...
2006-07-01 Ben PfaffAdd linked list library to PSPP.
2006-05-08 Ben PfaffOnly use "A TO B" for increasing runs of integers,...
2006-04-26 Ben PfaffImprove the way we handle the various parsing "states...
2006-04-03 Ben PfaffClean up output subsystem.
2006-03-23 Jason StoverAdded REGRESSION test
2006-03-11 John DarringtonChanged the default value od SCOMPRESS to true.
2006-03-04 John DarringtonCheckin of new directory structure.
2005-11-05 Ben PfaffImprove recode-copy-bug failure reporting.
2005-11-03 Ben PfaffDO IF, LOOP cleanup.
2005-08-21 Ben PfaffRevamp SAVE, XSAVE, EXPORT. Add (or at least parse...
2005-08-07 Ben PfaffClean up treatment of missing values by moving all...
2005-08-02 Ben Pfaff * bugs/big-input-2.sh: Don't use 1...100000 (etc....
2005-08-02 Ben Pfaff * xforms/expression.sh: Break this monolithic test...
2005-07-31 Ben PfaffSat Jul 30 21:54:23 2005 Ben Pfaff <blp@gnu.org>
2005-07-31 Ben PfaffAdd coverage.sh, temp_template to EXTRA_DIST.
2005-07-25 Ben Pfaff* command/sysfile-info.sh: Add "-b -B -w" to diff comma...
2005-07-05 Ben PfaffRevise.
2005-07-05 Ben Pfaff* command/sysfile-info.sh: Don't verify endianness...
2005-06-07 Ben Pfaff* command/print.sh: Get rid of RBHEX output. It wasn...
2005-05-11 Ben PfaffFix PR 13054.
2005-05-05 Ben PfaffFix PR 12948.
2005-05-02 Ben PfaffNew implementation of long variable names. Each variab...
2005-04-26 Ben PfaffFinish fixing MATCH FILES (PR 11677).
2005-04-17 Ben PfaffRemoved unused/obsolete/bad tests.
2005-03-20 Ben PfaffRewrite AGGREGATE test.
2005-03-15 Ben PfaffMake sort stable (PR 12313).
2005-03-13 Ben PfaffStart work on testing and debugging AGGREGATE.
2005-03-12 Ben PfaffFix PR 11492.
2005-03-12 Ben PfaffRewrite portable file reader code and incidentally...
next