pspp-builds.git
2011-02-20 Ben Pfaffdata-out: Add test for non-ASCII custom currency formats.
2011-02-20 Ben Pfaffdata-out: Optimize and fix some bad assumptions.
2011-02-20 Ben Pfaffpool: Support NULL pool argument to pool_alloc_unaligned().
2011-02-20 Ben Pfaffdata-out: Reorganize output_Z() to be more easily under...
2011-02-20 Ben Pfaffformat: Count prefix and suffix width in terms of displ...
2011-02-20 Ben Pfaffformat: Create a new "struct fmt_affix" for prefix...
2011-02-20 Ben Pfaffdata-out: Make each converter responsible for storing...
2011-02-20 Ben Pfaffformat: Increase abstraction of fmt_number_style.
2011-02-20 Ben Pfafflegacy-encoding: Remove.
2011-02-20 Ben Pfaffi18n: Introduce C_ENCODING as replacement for LEGACY_NA...
2011-02-20 Ben Pfaffi18n: New function recode_byte().
2011-02-20 Ben PfaffPRINT: Use UTF-8 encoding for output to the output...
2011-02-19 Ben PfaffCROSSTABS: Eliminate redundant data copying.
2011-02-15 Ben PfaffUse new Gnulib function dtoastr() to format short,...
2011-02-13 Ben Pfaffoperations.def: Fix indentation.
2011-02-12 Ben PfaffPRINT SPACE: When an output file is specified, don...
2011-02-12 Ben PfaffGET DATA: Get rid of lex_put_back().
2011-02-12 Ben Pfafffloat-format: Eliminate tests' dependence on exact...
2011-02-05 Ben Pfaffpor-file-reader: Remove dependency on VAR_NAME_LEN.
2011-02-05 Ben Pfafftext-data-import-dialog: Eliminate VAR_NAME_LEN restric...
2011-02-05 Ben PfaffREGRESSION: Eliminate restriction to VAR_NAME_LEN in...
2011-02-05 Ben PfaffFLIP: Eliminate false dependency on VAR_NAME_LEN.
2011-02-05 Ben PfaffDESCRIPTIVES: Eliminate main restriction on Z-score...
2011-02-05 Ben Pfaffvariable-parser: Drop VAR_NAME_LEN restriction from...
2011-02-05 Ben Pfaffvariable-parser: Rewrite parse_DATA_LIST_vars().
2011-02-05 Ben PfaffDEBUG EVALUATE: Eliminate VAR_NAME_LEN limit.
2011-02-05 Ben PfaffVECTOR: Eliminate VAR_NAME_LEN limit for variable names.
2011-02-05 Ben PfaffMODIFY VARIABLES: Eliminate VAR_NAME_LEN limit on varia...
2011-02-05 Ben PfaffDATAFILE ATTRIBUTE, VARIABLE ATTRIBUTE: Eliminate VAR_N...
2011-02-05 Ben PfaffGET DATA /TYPE=TXT: Get rid of VAR_NAME_LEN limit on...
2011-02-05 Ben PfaffFILE HANDLE: Get rid of VAR_NAME_LEN limit on handle...
2011-02-05 Ben Pfaffcombine-files: Eliminate VAR_NAME_LEN restriction from...
2011-02-05 Ben Pfaffvector: Remove VAR_NAME_LEN limit for internal represen...
2011-02-05 Ben Pfaffvariable: Remove VAR_NAME_LEN limit for internal repres...
2011-02-05 Ben Pfaffdict: Make dict_make_unique_var_name() return an alloca...
2011-02-05 Ben Pfafftests: Add `check-programs' target.
2011-02-05 Ben PfaffSmake: Avoid duplicating $(GNULIB_TOOL) invocation.
2011-02-05 Ben Pfaffi18n: Always allocate from pool in recode_substring_pool().
2011-02-05 Ben Pfaffsys-file-writer: Fix subtype used for v14+ multiple...
2011-02-05 Ben Pfaffdoc: Document that type-7 records must appear in ascend...
2011-02-05 Ben Pfaffdoc: Update description of character encoding informati...
2011-02-04 Ben Pfaffsys-file-reader: Add tests.
2011-02-04 Ben Pfaffsys-file-reader: Elevate invalid number of labels from...
2011-02-04 Ben Pfaffsys-file-reader: Avoid redundant "within system file...
2011-02-04 Ben Pfaffsys-file-reader: Improve debugging usefulness of error...
2011-02-04 Ben Pfaffsys-file-reader: Really enable warnings for invalid...
2011-02-04 Ben Pfaffsys-file-reader: Add missing periods at end of error...
2011-01-31 Ben Pfaffsys-file-reader: Check that multiple response set names...
2011-01-31 Ben Pfaffsys-file-reader: Fix double-free on read of partial...
2011-01-31 Ben Pfaffhash-functions: Use C instead of preprocessor to test...
2011-01-29 Ben Pfaffq2c: T_RPAREN should be T_LPAREN for matching a left...
2011-01-05 Ben PfaffUpdated the Lithuanian translation from translationproj...
2011-01-02 Ben PfaffREADME: Describe meaning of copyright year ranges.
2011-01-01 Ben Pfaffexpressions: Fix test failures due to new year.
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 Pfaffi18n: Remove unnecessary #ifs.
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 Pfaffidentifier: New function token_type_to_string().
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-05 Ben Pfaffgui: Factor out duplicated code for executing and pasti...
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 Pfaffidentifier: Add some functions for Unicode syntax.
2010-11-19 Ben Pfaffstr: Add some functions for handling UTF-8.
2010-11-19 Ben Pfaffstr: Change "char" to "byte" in function names.
2010-11-19 Ben Pfaffstr: Inline some trivial functions.
2010-11-17 Ben PfaffUpdated the Lithuanian translation from translationproj...
2010-11-17 Jason H StoverFixed degrees of freed in t-stat for intercept
2010-11-16 Ben Pfaffsys-file: Add functions for converting between codepage...
2010-11-15 Ben Pfaffperl-module: Fix return value of append_case subroutine.
2010-11-15 Ben PfaffINSTALL: Update to mention test-only dependencies.
2010-11-15 Ben Pfaffperl-module: Only run the combined test if Text::Diff...
2010-11-15 Ben Pfafftests: Only attempt to run PostgreSQL tests if the...
2010-11-15 Ben PfaffONEWAY: Accept 3.88 instead of 3.87 in multiple variabl...
2010-11-15 Ben PfaffNPAR TESTS: Accept .313 instead of .312 for point proba...
2010-11-06 Ben Pfaffcsv: Make the character used for quoting configurable.
2010-11-06 Ben Pfaffcsv: Add ability to suppress table captions.
next