i18n: Change some strings to reduce work of translation.
[pspp-builds.git] / src / language / command.c
2009-07-17 Ben Pfaffi18n: Change some strings to reduce work of translation.
2008-01-19 John DarringtonReworked settings so as to use one large struct instead...
2007-11-06 Ben PfaffPatch #6258.
2007-10-12 Ben Pfaffmalloca-instead-of-local_alloc.patch from patch #6230.
2007-09-05 John DarringtonImplemented the INSERT command.
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-05-06 Ben PfaffAbstract the documents within a dictionary a little...
2007-02-12 Ben PfaffReduce platform dependence.
2007-01-24 John DarringtonEnables Data Open/Save/New menuitems.
2006-12-15 Ben PfaffRemove "Written by Ben Pfaff <blp@gnu.org>" lines every...
2006-11-29 John DarringtonApplying patch #5562
2006-11-11 John DarringtonEncapsulated lexer and updated calling functions accord...
2006-10-26 John DarringtonEliminated global variable current_dataset.
2006-10-19 John DarringtonEncapsulated the static data of procedure.[ch] into...
2006-10-16 Ben Pfaff * command.c: (do_parse_command) Issue an error for...
2006-10-14 John DarringtonChanged a lot of ints to bools.
2006-07-08 Ben PfaffApply patch #5225, assertions.
2006-06-28 Ben PfaffDon't offer both the full and abbreviated names for...
2006-06-28 Ben PfaffFix regression in command name completion reported...
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-02 Ben PfaffFurther clean up the CMD_* command result codes.
2006-04-27 Ben PfaffCLEAR TRANSFORMATIONS is unsafe as implemented. It...
2006-04-26 Ben PfaffImprove the way we handle the various parsing "states...
2006-04-25 Ben PfaffContinue reforming error message support. In this...
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-04 Ben PfaffMove GCC attribute declarations from pref.h.orig to...
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.