pspp-builds.git
2005-05-03 Ben PfaffUpdate docs.
2005-05-03 Ben PfaffRename README.developer to README.CVS.
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-21 John DarringtonUpdated the manual, changing FILE to OUTFILE for the...
2005-04-18 Ben PfaffStart work on fixing MATCH FILES.
2005-04-17 Ben PfaffRemoved unused/obsolete/bad tests.
2005-04-17 Ben PfaffAdd fdl.texi to pspp_TEXINFOS.
2005-04-16 Ben PfaffChange manual license to FDL.
2005-04-14 John DarringtonOops. Added Changelog headings.
2005-04-14 Ben PfaffApply patch from Jason Stover <jstover@sdf.lonestar...
2005-04-13 John DarringtonAdded some test files, which I'd forgotten about.
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-23 Ben PfaffDo cleanup before exit.
2005-03-20 Ben PfaffRewrite AGGREGATE test.
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-19 Ben PfaffAGGREGATE's sort is stable.
2005-03-15 Ben PfaffMake sort stable (PR 12313).
2005-03-14 Ben PfaffFirst phase of making SORT CASES stable (PR 12035).
2005-03-14 Ben PfaffClarify FLIP.
2005-03-14 Ben PfaffClarify FLIP.
2005-03-13 Ben PfaffClarify AGGREGATE.
2005-03-13 Ben PfaffStart work on testing and debugging AGGREGATE.
2005-03-13 Ben PfaffClarify AGGREGATE.
2005-03-13 John DarringtonFixed logic error in t-test.q (compare_group_binary)
2005-03-13 John DarringtonCorrected typo in doc/data-selection.texi
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-11 Ben PfaffFORMATS, PRINT FORMATS, WRITE FORMATS can only change...
2005-03-10 Ben PfaffFix copyright notices.
2005-03-10 Ben PfaffAdd README to EXTRA_DIST.
2005-03-10 Ben PfaffAdd README to comply with GNU maintainer manual.
2005-03-09 Ben PfaffImplement some more transformation functions using...
2005-03-08 Ben PfaffOops--got to have 0.3.1 in NEWS or distcheck fails.
2005-03-08 Ben PfaffUpdate.
2005-03-08 John DarringtonMade DEBUG commands only available in testing mode.
2005-03-07 Ben PfaffRemove julcal.
2005-03-07 Ben PfaffUse `bool' throughout, where relevant.
2005-03-07 Ben PfaffUse `bool' throughout, where relevant.
2005-03-07 Ben PfaffUpdate.
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 PfaffFix typo.
2005-03-07 Ben PfaffUpdate.
2005-03-07 Ben PfaffAdd even more expression tests and fix the bugs they...
2005-03-06 John DarringtonAdded the beginnings of an emacs pspp-mode for editing...
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...
2005-03-04 Ben PfaffFix arg type for expr_parse.
2005-03-04 Ben PfaffRevise TODO.
2005-03-03 John DarringtonTweaked some things so that make distcheck passes
2005-03-01 Ben PfaffUpdate.
2005-03-01 Ben PfaffRewrite expression code.
2005-02-26 Ben PfaffTalk about implied decimal places in FORTRAN style...
2005-02-25 John DarringtonFixed a bug which caused a crash when reading non-exist...
2005-02-21 John DarringtonAdded a --without-valgrind option to configure
2005-02-15 John DarringtonOmitted src/version.c from po/POTFILES.in, since it...
2005-02-14 John DarringtonMade pspp fail a little more gracefully on drivers...
2005-02-14 Ben PfaffFix Bug #11955.
2005-02-14 Ben PfaffImprove AGGREGATE description.
2005-02-13 John Darringtonremoved src/version.c from pspp_SOURCES, as it is gener...
2005-02-12 Ben PfaffAdd test for bug #11916.
2005-02-11 Ben PfaffFri Feb 11 00:08:36 2005 Ben Pfaff <blp@gnu.org>
2005-02-10 John DarringtonFixed problem which caused the test to abort if the...
2005-02-07 Ben PfaffClarify LOOP.
2005-02-07 John DarringtonFixed bug #11843
2005-02-05 John DarringtonAdded very rudimentatry support for commmand line compl...
2005-01-31 John DarringtonFixed some more memory problems revealed by valgrind.
2005-01-27 John DarringtonFixed some tests that were failing under cygwin
2005-01-26 John DarringtonPatched the previous patch. Everything should be OK...
2005-01-26 John DarringtonFixed bugs #11722 and #11676
2005-01-25 John DarringtonFixed bug #11675
2005-01-24 Ben Pfaff(print_trns_free) Close the dfm writer if there is...
2005-01-24 John DarringtonFixed a whole lot more memory leaks.
2005-01-21 John DarringtonAdded linked-list.[ch] --- a general purpose linked...
2005-01-18 John DarringtonMore memory leaks fixed.
2005-01-18 John DarringtonFixed numerous memory leaks. Changed many of the test...
2005-01-14 John DarringtonIntegrated the charts into the HTML stream.
2005-01-13 John DarringtonMoved the SIGINT handler from casefile.c to main.c
next