work on PRINT encoding
[pspp] / lib / linreg /
2011-12-02 Ben PfaffAvoid declaring variables in the middle of a block...
2011-11-15 John Darringtonsweep.c: Use gsl_matrix_memcpy instead of element by... 20111117030502/pspp 20111118030503/pspp 20111119030502/pspp 20111120030502/pspp
2011-11-15 John Darringtonsweep.c: Move repeated call out of if ... else
2011-11-15 John Darringtonsweep.c: Reduce scope of local variables and avoid...
2011-11-15 John Darringtonsweep.c: Reverse sense of consistency tests.
2011-11-15 John Darringtonsweep.c: swap rows/columns instead of using indirection...
2010-10-17 John DarringtonMerge commit 'origin/master' into sso
2010-09-30 John DarringtonFix memory leak in sweep.c 20100930040501/pspp
2010-07-25 Jason H StoverFix upper bound for subscript in ordered_cols. 20100726040509/pspp
2010-07-20 Jason H StoverAdd argument specifying column containing dependent... 20100722040501/pspp 20100723040501/pspp
2009-12-16 John DarringtonMerge commit 'origin/stable'
2009-10-24 Ben PfaffMerge "master" into "output".
2009-10-01 Ben PfaffUpgrade to latest Gnulib version and fix resulting...
2009-09-24 John DarringtonMerge commit 'origin/stable'
2009-07-23 John DarringtonMerge commit 'origin/stable'
2009-05-09 John DarringtonMerge commit 'origin/stable'
2009-04-22 John DarringtonMerge commit 'origin/stable'
2009-04-07 John DarringtonMerge commit 'origin/stable'
2009-03-31 John DarringtonMerge commit 'origin/stable'
2009-03-02 John DarringtonMerge branch 'master'; commit 'origin/stable'
2009-01-17 John DarringtonMerge commit 'origin/stable'
2008-11-11 John DarringtonMerge branch 'master' into rewrite-sheet
2008-10-10 Ben PfaffMerge commit 'origin/stable'
2008-09-20 John DarringtonMoved all static libraries to libtool libraries.
2008-08-23 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-08-19 Ben PfaffStart generating ChangeLog automatically from Git commi...
2008-07-06 Ben PfaffRename .cvsignore files to .gitignore.
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2006-03-15 John DarringtonChanged include paths to be explicitly specified in...
2006-03-04 John Darringtonremoved obsolete files
2006-03-04 John DarringtonAdded lib/linreg/sweep.h
2006-03-04 John DarringtonAdded automake.mk files
2006-03-04 John DarringtonCheckin of new directory structure.
2006-01-21 Jason StoverCleaning up freeing of regression coefficients
2006-01-19 Jason StoverRemoved extra free
2006-01-09 Jason StoverAdded coefficient-handling routines
2006-01-09 Jason StoverFunctions to handle coefficient-to-variable/value matching
2005-12-19 Jason StoverDropped references to unused vector param_estimates
2005-12-16 Jason StoverFixed assignment of the intercept
2005-11-28 Jason StoverCorrect reporting for parametr estimates via QR decompo...
2005-10-30 Jason StoverParameter estimate matched with appropriate variable...
2005-10-28 Jason StoverAdded variable/parameter estimate matching via new...
2005-10-26 Jason StoverAdded var structs to allow easier lookup of model variables
2005-10-26 Jason StoverAdded var.h to allow easier lookups of model variables
2005-10-23 Ben PfaffRemoved unused variable.
2005-10-23 Ben PfaffIgnore Makefiles.
2005-10-14 Jason Stovertested QR decomposition
2005-10-02 Jason Stoverfixed header guard
2005-09-27 Jason StoverRemoved reference to README
2005-09-17 Jason StoverCorrected filename on line 1
2005-09-17 Jason StoverInitial version