i18n: Reduce translatable strings in SHOW command.
[pspp-builds.git] / src / language / utilities / set.q
2009-07-17 Ben Pfaffi18n: Reduce translatable strings in SHOW command.
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-01 John DarringtonMerge commit 'origin/master' into charset
2009-04-01 John DarringtonImplemented the SET LOCALE='...' command.
2008-11-11 John DarringtonMerge branch 'master' into rewrite-sheet
2008-07-27 John DarringtonChanged the default WORKSPACE value to 64MB.
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-08-24 Ben PfaffImplement journaling. Bug #17240.
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2006-12-15 Ben PfaffRemove "Written by Ben Pfaff <blp@gnu.org>" lines every...
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-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-08 Ben PfaffApply patch #5225, assertions.
2006-06-28 Ben PfaffAdd aux data parameter to q2c parse_<command>() and...
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-17 Ben PfaffContinue reforming error message support. In this...
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 new files resulting from directory restructuring.