removed "Written by" line
[pspp-builds.git] / tests /
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-16 Ben Pfaff* recode.c (enlarge_dst_widths): Source isn't null...
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-04-03 Ben PfaffApply patches #5828, #5837, #5841, #5843.
2007-03-31 Ben PfaffAdd plain balanced tree structure. Patch #5827.
2007-03-30 Jason Stoverfixed sparse-array linker problem
2007-03-25 Ben PfaffAdd sparse array data structure.
2007-03-19 Ben PfaffDon't try to distribute tests that are compiled
2007-03-17 John DarringtonChanged call to nl_langinfo with localecharset (from...
2007-02-12 Ben PfaffInclude <config.h>.
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.
2007-01-26 Ben PfaffCheck in patch #5709: Augmented Balanced Tree data...
2007-01-20 John DarringtonPatch #5676 (syntax string source).
2007-01-10 Ben PfaffAdd heap data structure to src/libpspp, and a test...
2007-01-04 John DarringtonAdded psppire-dialog and psppire-buttonbox widgets.
2006-12-24 John DarringtonAdded some extraneous crud to .cvsignore files
2006-12-22 John DarringtonChecked in missed file. Thanks to Ben Pfaff for the...
2006-12-22 John DarringtonFixed bug #17420 (table columns exceeded with /FORMAT...
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-16 Ben PfaffReverse order of arguments to DATEDIFF, for compatibili...
2006-12-15 Ben PfaffRemove "Written by Ben Pfaff <blp@gnu.org>" lines every...
2006-12-14 Ben PfaffAdditionally verify that input files have equal number...
2006-12-14 Ben PfaffImplement DATESUM, DATEDIFF functions.
2006-12-11 Ben PfaffThis patch adds the VALUELABEL function for use in...
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-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-12-01 Ben PfaffProperly handle empty DO REPEAT...END REPEAT block...
2006-11-29 John DarringtonApplying patch #5562
2006-11-29 John DarringtonFixed make distcheck
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-18 Ben PfaffReplace several similar lines by one line inside DO...
2006-11-14 John DarringtonFixed bug which crept in with the recent lexer changes.
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 PfaffReduce verbosity of ll-test, llx-test output.
2006-10-29 Ben PfaffChange some aspects of the PRINT, PRINT EJECT, and...
2006-10-28 John DarringtonEliminated global variable getl_buf
2006-10-28 Ben PfaffAdd routines for integer byte order conversions, floati...
2006-10-26 John DarringtonEliminated global variable current_dataset.
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-09-25 John DarringtonAdded casereader_clone function.
2006-07-18 Ben PfaffPatch #5244.
2006-07-15 John DarringtonApplied patch file #10344.
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-07-01 Ben PfaffAdd linked list library to PSPP.
2006-05-30 John DarringtonInternationalisation.
2006-05-27 John DarringtonFixed a lot of internationalisation issues.
2006-05-25 John DarringtonPlugged memory leaks in GUI, and converted most of...
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-29 Ben PfaffFix excessively long line.
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 StoverAdded REGRESSION test
2006-03-23 Jason Stovertest for REGRESSION procedure
2006-03-11 John DarringtonChanged the default value od SCOMPRESS to true.
2006-03-04 John DarringtonFixed bug reading compressed system files.
2006-03-04 John Darringtonremoved redundant files
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.
2006-03-04 John DarringtonAdded automake.mk files
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-05 Ben PfaffImprove recode-copy-bug failure reporting.
2005-11-03 Ben PfaffDO IF, LOOP cleanup.
2005-10-27 Jason StoverFixed blank replacement
2005-10-27 Jason StoverFixed blank replacement
2005-10-27 Jason StoverFixed blank replacement
2005-10-27 Jason Stover*** empty log message ***
2005-10-27 Jason StoverFixed blank replacement
2005-10-27 Jason StoverFixed blank replacement
2005-10-27 Jason StoverFixed blank-line replacement
2005-10-27 Jason StoverFixed blank line replacement
2005-10-27 John DarringtonSeparated the abstraction of a file handle, from its...
2005-10-24 John DarringtonFixed bug #14822.
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
next