projects
/
pspp
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
Remove julcal.
[pspp]
/
src
/
2004-04-09
Michael Kiefte
* descript.c:
tree
|
commitdiff
2004-04-06
Michael Kiefte
Updated ChangeLog.
tree
|
commitdiff
2004-04-06
Michael Kiefte
* Changed dict_get_case_weight() to accept an additiona...
tree
|
commitdiff
2004-04-05
John Darrington
Fixed configuration problems with gsl
tree
|
commitdiff
2004-04-05
John Darrington
Fixed some problems encountered when compiling under...
tree
|
commitdiff
2004-04-03
Ben Pfaff
Fix infinite loop on comment at end of file, add test.
tree
|
commitdiff
2004-04-03
John Darrington
Fixed the calculation of percentiles and added --syntax...
tree
|
commitdiff
2004-04-02
John Darrington
Converted the t-test to use multipass_with_split.....
tree
|
commitdiff
2004-04-01
Ben Pfaff
Use moments data structure on FREQUENCIES.
tree
|
commitdiff
2004-03-31
Ben Pfaff
Had to get last call to multipass_split_output() inside
tree
|
commitdiff
2004-03-31
Ben Pfaff
Remove descript.c from .cvsignore.
tree
|
commitdiff
2004-03-31
Ben Pfaff
Fix DESCRIPTIVES memory leak.
tree
|
commitdiff
2004-03-30
Ben Pfaff
Add multipass procedures. Add two-pass moments calcula...
tree
|
commitdiff
2004-03-30
Ben Pfaff
Add multipass procedures. Add two-pass moments calcula...
tree
|
commitdiff
2004-03-26
Ben Pfaff
Compacted values need to start off from 0.
tree
|
commitdiff
2004-03-26
Ben Pfaff
Make the expression code a little nicer and fix bugs...
tree
|
commitdiff
2004-03-23
John Darrington
Removed libdcdflib and replaced it with a dependency...
tree
|
commitdiff
2004-03-23
John Darrington
Added missing call to close_temp_file and improved...
tree
|
commitdiff
2004-03-21
John Darrington
Added custom assert(); Fixed bugs in T-TEST and VALUE...
tree
|
commitdiff
2004-03-21
Ben Pfaff
Fix table function assertions to respect offsets.
tree
|
commitdiff
2004-03-21
Ben Pfaff
Oops, add initial version.
tree
|
commitdiff
2004-03-21
Ben Pfaff
Add stub for USE ALL.
tree
|
commitdiff
2004-03-21
Ben Pfaff
Changed DFM from open-at-first-access to explicit-open...
tree
|
commitdiff
2004-03-19
John Darrington
Implemented the SHOW command and massaged the SET comma...
tree
|
commitdiff
2004-03-18
Ben Pfaff
Fix EXPORT problem with string variables. From Andreas...
tree
|
commitdiff
2004-03-16
Ben Pfaff
Get rid of static and global (!) vars in matrix-data.c.
tree
|
commitdiff
2004-03-16
Ben Pfaff
Get rid of static vars in autorecode.c.
tree
|
commitdiff
2004-03-15
Ben Pfaff
Get rid of static, global vars in recode.c. Remove...
tree
|
commitdiff
2004-03-15
Ben Pfaff
Get rid of static vars in expr-opt.c.
tree
|
commitdiff
2004-03-15
Ben Pfaff
Get rid of static var in COUNT.
tree
|
commitdiff
2004-03-15
Ben Pfaff
Get rid of static vars in VALUE LABELS, ADD VALUE LABELS.
tree
|
commitdiff
2004-03-15
Ben Pfaff
Get rid of static vars in MATCH FILES.
tree
|
commitdiff
2004-03-15
Ben Pfaff
Redo VFM interface. Get rid of compaction_necessary...
tree
|
commitdiff
2004-03-13
John Darrington
Fixed the handling of MISSING values in t-test
tree
|
commitdiff
2004-03-12
John Darrington
Added support for T-TEST where the group criteria is...
tree
|
commitdiff
2004-03-11
Ben Pfaff
Change explicit variable name checks into use of dict_c...
tree
|
commitdiff
2004-03-11
Ben Pfaff
Fix TEMPORARY bug and add regression test.
tree
|
commitdiff
2004-03-10
Ben Pfaff
Fix brown-bag bug introduced in last check-in.
tree
|
commitdiff
2004-03-10
Ben Pfaff
Eliminate temp_case, and a few other cleanups.
tree
|
commitdiff
2004-03-04
Ben Pfaff
Fix a lot of "possibly uninitialized variable" warnings...
tree
|
commitdiff
2004-03-04
Ben Pfaff
Start working to eliminate VFM dependence on static...
tree
|
commitdiff
2004-03-02
Ben Pfaff
Beginning of VFM cleanup.
tree
|
commitdiff
2004-02-21
John Darrington
Added a trap on signal 11 requesting a bug report.
tree
|
commitdiff
2004-02-21
Ben Pfaff
Fix root cause of bug worked around by previous check...
tree
|
commitdiff
2004-02-21
John Darrington
Changed po/POTFILES.in to be a generated file.
tree
|
commitdiff
2004-02-20
John Darrington
Fixed a bug causing pspp to crash when computed variabl...
tree
|
commitdiff
2004-02-19
Ben Pfaff
Got rid of approx.h and replaced all references to...
tree
|
commitdiff
2004-02-19
Ben Pfaff
Prevent procedure() from being called recursively.
tree
|
commitdiff
2004-02-18
John Darrington
Added Levene test. Added T-TEST section to pspp.texi
tree
|
commitdiff
2004-02-17
Ben Pfaff
data-out.c clean ups.
tree
|
commitdiff
2004-02-17
Ben Pfaff
Add an Emacs header line to output files that makes...
tree
|
commitdiff
2004-02-16
Ben Pfaff
Clean up struct dictionary's value_cnt usage.
tree
|
commitdiff
2004-02-16
Ben Pfaff
Fix comment.
tree
|
commitdiff
2004-02-16
Ben Pfaff
Make vfm.c slightly less grotesque.
tree
|
commitdiff
2004-02-16
Ben Pfaff
(struct variable) Update comments.
tree
|
commitdiff
2004-02-16
Ben Pfaff
Got rid of "struct long_vec", envector(), devector...
tree
|
commitdiff
2004-02-16
Ben Pfaff
pfm-write.c: (bufwrite) Get rid of nasty cast that...
tree
|
commitdiff
2004-02-13
Ben Pfaff
Add auxiliary argument to procedure() interface. Assoc...
tree
|
commitdiff
2004-02-12
John Darrington
Added caculations for the grouped T-TEST
tree
|
commitdiff
2004-02-12
Ben Pfaff
Clean up pref.h.orig and deal with the consequences.
tree
|
commitdiff
2004-02-12
John Darrington
Update a rather poor Changelog entry, to give better...
tree
|
commitdiff
2004-02-12
Ben Pfaff
Fixed crash from FLIP when a numeric variable is specif...
tree
|
commitdiff
2004-02-09
John Darrington
Fixed t-test so that multiple /pairs subcommands may...
tree
|
commitdiff
2004-02-09
John Darrington
Implemented calculations for the paired samples t-test
tree
|
commitdiff
2004-02-08
John Darrington
Added calculations for the correlation for paired sampl...
tree
|
commitdiff
2004-02-06
John Darrington
Added a (currently unpopulated) box for the paired...
tree
|
commitdiff
2004-02-05
John Darrington
Fixed a bug which crashed PSPP under invalid input.
tree
|
commitdiff
2004-02-05
John Darrington
Fixed a bug causing PSPP to crash under certain invalid...
tree
|
commitdiff
2004-02-04
John Darrington
Added proper error messages in T-TEST
tree
|
commitdiff
2004-02-04
John Darrington
Fixed bug calculating mean difference.
tree
|
commitdiff
2004-02-04
John Darrington
Added calculations for the one sample t test
tree
|
commitdiff
2004-02-04
Ben Pfaff
(render_strip) Fix bug that sometimes caused joined...
tree
|
commitdiff
2004-02-03
John Darrington
Removed some vertical whitespace and added some horizontal
tree
|
commitdiff
2004-02-03
John Darrington
Fixed seeding of random number generator.
tree
|
commitdiff
2004-02-03
Ben Pfaff
(rng_get_double) Fix always-returning-zero bug in my...
tree
|
commitdiff
2004-02-03
John Darrington
Fixed a bug where the random number generator always...
tree
|
commitdiff
2004-01-30
John Darrington
Added version.c to the CLEANFILES target (ensures that...
tree
|
commitdiff
2004-01-30
John Darrington
Rewritten the t-test (no calculations yet).
tree
|
commitdiff
2004-01-30
John Darrington
Added bounds checking to tab.c
tree
|
commitdiff
2004-01-29
John Darrington
Removed inappropriate assertion from list.q
tree
|
commitdiff
2004-01-27
John Darrington
Fixed some issues with internationalisation
tree
|
commitdiff
2004-01-05
John Darrington
Fixed a buglet in the ERASE command, added a test for...
tree
|
commitdiff
2004-01-02
Ben Pfaff
Thu Jan 1 23:16:41 2004 Ben Pfaff <blp@gnu.org>
tree
|
commitdiff
2003-12-31
John Darrington
Fixed a bug in frequencies.q which would crash on alpha...
tree
|
commitdiff
2003-12-31
Ben Pfaff
Tue Dec 30 22:42:57 2003 Ben Pfaff <blp@gnu.org>
tree
|
commitdiff
2003-12-31
Ben Pfaff
Tue Dec 30 22:37:04 2003 Ben Pfaff <blp@gnu.org>
tree
|
commitdiff
2003-12-30
John Darrington
Removed redundant code from output.h
tree
|
commitdiff
2003-12-30
John Darrington
Fixed floating point rounding problem
tree
|
commitdiff
2003-12-30
Ben Pfaff
Sat Dec 27 16:16:49 2003 Ben Pfaff <blp@gnu.org>
tree
|
commitdiff
2003-12-22
Ben Pfaff
Update authorship.
tree
|
commitdiff
2003-12-21
John Darrington
Factored out the bug report mailing address.
tree
|
commitdiff
2003-12-20
John Darrington
Fixed a howler with pluralism --- impossible to interna...
tree
|
commitdiff
2003-12-20
Ben Pfaff
Fri Dec 19 23:35:04 2003 Ben Pfaff <blp@gnu.org>
tree
|
commitdiff
2003-12-20
Ben Pfaff
Fri Dec 19 23:27:45 2003 Ben Pfaff <blp@gnu.org>
tree
|
commitdiff
2003-12-20
Ben Pfaff
Fri Dec 19 21:31:48 2003 Ben Pfaff <blp@gnu.org>
tree
|
commitdiff
2003-12-20
Ben Pfaff
Fri Dec 19 21:30:24 2003 Ben Pfaff <blp@gnu.org>
tree
|
commitdiff
2003-12-20
Ben Pfaff
Fri Dec 19 16:44:22 2003 Ben Pfaff <blp@gnu.org>
tree
|
commitdiff
2003-12-20
Ben Pfaff
Fri Dec 19 16:42:13 2003 Ben Pfaff <blp@gnu.org>
tree
|
commitdiff
2003-12-20
Ben Pfaff
Fri Dec 19 16:38:35 2003 Ben Pfaff <blp@gnu.org>
tree
|
commitdiff
2003-12-20
Ben Pfaff
Fri Dec 19 16:23:45 2003 Ben Pfaff <blp@gnu.org>
tree
|
commitdiff
next