segment: Fix read past end of buffer when input ends in '-'.
[pspp] / src / language / lexer / segment.c
2021-10-09 Ben Pfaffsegment: Fix read past end of buffer when input ends...
2021-10-05 Ben Pfaffsegment: Fix 1-byte read past initialized data when...
2021-09-02 Ben PfaffDEFINE: Properly support redefining a macro.
2021-07-22 Ben PfaffTurn !* into a single token, for macro expansion purposes.
2021-07-18 Ben Pfaffsegment: Make negative numbers into single segments.
2021-07-05 Ben Pfaffsegment: Ignore !ENDDEFINE in /*comments*/ and "strings".
2021-07-05 Ben Pfaffsegment: Distinguish snippets from full files.
2021-06-27 Ben PfaffTITLE and SUBTITLE: Don't treat an unquoted argument...
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-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-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-03-23 Ben Pfaffsegment: Properly handle DO REPEAT in batch mode.
2018-11-26 Ben Pfaffsegment: Fix behavior when #! line is not new-line...
2018-09-24 Ben Pfafflexer: Add support for embedded \0 bytes and missing...
2016-01-06 Ben Pfaffsegment: Fix buffer overrun error in segmenter_detect_c...
2013-02-03 Ben PfaffMerge 'master' into 'psppsheet'.
2013-01-12 Ben Pfaffsegment: Don't require the input to end in a new-line.
2013-01-12 Ben Pfaffsegment: Separate SEG_N_TYPES from enum segment_type.
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-04-09 Ben Pfaffsegment: Fix uninitialized variable in segmenter_parse_... 20110409030503/pspp
2011-03-20 Ben Pfaffsegment: New library for low-level phase of lexical...