2011-07-01 |
John Darrington | Change the order of the reported NPAR values in two... |
tree | commitdiff |
2011-07-01 |
John Darrington | Use local include paths instead of relative to $top_bui... |
tree | commitdiff |
2011-07-01 |
John Darrington | Added support to read OpenDocument spreadsheet files |
tree | commitdiff |
2011-07-01 |
John Darrington | Fix bug parsing T-TEST |
tree | commitdiff |
2011-07-01 |
John Darrington | Re-implemented the T-TEST command and the levene calcul... |
tree | commitdiff |
2011-06-27 |
John Darrington | Fixed the categoricals such that now both GLM and ONEWA... |
tree | commitdiff |
2011-06-27 |
John Darrington | GLM: Add unimplemented subcommands, and add a test. |
tree | commitdiff |
2011-06-26 |
John Darrington | First working GLM command |
tree | commitdiff |
2011-06-24 |
Jason H Stover | Added type 3 sums of squares to GLM 20110625030504/pspp 20110626030505/pspp 20110627030508/pspp 20110628030505/pspp 20110629030502/pspp 20110630030506/pspp 20110701030505/pspp |
tree | commitdiff |
2011-06-16 |
Ben Pfaff | Update code that assumed a dictionary's encoding could... |
tree | commitdiff |
2011-06-15 |
Ben Pfaff | CD: Fix a bug and add a regression test. 20110615030502/pspp |
tree | commitdiff |
2011-06-15 |
Ben Pfaff | GET DATA /TYPE=TXT: Also allow full format to be specified. |
tree | commitdiff |
2011-05-13 |
Ben Pfaff | SORT CASES: Don't delete filtered-out cases. 20110513030505/pspp |
tree | commitdiff |
2011-05-04 |
Ben Pfaff | Implement DATASET commands. |
tree | commitdiff |
2011-04-27 |
Ben Pfaff | FACTOR: Use %s for literal string. 20110427030503/pspp 20110428030504/pspp 20110429030503/pspp 20110430030503/pspp 20110501030503/pspp 20110502030502/pspp |
tree | commitdiff |
2011-04-27 |
Ben Pfaff | Use %zu, not %d, to format a size_t. |
tree | commitdiff |
2011-04-26 |
Ben Pfaff | QUICK CLUSTER: Adjust comment style. |
tree | commitdiff |
2011-04-26 |
Ben Pfaff | QUICK CLUSTER: Update #include directives to match... |
tree | commitdiff |
2011-04-26 |
Ben Pfaff | QUICK CLUSTER: Fold quick-cluster.h into quick-cluster.c. |
tree | commitdiff |
2011-04-26 |
Mehmet Hakan Satman | QUICK CLUSTER: New command. |
tree | commitdiff |
2011-04-26 |
Ben Pfaff | DISPLAY FILE LABEL: Display in a more natural way. |
tree | commitdiff |
2011-04-26 |
Ben Pfaff | MRSETS: Recode counted value to UTF-8 before displaying. |
tree | commitdiff |
2011-04-26 |
Ben Pfaff | variable: Make var_set_label() use the variable's own... |
tree | commitdiff |
2011-04-26 |
Ben Pfaff | dictionary: Make dict_create() take the new dictionary... |
tree | commitdiff |
2011-04-26 |
Ben Pfaff | Reformat src/language/stats/automake.mk. |
tree | commitdiff |
2011-04-23 |
Ben Pfaff | ascii: Print syntax in output single-spaced. 20110423030508/pspp |
tree | commitdiff |
2011-04-16 |
Ben Pfaff | CROSSTABS: Fix output of multiway statistics tables. |
tree | commitdiff |
2011-04-14 |
Ben Pfaff | value-labels: Interpret \n as new-line in value labels. 20110414030503/pspp |
tree | commitdiff |
2011-04-12 |
Ben Pfaff | value-parser: Make parse_value() accept variable's... |
tree | commitdiff |
2011-04-12 |
Ben Pfaff | DISPLAY: Display values for value labels using the... |
tree | commitdiff |
2011-04-12 |
Ben Pfaff | tab: Make tab_value() take a variable instead of a... |
tree | commitdiff |
2011-04-12 |
Ben Pfaff | FORMATS: Allow an optional slash before each set of... 20110412030503/pspp |
tree | commitdiff |
2011-04-12 |
Ben Pfaff | FORMATS: Allow setting formats of string variables. |
tree | commitdiff |
2011-04-10 |
Ben Pfaff | LIST: Fix crash when SPLIT FILE was used. 20110410030503/pspp |
tree | commitdiff |
2011-04-09 |
Ben Pfaff | segment: Fix uninitialized variable in segmenter_parse_... 20110409030503/pspp |
tree | commitdiff |
2011-04-08 |
Ben Pfaff | FREQUENCIES: Fix crash when median and histogram both... |
tree | commitdiff |
2011-03-20 |
Ben Pfaff | Change terminology from "active file" to "active dataset". |
tree | commitdiff |
2011-03-20 |
Ben Pfaff | dataset: Rename functions with "dataset_" prefix. |
tree | commitdiff |
2011-03-20 |
Ben Pfaff | Rename procedure.[ch] to dataset.[ch]. |
tree | commitdiff |
2011-03-20 |
Ben Pfaff | lexer: Reimplement for better testability and internati... |
tree | commitdiff |
2011-03-20 |
Ben Pfaff | scan: New library for high-level PSPP syntax lexical... |
tree | commitdiff |
2011-03-20 |
Ben Pfaff | segment: New library for low-level phase of lexical... |
tree | commitdiff |
2011-03-20 |
Ben Pfaff | str: Rename ss_chomp() to ss_chomp_byte(), ds_chomp... |
tree | commitdiff |
2011-03-20 |
Ben Pfaff | data-reader: Remove unreachable "return" statements. |
tree | commitdiff |
2011-03-19 |
Ben Pfaff | Update all #include directives to the currently preferr... |
tree | commitdiff |
2011-03-12 |
Ben Pfaff | FREQUENCIES: Fix percentiles calculation. 20110312030504/pspp 20110313030503/pspp 20110314030506/pspp 20110315030503/pspp 20110316030502/pspp 20110317030504/pspp 20110318030507/pspp 20110319030507/pspp |
tree | commitdiff |
2011-03-11 |
Ben Pfaff | T-TEST: Fix use-after-free with TEMPORARY and independe... 20110311030503/pspp |
tree | commitdiff |
2011-03-11 |
Ben Pfaff | DELETE VARIABLES: Style fix. |
tree | commitdiff |
2011-02-20 |
Ben Pfaff | data-out: Optimize and fix some bad assumptions. |
tree | commitdiff |
2011-02-20 |
Ben Pfaff | format: Create a new "struct fmt_affix" for prefix... |
tree | commitdiff |
2011-02-20 |
Ben Pfaff | legacy-encoding: Remove. |
tree | commitdiff |
2011-02-20 |
Ben Pfaff | i18n: Introduce C_ENCODING as replacement for LEGACY_NA... |
tree | commitdiff |
2011-02-20 |
Ben Pfaff | i18n: New function recode_byte(). |
tree | commitdiff |
2011-02-20 |
Ben Pfaff | PRINT: Use UTF-8 encoding for output to the output... |
tree | commitdiff |
2011-02-19 |
Ben Pfaff | CROSSTABS: Eliminate redundant data copying. |
tree | commitdiff |
2011-02-13 |
Ben Pfaff | operations.def: Fix indentation. 191/pspp 192/pspp 193/pspp 194/pspp 195/pspp 196/pspp 197/pspp 198/pspp 199/pspp 20110214030502/pspp 20110215030502/pspp 20110216030503/pspp 20110217030502/pspp 20110218030502/pspp 20110219030503/pspp 20110220030503/pspp 20110221030503/pspp 20110222030502/pspp |
tree | commitdiff |
2011-02-12 |
Ben Pfaff | PRINT SPACE: When an output file is specified, don... 190/pspp 20110213030502/pspp |
tree | commitdiff |
2011-02-12 |
Ben Pfaff | GET DATA: Get rid of lex_put_back(). |
tree | commitdiff |
2011-02-12 |
Ben Pfaff | float-format: Eliminate tests' dependence on exact... |
tree | commitdiff |
2011-02-05 |
Ben Pfaff | REGRESSION: Eliminate restriction to VAR_NAME_LEN in... |
tree | commitdiff |
2011-02-05 |
Ben Pfaff | FLIP: Eliminate false dependency on VAR_NAME_LEN. |
tree | commitdiff |
2011-02-05 |
Ben Pfaff | DESCRIPTIVES: Eliminate main restriction on Z-score... |
tree | commitdiff |
2011-02-05 |
Ben Pfaff | variable-parser: Drop VAR_NAME_LEN restriction from... |
tree | commitdiff |
2011-02-05 |
Ben Pfaff | variable-parser: Rewrite parse_DATA_LIST_vars(). |
tree | commitdiff |
2011-02-05 |
Ben Pfaff | DEBUG EVALUATE: Eliminate VAR_NAME_LEN limit. |
tree | commitdiff |
2011-02-05 |
Ben Pfaff | VECTOR: Eliminate VAR_NAME_LEN limit for variable names. |
tree | commitdiff |
2011-02-05 |
Ben Pfaff | MODIFY VARIABLES: Eliminate VAR_NAME_LEN limit on varia... |
tree | commitdiff |
2011-02-05 |
Ben Pfaff | DATAFILE ATTRIBUTE, VARIABLE ATTRIBUTE: Eliminate VAR_N... |
tree | commitdiff |
2011-02-05 |
Ben Pfaff | GET DATA /TYPE=TXT: Get rid of VAR_NAME_LEN limit on... |
tree | commitdiff |
2011-02-05 |
Ben Pfaff | FILE HANDLE: Get rid of VAR_NAME_LEN limit on handle... |
tree | commitdiff |
2011-02-05 |
Ben Pfaff | combine-files: Eliminate VAR_NAME_LEN restriction from... |
tree | commitdiff |
2011-01-29 |
Ben Pfaff | q2c: T_RPAREN should be T_LPAREN for matching a left... 178/pspp 179/pspp 180/pspp 181/pspp 182/pspp 20110130030509/pspp 20110131030507/pspp 20110201030505/pspp 20110202030504/pspp 20110203030509/pspp |
tree | commitdiff |
2010-12-21 |
Ben Pfaff | NPAR TESTS: Fix two test failures. 139/pspp 140/pspp 141/pspp 142/pspp 143/pspp 144/pspp 145/pspp 146/pspp 147/pspp 148/pspp 149/pspp 150/pspp 20101221030505/pspp 20101222030509/pspp 20101223030504/pspp 20101224030508/pspp 20101225030503/pspp 20101226030509/pspp 20101227030502/pspp 20101228030501/pspp 20101229030502/pspp 20101230030502/pspp 20101231030502/pspp 20110101030503/pspp |
tree | commitdiff |
2010-12-21 |
Ben Pfaff | NPAR TESTS: Fix "NPAR TESTS BINOMIAL, P = 0.5; N1/N2... |
tree | commitdiff |
2010-12-21 |
Ben Pfaff | lexer: Fix GCC warning for unhandled TOKEN_N_TYPES... |
tree | commitdiff |
2010-12-21 |
Ben Pfaff | lexer: Remove unused function lex_put_back_id(). |
tree | commitdiff |
2010-12-12 |
Ben Pfaff | value-parser: Remove redundant call to lex_force_string... 131/pspp 132/pspp 133/pspp 134/pspp 135/pspp 136/pspp 137/pspp 138/pspp 20101213030503/pspp 20101214030502/pspp 20101215030501/pspp 20101216030504/pspp 20101217030502/pspp 20101218030503/pspp 20101219030504/pspp 20101220030504/pspp |
tree | commitdiff |
2010-12-12 |
Ben Pfaff | GET DATA: Fix punctuation in error message. |
tree | commitdiff |
2010-12-12 |
Ben Pfaff | AGGREGATE: Align arg_func_tab[] in columns. |
tree | commitdiff |
2010-12-12 |
Ben Pfaff | ECHO: Use text_item, as intended. |
tree | commitdiff |
2010-12-12 |
Ben Pfaff | float-format: Don't translate test strings. |
tree | commitdiff |
2010-12-12 |
Ben Pfaff | DO REPEAT: Make this command usable anywhere. |
tree | commitdiff |
2010-12-12 |
Ben Pfaff | NPAR TESTS: Prefer lex_match_id() over lex_match_hyphen... |
tree | commitdiff |
2010-12-12 |
Ben Pfaff | q2c: Prefer lex_match_id() over lex_match_hyphenated_wo... |
tree | commitdiff |
2010-12-12 |
Ben Pfaff | DEBUG XFORM FAIL: Issue an error message as part of... |
tree | commitdiff |
2010-12-12 |
Ben Pfaff | INPUT PROGRAM: Remove unused enumeration. |
tree | commitdiff |
2010-12-12 |
Ben Pfaff | expressions: Make extract_min_valid() parameter const. |
tree | commitdiff |
2010-12-12 |
Ben Pfaff | categoricals: Make parameter to categoricals_done(... |
tree | commitdiff |
2010-12-12 |
Ben Pfaff | covariance: Fix const-ness of covariance_calculate... |
tree | commitdiff |
2010-12-12 |
Ben Pfaff | ONEWAY: Fix warning for passing "const" pointer as... |
tree | commitdiff |
2010-12-12 |
Ben Pfaff | mann-whitney: Suppress GCC warning about unused parameter. |
tree | commitdiff |
2010-12-12 |
Ben Pfaff | friedman: Fix GCC warning about uninitialized fr.w. |
tree | commitdiff |
2010-12-04 |
Ben Pfaff | command: Don't allow SORT as an abbreviation for SORT... |
tree | commitdiff |
2010-12-04 |
Ben Pfaff | Remove the PROMPT, CPROMPT, and DPROMPT settings. |
tree | commitdiff |
2010-12-04 |
Ben Pfaff | Remove the NULLINE and ENDCMD settings. |
tree | commitdiff |
2010-12-04 |
Ben Pfaff | VALUE LABELS: Relax limit on value label length from... 123/pspp 20101205030504/pspp |
tree | commitdiff |
2010-11-20 |
Ben Pfaff | lexer: Change the functions for retrieving token strings. 111/pspp 112/pspp 113/pspp 114/pspp 115/pspp 116/pspp 120/pspp 121/pspp 122/pspp 20101122030502/pspp 20101123030502/pspp 20101124030502/pspp 20101125030504/pspp 20101126030502/pspp 20101127030503/pspp 20101202030501/pspp 20101203030504/pspp 20101204030504/pspp |
tree | commitdiff |
2010-11-19 |
Ben Pfaff | lexer: Get rid of lex_negative_to_dash(). |
tree | commitdiff |
2010-11-19 |
Ben Pfaff | lexer: New type enum token_type. |
tree | commitdiff |
2010-11-19 |
Ben Pfaff | command: Factor command name matching out of command.c. 109/pspp 110/pspp 20101120030502/pspp 20101121030501/pspp |
tree | commitdiff |
next |