DESCRIPTIVES: In GUI, generate Z scores immediately instead of deferring.
[pspp] / tests /
2010-03-09 Ben PfaffCROSSTABS: Make 3-way crosstabulation work reasonably. 20100309040527/pspp
2010-03-09 Ben Pfafftests: Fix bug in NPAR TESTS subtest for CHISQUARE...
2010-03-06 Ben PfaffCROSSTABS: Rewrite tests in Autotest and add test for... 20100307040504/pspp 20100308040506/pspp
2010-02-16 Ben Pfafftestsuite: Don't check pspp version with AT_TESTED. 20100219093019/pspp
2010-02-13 Ben PfaffRELIABILITY: Make expected test results reflect "N...
2010-02-10 Ben Pfaffoutput: Support --without-cairo.
2010-02-09 Ben Pfaffhmap-test: Disable ordered insert tests on GCC 4.3.
2010-02-08 Ben PfaffMerge "output" into "master"
2010-02-07 Ben PfaffGreatly simplify PSPP configuration.
2010-02-06 Ben Pfaffdatasheet-test: Make variable "const".
2010-02-06 Ben Pfaffllx: New function llx_find() to find a pointer in a...
2010-01-18 Ben PfaffUpdate Makefile for tests to reflect currently recommen...
2010-01-17 Ben PfaffRewrite PSPP output engine.
2010-01-17 Ben PfaffLIST: Remove WEIGHT subcommand.
2009-12-25 John DarringtonMerge branch 'master' into output
2009-12-18 John DarringtonMerge branch 'master' into output
2009-12-16 John DarringtonMerge commit 'origin/stable'
2009-12-05 Ben PfaffNew data type string_map, a string-to-string map.
2009-11-27 Ben PfaffNew data type string_set, a set of unique strings.
2009-11-27 Ben Pfaffhmapx: New function hmapx_is_empty().
2009-11-27 Ben Pfaffhmap: New function hmap_is_empty().
2009-11-27 Ben Pfaffhmap: Remove shadowed variable from inner scope.
2009-10-24 Ben PfaffMerge "master" into "output".
2009-10-15 Ben PfaffEnhance dissect-sysfile utility to print compressed...
2009-10-13 Ben PfaffEliminate too-expansive "clean" rule kluge by requiring...
2009-10-11 Ben PfaffUse @VARIABLE@ instead of $(VARIABLE) consistently...
2009-10-10 Ben PfaffAvoid GNU make extension $(RM) in makefiles.
2009-10-05 Ben Pfaffhmap-test: Skip test instead of reporting success on...
2009-10-04 John DarringtonCORRELATIONS: Properly deal with case weights.
2009-10-03 John DarringtonFirst working version of CORRELATIONS.
2009-09-28 John DarringtonCorrect printf conversion specifiers for size_t types.
2009-09-24 John DarringtonMerge commit 'origin/stable'
2009-09-21 Ben Pfaffhmap-test: Disable tests that GCC 4.3 miscompiles.
2009-09-20 Ben PfaffFix "make check" with --enable-relocatable.
2009-09-16 Ben PfaffFREQUENCIES: Make frequency table headings easier to...
2009-09-12 John DarringtonFix tests broken by the new table widths, caused by...
2009-08-30 John DarringtonFix make distcheck
2009-08-11 Ben PfaffMerge master into output branch.
2009-08-09 Ben PfaffAdd CONST_CAST macro, for casting away "const" more...
2009-07-23 John DarringtonMerge commit 'origin/stable'
2009-07-23 John DarringtonMerge commit 'origin/roc'
2009-07-19 John DarringtonAdded the '=' to the plot subcommand's documentation.
2009-07-18 John DarringtonMerge commit 'origin/data-encoding'
2009-07-17 John DarringtonEnsure correct behaviour when the state var is missing.
2009-07-17 John DarringtonFix ROC behaviour in the presence of missing values.
2009-07-17 John DarringtonFixed bug reporting the significance of paired value...
2009-07-17 Ben Pfaffi18n: Merge translatable strings.
2009-07-17 Ben Pfaff"Sig." is an abbreviation, "Exact" is not.
2009-07-16 Ben PfaffConsistently capitalize the name "Gnumeric".
2009-07-15 John DarringtonFixed bug reporting the significance of paired value...
2009-07-15 John DarringtonUpdated the example with an easier to visualise one
2009-07-12 John DarringtonFix compiler warning in test program
2009-06-25 John DarringtonFix bugs when input data is repeated
2009-06-24 John DarringtonAdded second ROC test
2009-06-11 John DarringtonAdded code to generate the ROC cutpoint tables.
2009-06-10 John DarringtonAdded test for the ROC command
2009-06-08 Ben PfaffFix handling of #! at beginning of PSPP syntax file...
2009-06-07 Ben Pfaffcrosstabs: Fix chi-square display and add regression...
2009-06-07 Ben Pfaffdatasheet-test: Add support for testing string backing...
2009-06-07 Ben Pfaffdatasheet-test: Add test for datasheet_resize_column().
2009-06-07 Ben Pfaffdatasheet-test: Fix printing of string values in error...
2009-06-07 Ben Pfaffdatasheet-test: Check duplicate states before discardin...
2009-06-07 Ben Pfaffdatasheet-test: Make column widths to test configurable...
2009-06-07 Ben Pfaffdatasheet-test: Don't test null operations.
2009-06-07 Ben Pfaffsparse-xarray-test: Style and comment fixes.
2009-06-07 Ben PfaffMove datasheet test out of PSPP into a separate binary.
2009-06-07 Ben PfaffImplement missing values for long string variables.
2009-06-07 Ben PfaffAdd support for value labels on long string variables.
2009-06-07 Ben PfaffChange "union value" to dynamically allocate long strings.
2009-06-07 Ben PfaffNew data structure sparse_xarray.
2009-06-07 Ben Pfaffsparse-array: Improve iteration interface.
2009-06-07 Ben Pfaffrange-set: New functions range_set_last and range_set_prev.
2009-06-07 Ben Pfaffrange-set: Add new function range_set_scan().
2009-06-07 Ben Pfaffrange-set: Add test coverage for range_set_destroy...
2009-06-07 Ben Pfaffrange-set: New function range_set_allocate_fully.
2009-05-12 Ben Pfaffdata-parser: Treat " ," the same as ",".
2009-05-09 John DarringtonMerge commit 'origin/stable'
2009-05-08 John DarringtonFixed crash calculating trimmed mean with missing values.
2009-04-22 John DarringtonMerge commit 'origin/stable'
2009-04-09 John DarringtonImplemented the sign test.
2009-04-08 Ben PfaffAdd "x" prefix to calls to plain malloc(), calloc(...
2009-04-08 John DarringtonMerge commit 'origin/master' into charset
2009-04-07 John DarringtonMerge commit 'origin/stable'
2009-04-07 John DarringtonAllow users to set the precision of output statistics.
2009-04-03 John DarringtonBinomial tests can now be specified by a cutpoint.
2009-04-02 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2009-04-02 John DarringtonFixed bug where piecharts with many segments crashed.
2009-04-01 John DarringtonMerge commit 'origin/master' into charset
2009-03-31 John DarringtonMerge commit 'origin/stable'
2009-03-31 John DarringtonFixed bug writing portable files.
2009-03-29 John DarringtonMerge branch 'refs/heads/charset' of ssh://jmd@git...
2009-03-29 John DarringtonAdd code to read character encoding to dissect-sysfile.
2009-03-29 John DarringtonFix crash running two consecutive examine commands.
2009-03-28 John DarringtonDisplay a file's encoding in SYSFILE INFO.
2009-03-28 John DarringtonRemove LIB_CLOSE variables from linker options.
2009-03-08 John DarringtonFixed a bug reading empty strings from Postgres databases.
2009-03-02 John DarringtonMerge branch 'master'; commit 'origin/stable'
2009-02-25 John DarringtonFix display of window icon
2009-02-23 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2009-02-23 Jason H Stoverlinreg.c: (pspp_linreg_mse) New accessor function
next