pspp
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... 20110320030508/pspp
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. 20110312030504/pspp 20110313030503/pspp 20110314030506/pspp 20110315030503/pspp 20110316030502/pspp 20110317030504/pspp 20110318030507/pspp 20110319030507/pspp
2011-03-11 Ben PfaffT-TEST: Fix use-after-free with TEMPORARY and independe... 20110311030503/pspp
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. 20110225030502/pspp 20110225070542/pspp 20110226030503/pspp 20110227030503/pspp 20110228030503/pspp 20110301030502/pspp 20110302030503/pspp 20110303030502/pspp 20110304030502/pspp 20110305030508/pspp 20110306030502/pspp 20110307030503/pspp 20110308030502/pspp 20110309030501/pspp 20110310030503/pspp
2011-02-20 Ben Pfaffdata-out: Add test for non-ASCII custom currency formats. 20110223030502/pspp 20110224030502/pspp
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. 191/pspp 192/pspp 193/pspp 194/pspp 195/pspp 196/pspp 197/pspp 198/pspp 199/pspp 20110214030502/pspp 20110215030502/pspp 20110216030503/pspp 20110217030502/pspp 20110218030502/pspp 20110219030503/pspp 20110220030503/pspp 20110221030503/pspp 20110222030502/pspp
2011-02-12 Ben PfaffPRINT SPACE: When an output file is specified, don... 190/pspp 20110213030502/pspp
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. 189/pspp 20110212030502/pspp
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. 185/pspp 186/pspp 187/pspp 20110206030504/pspp 20110207030502/pspp 20110208030506/pspp
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. 183/pspp 184/pspp 20110204030503/pspp 20110205030505/pspp
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... 178/pspp 179/pspp 180/pspp 181/pspp 182/pspp 20110130030509/pspp 20110131030507/pspp 20110201030505/pspp 20110202030504/pspp 20110203030509/pspp
2011-01-05 Ben PfaffUpdated the Lithuanian translation from translationproj... 155/pspp 156/pspp 159/pspp 160/pspp 165/pspp 166/pspp 167/pspp 168/pspp 169/pspp 170/pspp 171/pspp 172/pspp 173/pspp 174/pspp 175/pspp 176/pspp 177/pspp 20110106030503/pspp 20110107030504/pspp 20110110030503/pspp 20110111030501/pspp 20110116030504/pspp 20110117030504/pspp 20110118030510/pspp 20110119030502/pspp 20110121030509/pspp 20110122030503/pspp 20110123030505/pspp 20110124030505/pspp 20110125030506/pspp 20110126030510/pspp 20110127030507/pspp 20110128030509/pspp 20110129030507/pspp
2011-01-02 Ben PfaffREADME: Describe meaning of copyright year ranges. 152/pspp 153/pspp 154/pspp 20110103030508/pspp 20110104030504/pspp 20110105030507/pspp
2011-01-01 Ben Pfaffexpressions: Fix test failures due to new year. 151/pspp 20110102030509/pspp
2010-12-21 Ben PfaffNPAR TESTS: Fix two test failures. 139/pspp 140/pspp 141/pspp 142/pspp 143/pspp 144/pspp 145/pspp 146/pspp 147/pspp 148/pspp 149/pspp 150/pspp 20101221030505/pspp 20101222030509/pspp 20101223030504/pspp 20101224030508/pspp 20101225030503/pspp 20101226030509/pspp 20101227030502/pspp 20101228030501/pspp 20101229030502/pspp 20101230030502/pspp 20101231030502/pspp 20110101030503/pspp
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... 131/pspp 132/pspp 133/pspp 134/pspp 135/pspp 136/pspp 137/pspp 138/pspp 20101213030503/pspp 20101214030502/pspp 20101215030501/pspp 20101216030504/pspp 20101217030502/pspp 20101218030503/pspp 20101219030504/pspp 20101220030504/pspp
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... 124/pspp 125/pspp 126/pspp 127/pspp 128/pspp 129/pspp 130/pspp 20101206030505/pspp 20101207030502/pspp 20101208030508/pspp 20101209030502/pspp 20101210030502/pspp 20101211030502/pspp 20101212030503/pspp
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... 123/pspp 20101205030504/pspp
next