HOST: Use more modern syntax.
[pspp] / src / language / command.def
2010-09-24 Ben PfaffHOST: Use more modern syntax.
2010-08-29 Ben PfaffImplement the PRESERVE and RESTORE commands. 20100830040502/pspp 20100831040502/pspp 20100901040503/pspp 20100902040507/pspp 20100903040502/pspp
2010-08-09 Ben PfaffImplement SAVE TRANSLATE to comma- and tab-delimited...
2010-07-19 John DarringtonDelete file "means.q" 20100720040501/pspp
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-05-02 Ben PfaffImplement MRSETS command. 20100501191104/pspp
2009-12-25 John DarringtonMerge branch 'master' into output
2009-12-23 John DarringtonFirst attempt at FACTOR command
2009-12-16 John DarringtonMerge commit 'origin/stable'
2009-10-24 Ben PfaffMerge "master" into "output".
2009-10-04 John DarringtonRemove duplicate entry from command.def
2009-10-03 John DarringtonInitial framework for CORRELATIONS command
2009-09-24 John DarringtonMerge commit 'origin/stable'
2009-08-11 Ben PfaffMerge master into output branch.
2009-07-23 John DarringtonMerge commit 'origin/stable'
2009-07-23 John DarringtonMerge commit 'origin/roc'
2009-06-09 John DarringtonAdded parser for the ROC command.
2009-06-07 Ben PfaffMove datasheet test out of PSPP into a separate binary.
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-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-12-04 John DarringtonMerge branch 'master' into rewrite-sheet
2008-12-03 Ben PfaffImplement ADD FILES and UPDATE.
2008-12-03 Ben PfaffAllow MATCH FILES before an active file has been defined.
2008-11-11 John DarringtonMerge branch 'master' into rewrite-sheet
2008-10-18 John DarringtonMarked CORRELATIONS and PEARSON CORRELATIONS as unimple...
2008-10-12 Ben PfaffImplement variable and data file attributes.
2008-10-10 Ben PfaffMerge commit 'origin/stable'
2008-09-15 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-09-12 John DarringtonImplemented the reliability command.
2008-03-05 Ben PfaffPatch #6441. Reviewed by John Darrington.
2007-12-05 Ben PfaffMake GET DATA a separate command, instead of something...
2007-09-23 Ben PfaffBug #21128. Reviewed by John Darrington.
2007-09-05 John DarringtonImplemented the INSERT command.
2007-07-30 John DarringtonImplemented the CD command.
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-06-07 Ben PfaffActually implement the new procedure code and adapt...
2007-06-07 Ben PfaffAdd datasheet.
2007-05-03 John DarringtonImplemented ADD DOCUMENT. Thanks to Ben Pfaff for...
2006-12-22 Ben PfaffImplement DELETE VARIABLES.
2006-12-20 John DarringtonImplemented the NPAR TESTS command.
2006-12-19 Ben PfaffMake it possible to pull cases from the active file...
2006-12-15 Ben PfaffRemove "Written by Ben Pfaff <blp@gnu.org>" lines every...
2006-11-22 Ben PfaffHOST command needs F_KEEP_FINAL_TOKEN.
2006-10-28 Ben PfaffAdd routines for integer byte order conversions, floati...
2006-10-20 John DarringtonAdded some more UNIMPL entries.
2006-10-07 John DarringtonImplemented the RANK command.
2006-06-28 Ben PfaffDon't offer both the full and abbreviated names for...
2006-05-06 Ben PfaffContinue reforming procedure execution. In this phase...
2006-05-01 Ben PfaffRemove vestiges of FILE TYPE support.
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-03-04 John DarringtonAdded new files resulting from directory restructuring.