Fix missing @clicksequence problem with older Texinfo versions.
[pspp-builds.git] / src / language / lexer /
2009-07-23 John DarringtonMerge commit 'origin/stable'
2009-07-23 John DarringtonMerge commit 'origin/roc'
2009-07-18 John DarringtonMerge commit 'origin/data-encoding'
2009-07-17 Ben Pfaffi18n: Eliminate some translatable strings.
2009-07-12 John DarringtonAdded a dict parameter to data_in and dealt with the...
2009-06-07 Ben PfaffNew function parse_value() for parsing a value of speci...
2009-05-09 John DarringtonMerge commit 'origin/stable'
2009-04-22 John DarringtonMerge commit 'origin/stable'
2009-04-13 John DarringtonFixed bug in q2c when munging hyphenated strings.
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-12 Ben PfaffFix warning due to unmunge() returning a const string...
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-10-04 Ben PfaffAppend $(EXEEXT_FOR_BUILD) to output file name when...
2008-08-23 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-08-19 Ben PfaffStart generating ChangeLog automatically from Git commi...
2008-07-06 Ben PfaffRename .cvsignore files to .gitignore.
2008-03-14 John Darringtoninclude format.h only where necessary.
2008-02-10 Ben PfaffAdd a couple of extensions to GET DATA TYPE=TXT. Patch...
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-11-09 Ben Pfaff* automake.mk: Add new file.
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-22 John DarringtonCorrected various typos in error messages.
2007-09-14 John DarringtonFixed all the misspellings of my name and email address
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-06-07 Ben PfaffActually implement the new procedure code and adapt...
2007-06-03 Ben PfaffImplement missing functions for subcommand integer...
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-04-16 Ben PfaffFully support lists of integer values. Add support for
2007-04-02 John DarringtonChanged a lot of non-const pointers to const.
2007-03-19 Ben Pfaff* Makefile.am (AUTOMAKE_OPTIONS): Require Automake...
2007-02-16 Ben PfaffBetter support cross-compiling. Patch #19003.
2007-02-13 Ben PfaffMake q2c link under mingw32, by eliminating the depende...
2007-02-09 Ben PfaffFix use of size_t in printf formats. Patch #5727.
2006-12-24 John DarringtonAdded some extraneous crud to .cvsignore files
2006-12-22 Ben PfaffImplement DELETE VARIABLES.
2006-12-16 John DarringtonRemoved my authorship lines.
2006-12-15 Ben PfaffRemove "Written by Ben Pfaff <blp@gnu.org>" lines every...
2006-12-14 John DarringtonMade src/language into one big library. Closes patch...
2006-12-10 John DarringtonPatch #5623
2006-12-10 Ben PfaffFinish converting struct variable to an opaque type...
2006-12-05 Ben PfaffFirst step in making struct variable opaque: the boring...
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-22 Ben PfaffRewrite formatted data input routines to conform to...
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-11-05 Ben PfaffRewrite and improve formatted output routines.
2006-11-03 Ben PfaffCompletely rewrite src/data/format.[ch], to achieve...
2006-11-01 Ben PfaffFix error messages and comment.
2006-10-28 John DarringtonEliminated global variable getl_buf
2006-10-28 Ben PfaffAdd routines for integer byte order conversions, floati...
2006-10-26 John DarringtonEliminated global variable current_dataset.
2006-10-20 John DarringtonConstness and global namespace patrol.
2006-10-19 John DarringtonEncapsulated the static data of procedure.[ch] into...
2006-10-14 John DarringtonChanged a lot of ints to bools.
2006-07-18 Ben PfaffPatch #5244.
2006-07-15 John DarringtonApplied patch file #10344.
2006-07-08 Ben PfaffApply patch #5225, assertions.
2006-07-05 Ben PfaffFix bug #11612, "q2c documentation does not agree with...
2006-07-05 Ben PfaffFix bug #15766 (/KEEP subcommand on SAVE doesn't fully...
2006-06-28 Ben PfaffAdd variable-parser.h to sources.
2006-06-28 Ben PfaffAdd aux data parameter to q2c parse_<command>() and...
2006-06-27 Ben PfaffMove var_set and variable parsing declarations into...
2006-06-26 Ben Pfaff(dump_free) For SBC_DBL_LIST, enclose the output code...
2006-06-09 Ben PfaffReform string library.
2006-05-15 Ben PfaffGet rid of capacity argument to ds_init() and update...
2006-05-05 Ben PfaffContinue reforming procedure execution. In this phase...
2006-05-04 Ben PfaffContinue reforming procedure execution. In this phase...
2006-05-02 John DarringtonImplemented support for very long strings a la spss...
2006-04-26 Ben PfaffImprove the way we handle the various parsing "states...
2006-04-24 Ben PfaffUse gnulib exit module.
2006-04-16 Ben PfaffGet rid of src/libpspp/debug-print.h and all its users...
2006-04-15 Ben Pfaff* q2c.c: Change DEBUGGING macro to DUMP_TOKENS for...
2006-03-31 Ben PfaffImprove string library.
2006-03-21 Ben PfaffRequire "unistd" gnulib module. Removed tests for...
2006-03-15 John DarringtonChanged include paths to be explicitly specified in...
2006-03-10 Ben PfaffFree proper variable for var lists in q2c.
2006-03-04 Ben PfaffMove GCC attribute declarations from pref.h.orig to...
next