Implement some more transformation functions using code from Jason
[pspp-builds.git] / src / ChangeLog
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 PfaffDATA LIST with free-field formats should not have impli...
2005-03-07 Ben PfaffAdd even more expression tests and fix the bugs they...
2005-03-03 John DarringtonTweaked some things so that make distcheck passes
2005-03-01 Ben PfaffRewrite expression code.
2005-02-25 John DarringtonFixed a bug which caused a crash when reading non-exist...
2005-02-14 Ben PfaffFix Bug #11955.
2005-02-11 Ben PfaffFri Feb 11 00:08:36 2005 Ben Pfaff <blp@gnu.org>
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-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
2005-01-10 John DarringtonAdded a signal handler to delete temp casefiles on...
2005-01-09 Ben PfaffSat Jan 8 23:58:34 2005 Ben Pfaff <blp@gnu.org>
2005-01-07 John DarringtonAdded an optional --without-libplot flag to configure
2005-01-06 John DarringtonAdded a signal handler for SIGFPE
2005-01-06 Ben PfaffFix assertion for proper Huffman merge pattern: 0 ...
2005-01-05 John DarringtonFixed bug #11307
2005-01-05 John DarringtonAdded a test for reading/writing of portable files.
2005-01-04 Ben Pfaff* pfm-read.c: (read_variables) Remove direct manipulati...
2005-01-01 John DarringtonVarious bug fixes.
2004-12-31 John DarringtonAdded Boxplots to the EXAMINE subcommand repertoire
2004-12-29 John DarringtonImplemented calculation of percentiles and Tukey hinges
2004-12-24 John DarringtonFixed bug #11227 (T-Test not working with alpha indepen...
2004-12-11 John DarringtonFixed the trimmed mean calculation under various specia...
2004-12-04 John DarringtonAdded code to calculate the histogram limits
2004-12-02 John DarringtonAdded histograms into examine.
2004-12-01 Ben PfaffUse AC_TYPE_OFF_T/HAVE_OFF_T to check for off_t.
2004-11-30 Ben PfaffIf seeko() is not available use long int for off_t.
2004-11-29 John DarringtonFixed conflict with stdio.h
2004-11-21 John DarringtonDocumented the EXAMINE subcommands. Fixed up the exami...
2004-11-20 John DarringtonRewrote most of the examine command.
2004-11-19 John DarringtonPlugged some memory leaks.
2004-11-16 Ben PfaffAdopt GSL random number generators, paving the way...
2004-11-16 Ben PfaffFix XDATE.JDAY formula.
2004-11-16 John DarringtonAdded the permissions command.
2004-11-15 Ben PfaffInstead of making system or portable file readers respo...
2004-11-12 John DarringtonFixed some problems with value labels not reporting...
2004-11-11 John DarringtonAdded npplot and detrended np plots
2004-11-07 John DarringtonAdded (some of the) calculations for the examine command.
2004-11-06 John DarringtonChanged the definition of factors to be self referential.
2004-11-06 John DarringtonMade EXAMINE cope properly with splits.
2004-11-06 John DarringtonFixed problem where oneway didn't deal properly with...
2004-11-04 John DarringtonFixed the parsing of subcommands, such that the (n...
2004-11-01 John DarringtonAdded test for ntiles. Fixed q2c parsing of integer...
2004-10-30 John DarringtonFixed behaviour of oneway when presented with missing...
2004-10-30 John DarringtonFixed a bug in the levene test, and added the levene...
2004-10-29 John DarringtonFixed the t-test model to be consistent with the anova...
2004-06-07 Ben Pfaff(cmd_descriptives) Remove harmless but bogus test in...
2004-06-01 Ben PfaffFix memory leaks.
2004-05-31 Ben PfaffFully implement arbitrary delimiters on DATA LIST,...
2004-04-27 Ben PfaffWe're abusing the current ASCII driver by telling it...
2004-04-17 Ben PfaffContrary to what I'd always understood, there is an...
2004-04-14 Ben PfaffAdjust calculation of kurtosis to avoid subtracting...
2004-04-11 Ben PfaffRework moments routines for improved numerical stabilit...
2004-04-10 Ben PfaffFix assert failure when only MOMENT_MEAN is needed...
2004-04-09 Michael Kiefte*** empty log message ***
2004-04-06 Michael KiefteUpdated ChangeLog.
2004-04-03 Ben PfaffFix infinite loop on comment at end of file, add test.
2004-04-03 John DarringtonFixed the calculation of percentiles and added --syntax...
2004-04-02 John DarringtonConverted the t-test to use multipass_with_split.....
2004-04-01 Ben PfaffUse moments data structure on FREQUENCIES.
2004-03-31 Ben PfaffHad to get last call to multipass_split_output() inside
2004-03-31 Ben PfaffFix DESCRIPTIVES memory leak.
2004-03-30 Ben PfaffAdd multipass procedures. Add two-pass moments calcula...
2004-03-26 Ben PfaffCompacted values need to start off from 0.
2004-03-26 Ben PfaffMake the expression code a little nicer and fix bugs...
2004-03-23 John DarringtonAdded missing call to close_temp_file and improved...
2004-03-21 John DarringtonAdded custom assert(); Fixed bugs in T-TEST and VALUE...
2004-03-21 Ben PfaffFix table function assertions to respect offsets.
2004-03-21 Ben PfaffChanged DFM from open-at-first-access to explicit-open...
2004-03-19 John DarringtonImplemented the SHOW command and massaged the SET comma...
2004-03-18 Ben PfaffFix EXPORT problem with string variables. From Andreas...
2004-03-16 Ben PfaffGet rid of static and global (!) vars in matrix-data.c.
2004-03-16 Ben PfaffGet rid of static vars in autorecode.c.
2004-03-15 Ben PfaffGet rid of static, global vars in recode.c. Remove...
2004-03-15 Ben PfaffGet rid of static vars in expr-opt.c.
2004-03-15 Ben PfaffGet rid of static var in COUNT.
2004-03-15 Ben PfaffGet rid of static vars in VALUE LABELS, ADD VALUE LABELS.
2004-03-15 Ben PfaffGet rid of static vars in MATCH FILES.
2004-03-15 Ben PfaffRedo VFM interface. Get rid of compaction_necessary...
2004-03-13 John DarringtonFixed the handling of MISSING values in t-test
2004-03-12 John DarringtonAdded support for T-TEST where the group criteria is...
2004-03-11 Ben PfaffChange explicit variable name checks into use of dict_c...
2004-03-11 Ben PfaffFix TEMPORARY bug and add regression test.
2004-03-10 Ben PfaffFix brown-bag bug introduced in last check-in.
2004-03-10 Ben PfaffEliminate temp_case, and a few other cleanups.
2004-03-04 Ben PfaffFix a lot of "possibly uninitialized variable" warnings...
2004-03-04 Ben PfaffStart working to eliminate VFM dependence on static...
next