docs
[pspp] / tests /
2020-12-21 Ben Pfaffpivot-table: Change the default format to omit empty...
2020-12-17 Ben Pfaffexpressions: Improve error messages.
2020-12-17 Ben Pfafftests: Restore tests that were commented out by buggy...
2020-11-16 Friedrich BeckmannMacOS: wc does not support -L option
2020-11-14 John DarringtonFix leak in perl module
2020-11-07 John DarringtonTeX driver: Use the glyphs from wasyfont instead of...
2020-10-31 John DarringtonFix oneway bug and add a test
2020-10-30 Ben Pfafftable: Rename area_style to table_area_style for consis...
2020-10-25 Ben Pfaffpspp-output: Add new --nth-commands option.
2020-10-25 John DarringtonAdd a TeX driver
2020-10-25 Ben Pfaffzip-writer: Fix writing a zip file to a pipe.
2020-10-10 John DarringtonAdd extra code examples to the documentation
2020-10-10 John DarringtonRework the spreadsheet import feature of the grapic...
2020-09-27 John DarringtonRemove width specifications from range strings (eg...
2020-09-12 John DarringtonUse PACKAGE_BUGREPORT instead of a literal string
2020-09-02 Ben Pfafftests: Add missing host.at tests.
2020-09-02 Ben Pfaffu8-istream: Add some more tests for byte-order marks.
2020-09-02 Ben PfaffHOST: Reimplement and add support for TIMELIMIT subcommand.
2020-08-31 Ben Pfafftests: Add 'slow' tag to more tests.
2020-08-18 John Darringtonbarchart.c: Sort the categories before displaying them.
2020-08-03 Ben Pfaffrender-test: Initialize i18n to make tests pass on...
2020-08-03 Ben Pfafftests: Tolerate 3-digit exponents in output for chart...
2020-08-03 Ben Pfafftests: Ignore Pango warnings when generating charts.
2020-08-03 Ben Pfaffplacement-parser: Properly handle LONG_MAX != INT_MAX.
2020-08-02 Ben Pfafftests: More character encoding issues on command line.
2020-08-02 Ben Pfafftests: Use AUTOTEST_PATH to find chart test programs.
2020-08-02 Ben Pfaffzip-test: Open files in binary mode.
2020-08-02 Ben Pfafftests: Avoid dealing with character encoding issues...
2020-08-02 Ben Pfafftests: Tolerate carriage-returns in output for SAMPLE...
2020-08-02 Ben Pfafftests: Always set a paper size.
2020-08-02 Ben Pfafftests: Don't output to PDF without a good reason.
2020-08-02 Ben Pfafftests: Fix synthetic system file reader tests on Windows.
2020-07-11 John DarringtonDo not attempt to use the output driver while it's...
2020-06-27 John DarringtonAdd a test for bug #58598
2020-06-20 Ben Pfaffsys-file-reader: Tolerate duplicate document records.
2020-06-20 Ben Pfaffsys-file-reader: Tolerate invalid variable names.
2020-06-20 Ben Pfaffsys-file-reader: Accept bad variable indexes, with...
2020-06-20 John DarringtonAllow /RENAME target to use the TO keyword.
2020-06-20 John DarringtonAdd a test for bug #58591
2020-06-20 John DarringtonFix crash when parsing a badly formatted variable string.
2020-06-20 John DarringtonFix crash when cleaning up after parsing bad MODIFY...
2020-06-20 John DarringtonDon't crash when parsing bad MATRIX DATA commands.
2020-06-20 John DarringtonDon't ref or unref the inline file handle.
2020-06-10 Ben Pfafftests: Fix misspelling in test name.
2020-06-07 John DarringtonWhitespace changes only.
2020-06-07 John DarringtonUpdate recommended gnulib commit
2020-04-26 John DarringtonFix crash when bad autorecode /blank is encountered.
2020-02-09 John DarringtonFix bug #57731.
2020-02-02 John DarringtonFix bug #57722.
2020-01-10 Ben PfaffLIST: Fix case numbering.
2019-12-29 Ben PfaffAdd support for reading and writing SPV files.
2019-12-29 Ben Pfaffrender: Fix up layer violation in add_footnote_page().
2019-12-29 Ben Pfafftable: Get rid of TAL_* constants.
2019-12-29 Ben Pfafftable: Get rid of TAB_* for horizontal and vertical...
2019-12-29 Ben Pfafftable: Move tab.h into table.h and rename tab_*() to...
2019-12-29 Ben Pfafftab: Merge struct tab_table into struct table.
2019-12-29 Ben Pfafftable: Require headers to be set at table creation.
2019-12-29 Ben Pfaffrender: Change style for footnote blocks.
2019-12-15 John DarringtonRemove unused #include directives
2019-12-08 Ben Pfaffcommand: Put command_ids in output into title case.
2019-12-02 Ben Pfaffpspp-convert: Support decrypting SPV files.
2019-11-28 John DarringtonRemove #include <assert.h> from files which don't need it
2019-11-27 John DarringtonDelete trailing whitespace at line endings.
2019-11-26 John DarringtonFix typos in comments
2019-11-10 Ben PfaffLOOP: Limit number of iterations when IF clauses present.
2019-10-11 Ben Pfaffzip-reader: Read the whole central directory at .zip...
2019-10-11 Ben Pfaffoutput: Move text_item and group_item usage closer...
2019-10-11 Ben Pfaffrender: Drop use of table_select().
2019-10-05 Ben PfaffAUTORECODE: Implement PRINT subcommand.
2019-09-02 Ben PfaffAUTORECODE: Use minimum width output format for new...
2019-09-02 Ben PfaffAUTORECODE: Properly handle variable labels.
2019-09-02 Ben PfaffAUTORECODE: Properly handle value labels.
2019-09-02 Ben Pfaffvariable: Make var_append_value_name() omit trailing...
2019-09-02 Ben PfaffAUTORECODE: Fix treatment of missing values.
2019-08-18 Ben PfaffAUTORECODE: Make GROUP option work properly with multi...
2019-08-18 John Darrington/RENAME subcommand: Allow quoted strings in destination...
2019-07-22 Ben Pfaffvalue: Get rid of value_str(), value_str_rw(), value_num().
2019-06-30 John DarringtonAdded test for the APPLY DICTIONARY command.
2019-06-24 John DarringtonTEST Examine unrepresentable graphs: Ignore stderr
2019-06-23 John DarringtonMEANS: Fix output with unusual formats
2019-06-23 John DarringtonMEANS: Change the statistic formats to follow their...
2019-06-22 John DarringtonMEANS: Fix behaviour when splits is active.
2019-06-20 John DarringtonRe-implement MEANS.
2019-06-06 John DarringtonRevert "Remove bad tests"
2019-06-06 John DarringtonRemove bad tests
2019-05-21 John Darringtonroc.at: Remove comma terminating test keywords.
2019-05-07 John DarringtonQUICK CLUSTER: Implement the /SAVE sub-command.
2019-05-06 John DarringtonAdjust test to fix previous change
2019-05-05 John DarringtonGRAPH (barchart): Percentages display subcategorial...
2019-05-04 John DarringtonEXAMINE: Implement the Shapiro-Wilk Test.
2019-05-04 John DarringtonEXAMINE: Don't crash when unrenderable graphs are...
2019-05-01 John Darringtoncrosstabs.q: Replace 'Approx Sig.' with 'Approx. Sig.'
2019-04-27 John DarringtonFREQUENCIES: Warn the user if any weight values are...
2019-04-14 John DarringtonFix crash in lexer due to integer overflow.
2019-03-12 John DarringtonREGRESSION: Rename COLLIN to TOL
2019-03-05 John DarringtonREGRESSION: New option /STATISTICS=COLLIN
2019-02-26 Ben PfaffMODIFY VARS: Fix bugs in REORDER and DROP subcommands...
2019-02-23 Ben PfaffSYSFILE INFO: Display documents too.
2019-02-10 Ben Pfaffformat: Always output 2-digit hours for TIME format.
2019-01-23 Ben Pfaffline-reader-test: Fix memory leak.
next