Layered split file for FREQUENCIES works.
[pspp] / src / language /
2022-08-07 Ben PfaffLayered split file for FREQUENCIES works. ctables15
2022-08-06 Ben PfaffWork on layered split file for FREQUENCIES.
2022-08-06 Ben Pfaffdictionary: Limit split file variables to 8, for compat...
2022-08-06 Ben PfaffCTABLES
2022-08-06 Ben PfaffFREQUENCIES: Fix memory leak with percentiles and split...
2022-08-05 Ben Pfaffwork on docs
2022-08-05 Ben Pfaffwork on areas
2022-08-05 Ben Pfaffimprove error messages for scale variable summaries
2022-08-05 Ben Pfaffsort orders
2022-08-05 Ben Pfafftest NEGPAREN & friends
2022-08-04 Ben PfaffHIDESMALLCOUNTS
2022-08-04 Ben PfaffFORMAT
2022-08-04 Ben Pfaffno leaks?
2022-08-04 Ben Pfaffleaks
2022-08-04 Ben Pfaffwork on memory leaks
2022-08-04 Ben Pfaffwork on memory leaks
2022-08-04 Ben Pfaffctables fixes
2022-08-02 Ben Pfaffstring ranges work
2022-08-02 Ben PfaffCTABLES strings work
2022-08-02 Ben PfaffFREQUENCIES: Fix use-after-free error.
2022-08-01 Ben PfaffBug fixes.
2022-08-01 Ben Pfafflexer: Fix negative 'n0' and 'n1' in lex_source_contain...
2022-08-01 Ben Pfafflexer: Support more options in lex_error_expecting_array().
2022-07-30 Ben Pfaffstart writing tests
2022-07-29 Ben Pfaffwork
2022-07-29 Ben Pfaffwork
2022-07-29 Ben Pfaffwork on CTABLES
2022-07-29 Ben PfaffAutomatically infer variables' measurement level from...
2022-07-08 Ben PfaffSPLIT FILE: Add LAYERED vs. SEPARATE distinction to...
2022-06-25 Ben PfaffDESCRIPTIVES: Fix bad error message.
2022-06-18 Ben PfaffImplement SET LEADZERO.
2022-06-01 Ben Pfafflexer: New function lex_ofs_representation().
2022-06-01 Ben Pfaffsubcase: Rename subcase_destroy() to subcase_uninit().
2022-06-01 Ben Pfaffpivot-table: New functions for setting captions, etc.
2022-05-28 Ben Pfaffgui: For text data import, use the same parser for...
2022-05-28 Ben Pfaffdata-parser: Make data parser not require a dictionary.
2022-05-21 Ben PfaffNew command SHOW SYSTEM to easily print information...
2022-04-10 Ben Pfaffexpressions: Convert SYSMIS into int as INT_MIN during...
2022-04-06 Ben PfaffMATRIX: Correct error message.
2022-04-05 Ben PfaffCROSSTABS: Fix computation of adjusted standardized...
2022-04-03 Yuri ChornoivanYuri Chornoivan contributed some typo fixes
2022-03-13 Ben Pfaffexpressions: Fix value of $TIME variable and add a...
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...
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.
next