pivot table procedure conceptually works
[pspp] / src / language / command.def
2014-11-29 Ben Pfaffpivot table procedure conceptually works pivot-table2
2014-09-28 Friedrich BeckmannAdd GRAPH command initially with just scatterplots...
2014-07-09 John DarringtonAdd OUTPUT MODIFY command
2013-08-26 Ben PfaffVARIABLE ROLE: New command. 20130826030511/pspp
2013-06-13 Ben Pfaffcommand.def: Disallow DATASET commands inside INPUT...
2012-10-28 Ben PfaffMerge 'master' into 'psppsheet'.
2012-10-24 John DarringtonFirst attempt at a LOGISTIC REGRESSION command 20121025030511/pspp 20121026030503/pspp
2012-04-13 John DarringtonReplace regression.q with regression.c 20120414030503/pspp 20120415030503/pspp
2012-01-14 John DarringtonCorrected various misspellings in the documentation 20120115030503/pspp
2012-01-14 John DarringtonMEANS: This command is IMO now stable enough to be...
2011-08-20 John DarringtonMerge remote branch 'origin/sourceview' 20110820030503/pspp
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-06-26 John DarringtonFirst working GLM command
2011-05-04 Ben PfaffImplement DATASET commands.
2011-04-26 Mehmet Hakan SatmanQUICK CLUSTER: New command.
2011-03-20 Ben PfaffChange terminology from "active file" to "active dataset".
2011-03-20 Ben Pfafflexer: Reimplement for better testability and internati...
2010-12-12 Ben PfaffDO REPEAT: Make this command usable anywhere.
2010-12-04 Ben Pfaffcommand: Don't allow SORT as an abbreviation for SORT...
2010-11-05 Ben PfaffCACHE: Implement command as no-op.
2010-10-17 John DarringtonMerge commit 'origin/master' into sso
2010-09-24 Ben Pfaffcommand: Add specific DATASET unimplemented commands.
2010-09-24 Ben Pfaffcommand: Remove superfluous trailing spaces from comman...
2010-09-24 Ben Pfaffcommand: Remove INSERT from list of unimplemented commands.
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.