pspp-builds.git
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.
2010-08-24 John DarringtonCategoricals: Sort the reverse value map.
2010-08-24 John DarringtonOneway: Fixed most compiler warnings
2010-08-24 John DarringtonOneway: Fix problems with MISSING=ANALYSIS
2010-08-24 John DarringtonCategoricals: Use moments instead of keeping cc count...
2010-08-24 John Darringtononeway.c: Use the categoricals struct to calculate...
2010-08-24 John Darringtononeway: use new structures in the show_contrast_tests...
2010-08-24 John Darringtononeway: Fix descriptives for multiple variables
2010-08-24 John DarringtonAdd optional callback functions to categoricals.
2010-08-24 John DarringtonConstness
2010-08-24 John DarringtonOneway: Remove group_stats from the show_homogeniety...
2010-08-24 John DarringtonOneway: Remove group_values struct from show_contrast_...
2010-08-24 John DarringtonCovariance matrix interface change.
2010-08-24 John DarringtonOneway: Remove dict member from struct and add wv member
2010-08-24 John DarringtonOneway: Use covariance matrix and sweep operator
2010-08-24 John DarringtonOneway: Additional test case.
2010-08-24 John DarringtonOneway: Use lex_get_num instead of lex_parse_value.
2010-08-24 John DarringtonConstness
2010-08-24 John DarringtonConstness
2010-08-24 John DarringtonONEWAY: seperate the command specification from the...
2010-08-24 John DarringtonCategoricals.c Create entries for all groups.
2010-08-24 John DarringtonSyntax Window: Dynamically set paste sensitivity
2010-08-24 John DarringtonImplemented Edit->Paste in the syntax viewer
2010-08-24 Ben Pfaffformat: Optimize fmt_from_io().
2010-08-24 Ben Pfaffformat: Fix type code for Z format in system and portab...
2010-08-23 John DarringtonSyntax Window: Edit->* item sensitivity follows selection
2010-08-23 John DarringtonImplemented Cut, Copy and Delete in the syntax editor
2010-08-22 John DarringtonSET MXWARNS = 0 to be interpreted as unlimited.
2010-08-22 John DarringtonMove MX* processing to libpspp/message.c
2010-08-22 John DarringtonUpdate tests to reflect string changes.
2010-08-21 John Darringtonsyntax-editor.ui cleanup
2010-08-21 John DarringtonAllow undo/redo of pasted text as a single item
2010-08-21 John DarringtonText input dialog: Use widget-io
2010-08-21 John DarringtonCanonicalise 2-tailed vs. 2-sided
2010-08-21 John DarringtonConsolidate printed strings
2010-08-21 John DarringtonCorrect grammar in printed string
2010-08-20 John Darringtonfile-handle-def.c: replace hash with hmap
2010-08-19 John DarringtonFix translation of column headers in text import dialog.
2010-08-19 John DarringtonFix translation of column header.
2010-08-11 John Darringtoncorrelations: Fix memory leak
2010-08-09 Ben Pfafftests: Ignore testsuite.at since it is now a generated...
2010-08-09 Ben PfaffCOUNT: Convert tests to use Autotest.
2010-08-09 Ben PfaffBEGIN DATA: Convert tests to use Autotest.
2010-08-09 Ben PfaffADD FILES: Convert testsuite to use Autotest.
2010-08-09 Ben Pfafftests: Rewrite attributes tests to use Autotest.
2010-08-09 Ben PfaffSET: Add test to avoid regression on bug #30682.
2010-08-09 Ben PfaffImplement SAVE TRANSLATE to comma- and tab-delimited...
2010-08-09 Ben PfaffSAVE: Fix UNSELECTED=RETAIN with a filter variable.
2010-08-09 Ben PfaffDATA LIST: Don't report an error for an empty final...
2010-08-09 Ben PfaffDATA LIST: Fix output column reporting for FREE and...
2010-08-09 Ben PfaffDATA LIST: Convert tests to use Autotest.
2010-08-09 Ben Pfaffsys-file-writer: Consistently use "goto error" to exit.
2010-08-09 Ben Pfaffsys-file-writer: Make write_error(), close_writer(...
2010-08-09 Ben Pfaffsys-file-writer: Fix comment.
2010-08-09 Ben PfaffReplace S_I[RWX]{USR,GRP,OTH} macros by their values.
2010-08-09 Ben Pfaffi18n: Make a few strings more generic for translators.
2010-08-08 John DarringtonAggregate-dialog: Preselect summary function and variab...
2010-08-08 John DarringtonSET FORMAT: Flag an error if an invalid format is given.
2010-08-08 John DarringtonAggregate: Fixed bug when attempting to create duplicat...
2010-08-07 John DarringtonAggregate dialog: Initialize HPane widget width on...
2010-08-06 John DarringtonONEWAY: Add explicit tests for the homogeneity and...
2010-08-06 John DarringtonMigrate the tests for the ONEWAY command to autotest...
2010-08-06 John DarringtonAvoid duplicating the list of autotest files.
2010-08-05 John DarringtonReplace oneway.q with a manually crafted oneway.c file
2010-08-05 John DarringtonDocumentation: Add explanation of ONEWAY/MISSING
2010-08-01 John DarringtonAvoid compiler warning
2010-07-31 John DarringtonFACTOR: prevent crash if the dataset is empty.
2010-07-30 John DarringtonDeallocate memory from pool using the correct function
2010-07-30 John DarringtonFlush the journal after every write.
2010-07-30 John DarringtonRemoved the gnulib modules which are being flagged...
2010-07-30 Ben PfaffAGGREGATE: Add .h file to Makefile (fixing "make distch...
2010-07-30 Ben PfaffFLIP: Convert tests to use Autotest.
2010-07-30 Ben Pfaffmake-file: Remove superfluous fflush().
2010-07-30 Ben Pfafftemp-file: New functions for creating temporary files...
2010-07-30 Ben Pfafftemp-file: Rename "ext-array" (for "external array").
2010-07-29 John DarringtonAGGREGATE: Fixed a bug with MEDIAN vs. MODE=ADDVARIABLES
2010-07-29 John DarringtonAdded dialog box for the aggregate command
2010-07-28 John DarringtonAGGREGATE: New file aggregate.h containing the summary...
2010-07-26 John DarringtonRemove URL from translatable string
2010-07-26 John DarringtonAGGREGATE: Add MODE=ADDVARIABLES subcommand.
2010-07-25 Jason H StoverFix upper bound for subscript in ordered_cols.
2010-07-24 John DarringtonFix memory leak in crosstabs
2010-07-24 John DarringtonFix memory leak in MRSETS
2010-07-24 John DarringtonAvoid unused function warning
2010-07-22 John DarringtonReplaced relibility.q with relibility.c
2010-07-20 Jason H StoverAdd argument specifying column containing dependent...
2010-07-19 John DarringtonDelete file "means.q"
2010-07-19 John DarringtonRemove unnecessary include directives of hash.h
2010-07-18 John DarringtonFix memory leak in data_in
next