q2c: T_RPAREN should be T_LPAREN for matching a left parenthesis.
[pspp-builds.git] / src /
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 Pfaffi18n: Remove unnecessary #ifs.
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 Pfaffidentifier: New function token_type_to_string().
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-05 Ben Pfaffgui: Factor out duplicated code for executing and pasti...
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 Pfaffidentifier: Add some functions for Unicode syntax.
2010-11-19 Ben Pfaffstr: Add some functions for handling UTF-8.
2010-11-19 Ben Pfaffstr: Change "char" to "byte" in function names.
2010-11-19 Ben Pfaffstr: Inline some trivial functions.
2010-11-17 Jason H StoverFixed degrees of freed in t-stat for intercept
2010-11-16 Ben Pfaffsys-file: Add functions for converting between codepage...
2010-11-06 Ben Pfaffcsv: Make the character used for quoting configurable.
2010-11-06 Ben Pfaffcsv: Add ability to suppress table captions.
2010-11-05 Ben Pfaffcsv: Better support separators other than comma or...
2010-11-05 Ben PfaffCACHE: Implement command as no-op.
2010-11-04 Ben Pfaffsparse-array: Fix accidental assumption that "long...
2010-10-31 Ben PfaffStop building src/language/stats/glm.c for now.
2010-10-31 Ben Pfaffexecutor: Execute pending transformations after process...
2010-10-30 Ben Pfaffdatasheet: Add a few assertions.
2010-10-30 John DarringtonFix typo
2010-10-30 John DarringtonNPAR: Implemented the /KENDALL subcommand.
2010-10-30 John DarringtonAdded a dialog box for the k-related-sample non-paramet...
2010-10-30 Ben Pfaffcairo: Fix rendering of wide titles for GUI rendering.
2010-10-29 John DarringtonConditionally compile in the SIGWINCH handler
2010-10-28 John DarringtonAdded implementation for the Cochran Q test
2010-10-27 Ben Pfaffpsppire-output-window: Insert a half-line of space...
2010-10-27 Ben Pfaffcairo: Draw table titles in xr_rendering_draw() too.
2010-10-27 Ben Pfaffcairo: Always save output item in xr_rendering_create().
2010-10-27 Ben Pfaffcase: Add support for debugging case reference count...
2010-10-27 John DarringtonMake ascii driver's length and width parameters fit...
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-26 Ben Pfaffrender: Fix cells spanning otherwise completely empty...
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
2010-10-25 John DarringtonUse sort instead of qsort thus avoiding compiler warning
2010-10-25 John DarringtonAvoid compiler warnings
2010-10-23 John DarringtonProperly handle weights in Friedman test
2010-10-23 John DarringtonAdd test for friedman test and fix problem with missing...
2010-10-23 John Darringtonremove unused variable
2010-10-23 John Darringtonfix memory leak
2010-10-23 John DarringtonFirst attempt at the Friedman test
2010-10-23 John DarringtonWhitespace changes only
2010-10-23 John DarringtonRemove redundant whitespace
2010-10-21 John DarringtonFix memory deallocation bug
2010-10-21 John DarringtonImplemented the /RUNS subcommand for NPAR TESTS.
2010-10-18 Ben Pfaffstr: Remove unused functions.
2010-10-18 Ben Pfaffformat-parser: Fix parse_format_specifier() failure...
2010-10-17 John DarringtonFix typos in printed strings
2010-10-17 John DarringtonFix test failures on T-TEST command.
2010-10-17 John DarringtonRe-implemented the levene calculation
2010-10-17 John DarringtonFixed bug in oneway /descriptives subcommand vs. weights.
2010-10-16 John DarringtonInclude hash-functions.h instead of hash.h
2010-10-16 John DarringtonNPAR: use hmapx instead of hash.h
2010-10-13 John DarringtonAdd some comments where needed
2010-10-13 John DarringtonAvoid compiler warnings
2010-10-12 John DarringtonFix memory leaks in Kruskal-Wallis test
2010-10-11 John DarringtonInitial implementation of the Kruskal-Wallis test.
2010-10-11 John DarringtonUse cast macros
2010-10-11 John DarringtonRemove some duplicated #includes
2010-10-11 John DarringtonNPAR TESTS: Implement parser for kruskal wallis test
2010-10-11 John DarringtonNPAR TESTS: Add framework for n sample independent...
2010-10-11 John DarringtonNPAR TESTS: reformat and use cast macros
2010-10-11 Ben Pfaffpspp: Get rid of clean_up() function now that it has...
2010-10-11 Ben Pfaffpspp: Don't attempt fancy clean-up upon receiving a...
2010-10-09 John DarringtonEleminate unnecessary variables
2010-10-09 John DarringtonChange identifiers for consistency with other commands
2010-10-09 John DarringtonConsolidate translatable strings
2010-10-09 John DarringtonReplace npar.q with npar.c
2010-10-04 John DarringtonFix bug in autorecode - strings vs. /group
next