q2c: T_RPAREN should be T_LPAREN for matching a left parenthesis.
[pspp-builds.git] / src / language /
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
2010-10-25 John DarringtonUse sort instead of qsort thus avoiding compiler warning
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 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-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
2010-10-03 John DarringtonConsolidate translatable strings
2010-10-03 John DarringtonFix memory leaks in ROC command
2010-10-01 John DarringtonFix memory leak in LIST command.
2010-09-29 John DarringtonReplace glm with a new implementation.
2010-09-29 Ben Pfaffsyntax-file: Open syntax files immediately, instead...
2010-09-28 Ben Pfafflexer: Properly initialize lexer->prog when lex_get_lin...
2010-09-28 Ben PfaffDO REPEAT: Report an error when END REPEAT is missing.
2010-09-24 Ben Pfaffdata-in: Get rid of first_column, last_column arguments.
2010-09-24 Ben Pfaffdata-in: Make data_in() parameters more uniform.
2010-09-24 Ben Pfaffdata-in: Eliminate "implied_decimals" parameter from...
2010-09-24 Ben Pfaffcalendar: Use sensible error reporting in calendar_greg...
2010-09-24 Ben Pfaffmessage: Add column range to struct msg_locator.
2010-09-24 Ben Pfaffmessage: Consistently initialize locator; use 0 for...
2010-09-24 Ben Pfaffcommand: Add specific DATASET unimplemented commands.
2010-09-24 Ben Pfaffcommand: Remove superfluous trailing spaces from comman...
2010-09-24 Ben Pfaffcommand: Remove INSERT from list of unimplemented commands.
2010-09-24 Ben Pfafflexer: Use lex_is_string() more consistently.
2010-09-24 Ben Pfafflexer: Remove DUMP_TOKENS debugging feature.
2010-09-24 Ben Pfafflexer: Improve translatability of lex_error().
2010-09-24 Ben PfaffMake translation easier.
2010-09-24 Ben PfaffHOST: Use more modern syntax.
2010-09-24 Ben PfaffAGGREGATE: Simplify code.
2010-09-24 Ben PfaffPERMISSIONS: Add missing check for string token.
2010-09-24 Ben Pfaffsyntax-string-source: Fix format string problems.
2010-09-23 Ben PfaffRECODE: Suppress warning about conversion using CHAR_CA...
2010-09-19 John DarringtonConst casts.
2010-09-18 John DarringtonFLIP: Don't change new variables to upper case.
next