pspp
2022-01-06 Ben Pfaffsubtotal and hsubtotal work ctables6
2022-01-04 Ben Pfafftotals can go first as well as last
2022-01-04 Ben PfaffFix output to spv.
2022-01-04 Ben Pfaffnested totals
2022-01-04 Ben Pfaffsingle totals work
2022-01-04 Ben PfaffUnify categories as the "explicit" categories.
2022-01-03 Ben PfaffRename ctables_freq to ctables_cell.
2022-01-02 Ben Pfaffcategory sort implicitly
2022-01-02 Ben PfaffSorting categories by explicit values.
2022-01-02 Ben Pfaffcategory filtering works
2022-01-02 Ben Pfafftable sections exist
2022-01-02 Ben Pfaffdomains work
2022-01-02 Ben Pfaffsubtables work
2022-01-02 Ben PfaffCTABLES: Support setting the title, caption, ...
2022-01-02 Ben Pfaffpivot-table: New functions for setting captions, etc.
2022-01-02 Ben Pfaffscale variables work more sanely
2022-01-02 Ben Pfaffsummaries work
2022-01-02 Ben Pfaffdata filled in
2022-01-02 Ben Pfaffaxes marked properly
2022-01-01 Ben Pfafftoward better summaries
2022-01-01 Ben Pfaffdimensions work, except for sumamries
2022-01-01 Ben Pfaffoutput-item: Fix memory leak in output_item_dump().
2022-01-01 Ben Pfaffwork
2022-01-01 Ben Pfafftrack axes
2022-01-01 Ben Pfaffsome summary functions work
2022-01-01 Ben Pfaffgive CTABLES its own freq structure
2022-01-01 Ben Pfaffvlabels works a little
2022-01-01 Ben Pfaffall but last category
2022-01-01 Ben PfaffSkipping missing values.
2022-01-01 Ben PfaffCTABLES basics work
2022-01-01 Ben Pfafffreqtabs are per-table
2022-01-01 Ben Pfaffsort the frequency tables
2022-01-01 Ben Pfaffnow builds frequency tables
2022-01-01 Ben Pfafffigure out frequency table structure
2022-01-01 Ben Pfaffmore work
2022-01-01 Ben Pfaffmore validation
2022-01-01 Ben Pfaffstart validating
2022-01-01 Ben Pfaffwork on CTABLES
2022-01-01 Ben Pfafflexer: New functions for parsing real numbers in specif...
2022-01-01 Ben Pfaffformat-parser: Improve comment.
2022-01-01 Ben PfaffFREQUENCIES: Fix percentiles and median calculation...
2022-01-01 Ben PfaffFREQUENCIES: Remove unused pool.
2022-01-01 Ben PfaffFREQUENCIES: Remove unused struct members.
2022-01-01 John DarringtonFixed misleading results in the Kruskal-Wallis test
2021-12-31 Ben PfaffReplace more uses of 'cnt' by 'n'.
2021-12-31 Friedrich Beckmannwindows cross build: Add example build instructions...
2021-12-31 Ben Pfaffmoments: Spell out "variance" ("var" is easily confused...
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...
next