Fixed bug reporting the significance of paired value t-test.
[pspp-builds.git] / tests / command /
2009-05-12 Ben Pfaffdata-parser: Treat " ," the same as ",".
2009-04-07 John DarringtonAllow users to set the precision of output statistics.
2009-03-31 John DarringtonFixed bug writing portable files.
2009-03-08 John DarringtonFixed a bug reading empty strings from Postgres databases.
2009-02-23 Jason StoverFix bug 25677
2008-10-16 Ben PfaffDo not assume that canonicalize_file_name() always...
2008-09-14 John DarringtonDon't append % to count totals.
2008-06-22 Jason StoverFixed bug 23567. Added accessor functions to get/set...
2008-05-20 John DarringtonMade all the tests respect the PSPP_TEST_NO_CLEANUP...
2008-05-20 John DarringtonRemoved the '--text' argument to diff, which is non...
2008-05-20 John DarringtonAdded "cd /" to the test scripts which don't already...
2008-05-17 John DarringtonFixed non-portable shell syntax in tests. Added a...
2008-04-15 John DarringtonFixed problem with postgres 8.0.x
2008-04-14 Jason StoverNew test for QR decomposition
2008-03-16 Ben PfaffPatch #6452. Reviewed by John Darrington.
2008-03-11 John DarringtonFixed problem finding createdb and psql binaries.
2008-03-11 Jason Stoveradded test for SAVE subcommand
2008-02-10 Ben PfaffAdd a couple of extensions to GET DATA TYPE=TXT. Patch...
2008-02-06 John DarringtonIncrease the chances of finding libpq if it's installed.
2008-02-06 John DarringtonOptimise the psql reader, by fetching more than one...
2008-02-04 John DarringtonFix server startup so it works with postgres 8.2
2008-02-04 John DarringtonOops. Add missing files.
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-03 Ben PfaffAllow output files to overwrite input files (bug #21280...
2007-11-03 John DarringtonAdded support for reading Gnumeric spreadsheet files.
2007-09-23 Ben PfaffBug #21111. Reviewed by John Darrington.
2007-09-05 John DarringtonImplemented the INSERT command.
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-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-06-07 Ben PfaffEssentially rewrite MATCH FILES to support FIRST and...
2007-06-07 Ben PfaffAdd datasheet.
2007-05-06 Ben PfaffAbstract the documents within a dictionary a little...
2007-05-03 John DarringtonImplemented ADD DOCUMENT. Thanks to Ben Pfaff for...
2007-04-20 John DarringtonIf sys files have no long_name table, implicitly add...
2007-04-12 John DarringtonFixed Bug #19424 (confidence interval from EXAMINE).
2007-04-04 Ben Pfaff* npar-binomial.sh: Be less picky about whitespace...
2007-03-17 John DarringtonChanged call to nl_langinfo with localecharset (from...
2007-02-09 Ben PfaffImprove VECTOR implementation.
2007-02-07 John DarringtonAddressed some of the issues raised by John McCabe...
2007-02-06 Jason Stoverfixed test to match recent patch
2007-02-02 John DarringtonFixed bug parsing floating point values in DO-REPEAT.
2006-12-22 Ben PfaffImplement DELETE VARIABLES.
2006-12-20 Ben PfaffFix bugs in LOOP.
2006-12-20 John DarringtonImplemented the NPAR TESTS command.
2006-12-16 Ben PfaffFix test to allow string grouping variables on RANK.
2006-12-11 Ben PfaffRewrite system file reader code, to clean up and improve.
2006-12-05 Ben PfaffFirst step in making struct variable opaque: the boring...
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-07 John DarringtonCommitted patch #5524, which allows the message destina...
2006-11-05 Ben PfaffRewrite and improve formatted output routines.
2006-10-29 Ben PfaffChange some aspects of the PRINT, PRINT EJECT, and...
2006-10-28 John DarringtonEliminated global variable getl_buf
2006-10-08 Ben PfaffDISPLAY FILE LABEL is no longer undocumented.
2006-10-07 John DarringtonImplemented the RANK command.
2006-09-27 John DarringtonFixed warnings generated by gcc 4.1.2
2006-07-18 Ben PfaffPatch #5244.
2006-05-30 John DarringtonInternationalisation.
2006-05-27 John DarringtonFixed a lot of internationalisation issues.
2006-05-08 Ben PfaffOnly use "A TO B" for increasing runs of integers,...
2006-05-04 John Darringtonmake distcheck
2006-05-02 John DarringtonImplemented support for very long strings a la spss...
2006-04-26 Ben PfaffImprove the way we handle the various parsing "states...
2006-04-03 Ben PfaffClean up output subsystem.
2006-03-24 John DarringtonAdded test/command/regression.sh to test/automake.mk
2006-03-23 Jason Stovertest for REGRESSION procedure
2006-03-11 John DarringtonChanged the default value od SCOMPRESS to true.
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.
2006-03-04 John DarringtonCheckin of new directory structure.
2006-01-30 Ben PfaffFix terminology.
2006-01-29 Ben PfaffAdd scratch file handles.
2005-11-03 Ben PfaffDO IF, LOOP cleanup.
2005-10-27 Jason StoverFixed blank replacement
2005-10-27 John DarringtonSeparated the abstraction of a file handle, from its...
2005-10-10 Jason StoverMade BSD diff compatible
2005-10-10 Jason StoverMade BSD diff compatible
2005-10-10 Jason StoverMade BSD diff compatible
2005-10-10 Jason StoverMade tests BSD diff compatible
2005-10-07 Jason Stoverreplaced busted sed substitution with functioning perl...
2005-10-07 Jason StoverMade compatible with BSD diff
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-07-31 Ben PfaffSat Jul 30 21:54:23 2005 Ben Pfaff <blp@gnu.org>
2005-07-26 Ben PfaffFix use of "export" to work with traditional shells.
2005-07-25 Ben Pfaff* command/sysfile-info.sh: Add "-b -B -w" to diff comma...
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-25 Ben PfaffHandle case of a lookup table as the active file.
2005-05-23 John DarringtonFixed problem reading long string continuation records.
2005-05-21 John DarringtonAllowed reading of "broken" system files which have...
next