Fix memory leak in tokenize_string_segment
[pspp] / src / language / lexer / scan.c
2021-10-02 John DarringtonFix memory leak in tokenize_string_segment
2021-09-02 Ben PfaffDEFINE: Properly support redefining a macro.
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 Pfafftoken: Update functional interface and add token_copy...
2021-07-05 Ben Pfaffsegment: Distinguish snippets from full files.
2021-07-05 Ben Pfafflexer: Factor out scan error messages into new function.
2021-04-13 Ben Pfaffsegment: Allow '.' as separate token with a line, for...
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...
2018-09-24 Ben Pfafflexer: Add support for embedded \0 bytes and missing...
2017-09-23 Ben Pfaffscan: Add cast to silence Clang warning about convertin...
2013-02-03 Ben PfaffMerge 'master' into 'psppsheet'.
2013-01-12 Ben Pfaffscan: Introduce string_lexer for simple tokenizing...
2013-01-12 Ben Pfaffsegment: Separate SEG_N_TYPES from enum segment_type.
2012-12-30 Ben PfaffMerge 'master' into 'psppsheet'. 20121231032129/pspp 20130101032123/pspp 20130102032118/pspp 20130103032118/pspp 20130104032103/pspp 20130105032146/pspp 20130106032112/pspp
2012-12-03 John DarringtonReplaced strtod with c_strtod where appropriate 20121204030504/pspp 20121205030504/pspp 20121206030502/pspp 20121207030505/pspp 20121208030506/pspp 20121209030502/pspp 20121210030502/pspp 20121211030505/pspp 20121212030502/pspp 20121213030503/pspp 20121214030504/pspp 20121215030502/pspp 20121216030502/pspp 20121217030502/pspp
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-03-20 Ben Pfaffscan: New library for high-level PSPP syntax lexical...