Skipping missing values.
[pspp] / src / language /
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...
2018-12-25 Ben Pfafftext-item: Merge "title" and "subtitle" items into...
2018-12-25 Ben PfaffCROSSTABS: Make treatment of crosstab variables and...
2018-12-25 Ben PfaffCROSSTABS: Rename pivot_table to crosstabulation.
2018-12-25 Ben Pfaffmessage: Refactor initializations for struct msg throug...
2018-12-25 Ben Pfaffvariable: Make property function return untranslated...
2018-12-25 Ben Pfaffmissing-values: New function mv_to_string().
2018-12-25 Ben Pfaffbt, abt: Add initialization and iteration macros.
2018-12-25 Ben Pfaffdictionary: New function dict_get_weight_format().
2018-12-25 Ben Pfafftable: Get rid of TAL_GAP.
2018-12-23 Ben Pfaffcategoricals: Remove 'dep_excl' parameter.
2018-12-03 Ben PfaffSYSFILE INFO: Get rid of nested tables.
2018-11-26 Ben Pfaffsegment: Fix behavior when #! line is not new-line...
2018-11-26 Ben PfaffFREQUENCIES: Avoid buffer overrun when there is no...
2018-11-26 Ben PfaffONEWAY: Fix use of stack-allocated variable outside...
2018-10-06 Ben Pfafflexer: Fix details of journaling.
2018-10-01 John DarringtonReference count struct dictionary.
2018-09-29 Ben Pfafflexer: Fix buffer overread in journaling when source...
2018-09-24 Ben Pfaffvariable-parser: Fix null deref on error path in parse_...
2018-09-24 Ben Pfafflexer: Add support for embedded \0 bytes and missing...
2018-09-24 Ben PfaffDO REPEAT: Avoid relying on null terminators.
2018-09-24 Ben Pfaffcommand-name: Avoid read past end of input buffer in...
2018-09-23 John DarringtonMATRIX DATA: Fix memory leaks
2018-04-30 Ben PfaffNew command SAVE DATA COLLECTION.
2018-02-21 Ben PfaffSAVE TRANSLATE: Allow variable names with space, etc...
2018-02-21 Ben Pfafflexer: Fix implementation of lex_force_string_or_id().
2017-09-24 Ben PfaffAvoid unfounded warnings from GCC 7.2.
2017-09-23 Ben PfaffSORT VARIABLES: Improve stability of sort.
2017-09-23 Ben Pfaffscan: Add cast to silence Clang warning about convertin...
2017-09-23 Ben PfaffPRINT: Remove unused function.
2017-08-31 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-08-20 Stefan WeilFix some typos (found by codespell)
2017-08-03 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-07-05 John DarringtonAdd copyright and licence notices to files which lack...
2017-06-19 John DarringtonFACTOR: Improve calculation of Kaiser-Meyer-Olkin and...
2017-06-18 John DarringtonFACTOR: Add Anti-image matrix output
2017-06-16 John DarringtonMATRIX DATA: Add /N subcommand
2017-05-18 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-05-16 John DarringtonRemove commented out code
2017-05-16 John DarringtonFix potential crash if matrix file variables are of...
2017-05-16 John DarringtonFix buffer overflow which could occur if the matrix...
2017-05-16 John DarringtonRemove unreachable code
next