i18n: Reduce translatable strings in SHOW command.
[pspp-builds.git] / src / language / utilities /
2009-07-17 Ben Pfaffi18n: Reduce translatable strings in SHOW command.
2009-06-07 Ben Pfaffoutput: Add auxiliary data parameter to tab_dim.
2009-05-09 John DarringtonMerge commit 'origin/stable'
2009-04-22 John DarringtonMerge commit 'origin/stable'
2009-04-08 Ben PfaffSET LOCALE: Don't use lex_tokstr() after skipping to...
2009-04-08 John DarringtonMerge commit 'origin/master' into charset
2009-04-07 John DarringtonMerge commit 'origin/stable'
2009-04-01 John DarringtonMerge commit 'origin/master' into charset
2009-04-01 John DarringtonImplemented the SET LOCALE='...' command.
2009-03-31 John DarringtonMerge commit 'origin/stable'
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-01-29 John DarringtonMerge branch 'savannah/perl-module'
2009-01-17 John DarringtonMerge commit 'origin/stable'
2008-11-11 John DarringtonMerge branch 'master' into rewrite-sheet
2008-11-08 John DarringtonDon't canonicalise pathnames of included files.
2008-10-16 Ben PfaffDo not assume that canonicalize_file_name() always...
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-27 John DarringtonChanged the default WORKSPACE value to 64MB.
2008-07-06 Ben PfaffRename .cvsignore files to .gitignore.
2008-04-21 John DarringtonUpdate some copyright notices which still referred...
2008-04-05 John DarringtonRemoved generated files from tarball
2008-01-19 John DarringtonReworked settings so as to use one large struct instead...
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-17 Ben Pfaff* set.q (show_warranty): Use fputs to print lack-of...
2007-09-14 John DarringtonFixed all the misspellings of my name and email address
2007-09-05 John DarringtonImplemented the INSERT command.
2007-08-28 John DarringtonYet more memory leaks.
2007-08-24 Ben PfaffImplement journaling. Bug #17240.
2007-07-30 John DarringtonUsed the correct variable in error message. Thanks...
2007-07-30 John DarringtonImplemented the CD command.
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-12 Ben PfaffReduce platform dependence.
2006-12-24 John DarringtonAdded some extraneous crud to .cvsignore files
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 Ben Pfaff * file-name.c (fn_search_path): Remove prefix arg...
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-11 John DarringtonEncapsulated lexer and updated calling functions accord...
2006-11-05 Ben PfaffRewrite and improve formatted output routines.
2006-11-04 Ben PfaffImplement SET ERRORS, SHOW ERRORS.
2006-11-03 Ben PfaffCompletely rewrite src/data/format.[ch], to achieve...
2006-11-01 Ben PfaffFix error messages and comment.
2006-10-26 John DarringtonEliminated global variable current_dataset.
2006-10-25 John DarringtonYet more constness
2006-10-19 John DarringtonEncapsulated the static data of procedure.[ch] into...
2006-07-18 Ben PfaffPatch #5244.
2006-07-15 John DarringtonApplied patch file #10344.
2006-07-08 Ben PfaffApply patch #5225, assertions.
2006-06-28 Ben PfaffAdd aux data parameter to q2c parse_<command>() and...
2006-06-09 Ben PfaffReform string library.
2006-05-05 Ben PfaffContinue reforming procedure execution. In this phase...
2006-05-04 Ben PfaffContinue reforming procedure execution. In this phase...
2006-04-26 Ben PfaffUse SN instead of MN for most output from SHOW, because...
2006-04-26 Ben PfaffImprove the way we handle the various parsing "states...
2006-04-25 Ben PfaffUse SE instead of ME for errors associated with a synta...
2006-04-17 Ben PfaffContinue reforming error message support. In this...
2006-04-17 Ben PfaffGNU standards require "file name" instead of "filename" in
2006-04-16 Ben PfaffGet rid of src/libpspp/debug-print.h and all its users...
2006-03-15 John DarringtonChanged include paths to be explicitly specified in...
2006-03-04 Ben PfaffMove GCC attribute declarations from pref.h.orig to...
2006-03-04 John Darringtonadded automake.mk files in src/language
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.