pspp-builds.git
2009-07-21 John DarringtonAdd perl functions to get the format of a variable
2009-07-18 John DarringtonAvoid compiler warning
2009-07-18 John DarringtonMerge commit 'origin/data-encoding'
2009-07-18 John DarringtonAdd comment explaining the meaning of encoding to data_out
2009-07-18 John DarringtonThe length of the string is now not always the
2009-07-18 John DarringtonImprove code to trim leading spaces from numeric output.
2009-07-18 John DarringtonUse data_out_pool in crosstabs.q
2009-07-18 John DarringtonBefore recoding a variable's name, check that it
2009-07-17 Jason Stoverpspp_linreg(): Use cache->n_coeffs to set the dimension...
2009-07-17 John DarringtonCorrected typos in the perl documentation
2009-07-17 Ben Pfaffi18n: Merge translatable strings.
2009-07-17 Ben Pfaff"Sig." is an abbreviation, "Exact" is not.
2009-07-17 Ben Pfaffi18n: Eliminate some translatable strings.
2009-07-17 Ben Pfaffi18n: Reduce translatable strings in SHOW command.
2009-07-17 Ben Pfaffi18n: Change some strings to reduce work of translation.
2009-07-16 Ben PfaffSeparate table functions that format their arguments...
2009-07-16 Ben PfaffConsistently capitalize the name "Gnumeric".
2009-07-14 John DarringtonReplaced the glade definition of about dialog with...
2009-07-14 John DarringtonRemoved unused function prototypes
2009-07-13 John DarringtonFix crash in find dialog and make code less horrible.
2009-07-13 John DarringtonFix bug encodig missing value keys in gui
2009-07-12 John DarringtonFix crash on text import dialog
2009-07-12 Jason StoverRemove write-only variable from interaction_case_data.
2009-07-12 John DarringtonFix compiler warning in test program
2009-07-12 John DarringtonUpdated the developers' manual to reflect the new situation
2009-07-12 John DarringtonAdded a dict parameter to data_in and dealt with the...
2009-07-11 Jason StoverReturn 0.0 for mean of a categorical variable. Fixes...
2009-07-08 John DarringtonRemove recoding in data_store.
2009-07-07 John DarringtonChange union value type to contain uint8_t types instea...
2009-07-07 John DarringtonRemove erroneously commited diagnostic statement
2009-07-07 John DarringtonUse default encoding when reading system files if no...
2009-07-07 John DarringtonFix problem running the perl module
2009-07-07 John DarringtonReplace legacy_recode with recode_string.
2009-07-07 John DarringtonFix compile warnings
2009-07-07 John DarringtonFix bug in value labels dialog box
2009-07-07 John DarringtonAdd dictionary argument to tab_value.
2009-07-06 John DarringtonRecode strings when writing system files.
2009-07-06 John DarringtonFix crash when opening empty dataset
2009-07-06 John DarringtonConvert to utf8 in data_out function.
2009-07-06 John Darringtondata_out function to dynamically allocate return value.
2009-07-05 John DarringtonChange enum legacy_encoding to const char *.
2009-07-05 John DarringtonStore variable names, labels and value labels as UTF8.
2009-06-16 Jason H StoverRenamed interaction_variable_get_var to interaction_get...
2009-06-15 Ben Pfaffsparse-xarray: Add missing #include <limits.h>.
2009-06-15 Ben PfaffAllow variables created by var_create_internal to have...
2009-06-14 John DarringtonFix compile warning
2009-06-12 Ben PfaffFix type mismatch between value_hash prototype and...
2009-06-12 Ben PfaffDrop call to deleted function value_cnt_from_width...
2009-06-11 Jason H StoverFixed crash caused by regressing with categorical variables
2009-06-09 John DarringtonFixed bug inserting cases in data sheet.
2009-06-08 Ben PfaffFix handling of #! at beginning of PSPP syntax file...
2009-06-07 Ben PfaffRemove spurious Makefile from src/output.
2009-06-07 Ben Pfaffcrosstabs: Fix chi-square display and add regression...
2009-06-07 Ben Pfaffcrosstab: Remove struct that was defined but never...
2009-06-07 Ben Pfaffcrosstabs: Remove write-only variable.
2009-06-07 Ben Pfaffcrosstabs: Fix segfault when chi-square was requested.
2009-06-07 Ben Pfaffdatasheet-test: Add support for testing string backing...
2009-06-07 Ben Pfaffcrosstabs: Trim unsightly spaces from titles in output.
2009-06-07 Ben Pfaffcrosstabs: Fix memory leaks.
2009-06-07 Ben Pfaffargv-parser: Add assertion to find likely bugs in clien...
2009-06-07 Ben Pfaffdatasheet: Fix bugs in datasheet_resize_column() found...
2009-06-07 Ben Pfaffdatasheet-test: Add test for datasheet_resize_column().
2009-06-07 Ben Pfaffdatasheet-test: Fix printing of string values in error...
2009-06-07 Ben Pfaffdatasheet-test: Check duplicate states before discardin...
2009-06-07 Ben Pfaffdatasheet-test: Make column widths to test configurable...
2009-06-07 Ben Pfaffdatasheet-test: Don't test null operations.
2009-06-07 Ben Pfaffsparse-xarray-test: Style and comment fixes.
2009-06-07 Ben Pfaffvalue: New function value_swap.
2009-06-07 Ben PfaffMove datasheet test out of PSPP into a separate binary.
2009-06-07 Ben PfaffMake MAX_SHORT_STRING an implementation detail of the...
2009-06-07 Ben PfaffUse MAX_SHORT_STRING in place of MIN_LONG_STRING.
2009-06-07 Ben PfaffFix portable file reader use of long strings.
2009-06-07 Ben PfaffGet rid of uses of MAX_SHORT_STRING in Gnumeric and...
2009-06-07 Ben PfaffImplement missing values for long string variables.
2009-06-07 Ben PfaffFix test failure introduced along with parse_value().
2009-06-07 Ben Pfaffsys-file-reader: Fix memory leak.
2009-06-07 Ben PfaffAdd support for value labels on long string variables.
2009-06-07 Ben PfaffNew function parse_value() for parsing a value of speci...
2009-06-07 Ben PfaffMake value_set_missing(), etc. tolerate values of width -1.
2009-06-07 John DarringtonPrevent invalid variable widths in variable sheet.
2009-06-07 Ben PfaffRemove debug printfs that escaped from my local tree.
2009-06-07 Ben Pfaffgui: Fix segfault when pushing Del on a long string...
2009-06-07 Ben PfaffChange "union value" to dynamically allocate long strings.
2009-06-07 Ben Pfaffoutput: Add auxiliary data parameter to tab_dim.
2009-06-07 Ben PfaffNew data structure sparse_xarray.
2009-06-07 Ben PfaffNew wrapper for access to temporary files.
2009-06-07 Ben Pfaffmodel-checker: Add command-line parser for model checki...
2009-06-07 Ben PfaffImplement new command-line argument parser.
2009-06-07 Ben Pfaffmodel-checker: Don't discard error states.
2009-06-07 Ben Pfaffmodel-checker: Revise advice on checking for duplicates.
2009-06-07 Ben Pfaffmodel-checker: Add more progress functions.
2009-06-07 Ben Pfaffmodel-checker: Move summary printing function into...
2009-06-07 Ben Pfaffmodel-checker: Kill dependencies and move back to libpspp.
2009-06-07 Ben Pfaffsparse-array: Simplify code slightly.
2009-06-07 Ben Pfaffsparse-array: Improve iteration interface.
2009-06-07 Ben Pfaffsparse-array: Use __builtin_ctzl on GCC 4.0 or later...
2009-06-07 Ben Pfaffrange-set: New functions range_set_last and range_set_prev.
2009-06-07 Ben Pfaffrange-set: Add new function range_set_scan().
2009-06-07 Ben Pfaffrange-set: Inline some simple functions.
2009-06-07 Ben Pfaffrange-set: Add test coverage for range_set_destroy...
next