pspp-builds.git
2011-03-20 Ben Pfaffdataset: Remove unused types and useless struct forward...
2011-03-20 Ben Pfaffmessage: Remove reference to deleted type "struct sourc...
2011-03-20 Ben PfaffNEWS: Remove Time-stamp line.
2011-03-20 Ben Pfafflexer: Reimplement for better testability and internati...
2011-03-20 Ben Pfaffscan: New library for high-level PSPP syntax lexical...
2011-03-20 Ben Pfaffsegment: New library for low-level phase of lexical...
2011-03-20 Ben Pfaffu8-istream: New library for reading a text file and...
2011-03-20 Ben Pfaffencoding-guesser: New library to guess the encoding...
2011-03-20 Ben Pfaffi18n: New functions and data structure for obtaining...
2011-03-20 Ben Pfaffidentifier: Rename token_type_to_string() and make...
2011-03-20 Ben Pfaffi18n: New functions for truncating strings in an arbitr...
2011-03-20 Ben Pfaffi18n: New function recode_string_len().
2011-03-20 Ben Pfaffi18n: New function uc_name().
2011-03-20 Ben Pfaffhash-functions: New function hash_case_bytes().
2011-03-20 Ben Pfaffstr: New functions for checking for and removing string...
2011-03-20 Ben Pfaffstr: Rename ss_chomp() to ss_chomp_byte(), ds_chomp...
2011-03-20 Ben Pfaffstr: New function ss_realloc().
2011-03-20 Ben Pfaffoutput: New function text_item_create_nocopy().
2011-03-20 Ben Pfaffsys-file-reader: Refactor to clean up character encodin...
2011-03-20 Ben Pfafffile-name: Do not make output files line-buffered in...
2011-03-20 Ben Pfaffdata-reader: Remove unreachable "return" statements.
2011-03-20 Ben Pfafffile-handle-def: Use hmap instead of list for name...
2011-03-19 Ben PfaffUpdate all #include directives to the currently preferr...
2011-03-19 Ben PfaffSmake: Remove ulc-width-linebreaks module.
2011-03-12 Ben PfaffFREQUENCIES: Fix percentiles calculation.
2011-03-11 Ben PfaffT-TEST: Fix use-after-free with TEMPORARY and independe...
2011-03-11 Ben Pfaffgroup: Delete unused functions.
2011-03-11 Ben PfaffDELETE VARIABLES: Style fix.
2011-02-25 Ben PfaffREADME.Git: Update to newer commit.
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.
next