Use default encoding when reading system files if no encoding is given in file.
[pspp-builds.git] / src / language /
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-15 Ben PfaffAllow variables created by var_create_internal to have...
2009-06-11 Jason H StoverFixed crash caused by regressing with categorical variables
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-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...
2009-02-09 Jason H StoverSkip the SAVE subcommand if no valid data are present...
2009-02-08 John DarringtonUse c-ctype functions in lexer.
2009-02-06 John DarringtonFix minor build issues.
2009-02-06 Ben Pfaffwilcoxon: Drop now-unnecessary timer support.
2009-02-06 Ben PfaffSpeed up Wilcoxon matched-pairs signed-ranks significan...
2009-01-29 John DarringtonMerge branch 'savannah/perl-module'
2009-01-28 Jason H Stoverinteraction.c: Introduced interaction_variable and...
2009-01-20 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2009-01-20 John DarringtonFix further bug in NPAR BINOMIAL
2009-01-19 John DarringtonFixed bug allocating the memory in NPAR BINOMIAL
2009-01-17 John DarringtonMerge commit 'origin/stable'
2009-01-07 John DarringtonMerge commit 'savannah/master'
2009-01-07 Ben PfaffMake cases simpler, faster, and easier to understand.
2008-12-10 John DarringtonMerge commit 'HEAD'; branch 'master' into rewrite-sheet
2008-12-06 Ben PfaffRemove unused match-files.c.
2008-12-04 John DarringtonMerge branch 'master' into rewrite-sheet
2008-12-03 Ben PfaffImplement ADD FILES and UPDATE.
2008-12-03 Ben PfaffReplace case_ordering with subcase.
2008-12-03 Ben PfaffBreak get.c up into multiple files in a logical fashion.
2008-12-03 Ben PfaffAllow MATCH FILES before an active file has been defined.
2008-12-03 Ben PfaffRename compare_values, hash_values with "_short" suffix.
2008-11-11 John DarringtonMerge branch 'master' into rewrite-sheet
2008-11-08 John DarringtonDon't canonicalise pathnames of included files.
2008-11-08 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-11-06 Jason H Stovercovariance-matrix.c: Added one-pass algorithm to comput...
2008-11-01 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-11-01 John DarringtonRemove reference to sa_restorer, because it's not part...
2008-10-18 John DarringtonMarked CORRELATIONS and PEARSON CORRELATIONS as unimple...
2008-10-16 John DarringtonNew .gitignore file
2008-10-16 Ben PfaffFix crash in tabulating long-string variables in CROSSTABS.
2008-10-16 Ben PfaffDo not assume that canonicalize_file_name() always...
2008-10-15 Jason H Stoverglm.q: Removed code to us QR decomposition, which requi...
2008-10-15 John DarringtonAllow value labels for non integer values.
2008-10-12 Ben PfaffFix GCC 4.3 warning about uninitialized structure member.
2008-10-12 Ben PfaffFix warning due to unmunge() returning a const string...
2008-10-12 Ben PfaffEliminate unused code in glm.q, regression.q.
next