pspp
2021-12-03 Ben Pfaffbetter error messages are awesome! matrix4
2021-11-30 Ben Pfaffexperiments
2021-11-30 Ben Pfaffworking
2021-11-30 Ben Pfaffwork on better matrix error reporting
2021-11-30 Ben Pfaffwork toward better error reporting
2021-11-30 Ben Pfaffmessage: Intern file names in msg_location to make...
2021-11-30 Ben Pfafflexer: Allow for negative lookahead within a command.
2021-11-30 Ben Pfaffsegment: Add comment about zero-length segments.
2021-11-22 Ben PfaffAdd missing 'distributions' files.
2021-11-22 Ben Pfafflexer: Drop 'line_pos' from lex_token and lex_source.
2021-11-22 Ben Pfafflexer: Keep entire source file in memory.
2021-11-22 Ben PfaffRevert "work toward better error reporting"
2021-11-22 Ben Pfaffwork toward better error reporting
2021-11-21 Ben PfaffFix up \s.
2021-11-21 Ben PfaffDocument statistical functions
2021-11-21 Ben PfaffUse constraints more widely in matrix functions.
2021-11-21 Ben Pfaffcheck number of args to matrix functions
2021-11-21 Ben PfaffAll the distribution functions, though they're untested.
2021-11-20 Ben PfaffA few more distributions.
2021-11-20 Ben PfaffImplement lots of distributions in MATRIX.
2021-11-20 Ben Pfaffwork toward distribution functions
2021-11-20 Ben PfaffMATRIX WRITE examples.
2021-11-19 Ben PfaffRELEASE tests
2021-11-19 Ben PfaffMSAVE tests
2021-11-18 Ben PfaffMATRIX MGET negative tests
2021-11-16 Ben PfaffMATRIX MGET with factor and splits and TYPE
2021-11-12 Ben Pfafffix up test output
2021-11-12 Ben Pfaffmore improvement
2021-11-12 Ben PfaffImprove MGET output table.
2021-11-12 Ben PfaffBasic MGET tests work.
2021-11-09 Ben PfaffMore MATRIX SAVE negative tests.
2021-11-08 Ben PfaffMATRIX SAVE negative tests
2021-11-08 Ben PfaffMATRIX SAVE inline positive tests.
2021-11-08 Ben PfaffMATRIX SAVE positive tests.
2021-11-07 Ben PfaffGET is well tested.
2021-11-07 Ben PfaffMATRIX GET works with the active file.
2021-11-07 Ben PfaffMATRIX GET positive test
2021-11-07 Ben PfaffREAD and WRITE are tested.
2021-11-06 Ben Pfaffformat: Make fmt_check() easier to translate.
2021-11-06 Ben PfaffTest REREAD also.
2021-11-06 Ben PfaffMore READ negative tests.
2021-11-06 Ben PfaffREAD negative tests
2021-11-06 Ben PfaffMake tests pass again.
2021-11-06 Ben Pfaffmatrix docs
2021-11-06 Ben PfaffMATRIX: Implement HOLD (untested).
2021-11-06 Ben PfaffMATRIX: Factor out write_file, like read_file.
2021-11-06 Ben PfaffMATRIX: Fix leak on error path.
2021-10-25 Ben PfaffAdd an example for MATRIX PRINT.
2021-10-25 Ben PfaffMore matrix examples.
2021-10-25 Ben Pfaffwork on examples
2021-10-24 Ben PfaffMATRIX command documentation is complete (but needs...
2021-10-12 Ben PfaffDocument more matrix stuff.
2021-10-09 Ben Pfaffdocumentation
2021-10-09 Ben PfaffImprove matrix error messages.
2021-10-09 Ben PfaffMATRIX: Fix memory leaks.
2021-10-09 Ben PfaffWork on documentation
2021-10-09 Ben Pfaffdocs
2021-10-09 Ben Pfafffunction documentation
2021-10-09 Ben Pfaffwork on docs
2021-10-09 Ben PfaffMATRIX
2021-10-09 Ben Pfaffdataset: Fix memory leak destroying a dataset that...
2021-10-09 Ben Pfaffpivot-table-test: Fix memory leak when table is not...
2021-10-09 Ben Pfafflexer: Fix memory leak merging tokens only some of...
2021-10-09 Ben Pfaffmacro: Fix memory leaks in error cases parsing function...
2021-10-09 Ben Pfafflexer: Fix memory leak when macro expands as empty.
2021-10-09 Ben Pfaffmacro: Fix memory leak expanding !DO loop over list.
2021-10-09 Ben Pfaffmacro: Fix memory leak with keyword "enclose" arguments.
2021-10-09 Ben Pfaffsegment: Fix read past end of buffer when input ends...
2021-10-06 Ben Pfaffexpressions: Parse multiple sets of parentheses for...
2021-10-06 Ben PfaffDATA LIST: Fix assertion when RECORDS given twice with...
2021-10-05 Ben Pfaffdictionary: Allow dict_set_documents() argument to...
2021-10-05 Ben Pfaffencoding-guesser: Avoid reading uninitialized data...
2021-10-05 Ben Pfaffsegment: Fix 1-byte read past initialized data when...
2021-10-03 John DarringtonRemove some unnecessary gettext macro definitions
2021-10-02 John DarringtonFix compiler warning
2021-10-02 John DarringtonFix memory leak in tokenize_string_segment
2021-10-02 John DarringtonFix memory leak in MCONVERT
2021-10-02 John DarringtonFix memory leak upon failure to create matrix reader
2021-10-02 John DarringtonMore ASAN_OPTIONS
2021-10-02 John DarringtonUse XCALLOC / XZALLOC macros where reasonable
2021-10-02 John DarringtonFix possible segfault when running RANK with bad syntax
2021-10-02 John DarringtonReplace numerous instances of xzalloc with XZALLOC
2021-10-02 John DarringtonMatrix readers - fix memory leaks
2021-10-02 John DarringtonIgnore sanitizer ODR warnings, during testing with...
2021-09-27 Ben PfaffImplement the MCONVERT command.
2021-09-26 Ben Pfafflexer: Fix use-after-free error in lex_source_get_looka...
2021-09-26 John DarringtonAvoid numerical problems with missing weights on non...
2021-09-25 John DarringtonFix possible incorrect assertion when creating unique...
2021-09-25 John DarringtonRemove unused module src/math/extrema
2021-09-11 John DarringtonOptions dialog: add checkbox for startup tips
2021-09-06 Ben Pfaffsys-file-encoding: Automatically generate the .c file...
2021-09-05 John DarringtonWindows/build-dependencies: Add -fstack-protector flags
2021-09-05 John DarringtonWindows/build-dependencies: Use correct logical OR...
2021-09-05 John DarringtonWindows/build-dependencies: New flag --no-clean
2021-09-04 John DarringtonAdd some missing #include directives
2021-09-03 Ben PfaffMATRIX DATA: Fully implement.
2021-09-03 Ben Pfaffcase: Introduce new functions for numbers and substring...
2021-09-03 Ben Pfaffsys-file-encoding: Put the buffer-read-only declaration...
2021-09-03 Ben PfaffRemove unneeded Emacs declarations that say that a...
2021-09-02 Ben PfaffDEFINE: Properly support redefining a macro.
next