Add support for reading and writing SPV files.
[pspp] / src / language /
2019-02-10 Ben PfaffAdd support for reading and writing SPV files. spv3
2019-02-10 Ben Pfaffoutput: Move text_item and group_item usage closer...
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
2017-05-16 Ben Pfaffmatrix-reader: Use strcpy() on char arrays, in next_mat...
2017-05-16 Ben Pfafffactor: Fix return type of do_factor_by_matrix().
2017-05-12 John DarringtonFixed bug which caused a crash in GET DATA
2017-05-12 John DarringtonMEANS: Prevent parser from entering infinite loop.
2017-05-12 John Darringtonsrc/math/linreg.c: Encapsulate this object better.
2017-05-12 John DarringtonREGRESSION: Implement /ORIGIN subcommand.
2017-05-11 John DarringtonDESCRIPTIVES: Fix a bug where the parser could enter...
2017-05-11 John DarringtonFACTOR: Don't try to perform analysis if there are...
2017-05-11 John DarringtonFACTOR: Do not try to run an analysis if no matrix...
2017-05-11 John DarringtonFACTOR: Fix a crash when bad input was presented
2017-05-11 John DarringtonFACTOR: Make idata parameters const where they can be.
2017-05-11 John DarringtonDATA MATRIX: Avoid crash on invalid input
2017-05-10 John DarringtonFix memory leaks in FACTOR/MATRIX
2017-05-10 John DarringtonRemove unused variable
2017-05-10 John DarringtonFACTOR: Use consistent indexing when displaying matrices.
2017-05-10 John Darringtonmatrix reader: Fix bug which incorrectly read in matrix...
2017-05-10 John DarringtonMATRIX DATA: Allow non-symetric matrices if /FORMAT...
2017-05-10 John DarringtonMatrix reader, fix comment to reflect reality.
2017-05-09 John DarringtonMATRIX DATA: Cope with long variable names
2017-05-09 John DarringtonFACTOR: Allow an option '=' after MATRIX
2017-05-09 John DarringtonREGRESSION: Allow independent variables to be specified...
2017-05-04 John DarringtonFACTOR: Add printout of the covariance matrix and add...
2017-05-04 John DarringtonFACTOR: New subcommand: MATRIX IN
2017-05-04 John DarringtonNew module matrix-reader
2017-05-01 John DarringtonMATRIX DATA: Fix crash when duplicate variables are...
2017-05-01 John DarringtonMATRIX DATA: Handle multiple splits properly
2017-04-30 John DarringtonMATRIX DATA: Rewrite to canonical rowtype values
2017-04-26 John DarringtonAdded the MATRIX DATA procedure.
2017-04-26 John Darringtonparse_DATA_LIST_vars: Reduce scope of variable 'name2'
2017-04-22 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-04-22 John DarringtonWhitespace changes only: Remove trailing whitespace
2017-03-28 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-03-15 John DarringtonMann Whitney: Remove unused variable
2017-03-07 John DarringtonFixed a bug in the Mann-Whitney test vs. missing=analysis.
2017-02-21 Friedrich BeckmannFREQUENCIES: fixed VARIANCE output - fixes bug #50366
2016-12-03 Ben PfaffFix misleadingly indented statements.
2016-11-07 pspp.freepost@ordi... compile without gnumeric and odf read support
2016-10-10 Friedrich Beckmannreversed CFLAGS, CPPFLAGS and LDFLAGS addition for...
2016-10-10 Friedrich Beckmannadded CFLAGS, CPPFLAGS and LDFLAGS for PSPP.C and q2c...
2016-08-15 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-08-14 Ben PfaffVECTOR: Support creating string variables also.
2016-08-13 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-08-13 John DarringtonAUTORECODE now optionally accepts / before INTO
2016-08-12 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-08-11 John DarringtonFix possible null pointer dereference.
2016-08-06 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-08-06 John DarringtonRemove deprecated objects GtkAction and GtkUIManager
2016-07-31 John DarringtonFix memory leak when T-TEST failed to parse
next