(parse_rank_function) Fix msg() bug found by -Wformat.
[pspp-builds.git] / src /
2005-07-31 Ben Pfaff(parse_rank_function) Fix msg() bug found by -Wformat.
2005-07-31 Ben Pfaff(postopen) Cast `char' to `unsigned char' before passin...
2005-07-31 Ben Pfaff(read_varables) Fix msg() bug found by -Wformat.
2005-07-31 Ben Pfaff*** empty log message ***
2005-07-31 Ben PfaffInclude <config.h>.
2005-07-31 Ben Pfaff(cmd_match_files) Fix msg() bug found by -Wformat.
2005-07-31 Ben Pfaff(check_common_specifier) Fix msg() bug found by -Wformat.
2005-07-31 Ben Pfaff(cmd_file_handle) Fix msg() bug found by -Wformat.
2005-07-31 Ben Pfaff(parse_Z) [WORDS_BIGENDIAN] Don't declare buf[], to...
2005-07-31 Ben Pfaff(find_word) Cast `char' to `unsigned char' before passi...
2005-07-31 Ben Pfaff(case_compare) Implement as delegating to case_compare_...
2005-07-31 Ben PfaffInclusion of <alloca.h> is unneeded.
2005-07-31 Ben PfaffDon't append -ansi to AM_CFLAGS for GCC. Using -ansi...
2005-07-27 Ben PfaffInstead of hard-coding the table of powers of 30 into...
2005-07-25 Ben PfaffGet rid of dependency on libgmp by writing our own...
2005-07-25 Ben PfaffAllow "1+23" even for F format, for compatibility.
2005-07-25 Ben PfaffRead and ignore author field in portable files.
2005-07-07 Ben Pfaff* get.c: (mtf_processing) Don't assume that mtf_compare...
2005-07-05 Ben Pfaff* flip.c: [HAVE_SYS_TYPES_H] Really include <sys/types...
2005-07-04 Ben Pfaff* get.c: (cmd_match_files) Fix memory leak on `by'...
2005-07-04 Ben Pfaff(close_active_file) Remove unnecessary test.
2005-07-04 Ben Pfaff[HAVE_LIBREADLINE] (read_console) Fix memory leak on...
2005-07-04 Ben Pfaff(cmd_match_files) Fix memory leak on `by' and on `vfm_s...
2005-07-04 Ben PfaffFix comment.
2005-07-04 Ben PfaffFix NDEBUG compile errors.
2005-07-04 Ben Pfaff(ll_next) First arg is UNUSED when NDEBUG is defined.
2005-07-04 Ben Pfaff#include <assert.h> to fix compile error with NDEBUG.
2005-06-24 Ben PfaffUpdate comment.
2005-06-13 Ben PfaffImplement embedding for PostScript driver. Fixes bug...
2005-06-12 Ben PfaffDid some more work on bug 12859 and then realized that...
2005-06-07 Ben PfaffContinue work on bug 12859, plus some code cleanup.
2005-06-06 Ben PfaffFix PR 11894.
2005-05-27 John DarringtonAdded the parser for the rank command.
2005-05-26 Ben PfaffFix PR 13192.
2005-05-25 Ben PfaffHandle case of a lookup table as the active file.
2005-05-25 John DarringtonReading of system files is now more robust against...
2005-05-23 John DarringtonFixed problem reading long string continuation records.
2005-05-21 John DarringtonAllowed reading of "broken" system files which have...
2005-05-18 Ben PfaffFix double-free bug.
2005-05-18 Ben PfaffOmit `-' in F format if value rounds to zero.
2005-05-17 John DarringtonFixed buffer overflow buglet (test/commands/bignum...
2005-05-17 Ben PfaffFix PR 11119.
2005-05-17 Ben PfaffFix rest of PR 13054.
2005-05-16 Ben PfaffFix rest of PR 13054.
2005-05-14 John DarringtonFixed bug 13082
2005-05-11 Ben PfaffAdd assertions.
2005-05-11 Ben PfaffFix PR 13054.
2005-05-08 John DarringtonFixed bug #13024
2005-05-08 Ben Pfaff"Fix" PR 13021 by disabling FILE TYPE.
2005-05-08 John DarringtonFixed more gcc 2.95 problems
2005-05-05 Ben PfaffFix PR 12948.
2005-05-04 Ben PfaffImprove hash.c comments, error-checking.
2005-05-04 John DarringtonAdded CONFIGUREFLAGS option to Smake.
2005-05-03 John DarringtonFixed some problems which prevented compiling on Debian...
2005-05-03 John DarringtonFixed bug 12931
2005-05-03 Ben PfaffPartial fix for PR 12859.
2005-05-03 Ben PfaffImprove lex_error() error messages.
2005-05-03 Ben PfaffCheck token type before trying to match tokid. Fixes...
2005-05-03 Ben PfaffInclude <sys/types.h> if available.
2005-05-03 Ben PfaffFix generate.pl for Perl 5.6.1.
2005-05-02 Ben PfaffRemove >>> conflict markers.
2005-05-02 Ben PfaffNew implementation of long variable names. Each variab...
2005-05-01 John DarringtonUpdated pspp-mode.el.
2005-04-29 Ben PfaffAdd function comments.
2005-04-29 Ben PfaffImprove previous fix for PR 12858 (LAG).
2005-04-29 John DarringtonFixed bug in single arity version of LAG.
2005-04-29 John DarringtonChanged all the licence notices in all the files.
2005-04-27 John DarringtonChanged a few instances of SHORT_NAME_LEN to LONG_NAME_LEN
2005-04-26 John DarringtonAdded the ECHO command.
2005-04-26 Ben PfaffFinish fixing MATCH FILES (PR 11677).
2005-04-23 John DarringtonMuch as valgrind is very usefull, it can sometimes...
2005-04-23 John DarringtonPlugged some memory leaks.
2005-04-18 Ben PfaffStart work on fixing MATCH FILES.
2005-04-14 John DarringtonOops. Added Changelog headings.
2005-04-13 John DarringtonImplemented long variable names a la spss V12.
2005-04-05 Ben Pfaff(parse_aggregate_functions) If dict_create_var() fails...
2005-03-20 Ben Pfaff* aggregate.c: (parse_aggregate_functions) Fix N_NO_VAR...
2005-03-19 Ben Pfaff(dump_aggregate_info) Properly test whether the destina...
2005-03-19 Ben PfaffComment.
2005-03-15 Ben PfaffMake sort stable (PR 12313).
2005-03-14 Ben PfaffFirst phase of making SORT CASES stable (PR 12035).
2005-03-13 Ben PfaffStart work on testing and debugging AGGREGATE.
2005-03-13 John DarringtonFixed logic error in t-test.q (compare_group_binary)
2005-03-12 Ben PfaffFix PR 11628.
2005-03-12 Ben PfaffFix PR 11492.
2005-03-12 Ben PfaffFix a couple of bugs reported by Ben Kujala
2005-03-12 Ben PfaffFix const-correctness in error().
2005-03-12 Ben PfaffRewrite portable file reader code and incidentally...
2005-03-09 Ben PfaffImplement some more transformation functions using...
2005-03-08 John DarringtonMade DEBUG commands only available in testing mode.
2005-03-07 Ben PfaffUse `bool' throughout, where relevant.
2005-03-07 Ben PfaffUse `bool' throughout, where relevant.
2005-03-07 Ben PfaffDATA LIST with free-field formats should not have impli...
2005-03-07 Ben PfaffAdd yet another expression test and fix the bugs it...
2005-03-07 Ben PfaffUpdate.
2005-03-07 Ben PfaffAdd even more expression tests and fix the bugs they...
2005-03-06 Ben PfaffUpdate.
2005-03-06 Ben PfaffAdd another expression test and fix the bugs it found.
2005-03-04 Ben PfaffRenamed PSPP_expressions.pm back to generate.pl but...
2005-03-04 Ben PfaffRenamed PSPP_expressions.pm back to generate.pl but...
next