pspp-builds.git
2004-04-07 Ben PfaffUpdate what I'm working on.
2004-04-06 Michael KiefteUpdated ChangeLog.
2004-04-06 Michael Kiefte* Changed dict_get_case_weight() to accept an additiona...
2004-04-05 John DarringtonFixed configuration problems with gsl
2004-04-05 John DarringtonFixed some problems encountered when compiling under...
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 PfaffAdd test for multipass procedure bug.
2004-03-31 Ben PfaffHad to get last call to multipass_split_output() inside
2004-03-31 Ben PfaffRemove descript.c from .cvsignore.
2004-03-31 Ben PfaffFix DESCRIPTIVES memory leak.
2004-03-30 Ben PfaffUpdate.
2004-03-30 Ben PfaffUpdate.
2004-03-30 Ben PfaffAdd multipass procedures. Add two-pass moments calcula...
2004-03-30 Ben PfaffAdd multipass procedures. Add two-pass moments calcula...
2004-03-29 Ben PfaffCheck for posix_fadvise, update TODO.
2004-03-26 Ben PfaffCompacted values need to start off from 0.
2004-03-26 Ben PfaffAdd TODO item.
2004-03-26 Ben PfaffMake the expression code a little nicer and fix bugs...
2004-03-25 Ben PfaffAdd a list of what I'm working on now.
2004-03-24 John DarringtonAdded a configure error message in the event that libgs...
2004-03-23 John DarringtonRemoved libdcdflib and replaced it with a dependency...
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 PfaffOops, add initial version.
2004-03-21 Ben PfaffAdd stub for USE ALL.
2004-03-21 Ben PfaffChanged DFM from open-at-first-access to explicit-open...
2004-03-20 Ben PfaffUpdate TODO.
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-15 Ben PfaffUpdate TODO.
2004-03-15 Ben PfaffAdd details on how various features interact.
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 PfaffAdd item.
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-05 Ben PfaffNote that FLIP causes string values to become system...
2004-03-04 Ben PfaffFix a lot of "possibly uninitialized variable" warnings...
2004-03-04 Ben PfaffStart working to eliminate VFM dependence on static...
2004-03-02 Ben PfaffOops - revert change that shouldn't have been applied.
2004-03-02 Ben PfaffBeginning of VFM cleanup.
2004-02-22 John DarringtonImproved method of generating POTFILES.in
2004-02-21 John DarringtonAdded a trap on signal 11 requesting a bug report.
2004-02-21 Ben PfaffFix root cause of bug worked around by previous check...
2004-02-21 John DarringtonChanged po/POTFILES.in to be a generated file.
2004-02-20 John DarringtonFixed a bug causing pspp to crash when computed variabl...
2004-02-19 Ben PfaffGot rid of approx.h and replaced all references to...
2004-02-19 Ben PfaffPrevent procedure() from being called recursively.
2004-02-19 Ben PfaffImprove CROSSTABS description
2004-02-18 John DarringtonAdded Levene test. Added T-TEST section to pspp.texi
2004-02-17 Ben Pfaffdata-out.c clean ups.
2004-02-17 Ben PfaffAdd an Emacs header line to output files that makes...
2004-02-17 Ben PfaffPrepend $SUPERVISOR to invocations of pspp so that we
2004-02-17 John DarringtonAdded test for T-TEST /GROUPS (Levene values come later).
2004-02-17 John DarringtonAdded tests for the one sample and paired T-TEST commands
2004-02-16 Ben PfaffClean up struct dictionary's value_cnt usage.
2004-02-16 Ben PfaffFix comment.
2004-02-16 Ben PfaffMake vfm.c slightly less grotesque.
2004-02-16 Ben Pfaff(struct variable) Update comments.
2004-02-16 Ben PfaffGot rid of "struct long_vec", envector(), devector...
2004-02-16 Ben PfaffIgnore more files.
2004-02-16 Ben PfaffIgnore some files.
2004-02-16 Ben Pfaffpfm-write.c: (bufwrite) Get rid of nasty cast that...
2004-02-16 Ben PfaffImprove AGGREGATE description.
2004-02-13 Ben PfaffDon't #include "str.h" in stpcpy.c.
2004-02-13 Ben PfaffAdd auxiliary argument to procedure() interface. Assoc...
2004-02-12 John DarringtonAdded caculations for the grouped T-TEST
2004-02-12 Ben PfaffClean up pref.h.orig and deal with the consequences.
2004-02-12 John DarringtonUpdate a rather poor Changelog entry, to give better...
2004-02-12 Ben PfaffFixed crash from FLIP when a numeric variable is specif...
2004-02-09 John DarringtonFixed t-test so that multiple /pairs subcommands may...
2004-02-09 John DarringtonImplemented calculations for the paired samples t-test
2004-02-08 John DarringtonAdded calculations for the correlation for paired sampl...
2004-02-06 John DarringtonAdded a (currently unpopulated) box for the paired...
2004-02-05 John DarringtonFixed a bug which crashed PSPP under invalid input.
2004-02-05 John DarringtonFixed a bug causing PSPP to crash under certain invalid...
2004-02-04 John DarringtonAdded proper error messages in T-TEST
2004-02-04 John DarringtonFixed bug calculating mean difference.
2004-02-04 John DarringtonAdded calculations for the one sample t test
2004-02-04 Ben Pfaff(render_strip) Fix bug that sometimes caused joined...
2004-02-04 Ben PfaffAdd item.
2004-02-03 John DarringtonRemoved some vertical whitespace and added some horizontal
2004-02-03 John DarringtonFixed bug building while configured with --with-include...
2004-02-03 John DarringtonFixed seeding of random number generator.
2004-02-03 Ben Pfaff(rng_get_double) Fix always-returning-zero bug in my...
2004-02-03 John DarringtonFixed a bug where the random number generator always...
next