data-out: Convert tests for binary and hex formats to Autotest framework.
[pspp-builds.git] / src /
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.
2010-09-22 Ben Pfaffi18n: Properly restart conversion when output buffer...
2010-09-22 Ben Pfaffi18n: Ensure that every recoding starts from the initia...
2010-09-22 Ben Pfaffi18n: Avoid memory leak when create_iconv() fails.
2010-09-22 Ben Pfaffi18n: Lightly reformat comments to better resemble...
2010-09-19 John DarringtonFix bug #31052: Crash on histograms with only one datum
2010-09-19 John DarringtonConst casts.
2010-09-18 John DarringtonFix outstanding quote style issues
2010-09-18 John DarringtonRemove gettext markup from diagnostic string.
2010-09-18 John DarringtonFLIP: Don't change new variables to upper case.
2010-09-18 Ben Pfafflinreg: Delete unused static function.
2010-09-18 Ben PfaffONEWAY: Fix declaration-after-statement warning.
2010-09-18 Ben PfaffSuppress warnings about conversions between char *...
2010-09-15 John DarringtonConsolidate quoting style in printed strings.
2010-09-14 John DarringtonTranslate the names of aggretation functions. Fixes...
2010-09-12 John DarringtonSyntax Window: Don't connect callbacks until all member...
2010-09-11 John DarringtonRename compare_string --> compare_string_3way
2010-09-11 John DarringtonPrevent critical when closing output viewer
2010-09-11 John DarringtonAutorecode: /GROUP vs. heterogenous strings.
2010-09-09 John DarringtonAutorecode: Add the /GROUP subcommand
2010-09-06 John DarringtonFixed bug #30969: Crash in split file dialog box
2010-09-06 John DarringtonSeperate the GtkBuilder definition for Split into its...
2010-09-05 John DarringtonAutorecode: Add value labels indicating the source...
2010-09-05 John DarringtonRemove obsolete comments.
2010-09-04 Michel BoaventuraChange charset from html output to utf-8
2010-08-29 Ben PfaffImplement the PRESERVE and RESTORE commands.
2010-08-29 Ben Pfaffsettings: Avoid using a pointer and global data for...
2010-08-29 Ben Pfaffsettings: Make viewwidth, viewlength "int"s instead...
2010-08-29 Ben Pfaffsettings: Reformat the_settings initializer.
2010-08-29 Ben Pfaffformat: Introduce a new type, struct fmt_settings.
2010-08-29 Ben Pfaffformat: Make fmt_number_style_init(), fmt_number_style_...
2010-08-29 Ben Pfaffformat: Remove prototypes of unimplemented functions.
2010-08-29 Ben Pfaffformat: Move is_fmt_type() prototype near more-related...
2010-08-29 Ben Pfaffformat: Remove declaration of data that is never used.
2010-08-28 John DarringtonImproved the syntax generated by the select-cases dialog
2010-08-28 John DarringtonAllow translation of default filenames in GUI
2010-08-28 John DarringtonAllow translation of default variable name.
next