sys-file-reader: Avoid read past end of buffer.
[pspp] / src / data / identifier.c
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-03-20 Ben Pfafflexer: Reimplement for better testability and internati...
2011-03-20 Ben Pfaffidentifier: Rename token_type_to_string() and make...
2010-12-12 Ben Pfaffidentifier: New function token_type_to_string().
2010-11-19 Ben Pfafflexer: New type enum token_type.
2010-11-19 Ben Pfaffidentifier: Add some functions for Unicode syntax.
2009-12-16 John DarringtonMerge commit 'origin/stable'
2009-09-24 John DarringtonMerge commit 'origin/stable'
2009-07-23 John DarringtonMerge commit 'origin/stable'
2009-05-09 John DarringtonMerge commit 'origin/stable'
2009-04-22 John DarringtonMerge commit 'origin/stable'
2009-04-08 Ben PfaffRemove redundant test in lex_is_idn().
2009-04-08 John DarringtonMerge commit 'origin/master' into charset
2009-04-01 John DarringtonMerge commit 'origin/master' into charset
2009-03-27 John DarringtonMade var_is_valid_name more permissive.
2007-12-05 Ben Pfaff* lexer.c (lex_match_id_n): New function.
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2006-12-16 John DarringtonRemoved my authorship lines.
2006-12-03 Ben PfaffFix lack of ->name and ->location in DO REPEAT's getl_i...
2006-10-25 John DarringtonYet more constness
2006-03-17 John DarringtonFixed reading of system files with non-ascii characters...
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.