Make all the spec_sets distinct.
[pspp] / src / language /
2022-01-15 Ben PfaffMake all the spec_sets distinct.
2022-01-15 Ben Pfaffparallel members to arrays
2022-01-15 Ben Pfaffimprove naming
2022-01-15 Ben PfaffBreak ctables_cell_insert__() from ctables_cell_add__()
2022-01-15 Ben PfaffRename var_array to nest.
2022-01-15 Ben PfaffRename var_array2 to stack.
2022-01-15 Ben PfaffAllow totals to have different statistics
2022-01-13 Ben Pfaffwork on configurable summaries for totals
2022-01-13 Ben Pfaffsubtotal and hsubtotal work
2022-01-13 Ben Pfafftotals can go first as well as last
2022-01-13 Ben PfaffFix output to spv.
2022-01-13 Ben Pfaffnested totals
2022-01-13 Ben Pfaffsingle totals work
2022-01-13 Ben PfaffUnify categories as the "explicit" categories.
2022-01-13 Ben PfaffRename ctables_freq to ctables_cell.
2022-01-13 Ben Pfaffcategory sort implicitly
2022-01-13 Ben PfaffSorting categories by explicit values.
2022-01-13 Ben Pfaffcategory filtering works
2022-01-13 Ben Pfafftable sections exist
2022-01-13 Ben Pfaffdomains work
2022-01-13 Ben Pfaffsubtables work
2022-01-13 Ben PfaffCTABLES: Support setting the title, caption, ...
2022-01-13 Ben Pfaffpivot-table: New functions for setting captions, etc.
2022-01-13 Ben Pfaffscale variables work more sanely
2022-01-13 Ben Pfaffsummaries work
2022-01-13 Ben Pfaffdata filled in
2022-01-13 Ben Pfaffaxes marked properly
2022-01-13 Ben Pfafftoward better summaries
2022-01-13 Ben Pfaffdimensions work, except for sumamries
2022-01-13 Ben Pfaffwork
2022-01-13 Ben Pfafftrack axes
2022-01-13 Ben Pfaffsome summary functions work
2022-01-13 Ben Pfaffgive CTABLES its own freq structure
2022-01-13 Ben Pfaffvlabels works a little
2022-01-13 Ben Pfaffall but last category
2022-01-13 Ben PfaffSkipping missing values.
2022-01-13 Ben PfaffCTABLES basics work
2022-01-13 Ben Pfafffreqtabs are per-table
2022-01-13 Ben Pfaffsort the frequency tables
2022-01-13 Ben Pfaffnow builds frequency tables
2022-01-13 Ben Pfafffigure out frequency table structure
2022-01-13 Ben Pfaffmore work
2022-01-13 Ben Pfaffmore validation
2022-01-13 Ben Pfaffstart validating
2022-01-13 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-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 Pfaffmatrix: Avoid gsl_linalg_LU_invx() because it was new...
2021-12-16 Ben Pfaffexpressions: Rewrite code generator in 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 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 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 Pfaffsegment: Add comment about zero-length segments.
2021-12-06 Ben Pfaffdriver: New function output_log_nocopy().
2021-12-06 Ben Pfaffexpressions: Fix definitions of IDF.T1G and IDF.T2G.
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 Pfaffsegment: Fix 1-byte read past initialized data when...
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 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-09-27 Ben PfaffImplement the MCONVERT command.
2021-09-26 Ben Pfafflexer: Fix use-after-free error in lex_source_get_looka...
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...
next