i18n: Eliminate some translatable strings.
[pspp-builds.git] / src / language / lexer / lexer.c
2009-07-17 Ben Pfaffi18n: Eliminate some translatable strings.
2009-05-09 John DarringtonMerge commit 'origin/stable'
2009-04-22 John DarringtonMerge commit 'origin/stable'
2009-04-07 John DarringtonMerge commit 'origin/stable'
2009-04-01 John DarringtonMerge commit 'origin/master' into charset
2009-03-31 John DarringtonMerge commit 'origin/stable'
2009-03-27 Ben PfaffFix error message for bad characters in syntax files.
2009-03-02 John DarringtonMerge branch 'master'; commit 'origin/stable'
2009-02-20 John DarringtonMerge branch 'master' of /home/john/Development/pspp...
2009-02-20 John DarringtonMerge commit 'HEAD'; commit 'savannah/master'
2009-02-08 John DarringtonUse c-ctype functions in lexer.
2009-01-17 John DarringtonMerge commit 'origin/stable'
2008-11-11 John DarringtonMerge branch 'master' into rewrite-sheet
2008-10-11 Ben PfaffMake [ and ] valid tokens in the lexer.
2008-10-10 Ben PfaffMerge commit 'origin/stable'
2008-10-06 John DarringtonAllow hyphens in {sub}command names.
2008-01-19 John DarringtonReworked settings so as to use one large struct instead...
2007-12-05 Ben Pfaff* lexer.c (lex_match_id_n): New function.
2007-11-11 Ben PfaffPatch #6262. New developers guide and resulting fixes...
2007-10-13 Ben Pfaffposix-xprintf-functions.patch from patch #6230.
2007-10-12 Ben Pfaffstdint.h-instead-of-size_max.h.patch from patch #6230.
2007-10-12 Ben Pfaffxalloc.h-instead-of-alloc.h.patch from patch #6230.
2007-10-12 Ben Pfaffmagic-elimination.patch from patch #6230.
2007-09-05 John DarringtonImplemented the INSERT command.
2007-08-24 Ben PfaffImplement journaling. Bug #17240.
2007-08-02 John DarringtonInitialize default syntax type.
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2007-05-06 Ben PfaffAbstract the documents within a dictionary a little...
2007-05-03 John DarringtonImplemented ADD DOCUMENT. Thanks to Ben Pfaff for...
2007-02-09 Ben PfaffFix use of size_t in printf formats. Patch #5727.
2006-12-15 Ben PfaffRemove "Written by Ben Pfaff <blp@gnu.org>" lines every...
2006-12-10 John DarringtonPatch #5623
2006-12-05 John DarringtonApplied patch #5611
2006-12-03 Ben PfaffFix lack of ->name and ->location in DO REPEAT's getl_i...
2006-11-29 John DarringtonApplying patch #5562
2006-11-14 John DarringtonFixed bug which crept in with the recent lexer changes.
2006-11-11 John DarringtonEncapsulated lexer and updated calling functions accord...
2006-10-28 John DarringtonEliminated global variable getl_buf
2006-10-28 Ben PfaffAdd routines for integer byte order conversions, floati...
2006-10-20 John DarringtonConstness and global namespace patrol.
2006-10-14 John DarringtonChanged a lot of ints to bools.
2006-07-08 Ben PfaffApply patch #5225, assertions.
2006-06-09 Ben PfaffReform string library.
2006-05-15 Ben PfaffGet rid of capacity argument to ds_init() and update...
2006-04-26 Ben PfaffImprove the way we handle the various parsing "states...
2006-03-31 Ben PfaffImprove string library.
2006-03-15 John DarringtonChanged include paths to be explicitly specified in...
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.