tests: Convert random distribution tests to Autotest framework.
[pspp-builds.git] / src / language /
2010-10-11 John DarringtonInitial implementation of the Kruskal-Wallis test.
2010-10-11 John DarringtonUse cast macros
2010-10-11 John DarringtonRemove some duplicated #includes
2010-10-11 John DarringtonNPAR TESTS: Implement parser for kruskal wallis test
2010-10-11 John DarringtonNPAR TESTS: Add framework for n sample independent...
2010-10-11 John DarringtonNPAR TESTS: reformat and use cast macros
2010-10-09 John DarringtonEleminate unnecessary variables
2010-10-09 John DarringtonChange identifiers for consistency with other commands
2010-10-09 John DarringtonConsolidate translatable strings
2010-10-09 John DarringtonReplace npar.q with npar.c
2010-10-04 John DarringtonFix bug in autorecode - strings vs. /group
2010-10-03 John DarringtonConsolidate translatable strings
2010-10-03 John DarringtonFix memory leaks in ROC command
2010-10-01 John DarringtonFix memory leak in LIST command.
2010-09-29 John DarringtonReplace glm with a new implementation.
2010-09-29 Ben Pfaffsyntax-file: Open syntax files immediately, instead...
2010-09-28 Ben Pfafflexer: Properly initialize lexer->prog when lex_get_lin...
2010-09-28 Ben PfaffDO REPEAT: Report an error when END REPEAT is missing.
2010-09-24 Ben Pfaffdata-in: Get rid of first_column, last_column arguments.
2010-09-24 Ben Pfaffdata-in: Make data_in() parameters more uniform.
2010-09-24 Ben Pfaffdata-in: Eliminate "implied_decimals" parameter from...
2010-09-24 Ben Pfaffcalendar: Use sensible error reporting in calendar_greg...
2010-09-24 Ben Pfaffmessage: Add column range to struct msg_locator.
2010-09-24 Ben Pfaffmessage: Consistently initialize locator; use 0 for...
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 Pfafflexer: Use lex_is_string() more consistently.
2010-09-24 Ben Pfafflexer: Remove DUMP_TOKENS debugging feature.
2010-09-24 Ben Pfafflexer: Improve translatability of lex_error().
2010-09-24 Ben PfaffMake translation easier.
2010-09-24 Ben PfaffHOST: Use more modern syntax.
2010-09-24 Ben PfaffAGGREGATE: Simplify code.
2010-09-24 Ben PfaffPERMISSIONS: Add missing check for string token.
2010-09-24 Ben Pfaffsyntax-string-source: Fix format string problems.
2010-09-23 Ben PfaffRECODE: Suppress warning about conversion using CHAR_CA...
2010-09-19 John DarringtonConst casts.
2010-09-18 John DarringtonFLIP: Don't change new variables to upper case.
2010-09-18 Ben PfaffONEWAY: Fix declaration-after-statement warning.
2010-09-18 Ben PfaffSuppress warnings about conversions between char *...
2010-09-15 John DarringtonConsolidate quoting style in printed strings.
2010-09-11 John DarringtonRename compare_string --> compare_string_3way
2010-09-11 John DarringtonAutorecode: /GROUP vs. heterogenous strings.
2010-09-09 John DarringtonAutorecode: Add the /GROUP subcommand
2010-09-05 John DarringtonAutorecode: Add value labels indicating the source...
2010-08-29 Ben PfaffImplement the PRESERVE and RESTORE commands.
2010-08-24 John DarringtonOneway: Fixed most compiler warnings
2010-08-24 John DarringtonOneway: Fix problems with MISSING=ANALYSIS
2010-08-24 John DarringtonCategoricals: Use moments instead of keeping cc count...
2010-08-24 John Darringtononeway.c: Use the categoricals struct to calculate...
2010-08-24 John Darringtononeway: use new structures in the show_contrast_tests...
2010-08-24 John Darringtononeway: Fix descriptives for multiple variables
2010-08-24 John DarringtonAdd optional callback functions to categoricals.
2010-08-24 John DarringtonConstness
2010-08-24 John DarringtonOneway: Remove group_stats from the show_homogeniety...
2010-08-24 John DarringtonOneway: Remove group_values struct from show_contrast_...
2010-08-24 John DarringtonCovariance matrix interface change.
2010-08-24 John DarringtonOneway: Remove dict member from struct and add wv member
2010-08-24 John DarringtonOneway: Use covariance matrix and sweep operator
2010-08-24 John DarringtonOneway: Use lex_get_num instead of lex_parse_value.
2010-08-24 John DarringtonONEWAY: seperate the command specification from the...
2010-08-21 John DarringtonCanonicalise 2-tailed vs. 2-sided
2010-08-21 John DarringtonConsolidate printed strings
2010-08-21 John DarringtonCorrect grammar in printed string
2010-08-11 John Darringtoncorrelations: Fix memory leak
2010-08-09 Ben PfaffImplement SAVE TRANSLATE to comma- and tab-delimited...
2010-08-09 Ben PfaffSAVE: Fix UNSELECTED=RETAIN with a filter variable.
2010-08-09 Ben PfaffDATA LIST: Don't report an error for an empty final...
2010-08-09 Ben PfaffDATA LIST: Fix output column reporting for FREE and...
2010-08-09 Ben PfaffReplace S_I[RWX]{USR,GRP,OTH} macros by their values.
2010-08-09 Ben Pfaffi18n: Make a few strings more generic for translators.
2010-08-08 John DarringtonAggregate-dialog: Preselect summary function and variab...
2010-08-08 John DarringtonSET FORMAT: Flag an error if an invalid format is given.
2010-08-08 John DarringtonAggregate: Fixed bug when attempting to create duplicat...
2010-08-05 John DarringtonReplace oneway.q with a manually crafted oneway.c file
2010-07-31 John DarringtonFACTOR: prevent crash if the dataset is empty.
2010-07-30 Ben PfaffAGGREGATE: Add .h file to Makefile (fixing "make distch...
2010-07-30 Ben Pfafftemp-file: New functions for creating temporary files...
2010-07-29 John DarringtonAGGREGATE: Fixed a bug with MEDIAN vs. MODE=ADDVARIABLES
2010-07-28 John DarringtonAGGREGATE: New file aggregate.h containing the summary...
2010-07-26 John DarringtonAGGREGATE: Add MODE=ADDVARIABLES subcommand.
2010-07-24 John DarringtonFix memory leak in crosstabs
2010-07-24 John DarringtonAvoid unused function warning
2010-07-22 John DarringtonReplaced relibility.q with relibility.c
2010-07-19 John DarringtonDelete file "means.q"
2010-07-19 John DarringtonRemove unnecessary include directives of hash.h
2010-07-16 John DarringtonFix memory leak
2010-07-15 Jason H StoverDo not rely on user to specify all variables in VARIABL...
2010-07-04 John DarringtonFix memory leak in examine
2010-06-16 Ben Pfafflexer: Fix funny indentation.
2010-06-06 Ben PfaffDEBUG EVALUATE: Eliminate lexical corner case, rewrite...
2010-06-06 Ben Pfaffexpressions: Improve error message for bad quarter...
2010-06-06 Ben Pfaffexpressions: Improve error messages evaluating invalid...
2010-06-06 Ben Pfaffexpressions: Don't abbreviate "number" as "num" in...
2010-06-06 Ben Pfaffexpressions: Improve "type mismatch" error messages...
2010-06-06 Ben PfaffMOMENTS: Avoid lexical corner case in test case.
2010-05-29 Ben PfaffRemove 255-byte limit on the length of literal strings.
2010-05-27 John DarringtonBe more forgiving about ROC syntax
2010-05-27 John DarringtonFix crash on erroneous ROC input
2010-05-26 John DarringtonCreate the detrended np plot instead of a second normal one
next