gui: Add ellipsis to menu items that require further input.
[pspp-builds.git] / src / language /
2011-05-04 Ben PfaffImplement DATASET commands.
2011-04-27 Ben PfaffFACTOR: Use %s for literal string.
2011-04-27 Ben PfaffUse %zu, not %d, to format a size_t.
2011-04-26 Ben PfaffQUICK CLUSTER: Adjust comment style.
2011-04-26 Ben PfaffQUICK CLUSTER: Update #include directives to match...
2011-04-26 Ben PfaffQUICK CLUSTER: Fold quick-cluster.h into quick-cluster.c.
2011-04-26 Mehmet Hakan SatmanQUICK CLUSTER: New command.
2011-04-26 Ben PfaffDISPLAY FILE LABEL: Display in a more natural way.
2011-04-26 Ben PfaffMRSETS: Recode counted value to UTF-8 before displaying.
2011-04-26 Ben Pfaffvariable: Make var_set_label() use the variable's own...
2011-04-26 Ben Pfaffdictionary: Make dict_create() take the new dictionary...
2011-04-26 Ben PfaffReformat src/language/stats/automake.mk.
2011-04-23 Ben Pfaffascii: Print syntax in output single-spaced.
2011-04-16 Ben PfaffCROSSTABS: Fix output of multiway statistics tables.
2011-04-14 Ben Pfaffvalue-labels: Interpret \n as new-line in value labels.
2011-04-12 Ben Pfaffvalue-parser: Make parse_value() accept variable's...
2011-04-12 Ben PfaffDISPLAY: Display values for value labels using the...
2011-04-12 Ben Pfafftab: Make tab_value() take a variable instead of a...
2011-04-12 Ben PfaffFORMATS: Allow an optional slash before each set of...
2011-04-12 Ben PfaffFORMATS: Allow setting formats of string variables.
2011-04-10 Ben PfaffLIST: Fix crash when SPLIT FILE was used.
2011-04-09 Ben Pfaffsegment: Fix uninitialized variable in segmenter_parse_...
2011-04-08 Ben PfaffFREQUENCIES: Fix crash when median and histogram both...
2011-03-20 Ben PfaffChange terminology from "active file" to "active dataset".
2011-03-20 Ben Pfaffdataset: Rename functions with "dataset_" prefix.
2011-03-20 Ben PfaffRename procedure.[ch] to dataset.[ch].
2011-03-20 Ben Pfafflexer: Reimplement for better testability and internati...
2011-03-20 Ben Pfaffscan: New library for high-level PSPP syntax lexical...
2011-03-20 Ben Pfaffsegment: New library for low-level phase of lexical...
2011-03-20 Ben Pfaffstr: Rename ss_chomp() to ss_chomp_byte(), ds_chomp...
2011-03-20 Ben Pfaffdata-reader: Remove unreachable "return" statements.
2011-03-19 Ben PfaffUpdate all #include directives to the currently preferr...
2011-03-12 Ben PfaffFREQUENCIES: Fix percentiles calculation.
2011-03-11 Ben PfaffT-TEST: Fix use-after-free with TEMPORARY and independe...
2011-03-11 Ben PfaffDELETE VARIABLES: Style fix.
2011-02-20 Ben Pfaffdata-out: Optimize and fix some bad assumptions.
2011-02-20 Ben Pfaffformat: Create a new "struct fmt_affix" for prefix...
2011-02-20 Ben Pfafflegacy-encoding: Remove.
2011-02-20 Ben Pfaffi18n: Introduce C_ENCODING as replacement for LEGACY_NA...
2011-02-20 Ben Pfaffi18n: New function recode_byte().
2011-02-20 Ben PfaffPRINT: Use UTF-8 encoding for output to the output...
2011-02-19 Ben PfaffCROSSTABS: Eliminate redundant data copying.
2011-02-13 Ben Pfaffoperations.def: Fix indentation.
2011-02-12 Ben PfaffPRINT SPACE: When an output file is specified, don...
2011-02-12 Ben PfaffGET DATA: Get rid of lex_put_back().
2011-02-12 Ben Pfafffloat-format: Eliminate tests' dependence on exact...
2011-02-05 Ben PfaffREGRESSION: Eliminate restriction to VAR_NAME_LEN in...
2011-02-05 Ben PfaffFLIP: Eliminate false dependency on VAR_NAME_LEN.
2011-02-05 Ben PfaffDESCRIPTIVES: Eliminate main restriction on Z-score...
2011-02-05 Ben Pfaffvariable-parser: Drop VAR_NAME_LEN restriction from...
2011-02-05 Ben Pfaffvariable-parser: Rewrite parse_DATA_LIST_vars().
2011-02-05 Ben PfaffDEBUG EVALUATE: Eliminate VAR_NAME_LEN limit.
2011-02-05 Ben PfaffVECTOR: Eliminate VAR_NAME_LEN limit for variable names.
2011-02-05 Ben PfaffMODIFY VARIABLES: Eliminate VAR_NAME_LEN limit on varia...
2011-02-05 Ben PfaffDATAFILE ATTRIBUTE, VARIABLE ATTRIBUTE: Eliminate VAR_N...
2011-02-05 Ben PfaffGET DATA /TYPE=TXT: Get rid of VAR_NAME_LEN limit on...
2011-02-05 Ben PfaffFILE HANDLE: Get rid of VAR_NAME_LEN limit on handle...
2011-02-05 Ben Pfaffcombine-files: Eliminate VAR_NAME_LEN restriction from...
2011-01-29 Ben Pfaffq2c: T_RPAREN should be T_LPAREN for matching a left...
2010-12-21 Ben PfaffNPAR TESTS: Fix two test failures.
2010-12-21 Ben PfaffNPAR TESTS: Fix "NPAR TESTS BINOMIAL, P = 0.5; N1/N2...
2010-12-21 Ben Pfafflexer: Fix GCC warning for unhandled TOKEN_N_TYPES...
2010-12-21 Ben Pfafflexer: Remove unused function lex_put_back_id().
2010-12-12 Ben Pfaffvalue-parser: Remove redundant call to lex_force_string...
2010-12-12 Ben PfaffGET DATA: Fix punctuation in error message.
2010-12-12 Ben PfaffAGGREGATE: Align arg_func_tab[] in columns.
2010-12-12 Ben PfaffECHO: Use text_item, as intended.
2010-12-12 Ben Pfafffloat-format: Don't translate test strings.
2010-12-12 Ben PfaffDO REPEAT: Make this command usable anywhere.
2010-12-12 Ben PfaffNPAR TESTS: Prefer lex_match_id() over lex_match_hyphen...
2010-12-12 Ben Pfaffq2c: Prefer lex_match_id() over lex_match_hyphenated_wo...
2010-12-12 Ben PfaffDEBUG XFORM FAIL: Issue an error message as part of...
2010-12-12 Ben PfaffINPUT PROGRAM: Remove unused enumeration.
2010-12-12 Ben Pfaffexpressions: Make extract_min_valid() parameter const.
2010-12-12 Ben Pfaffcategoricals: Make parameter to categoricals_done(...
2010-12-12 Ben Pfaffcovariance: Fix const-ness of covariance_calculate...
2010-12-12 Ben PfaffONEWAY: Fix warning for passing "const" pointer as...
2010-12-12 Ben Pfaffmann-whitney: Suppress GCC warning about unused parameter.
2010-12-12 Ben Pfafffriedman: Fix GCC warning about uninitialized fr.w.
2010-12-04 Ben Pfaffcommand: Don't allow SORT as an abbreviation for SORT...
2010-12-04 Ben PfaffRemove the PROMPT, CPROMPT, and DPROMPT settings.
2010-12-04 Ben PfaffRemove the NULLINE and ENDCMD settings.
2010-12-04 Ben PfaffVALUE LABELS: Relax limit on value label length from...
2010-11-20 Ben Pfafflexer: Change the functions for retrieving token strings.
2010-11-19 Ben Pfafflexer: Get rid of lex_negative_to_dash().
2010-11-19 Ben Pfafflexer: New type enum token_type.
2010-11-19 Ben Pfaffcommand: Factor command name matching out of command.c.
2010-11-19 Ben Pfaffstr: Change "char" to "byte" in function names.
2010-11-17 Jason H StoverFixed degrees of freed in t-stat for intercept
2010-11-05 Ben PfaffCACHE: Implement command as no-op.
2010-10-31 Ben PfaffStop building src/language/stats/glm.c for now.
2010-10-30 John DarringtonNPAR: Implemented the /KENDALL subcommand.
2010-10-28 John DarringtonAdded implementation for the Cochran Q test
2010-10-26 John DarringtonMann-Whitney: Use value names in rank table.
2010-10-26 Ben PfaffCROSSTABS: Handle case where all cases in a crosstabula...
2010-10-26 Ben Pfaffdata-reader: Correct spelling.
2010-10-25 John DarringtonMann-Whitney: Change the rank sum used for Wilcoxon W
2010-10-25 John DarringtonFirst attempt at Mann-Whitney U test.
2010-10-25 John DarringtonCROSSTABS: (Re)implemented the format=DVALUE option.
2010-10-25 John DarringtonRemove various duplicated #include directives
next