file-handle-def: Use hmap instead of list for name table.
[pspp-builds.git] / src /
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
2010-10-04 John DarringtonWorkaround for gettext deficiencies
2010-10-04 Ben Pfaffpspp: Fix crash passing the name of a nonexistent file...
2010-10-04 Ben Pfaffpspp: Make style slightly more like the rest of the...
2010-10-03 John DarringtonUpdate generated HTML to conform to W3C standards.
2010-10-03 John DarringtonAdded gettext markup to some strings which required it
2010-10-03 John DarringtonUndo inappropriate quote substitution in generated...
2010-10-03 John DarringtonConsolidate translatable strings
2010-10-03 John DarringtonRemove erroneous CONST_CAST
2010-10-03 John DarringtonConstness
2010-10-03 John DarringtonFix memory leaks in ROC command
2010-10-03 John DarringtonAdd comments informing the caller about side effects
2010-10-03 John DarringtonConsistently use the return value from case_ref.
2010-10-02 Ben Pfaffpspp: Avoid printing multiple messages for a single...
2010-10-02 Ben Pfaffpspp: Make a signal that indicates a bug re-raise that...
2010-10-02 John DarringtonUse macros from cast.h instead of literal casts
2010-10-01 John DarringtonFix memory leak in LIST command.
2010-09-30 John DarringtonFix memory leak in casegrouper. Closes bug #30764
2010-09-30 John DarringtonFix memory leak in output rendering
2010-09-30 Ben Pfaffcasereader: Fix casereader_select() with BY argument...
2010-09-29 John DarringtonReplace glm with a new implementation.
2010-09-29 John DarringtonDisconnect clip signal handlers when a syntax window...
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: Rewrite logic for recoding input, and get...
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-24 Ben Pfaffi18n: New function recode_substring_pool().
2010-09-24 Ben Pfaffi18n: Use UTF8 macro instead of "UTF8" literal string.
2010-09-24 Ben Pfaffstr: Make ss_alloc_substring() allocate null-terminated...
2010-09-24 Ben Pfaffcast: New macro NULL_SENTINEL.
2010-09-23 Ben PfaffRECODE: Suppress warning about conversion using CHAR_CA...
2010-09-22 Ben Pfaffi18n: Add simple tests.
2010-09-22 Ben Pfaffi18n: Handle EINVAL more gracefully.
2010-09-22 Ben Pfaffi18n: Refactor for simplicity.
next