src/libpspp/message.c (prepare_diagnostic_information): Relocate locale_dir
[pspp] / src / language /
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 John DarringtonFix bug where attempting to rendering an empty bar...
2021-03-21 Ben Pfaffq2c: Remove, since it is no longer used.
2021-03-21 Ben PfaffSET: Reimplement parser without q2c.
2021-03-21 Ben PfaffCROSSTABS: Reimplement parser without q2c.
2021-03-14 John Darringtonsrc/language/expressions/automake.mk: Fix build issues...
2021-03-08 Ben Pfaffformat: Reduce size of struct fmt_spec from 6 bytes...
2021-03-08 Ben Pfaffformat: Reduce size of struct fmt_spec from 12 bytes...
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-02-07 John Darringtonsrc/language/stats/autorecode.c (cmd_autorecode): Remov...
2021-01-25 Ben Pfaffoutput: Make groups contain their subitems, and get...
2021-01-25 Ben PfaffDEBUG EVALUATE: Use output_log() instead of printf().
2021-01-25 Ben Pfaffoutput: New function output_log().
2021-01-11 Ben Pfaffoutput-item: Collapse the inheritance hierarchy into...
2021-01-11 Ben Pfaffoutput-item: Make command name part of every output_item.
2021-01-11 Ben Pfaffstr: Add function xstrdup_if_nonnull() and introduce...
2021-01-10 Ben Pfaffoutput: Rename page-eject-item to page-break-item.
2021-01-07 Ben Pfaffpivot-table: Implement SET SMALL.
2021-01-07 Ben Pfaffpivot-table: Incorporate format settings.
2021-01-07 Ben PfaffMake data input and output take a fmt_settings structure.
2021-01-01 Ben Pfaffoutput-item: Make label a part of every output_item.
2021-01-01 Ben Pfaffpivot-table: Don't allow data cells for nonexistent...
2020-12-27 Ben Pfafftable: Delete some functions that were unused or barely...
2020-12-22 Ben PfaffAdd --table-look command line option and SET TLOOK...
2020-12-21 Ben PfaffMEANS: Remove one more assignment to omit_empty missed...
2020-12-21 Ben Pfaffpivot-table: Change the default format to omit empty...
2020-12-19 Ben Pfaffpage-eject-item: Factor out of text_item.
2020-12-17 Ben Pfaffexpressions: Improve error messages.
2020-10-31 John DarringtonFix oneway bug and add a test
2020-10-30 Ben Pfaffoutput: Break struct pivot_table_look out of struct...
2020-09-27 John DarringtonRemove width specifications from range strings (eg...
2020-09-19 John DarringtonExamine Spreadlevel: Allow power to be non-integer
2020-09-07 Ben PfaffHOST: Implement timeouts on Hurd.
2020-09-07 Ben PfaffHOST: Check for setitimer() failure.
2020-09-02 Ben PfaffHOST: Reimplement and add support for TIMELIMIT subcommand.
2020-08-25 Friedrich Beckmannreplace finite with isfinite
2020-08-24 Friedrich BeckmannWarnings: added cast for enumaration types
2020-08-19 John DarringtonIssue error message if failing to change directory
2020-08-17 Friedrich Beckmannlimit the number of variables in barchart from crosstab...
2020-08-17 Friedrich Beckmannfixed range check in parse_record_placement (32Bit...
2020-08-17 Friedrich Beckmannfactor.c: added translation hint
2020-08-16 John DarringtonFixed some errors in format and orthography of printed...
2020-08-16 jdarringtonsrc/language/stats/chart-category.h: Add #include directive
2020-08-03 Ben Pfaffplacement-parser: Properly handle LONG_MAX != INT_MAX.
2020-07-04 John DarringtonFix memory leak introduced in commit e2039bc0694b89d260...
2020-06-28 Friedrich Beckmanntrim.c: avoid zero size xnrealloc memory allocation
2020-06-27 John Darringtondata_parser: Keep a reference to the dictionary
2020-06-27 John DarringtonReplace some calls to xcalloc with XCALLOC
2020-06-20 Ben Pfaffmatrix-reader: Fix possibly-zero second argument to...
2020-06-20 John DarringtonAllow /RENAME target to use the TO keyword.
2020-06-20 John DarringtonFix buffer overflow in lex_ellipsize__
2020-06-20 John DarringtonFix crash when parsing a badly formatted variable string.
2020-06-20 John DarringtonFix buffer overflow in linear regression.
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 DarringtonFix use after free error in vector command.
2020-06-07 John DarringtonWhitespace changes only.
2020-04-26 John DarringtonFix crash when bad autorecode /blank is encountered.
2020-02-09 John DarringtonFix order of arguments in error message
2020-02-09 John DarringtonFix bug #57731.
2020-02-02 John DarringtonFix bug #57722.
2020-01-10 Ben PfaffLIST: Fix case numbering.
2019-12-30 Ben Pfaffpspp-convert: Add options for selecting variables and...
2019-12-29 Ben Pfafftable: Move tab.h into table.h and rename tab_*() to...
2019-12-29 Ben Pfaffpivot-table: Initialize subtype, command_id for pivot...
2019-12-29 Ben Pfaffbit-vector: Add new functions for working with bit...
2019-12-29 Ben Pfaffpivot-table: Add reference counts.
2019-12-15 John DarringtonRemove unused #include directives
2019-12-08 Ben Pfaffcommand: Put command_ids in output into title case.
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-10 Ben PfaffLOOP: Limit number of iterations when IF clauses present.
2019-10-11 Ben Pfaffoutput: Move text_item and group_item usage closer...
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: Style update.
2019-09-02 Ben PfaffAUTORECODE: Properly handle variable labels.
2019-09-02 Ben PfaffAUTORECODE: Properly handle value labels.
2019-09-02 Ben PfaffAUTORECODE: Fix whitespace.
2019-09-02 Ben PfaffAUTORECODE: Fix treatment of missing values.
2019-09-01 Ben PfaffAUTORECODE: Do not create value labels when they would...
2019-09-01 Ben PfaffAUTORECODE: Code style update.
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-26 John DarringtonDescriptives: Constness
2019-07-22 Ben Pfaffvalue: Get rid of value_str(), value_str_rw(), value_num().
2019-07-22 Ben Pfafft-test-parser: Re-fix memory leak.
2019-07-21 Ben Pfafft-test-parser: Untabify.
2019-07-21 Ben Pfafft-test-parser: Force values to be specified with a...
2019-07-21 Ben Pfafft-test-parser: Fix memory leak with GROUPS and long...
2019-07-21 Ben PfaffEXAMINE: Fix leak in Shapiro-Wilk test.
2019-07-21 Ben PfaffAUTORECODE: Declare index variables inside 'for' loops.
2019-07-07 Ben PfaffAUTORECODE: Always report parse errors.
2019-07-07 Ben Pfafflexer: Make lex_error_expecting() easier to use.
2019-07-03 John DarringtonRemove UNUSED attributes where they were inappropriate.
2019-07-02 John Darringtonmeans-calc.c: Add comments where needed.
2019-06-30 John DarringtonApply Dictionary: Fix memory leak.
2019-06-29 John DarringtonMEANS: Don't compile debugging functions
next