projects
/
pspp-builds.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Replace "all-hook" with "all-local".
[pspp-builds.git]
/
src
/
language
/
2009-07-23
John Darrington
Fix warnings in flip command.
tree
|
commitdiff
2009-07-23
John Darrington
Remove reference to roc.h which doesn't exist.
tree
|
commitdiff
2009-07-23
John Darrington
Merge commit 'origin/stable'
tree
|
commitdiff
2009-07-23
John Darrington
Fix merge problems
tree
|
commitdiff
2009-07-23
John Darrington
Merge commit 'origin/roc'
tree
|
commitdiff
2009-07-20
John Darrington
Remove double semicolons.
tree
|
commitdiff
2009-07-19
John Darrington
Added more (hopefully usefull) comments
tree
|
commitdiff
2009-07-19
John Darrington
Add some comments and macros to make the code more...
tree
|
commitdiff
2009-07-19
John Darrington
Add assertion to check code consitency
tree
|
commitdiff
2009-07-19
John Darrington
Fix cleanup of ROC command.
tree
|
commitdiff
2009-07-18
John Darrington
Merge commit 'origin/data-encoding'
tree
|
commitdiff
2009-07-18
John Darrington
Use data_out_pool in crosstabs.q
tree
|
commitdiff
2009-07-17
John Darrington
Ensure correct behaviour when the state var is missing.
tree
|
commitdiff
2009-07-17
John Darrington
Fix ROC behaviour in the presence of missing values.
tree
|
commitdiff
2009-07-17
Ben Pfaff
"Sig." is an abbreviation, "Exact" is not.
tree
|
commitdiff
2009-07-17
Ben Pfaff
i18n: Eliminate some translatable strings.
tree
|
commitdiff
2009-07-17
Ben Pfaff
i18n: Reduce translatable strings in SHOW command.
tree
|
commitdiff
2009-07-17
Ben Pfaff
i18n: Change some strings to reduce work of translation.
tree
|
commitdiff
2009-07-16
Ben Pfaff
Separate table functions that format their arguments...
tree
|
commitdiff
2009-07-15
John Darrington
Fixed bug reporting the significance of paired value...
tree
|
commitdiff
2009-07-15
John Darrington
New function prepare_cutpoints
tree
|
commitdiff
2009-07-12
John Darrington
Added a dict parameter to data_in and dealt with the...
tree
|
commitdiff
2009-07-07
John Darrington
Change union value type to contain uint8_t types instea...
tree
|
commitdiff
2009-07-07
John Darrington
Replace legacy_recode with recode_string.
tree
|
commitdiff
2009-07-07
John Darrington
Add dictionary argument to tab_value.
tree
|
commitdiff
2009-07-06
John Darrington
Convert to utf8 in data_out function.
tree
|
commitdiff
2009-07-06
John Darrington
data_out function to dynamically allocate return value.
tree
|
commitdiff
2009-07-05
John Darrington
Change enum legacy_encoding to const char *.
tree
|
commitdiff
2009-06-25
John Darrington
Fix bugs when input data is repeated
tree
|
commitdiff
2009-06-24
John Darrington
Added second ROC test
tree
|
commitdiff
2009-06-15
John Darrington
Add new functions to define subcase orderings.
tree
|
commitdiff
2009-06-15
Ben Pfaff
Allow variables created by var_create_internal to have...
tree
|
commitdiff
2009-06-13
John Darrington
Added code to plot the ROC curve
tree
|
commitdiff
2009-06-11
Jason H Stover
Fixed crash caused by regressing with categorical variables
tree
|
commitdiff
2009-06-11
John Darrington
Added code to generate the ROC cutpoint tables.
tree
|
commitdiff
2009-06-10
John Darrington
Fix bug when positive and negative groups are of differ...
tree
|
commitdiff
2009-06-10
John Darrington
Add framework for ROC summary table
tree
|
commitdiff
2009-06-10
John Darrington
Use the requested method for calculating the ROC AUC...
tree
|
commitdiff
2009-06-10
John Darrington
Added basic calculation and display of area under the...
tree
|
commitdiff
2009-06-10
John Darrington
Added stub for ROC computation
tree
|
commitdiff
2009-06-09
John Darrington
Added parser for the ROC command.
tree
|
commitdiff
2009-06-08
Ben Pfaff
Fix handling of #! at beginning of PSPP syntax file...
tree
|
commitdiff
2009-06-07
Ben Pfaff
crosstabs: Fix chi-square display and add regression...
tree
|
commitdiff
2009-06-07
Ben Pfaff
crosstab: Remove struct that was defined but never...
tree
|
commitdiff
2009-06-07
Ben Pfaff
crosstabs: Remove write-only variable.
tree
|
commitdiff
2009-06-07
Ben Pfaff
crosstabs: Fix segfault when chi-square was requested.
tree
|
commitdiff
2009-06-07
Ben Pfaff
crosstabs: Trim unsightly spaces from titles in output.
tree
|
commitdiff
2009-06-07
Ben Pfaff
crosstabs: Fix memory leaks.
tree
|
commitdiff
2009-06-07
Ben Pfaff
Move datasheet test out of PSPP into a separate binary.
tree
|
commitdiff
2009-06-07
Ben Pfaff
Implement missing values for long string variables.
tree
|
commitdiff
2009-06-07
Ben Pfaff
Fix test failure introduced along with parse_value().
tree
|
commitdiff
2009-06-07
Ben Pfaff
Add support for value labels on long string variables.
tree
|
commitdiff
2009-06-07
Ben Pfaff
New function parse_value() for parsing a value of speci...
tree
|
commitdiff
2009-06-07
Ben Pfaff
Change "union value" to dynamically allocate long strings.
tree
|
commitdiff
2009-06-07
Ben Pfaff
output: Add auxiliary data parameter to tab_dim.
tree
|
commitdiff
2009-06-07
Ben Pfaff
model-checker: Add more progress functions.
tree
|
commitdiff
2009-06-07
Ben Pfaff
model-checker: Move summary printing function into...
tree
|
commitdiff
2009-06-07
Ben Pfaff
model-checker: Kill dependencies and move back to libpspp.
tree
|
commitdiff
2009-06-07
Ben Pfaff
Delete CORRELATIONS skeletal parser.
tree
|
commitdiff
2009-06-07
Ben Pfaff
datasheet: Drop false dependency on md4.h.
tree
|
commitdiff
2009-06-07
Ben Pfaff
t-test: Move 'mode' variable from file scope into cmd_t...
tree
|
commitdiff
2009-06-07
Ben Pfaff
t-test: Move 'cmd' variable from file scope into cmd_t_...
tree
|
commitdiff
2009-06-07
Ben Pfaff
t-test: Remove write-only variable.
tree
|
commitdiff
2009-05-12
John Darrington
Don't create histograms for string variables.
tree
|
commitdiff
2009-05-12
Ben Pfaff
data-parser: Treat " ," the same as ",".
tree
|
commitdiff
2009-05-09
John Darrington
Merge commit 'origin/stable'
tree
|
commitdiff
2009-05-09
John Darrington
Ensure that NUMERIC's format (if any) is a valid output...
tree
|
commitdiff
2009-05-08
John Darrington
Fixed crash calculating trimmed mean with missing values.
tree
|
commitdiff
2009-04-22
John Darrington
Merge commit 'origin/stable'
tree
|
commitdiff
2009-04-16
John Darrington
Update some comments
tree
|
commitdiff
2009-04-13
John Darrington
Fixed bug in q2c when munging hyphenated strings.
tree
|
commitdiff
2009-04-09
Ben Pfaff
Use Bob Jenkins lookup3 hash instead of FNV.
tree
|
commitdiff
2009-04-09
Ben Pfaff
NPAR TESTS: Consistently order variables in summary...
tree
|
commitdiff
2009-04-09
John Darrington
Fix some compiler warnings
tree
|
commitdiff
2009-04-09
John Darrington
Implemented the sign test.
tree
|
commitdiff
2009-04-08
Ben Pfaff
Fix memory leak in cmd_data_list().
tree
|
commitdiff
2009-04-08
Ben Pfaff
SET LOCALE: Don't use lex_tokstr() after skipping to...
tree
|
commitdiff
2009-04-08
Ben Pfaff
Add "x" prefix to calls to plain malloc(), calloc(...
tree
|
commitdiff
2009-04-08
John Darrington
Merge commit 'origin/master' into charset
tree
|
commitdiff
2009-04-07
John Darrington
Merge commit 'origin/stable'
tree
|
commitdiff
2009-04-07
John Darrington
Issue warning when combining files of distinct encodings
tree
|
commitdiff
2009-04-07
John Darrington
Implemented the ENCODING subcommand to DATA LIST.
tree
|
commitdiff
2009-04-07
John Darrington
Allow users to set the precision of output statistics.
tree
|
commitdiff
2009-04-03
John Darrington
Binomial tests can now be specified by a cutpoint.
tree
|
commitdiff
2009-04-01
John Darrington
Merge commit 'origin/master' into charset
tree
|
commitdiff
2009-04-01
John Darrington
Implemented the SET LOCALE='...' command.
tree
|
commitdiff
2009-03-31
John Darrington
Merge commit 'origin/stable'
tree
|
commitdiff
2009-03-29
John Darrington
Fix crash running two consecutive examine commands.
tree
|
commitdiff
2009-03-28
John Darrington
Display a file's encoding in SYSFILE INFO.
tree
|
commitdiff
2009-03-27
Ben Pfaff
Fix memory leak in wilcoxon_execute().
tree
|
commitdiff
2009-03-27
Ben Pfaff
Fix error message for bad characters in syntax files.
tree
|
commitdiff
2009-03-02
John Darrington
Merge branch 'master'; commit 'origin/stable'
tree
|
commitdiff
2009-02-23
John Darrington
Merge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
tree
|
commitdiff
2009-02-23
Jason H Stover
Oops
tree
|
commitdiff
2009-02-23
Jason H Stover
linreg.c: (pspp_linreg_mse) New accessor function
tree
|
commitdiff
2009-02-23
Jason Stover
Fix bug 25677
tree
|
commitdiff
2009-02-20
John Darrington
Merge branch 'master' of /home/john/Development/pspp...
tree
|
commitdiff
2009-02-20
John Darrington
Merge commit 'HEAD'; commit 'savannah/master'
tree
|
commitdiff
2009-02-10
John Darrington
Use the sum of weights of only those cases which are...
tree
|
commitdiff
2009-02-09
Jason H Stover
Skip the SAVE subcommand if no valid data are present...
tree
|
commitdiff
next