Merge remote branch 'savannah/master' into sourceview
[pspp] / tests / language /
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-06-15 Ben PfaffCD: Fix a bug and add a regression test. 20110615030502/pspp
2011-06-15 Ben PfaffGET DATA /TYPE=TXT: Also allow full format to be specified.
2011-05-13 Ben PfaffSORT CASES: Don't delete filtered-out cases. 20110513030505/pspp
2011-05-04 Ben PfaffImplement DATASET commands.
2011-04-26 Mehmet Hakan SatmanQUICK CLUSTER: New command.
2011-04-26 Ben PfaffDISPLAY FILE LABEL: Display in a more natural way.
2011-04-23 Ben Pfaffascii: Don't print command names in output.
2011-04-16 Ben PfaffCROSSTABS: Fix output of multiway statistics tables.
2011-04-14 Ben Pfaffvalue-labels: Interpret \n as new-line in value labels. 20110414030503/pspp
2011-04-12 Ben Pfaffvalue-parser: Make parse_value() accept variable's...
2011-04-12 Ben PfaffDISPLAY: Display values for value labels using the...
2011-04-12 Ben PfaffFORMATS: Allow an optional slash before each set of... 20110412030503/pspp
2011-04-12 Ben PfaffFORMATS: Allow setting formats of string variables.
2011-04-10 Ben PfaffLIST: Fix crash when SPLIT FILE was used. 20110410030503/pspp
2011-04-08 Ben Pfafftests: Only check MODE=360 when EBCDIC is supported. 20110408030502/pspp
2011-04-08 Ben PfaffFREQUENCIES: Fix crash when median and histogram both...
2011-03-20 Ben PfaffChange terminology from "active file" to "active dataset".
2011-03-20 Ben Pfafflexer: Reimplement for better testability and internati...
2011-03-20 Ben Pfaffscan: New library for high-level PSPP syntax lexical...
2011-03-20 Ben Pfaffsegment: New library for low-level phase of lexical...
2011-03-20 Ben Pfaffsys-file-reader: Refactor to clean up character encodin...
2011-03-12 Ben PfaffFREQUENCIES: Fix percentiles calculation. 20110312030504/pspp 20110313030503/pspp 20110314030506/pspp 20110315030503/pspp 20110316030502/pspp 20110317030504/pspp 20110318030507/pspp 20110319030507/pspp
2011-02-12 Ben PfaffPRINT SPACE: When an output file is specified, don... 190/pspp 20110213030502/pspp
2011-01-29 Ben Pfaffq2c: T_RPAREN should be T_LPAREN for matching a left... 178/pspp 179/pspp 180/pspp 181/pspp 182/pspp 20110130030509/pspp 20110131030507/pspp 20110201030505/pspp 20110202030504/pspp 20110203030509/pspp
2011-01-01 Ben Pfaffexpressions: Fix test failures due to new year. 151/pspp 20110102030509/pspp
2010-12-12 Ben PfaffDEBUG XFORM FAIL: Issue an error message as part of...
2010-12-04 Ben Pfaffcommand: Don't allow SORT as an abbreviation for SORT...
2010-11-19 Ben Pfafflexer: New type enum token_type.
2010-11-19 Ben Pfaffcommand: Factor command name matching out of command.c. 109/pspp 110/pspp 20101120030502/pspp 20101121030501/pspp
2010-11-17 Jason H StoverFixed degrees of freed in t-stat for intercept
2010-11-15 Ben PfaffONEWAY: Accept 3.88 instead of 3.87 in multiple variabl...
2010-11-15 Ben PfaffNPAR TESTS: Accept .313 instead of .312 for point proba...
2010-11-05 Ben PfaffCACHE: Implement command as no-op.
2010-10-30 John DarringtonNPAR: Implemented the /KENDALL subcommand.
2010-10-28 John DarringtonAdd test for the Cochran Q 20101029040502/pspp
2010-10-26 John DarringtonAdded a test for the mann-whitney test 20101026040501/pspp
2010-10-26 Ben PfaffCROSSTABS: Handle case where all cases in a crosstabula...
2010-10-25 John DarringtonCROSSTABS: (Re)implemented the format=DVALUE option.
2010-10-23 John DarringtonAdd test for friedman test and fix problem with missing...
2010-10-21 John DarringtonImplemented the /RUNS subcommand for NPAR TESTS.
2010-10-17 John DarringtonMerge commit 'origin/master' into sso
2010-10-17 John DarringtonFixed bug in oneway /descriptives subcommand vs. weights.
2010-10-15 Ben Pfafftests: Convert tests for binary and 360 data I/O to...
2010-10-12 John DarringtonAdded tests for the Kruskal Wallis test
2010-10-12 Ben Pfafftests: Convert test for vectors in expressions to Autot...
2010-10-12 Ben Pfafftests: Convert test for variables in expressions to...
2010-10-12 Ben Pfafftests: Convert test for VALUELABEL expression function...
2010-10-11 Ben Pfafftests: Convert tests for SAVE /KEEP=ALL to Autotest...
2010-10-11 Ben PfaffVALUE LABELS: Convert tests to Autotest framework.
2010-10-11 Ben PfaffTEMPORARY: Convert test to Autotest framework.
2010-10-10 Ben Pfafftests: Convert test for #! support to Autotest framework.
2010-10-10 Ben Pfafftests: Convert test for overwriting a special file...
2010-10-10 Ben Pfafftests: Convert tests for overwriting files to Autotest...
2010-10-10 Ben Pfafftests: Convert multipass.sh test to Autotest framework.
2010-10-10 Ben Pfafftests: Convert expression parsing test to Autotest...
2010-10-10 Ben Pfaffq2c: Convert test to Autotest framework.
2010-10-10 Ben Pfafftests: Convert test for UNIFORM expression function...
2010-10-10 Ben PfaffINPUT PROGRAM: Convert tests to Autotest framework.
2010-10-10 Ben PfaffCOMMENT: Convert test to Autotest framework.
2010-10-10 Ben Pfafftests: Convert a test for crash on invalid input to...
2010-10-10 Ben PfaffGET: Convert some more tests to Autotest. 20101010040502/pspp
2010-10-10 Ben PfaffEXAMINE: Convert some more tests to Autotest framework.
2010-10-10 Ben PfaffWEIGHT: Convert test to Autotest framework.
2010-10-10 Ben PfaffVECTOR: Convert tests to Autotest framework.
2010-10-09 Ben Pfafftests: Convert variable display tests to Autotest frame...
2010-10-09 Ben PfaffUSE: Convert tests to Autotest framework.
2010-10-09 Ben PfaffUDPATE: Convert tests to Autotest framework.
2010-10-06 Ben Pfafftests: Convert tab handling test to Autotest framework. 20101006040501/pspp 20101007040501/pspp 20101008040501/pspp
2010-10-06 Ben PfaffEXAMINE: Convert another test to Autotest framework.
2010-10-05 Ben PfaffT-TEST: Convert tests to Autotest framework. 20101005040502/pspp
2010-10-05 Ben PfaffSPLIT FILE: Convert test to Autotest framework.
2010-10-05 Ben PfaffSYSFILE INFO: Convert test to Autotest framework.
2010-10-05 Ben PfaffSORT CASES: Convert tests to Autotest framework.
2010-10-05 Ben PfaffSAMPLE: Convert test to Autotest framework.
2010-10-05 Ben PfaffROC: Convert tests to Autotest framework.
2010-10-05 Ben PfaffRELIABILITY: Convert tests to Autotest framework.
2010-10-05 Ben Pfafftests: Convert REGRESSION tests to Autotest framework.
2010-10-05 Ben PfaffRENAME VARIABLES: Convert tests to Autotest framework.
2010-10-04 John DarringtonFix bug in autorecode - strings vs. /group
2010-10-04 Ben PfaffRANK: Convert tests to Autotest framework.
2010-10-03 Ben PfaffConvert PRINT and WRITE tests to Autotest framework.
2010-10-03 Ben PfaffPERMISSIONS: Convert test to Autotest framework.
2010-10-03 Ben PfaffNPAR TESTS: Convert SIGN test to Autotest framework.
2010-10-03 Ben PfaffNPAR TESTS: Convert WILCOXON tests to Autotest framework.
2010-10-03 Ben PfaffNPAR TESTS: Convert CHISQUARE tests to Autotest framework.
2010-10-02 Ben PfaffNPAR TESTS: Convert BINOMAL tests to Autotest framework. 20101003040506/pspp
2010-10-02 Ben PfaffN OF CASES: Convert test to Autotest framework.
2010-10-02 Ben PfaffMISSING VALUES: Convert test to Autotest framework.
2010-10-02 Ben PfaffMATCH FILES: Convert tests to Autotest framework.
2010-10-02 Ben Pfafftests: Convert longvar.sh test to Autotest framework.
2010-10-02 Ben PfaffLOOP: Convert tests to Autotest framework.
2010-09-30 Ben PfaffLIST: Convert tests to use Autotest.
2010-09-30 Ben PfaffDATA LIST: Convert tests for line-ends compatibility...
2010-09-30 Ben PfaffLAG: Convert tests to use Autotest.
2010-09-29 Ben Pfafftests: Merge the four GET DATA /TYPE=PSQL tests into... 20100929040502/pspp
2010-09-29 Ben Pfafftests: Fix typo in GET DATA /TYPE=TXT test.
2010-09-29 Ben PfaffINSERT: Convert tests to use Autotest.
2010-09-28 Ben Pfafftests: Convert IMPORT and EXPORT test to use Autotest.
2010-09-28 Ben Pfafftests: Convert GET DATA /TYPE=PSQL tests to use Autotest. 20100928040502/pspp
next