segment: Add comment about zero-length segments.
[pspp] / src / language /
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.
2021-08-26 Ben PfaffDEFINE: Only expand macro functions when the name is...
2021-07-24 John DarringtonTolerate pathnames with spaces
2021-07-24 Ben Pfaffmacro: Continue expanding macro even in face of errors...
2021-07-24 Ben Pfaffmacro: Allow positional arguments to be empty.
2021-07-24 Ben Pfaffmacro: Make ARG_CHAREND and ARG_ENCLOSE more uniform...
2021-07-23 Ben Pfaffmacro: Allow macro A to use its arguments as part of...
2021-07-22 Ben PfaffTurn !* into a single token, for macro expansion purposes.
2021-07-20 Ben PfaffDEFINE: Equals sign is optional for both positional...
2021-07-20 Ben Pfaffmacro: Properly parse !ENCLOSE keyword arguments.
2021-07-20 Ben PfaffDEFINE: Allow !DEFAULT to follow the argument type...
2021-07-18 Ben Pfafflexer: Change the pipeline to allow more flexible use...
2021-07-18 Ben Pfaffsegment: Make negative numbers into single segments.
2021-07-04 John DarringtonFix broken build due to missing braces
2021-07-05 Ben PfaffDEFINE: New command.
2021-07-05 Ben Pfafflexer: Move lex_ellipsize() into string module, as...
2021-07-05 Ben Pfafftoken: Update functional interface and add token_copy...
2021-07-05 Ben Pfaffsegment: Ignore !ENDDEFINE in /*comments*/ and "strings".
2021-07-05 Ben Pfaffsegment: Distinguish snippets from full files.
2021-07-05 Ben Pfafflexer: Factor out scan error messages into new function.
2021-07-05 Ben Pfaffmessage: Make msg_emit() take full ownership of its...
2021-07-05 Ben Pfaffmessage: Break message location out into a separate...
2021-06-27 Ben PfaffTITLE and SUBTITLE: Don't treat an unquoted argument...
2021-06-27 Ben Pfafflexer: New function lex_next_representation().
2021-06-27 Ben Pfafflexer: Factor some token inspectors out into new token...
2021-05-30 Ben Pfaffsegment: Refine treatment of start of macro body.
2021-05-30 Ben Pfaffsegment: Fix implementation of is_all_spaces().
2021-05-30 Ben Pfaffsegment: The body of DEFINE does not have to be on...
2021-05-09 Ben Pfafftoken: Rename token_destroy() to token_uninit().
2021-05-03 Ben Pfafflexer: Remove lex_syntax_mode in favor of segmenter_mode.
2021-05-01 Ben Pfaffformat-parser: Fix inconsistent use of "char *" vs...
2021-05-01 John Darringtonsrc/language/utilities/host.c (run_command): Fix memory...
2021-04-18 Ben Pfafflexer: Fix typo in comment.
2021-04-13 Ben PfaffRefactor SET and SHOW commands so it's harder to forget...
2021-04-13 Ben Pfaffsettings: Add macro settings.
2021-04-13 Ben Pfaffsegment: Allow '.' as separate token with a line, for...
2021-04-13 Ben Pfaffsegment: Improve segmentation when DEFINE command has...
2021-04-10 John DarringtonRemove unused module subcommand-list
2021-04-10 John Darringtonsrc/language/stats/crosstabs.c (display_risk): Avoid...
2021-04-09 Ben Pfaffcommand: DEFINE command is still unimplemented.
2021-04-09 Ben Pfafflexer: Add support for DEFINE...!ENDDEFINE.
2021-04-09 Ben Pfafflexer: Add support for macro punctuation.
2021-04-09 Ben Pfafflexer: Add support for macro identifiers (that begin...
2021-04-09 Ben Pfaffsegment: Fix segmentation of integer followed by "...
2021-04-04 John Darringtonsrc/language/stats/glm.c: Fix compiler warnings
2021-03-23 Ben Pfaffsegment: Properly handle DO REPEAT in batch mode.
2021-03-22 Ben Pfafflexer: New function lex_force_int_range().
2021-03-21 John DarringtonFix bug where attempting to rendering an empty bar...
2021-03-21 Ben Pfaffq2c: Remove, since it is no longer used.
2021-03-21 Ben PfaffSET: Reimplement parser without q2c.
2021-03-21 Ben PfaffCROSSTABS: Reimplement parser without q2c.
2021-03-14 John Darringtonsrc/language/expressions/automake.mk: Fix build issues...
2021-03-08 Ben Pfaffformat: Reduce size of struct fmt_spec from 6 bytes...
2021-03-08 Ben Pfaffformat: Reduce size of struct fmt_spec from 12 bytes...
2021-03-07 Ben PfaffDELETE VARIABLES: Fix crash when deleting and adding...
2021-03-07 Ben PfaffImprove error message for creating a new string var...
2021-02-07 John Darringtonsrc/language/stats/autorecode.c (cmd_autorecode): Remov...
2021-01-25 Ben Pfaffoutput: Make groups contain their subitems, and get...
2021-01-25 Ben PfaffDEBUG EVALUATE: Use output_log() instead of printf().
2021-01-25 Ben Pfaffoutput: New function output_log().
2021-01-11 Ben Pfaffoutput-item: Collapse the inheritance hierarchy into...
2021-01-11 Ben Pfaffoutput-item: Make command name part of every output_item.
2021-01-11 Ben Pfaffstr: Add function xstrdup_if_nonnull() and introduce...
2021-01-10 Ben Pfaffoutput: Rename page-eject-item to page-break-item.
2021-01-07 Ben Pfaffpivot-table: Implement SET SMALL.
2021-01-07 Ben Pfaffpivot-table: Incorporate format settings.
2021-01-07 Ben PfaffMake data input and output take a fmt_settings structure.
2021-01-01 Ben Pfaffoutput-item: Make label a part of every output_item.
2021-01-01 Ben Pfaffpivot-table: Don't allow data cells for nonexistent...
2020-12-27 Ben Pfafftable: Delete some functions that were unused or barely...
2020-12-22 Ben PfaffAdd --table-look command line option and SET TLOOK...
2020-12-21 Ben PfaffMEANS: Remove one more assignment to omit_empty missed...
2020-12-21 Ben Pfaffpivot-table: Change the default format to omit empty...
next