Fix missing @clicksequence problem with older Texinfo versions.
[pspp-builds.git] / src / language /
2009-09-02 Jason StoverNew functions glm_custom_design and parse_interactions.
2009-07-23 John DarringtonFix warnings in flip command.
2009-07-23 John DarringtonRemove reference to roc.h which doesn't exist.
2009-07-23 John DarringtonMerge commit 'origin/stable'
2009-07-23 John DarringtonFix merge problems
2009-07-23 John DarringtonMerge commit 'origin/roc'
2009-07-20 John DarringtonRemove double semicolons.
2009-07-19 John DarringtonAdded more (hopefully usefull) comments
2009-07-19 John DarringtonAdd some comments and macros to make the code more...
2009-07-19 John DarringtonAdd assertion to check code consitency
2009-07-19 John DarringtonFix cleanup of ROC command.
2009-07-18 John DarringtonMerge commit 'origin/data-encoding'
2009-07-18 John DarringtonUse data_out_pool in crosstabs.q
2009-07-17 John DarringtonEnsure correct behaviour when the state var is missing.
2009-07-17 John DarringtonFix ROC behaviour in the presence of missing values.
2009-07-17 Ben Pfaff"Sig." is an abbreviation, "Exact" is not.
2009-07-17 Ben Pfaffi18n: Eliminate some translatable strings.
2009-07-17 Ben Pfaffi18n: Reduce translatable strings in SHOW command.
2009-07-17 Ben Pfaffi18n: Change some strings to reduce work of translation.
2009-07-16 Ben PfaffSeparate table functions that format their arguments...
2009-07-15 John DarringtonFixed bug reporting the significance of paired value...
2009-07-15 John DarringtonNew function prepare_cutpoints
2009-07-12 John DarringtonAdded a dict parameter to data_in and dealt with the...
2009-07-07 John DarringtonChange union value type to contain uint8_t types instea...
2009-07-07 John DarringtonReplace legacy_recode with recode_string.
2009-07-07 John DarringtonAdd dictionary argument to tab_value.
2009-07-06 John DarringtonConvert to utf8 in data_out function.
2009-07-06 John Darringtondata_out function to dynamically allocate return value.
2009-07-05 John DarringtonChange enum legacy_encoding to const char *.
2009-06-25 John DarringtonFix bugs when input data is repeated
2009-06-24 John DarringtonAdded second ROC test
2009-06-15 John DarringtonAdd new functions to define subcase orderings.
2009-06-15 Ben PfaffAllow variables created by var_create_internal to have...
2009-06-13 John DarringtonAdded code to plot the ROC curve
2009-06-11 Jason H StoverFixed crash caused by regressing with categorical variables
2009-06-11 John DarringtonAdded code to generate the ROC cutpoint tables.
2009-06-10 John DarringtonFix bug when positive and negative groups are of differ...
2009-06-10 John DarringtonAdd framework for ROC summary table
2009-06-10 John DarringtonUse the requested method for calculating the ROC AUC...
2009-06-10 John DarringtonAdded basic calculation and display of area under the...
2009-06-10 John DarringtonAdded stub for ROC computation
2009-06-09 John DarringtonAdded parser for the ROC command.
2009-06-08 Ben PfaffFix handling of #! at beginning of PSPP syntax file...
2009-06-07 Ben Pfaffcrosstabs: Fix chi-square display and add regression...
2009-06-07 Ben Pfaffcrosstab: Remove struct that was defined but never...
2009-06-07 Ben Pfaffcrosstabs: Remove write-only variable.
2009-06-07 Ben Pfaffcrosstabs: Fix segfault when chi-square was requested.
2009-06-07 Ben Pfaffcrosstabs: Trim unsightly spaces from titles in output.
2009-06-07 Ben Pfaffcrosstabs: Fix memory leaks.
2009-06-07 Ben PfaffMove datasheet test out of PSPP into a separate binary.
2009-06-07 Ben PfaffImplement missing values for long string variables.
2009-06-07 Ben PfaffFix test failure introduced along with parse_value().
2009-06-07 Ben PfaffAdd support for value labels on long string variables.
2009-06-07 Ben PfaffNew function parse_value() for parsing a value of speci...
2009-06-07 Ben PfaffChange "union value" to dynamically allocate long strings.
2009-06-07 Ben Pfaffoutput: Add auxiliary data parameter to tab_dim.
2009-06-07 Ben Pfaffmodel-checker: Add more progress functions.
2009-06-07 Ben Pfaffmodel-checker: Move summary printing function into...
2009-06-07 Ben Pfaffmodel-checker: Kill dependencies and move back to libpspp.
2009-06-07 Ben PfaffDelete CORRELATIONS skeletal parser.
2009-06-07 Ben Pfaffdatasheet: Drop false dependency on md4.h.
2009-06-07 Ben Pfafft-test: Move 'mode' variable from file scope into cmd_t...
2009-06-07 Ben Pfafft-test: Move 'cmd' variable from file scope into cmd_t_...
2009-06-07 Ben Pfafft-test: Remove write-only variable.
2009-05-12 John DarringtonDon't create histograms for string variables.
2009-05-12 Ben Pfaffdata-parser: Treat " ," the same as ",".
2009-05-09 John DarringtonMerge commit 'origin/stable'
2009-05-09 John DarringtonEnsure that NUMERIC's format (if any) is a valid output...
2009-05-08 John DarringtonFixed crash calculating trimmed mean with missing values.
2009-04-22 John DarringtonMerge commit 'origin/stable'
2009-04-16 John DarringtonUpdate some comments
2009-04-13 John DarringtonFixed bug in q2c when munging hyphenated strings.
2009-04-09 Ben PfaffUse Bob Jenkins lookup3 hash instead of FNV.
2009-04-09 Ben PfaffNPAR TESTS: Consistently order variables in summary...
2009-04-09 John DarringtonFix some compiler warnings
2009-04-09 John DarringtonImplemented the sign test.
2009-04-08 Ben PfaffFix memory leak in cmd_data_list().
2009-04-08 Ben PfaffSET LOCALE: Don't use lex_tokstr() after skipping to...
2009-04-08 Ben PfaffAdd "x" prefix to calls to plain malloc(), calloc(...
2009-04-08 John DarringtonMerge commit 'origin/master' into charset
2009-04-07 John DarringtonMerge commit 'origin/stable'
2009-04-07 John DarringtonIssue warning when combining files of distinct encodings
2009-04-07 John DarringtonImplemented the ENCODING subcommand to DATA LIST.
2009-04-07 John DarringtonAllow users to set the precision of output statistics.
2009-04-03 John DarringtonBinomial tests can now be specified by a cutpoint.
2009-04-01 John DarringtonMerge commit 'origin/master' into charset
2009-04-01 John DarringtonImplemented the SET LOCALE='...' command.
2009-03-31 John DarringtonMerge commit 'origin/stable'
2009-03-29 John DarringtonFix crash running two consecutive examine commands.
2009-03-28 John DarringtonDisplay a file's encoding in SYSFILE INFO.
2009-03-27 Ben PfaffFix memory leak in wilcoxon_execute().
2009-03-27 Ben PfaffFix error message for bad characters in syntax files.
2009-03-02 John DarringtonMerge branch 'master'; commit 'origin/stable'
2009-02-23 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2009-02-23 Jason H StoverOops
2009-02-23 Jason H Stoverlinreg.c: (pspp_linreg_mse) New accessor function
2009-02-23 Jason StoverFix bug 25677
2009-02-20 John DarringtonMerge branch 'master' of /home/john/Development/pspp...
2009-02-20 John DarringtonMerge commit 'HEAD'; commit 'savannah/master'
2009-02-10 John DarringtonUse the sum of weights of only those cases which are...
next