projects
/
pspp-builds.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix memory leaks in Kruskal-Wallis test
[pspp-builds.git]
/
src
/
language
/
2010-10-12
John Darrington
Fix memory leaks in Kruskal-Wallis test
tree
|
commitdiff
2010-10-11
John Darrington
Initial implementation of the Kruskal-Wallis test.
tree
|
commitdiff
2010-10-11
John Darrington
Use cast macros
tree
|
commitdiff
2010-10-11
John Darrington
Remove some duplicated #includes
tree
|
commitdiff
2010-10-11
John Darrington
NPAR TESTS: Implement parser for kruskal wallis test
tree
|
commitdiff
2010-10-11
John Darrington
NPAR TESTS: Add framework for n sample independent...
tree
|
commitdiff
2010-10-11
John Darrington
NPAR TESTS: reformat and use cast macros
tree
|
commitdiff
2010-10-09
John Darrington
Eleminate unnecessary variables
tree
|
commitdiff
2010-10-09
John Darrington
Change identifiers for consistency with other commands
tree
|
commitdiff
2010-10-09
John Darrington
Consolidate translatable strings
tree
|
commitdiff
2010-10-09
John Darrington
Replace npar.q with npar.c
tree
|
commitdiff
2010-10-04
John Darrington
Fix bug in autorecode - strings vs. /group
tree
|
commitdiff
2010-10-03
John Darrington
Consolidate translatable strings
tree
|
commitdiff
2010-10-03
John Darrington
Fix memory leaks in ROC command
tree
|
commitdiff
2010-10-01
John Darrington
Fix memory leak in LIST command.
tree
|
commitdiff
2010-09-29
John Darrington
Replace glm with a new implementation.
tree
|
commitdiff
2010-09-29
Ben Pfaff
syntax-file: Open syntax files immediately, instead...
tree
|
commitdiff
2010-09-28
Ben Pfaff
lexer: Properly initialize lexer->prog when lex_get_lin...
tree
|
commitdiff
2010-09-28
Ben Pfaff
DO REPEAT: Report an error when END REPEAT is missing.
tree
|
commitdiff
2010-09-24
Ben Pfaff
data-in: Get rid of first_column, last_column arguments.
tree
|
commitdiff
2010-09-24
Ben Pfaff
data-in: Make data_in() parameters more uniform.
tree
|
commitdiff
2010-09-24
Ben Pfaff
data-in: Eliminate "implied_decimals" parameter from...
tree
|
commitdiff
2010-09-24
Ben Pfaff
calendar: Use sensible error reporting in calendar_greg...
tree
|
commitdiff
2010-09-24
Ben Pfaff
message: Add column range to struct msg_locator.
tree
|
commitdiff
2010-09-24
Ben Pfaff
message: Consistently initialize locator; use 0 for...
tree
|
commitdiff
2010-09-24
Ben Pfaff
command: Add specific DATASET unimplemented commands.
tree
|
commitdiff
2010-09-24
Ben Pfaff
command: Remove superfluous trailing spaces from comman...
tree
|
commitdiff
2010-09-24
Ben Pfaff
command: Remove INSERT from list of unimplemented commands.
tree
|
commitdiff
2010-09-24
Ben Pfaff
lexer: Use lex_is_string() more consistently.
tree
|
commitdiff
2010-09-24
Ben Pfaff
lexer: Remove DUMP_TOKENS debugging feature.
tree
|
commitdiff
2010-09-24
Ben Pfaff
lexer: Improve translatability of lex_error().
tree
|
commitdiff
2010-09-24
Ben Pfaff
Make translation easier.
tree
|
commitdiff
2010-09-24
Ben Pfaff
HOST: Use more modern syntax.
tree
|
commitdiff
2010-09-24
Ben Pfaff
AGGREGATE: Simplify code.
tree
|
commitdiff
2010-09-24
Ben Pfaff
PERMISSIONS: Add missing check for string token.
tree
|
commitdiff
2010-09-24
Ben Pfaff
syntax-string-source: Fix format string problems.
tree
|
commitdiff
2010-09-23
Ben Pfaff
RECODE: Suppress warning about conversion using CHAR_CA...
tree
|
commitdiff
2010-09-19
John Darrington
Const casts.
tree
|
commitdiff
2010-09-18
John Darrington
FLIP: Don't change new variables to upper case.
tree
|
commitdiff
2010-09-18
Ben Pfaff
ONEWAY: Fix declaration-after-statement warning.
tree
|
commitdiff
2010-09-18
Ben Pfaff
Suppress warnings about conversions between char *...
tree
|
commitdiff
2010-09-15
John Darrington
Consolidate quoting style in printed strings.
tree
|
commitdiff
2010-09-11
John Darrington
Rename compare_string --> compare_string_3way
tree
|
commitdiff
2010-09-11
John Darrington
Autorecode: /GROUP vs. heterogenous strings.
tree
|
commitdiff
2010-09-09
John Darrington
Autorecode: Add the /GROUP subcommand
tree
|
commitdiff
2010-09-05
John Darrington
Autorecode: Add value labels indicating the source...
tree
|
commitdiff
2010-08-29
Ben Pfaff
Implement the PRESERVE and RESTORE commands.
tree
|
commitdiff
2010-08-24
John Darrington
Oneway: Fixed most compiler warnings
tree
|
commitdiff
2010-08-24
John Darrington
Oneway: Fix problems with MISSING=ANALYSIS
tree
|
commitdiff
2010-08-24
John Darrington
Categoricals: Use moments instead of keeping cc count...
tree
|
commitdiff
2010-08-24
John Darrington
oneway.c: Use the categoricals struct to calculate...
tree
|
commitdiff
2010-08-24
John Darrington
oneway: use new structures in the show_contrast_tests...
tree
|
commitdiff
2010-08-24
John Darrington
oneway: Fix descriptives for multiple variables
tree
|
commitdiff
2010-08-24
John Darrington
Add optional callback functions to categoricals.
tree
|
commitdiff
2010-08-24
John Darrington
Constness
tree
|
commitdiff
2010-08-24
John Darrington
Oneway: Remove group_stats from the show_homogeniety...
tree
|
commitdiff
2010-08-24
John Darrington
Oneway: Remove group_values struct from show_contrast_...
tree
|
commitdiff
2010-08-24
John Darrington
Covariance matrix interface change.
tree
|
commitdiff
2010-08-24
John Darrington
Oneway: Remove dict member from struct and add wv member
tree
|
commitdiff
2010-08-24
John Darrington
Oneway: Use covariance matrix and sweep operator
tree
|
commitdiff
2010-08-24
John Darrington
Oneway: Use lex_get_num instead of lex_parse_value.
tree
|
commitdiff
2010-08-24
John Darrington
ONEWAY: seperate the command specification from the...
tree
|
commitdiff
2010-08-21
John Darrington
Canonicalise 2-tailed vs. 2-sided
tree
|
commitdiff
2010-08-21
John Darrington
Consolidate printed strings
tree
|
commitdiff
2010-08-21
John Darrington
Correct grammar in printed string
tree
|
commitdiff
2010-08-11
John Darrington
correlations: Fix memory leak
tree
|
commitdiff
2010-08-09
Ben Pfaff
Implement SAVE TRANSLATE to comma- and tab-delimited...
tree
|
commitdiff
2010-08-09
Ben Pfaff
SAVE: Fix UNSELECTED=RETAIN with a filter variable.
tree
|
commitdiff
2010-08-09
Ben Pfaff
DATA LIST: Don't report an error for an empty final...
tree
|
commitdiff
2010-08-09
Ben Pfaff
DATA LIST: Fix output column reporting for FREE and...
tree
|
commitdiff
2010-08-09
Ben Pfaff
Replace S_I[RWX]{USR,GRP,OTH} macros by their values.
tree
|
commitdiff
2010-08-09
Ben Pfaff
i18n: Make a few strings more generic for translators.
tree
|
commitdiff
2010-08-08
John Darrington
Aggregate-dialog: Preselect summary function and variab...
tree
|
commitdiff
2010-08-08
John Darrington
SET FORMAT: Flag an error if an invalid format is given.
tree
|
commitdiff
2010-08-08
John Darrington
Aggregate: Fixed bug when attempting to create duplicat...
tree
|
commitdiff
2010-08-05
John Darrington
Replace oneway.q with a manually crafted oneway.c file
tree
|
commitdiff
2010-07-31
John Darrington
FACTOR: prevent crash if the dataset is empty.
tree
|
commitdiff
2010-07-30
Ben Pfaff
AGGREGATE: Add .h file to Makefile (fixing "make distch...
tree
|
commitdiff
2010-07-30
Ben Pfaff
temp-file: New functions for creating temporary files...
tree
|
commitdiff
2010-07-29
John Darrington
AGGREGATE: Fixed a bug with MEDIAN vs. MODE=ADDVARIABLES
tree
|
commitdiff
2010-07-28
John Darrington
AGGREGATE: New file aggregate.h containing the summary...
tree
|
commitdiff
2010-07-26
John Darrington
AGGREGATE: Add MODE=ADDVARIABLES subcommand.
tree
|
commitdiff
2010-07-24
John Darrington
Fix memory leak in crosstabs
tree
|
commitdiff
2010-07-24
John Darrington
Avoid unused function warning
tree
|
commitdiff
2010-07-22
John Darrington
Replaced relibility.q with relibility.c
tree
|
commitdiff
2010-07-19
John Darrington
Delete file "means.q"
tree
|
commitdiff
2010-07-19
John Darrington
Remove unnecessary include directives of hash.h
tree
|
commitdiff
2010-07-16
John Darrington
Fix memory leak
tree
|
commitdiff
2010-07-15
Jason H Stover
Do not rely on user to specify all variables in VARIABL...
tree
|
commitdiff
2010-07-04
John Darrington
Fix memory leak in examine
tree
|
commitdiff
2010-06-16
Ben Pfaff
lexer: Fix funny indentation.
tree
|
commitdiff
2010-06-06
Ben Pfaff
DEBUG EVALUATE: Eliminate lexical corner case, rewrite...
tree
|
commitdiff
2010-06-06
Ben Pfaff
expressions: Improve error message for bad quarter...
tree
|
commitdiff
2010-06-06
Ben Pfaff
expressions: Improve error messages evaluating invalid...
tree
|
commitdiff
2010-06-06
Ben Pfaff
expressions: Don't abbreviate "number" as "num" in...
tree
|
commitdiff
2010-06-06
Ben Pfaff
expressions: Improve "type mismatch" error messages...
tree
|
commitdiff
2010-06-06
Ben Pfaff
MOMENTS: Avoid lexical corner case in test case.
tree
|
commitdiff
2010-05-29
Ben Pfaff
Remove 255-byte limit on the length of literal strings.
tree
|
commitdiff
2010-05-27
John Darrington
Be more forgiving about ROC syntax
tree
|
commitdiff
2010-05-27
John Darrington
Fix crash on erroneous ROC input
tree
|
commitdiff
next