fixup for TITLE/SUBTITLE commit
[pspp] / tests /
2021-06-27 Ben PfaffTITLE and SUBTITLE: Don't treat an unquoted argument...
2021-06-27 Ben Pfaff!BREAK works
2021-06-27 Ben Pfafffix string lexer
2021-06-15 Ben PfaffMostly documentation update but some code clarification...
2021-06-13 Ben Pfaffsegment: Add support for segmenting "snippets".
2021-06-13 Ben Pfaff!LET
2021-06-13 Ben Pfaffmore operator precedence
2021-06-13 Ben Pfafftest !NULL equality
2021-06-13 Ben Pfafflogical operator bug fixes
2021-06-12 Ben PfaffMNEST
2021-06-12 Ben Pfaff!*
2021-06-11 Ben Pfaff!EVAL
2021-06-11 Ben Pfaff!UPCASE
2021-06-10 Ben PfaffImplemented all the functions except !EVAL and !UPCASE.
2021-06-10 Ben PfaffAdd test for !LENGTH.
2021-06-10 Ben Pfaffmacro: Implement uniformly in terms of character strings.
2021-06-04 Ben Pfaff!BLANKS and !CONCAT pass basic tests.
2021-06-01 Ben PfaffStart writing documentation.
2021-05-31 Ben Pfaffadd some keyword tests
2021-05-31 Ben PfaffKeyword arguments work.
2021-05-31 Ben PfaffBasic tests for macros and arguments pass.
2021-05-30 Ben PfaffSome basic macros and tests work.
2021-05-30 Ben PfaffWork on DEFINE command.
2021-05-30 Ben Pfaffsegment: Refine treatment of start of macro body.
2021-05-30 Ben Pfaffsegment: The body of DEFINE does not have to be on...
2021-05-30 Ben Pfaffsegment-test: Make debugging easier for some kinds...
2021-05-09 Ben Pfafftoken: Rename token_destroy() to token_uninit().
2021-05-03 Ben Pfafflexer: Remove lex_syntax_mode in favor of segmenter_mode.
2021-04-13 Ben Pfaffsettings: Add macro settings.
2021-04-13 Ben Pfaffsegment: Allow '.' as separate token with a line, for...
2021-04-13 Ben Pfaffsegment: Improve segmentation when DEFINE command has...
2021-04-10 John Darringtontests/automake.mk: Fix building of test runners
2021-04-09 Ben Pfafflexer: Add support for DEFINE...!ENDDEFINE.
2021-04-09 Ben Pfafflexer: Add support for macro punctuation.
2021-04-09 Ben Pfafflexer: Add support for macro identifiers (that begin...
2021-04-09 Ben Pfaffsegment: Fix segmentation of integer followed by "...
2021-03-23 Ben Pfaffsegment: Properly handle DO REPEAT in batch mode.
2021-03-22 Ben Pfafflexer: New function lex_force_int_range().
2021-03-21 Ben PfaffCROSSTABS: Reimplement parser without q2c.
2021-03-09 Ben Pfaffpivot-table: Reduce size of struct pivot_value from...
2021-03-09 Ben Pfaffpivot-table: Reduce size of struct pivot_value from...
2021-03-07 Ben PfaffDELETE VARIABLES: Fix crash when deleting and adding...
2021-03-07 Ben PfaffImprove error message for creating a new string var...
2021-03-07 Ben Pfafftests: Ignore .pspprc in a different way, to fix runnin...
2021-01-25 Ben Pfaffoutput: Make groups contain their subitems, and get...
2021-01-25 Ben Pfaffzip-reader: Make the zip_reader reference counted.
2021-01-25 Ben Pfaffzip-reader: Switch to a more usual error reporting...
2021-01-25 Ben PfaffDEBUG EVALUATE: Use output_log() instead of printf().
2021-01-11 Ben Pfaffoutput-item: Collapse the inheritance hierarchy into...
2021-01-11 Ben Pfaffoutput: Change command names from uppercase to title...
2021-01-11 Ben Pfaffstr: Add function xstrdup_if_nonnull() and introduce...
2021-01-10 Ben Pfaffpivot-table: Test round-tripping to an .spv file.
2021-01-10 Ben Pfaffpivot-table: Fix handling of current-layer in spv files...
2021-01-10 Ben Pfaffpivot-table: Implement hiding footnotes.
2021-01-10 Ben Pfaffpivot-table: Add test for footnotes.
2021-01-09 Ben PfaffMake the Cairo and Pango libraries required rather...
2021-01-07 Ben Pfaffpivot-table: Implement SET SMALL.
2021-01-02 Ben Pfaffpivot-table: Add more tests for pivot table rendering.
2021-01-02 Ben Pfaffoutput: Make table_item a pivot_table, table_cell a...
2021-01-02 Ben Pfaffcsv: Change footnote format.
2021-01-01 Ben Pfafftable-item: Remove barely used parameters from table_it...
2021-01-01 Ben Pfafftable-provider: Remove "const" from struct table_cell...
2021-01-01 Ben Pfafftests: Break off --draw-mode from render-test into...
2020-12-31 Ben Pfaffpivot-output: Replicate dimension headings when divided...
2020-12-31 Ben Pfaffpivot-output: Really fix formatting of the corner cell.
2020-12-30 Ben Pfafftests: Be consistent about adding to $(check_PROGRAMS).
2020-12-27 Ben Pfaffhtml: Pop up tooltip with table notes in output.
2020-12-26 John DarringtonAdd copyright and licence notices to files which lack...
2020-12-26 Ben PfaffAdd more Valgrind leak report suppressions.
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.
next