pspp
2021-12-30 Ben PfaffCTABLES basics work ctables5
2021-12-30 Ben Pfafffreqtabs are per-table
2021-12-30 Ben Pfaffsort the frequency tables
2021-12-30 Ben Pfaffnow builds frequency tables
2021-12-30 Ben Pfafffigure out frequency table structure
2021-12-30 Ben Pfaffmore work
2021-12-30 Ben Pfaffmore validation
2021-12-30 Ben Pfaffstart validating
2021-12-30 Ben Pfaffmore CTABLES syntax and tests
2021-12-30 Ben Pfaffbasic parsing works
2021-12-30 Ben Pfaffmore parsing
2021-12-30 Ben Pfaffsome more type decls
2021-12-30 Ben Pfaffwork on CTABLES
2021-12-30 Ben PfaffChange how checking for missing values works.
2021-12-26 Ben Pfaffexpressions: Major work to improve error messages.
2021-12-26 Ben Pfaffexpressions: Fix built sources.
2021-12-19 Ben Pfaffexpressions: Simplify type declarations for nodes.
2021-12-16 Ben PfaffConvert all Perl build tools to Python and remove Perl...
2021-12-16 Ben Pfaffnum-out-cmp.pl: Remove unused script.
2021-12-16 Ben PfaffMATRIX: Update EVAL test to avoid failure on i386.
2021-12-16 Ben Pfaffmatrix: Avoid gsl_linalg_LU_invx() because it was new...
2021-12-16 Ben Pfaffperl-module: Skip memory test if Address Sanitizer...
2021-12-16 Ben Pfaffperl-module: Fix build errors and ignore warnings.
2021-12-16 Ben Pfaffconfigure: Check for Perl modules needed to build PSPP...
2021-12-16 Ben Pfaffexpressions: Rewrite code generator in Python.
2021-12-16 Ben PfaffFix build requirements by correctly noting that Python...
2021-12-11 Ben PfaffClean up how transformations work.
2021-12-09 Ben Pfafftreewide: Replace <name>_cnt by n_<name>s and <name...
2021-12-09 Ben PfaffImplement the MATRIX command.
2021-12-09 Ben Pfaffmessage: Introduce underlining for error message regions.
2021-12-06 Ben Pfaffmessage: Intern file names in msg_location to make...
2021-12-06 Ben Pfafflexer: Allow for negative lookahead within a command.
2021-12-06 Ben Pfafflexer: Drop 'line_pos' from lex_token and lex_source.
2021-12-06 Ben Pfafflexer: Keep entire source file in memory.
2021-12-06 Ben Pfaffpivot-table: New function pivot_value_new_variable__().
2021-12-06 Ben Pfaffu8-line: Add definition of an initializer.
2021-12-06 Ben Pfaffstring-array: New functions for comparing string arrays.
2021-12-06 Ben Pfaffvariable-parser: New functions for parsing syntax witho...
2021-12-06 Ben Pfaffexpressions: Simplify function name parsing.
2021-12-06 Ben Pfaffdistributions: New module for probability distribution...
2021-12-06 Ben Pfaffdata-writer: New function dfm_put_record_utf8().
2021-12-06 Ben Pfafflexer: Add tokens for '{', '}', ':', ';' for use in...
2021-12-06 Ben Pfafffile-handle-def: New function fh_equal().
2021-12-06 Ben Pfafflexer: Factor out functions for counting columns.
2021-12-06 Ben Pfafflexer: New lex_at_phrase(), lex_get_n() functions.
2021-12-06 Ben Pfafflexer: Issue error message in forgotten case in lex_for...
2021-12-06 Ben Pfafflexer: Be consistent across 32/64 bit in lex_force_int_...
2021-12-06 Ben Pfaffdoc: Typo fixes, wording and formatting improvements.
2021-12-06 Ben Pfaffsegment: Add comment about zero-length segments.
2021-12-06 Ben Pfaffformat: Make fmt_check() easier to translate.
2021-12-06 Ben Pfaffany-writer: Add comment.
2021-12-06 Ben Pfaffdriver: New function output_log_nocopy().
2021-12-06 Ben PfaffMATRIX DATA: Add test for factors and splits together.
2021-12-06 Ben Pfaffexpressions: Fix definitions of IDF.T1G and IDF.T2G.
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.
2021-09-01 Ben Pfaffmacro: Fix crash for !QUOTE of a quoted string.
2021-08-29 John DarringtonAvoid GtkCritical on startup
2021-08-28 John DarringtonTeX tests: Use the shell instead of wc to test for...
2021-08-28 John DarringtonFix import of ods files with repeated column data.
2021-08-28 John DarringtonFix crash when double clicking on variable sheet cells...
2021-08-26 Ben PfaffDEFINE: Only expand macro functions when the name is...
next