Work on docs
[pspp] / src / language /
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
2019-06-29 John DarringtonDescriptives: Constness
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 DarringtonMEANS: Fix memory leak
2019-06-20 John DarringtonRe-implement MEANS.
2019-06-13 John Darringtonquick-cluster.c Fix uninitialised variables.
2019-06-06 John DarringtonRevert "Restart of new means implementation"
2019-06-06 John DarringtonRestart of new means implementation
2019-05-23 John DarringtonMatrix reader: Remove reliance on hash functions.
2019-05-23 John DarringtonMatrix Data: Identify splits explicitly instead of...
2019-05-22 John Darringtonexamine.c: Add note to translators.
2019-05-21 John DarringtonRemove diagnostic printf
2019-05-10 John Darringtonsrc/language/stats/examine.c: Whitespace changes only.
2019-05-10 John DarringtonQUICK CLUSTER: Move the parser into its own function.
2019-05-07 John DarringtonFix cut and paste error
2019-05-07 John DarringtonQUICK CLUSTER: Implement the /SAVE sub-command.
2019-05-07 John Darringtonquick-cluster.c: whitespace changes only.
2019-05-06 John DarringtonSpelling: nonnegative -> non-negative
2019-05-06 John DarringtonSpelling: criterium -> criterion
2019-05-05 John DarringtonGRAPH (barchart): Percentages display subcategorial...
2019-05-05 John Darringtongraph.c (run_barchart): Add assertion.
2019-05-05 John Darringtongraph.c: "freqs" --> "cells".
2019-05-04 John DarringtonEXAMINE: Implement the Shapiro-Wilk Test.
2019-05-03 John DarringtonUpdate translatable strings relating to internal errors.
2019-05-03 John DarringtonEXAMINE: Correct bug where /PLOT=ALL would not include...
2019-05-01 John Darringtoncrosstabs.q: Replace 'Approx Sig.' with 'Approx. Sig.'
2019-05-01 John Darringtongraph.c: Whitespace changes only. Fold some very long...
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-04-14 John Darringtonlexer: Token testing functions now take a const argument.
2019-03-13 John DarringtonREGRESSION: Fix bug when printing tolerance of multiple...
2019-03-12 John DarringtonREGRESSION: Rename COLLIN to TOL
2019-03-07 John DarringtonREGRESSION: Fix some memory leaks and tidy up.
2019-03-05 John DarringtonREGRESSION: New option /STATISTICS=COLLIN
2019-02-26 Ben PfaffMODIFY VARS: Fix bugs in REORDER and DROP subcommands...
2019-02-26 Ben PfaffMODIFY VARS: Style updates.
2019-02-23 Ben PfaffSYSFILE INFO: Display documents too.
2019-01-19 Dave TrollopeImprove MDD writer support.
2019-01-13 Ben PfaffFix numerous memory leaks.
2019-01-02 Ben Pfaffmatrix-data: Only use as many bytes as necessary to...
2019-01-02 Ben Pfafft-test-paired: Fix format specifiers.
2019-01-02 Ben Pfaffregression: Make sure dep_subscript is really initialized.
2019-01-02 Ben Pfaffchisquare: Fix format specifier in chisquare_execute().
2019-01-01 Ben Pfaffoutput: Introduce pivot tables.
2019-01-01 Ben Pfaffoutput: New page-setup-item.
2018-12-25 Ben Pfaffoutput: Introduce group_item in place of TEXT_ITEM_COMM...
next