Avoid declaring variables in the middle of a block, to avoid requiring C99.
[pspp-builds.git] / lib / linreg / sweep.c
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...
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
2010-07-25 Jason H StoverFix upper bound for subscript in ordered_cols.
2010-07-20 Jason H StoverAdd argument specifying column containing dependent...
2009-12-16 John DarringtonMerge commit 'origin/stable' fc11-i386-build58 fc11-x64-build55 lenny-x64-build79 sid-i386-build125
2009-10-24 Ben PfaffMerge "master" into "output". fc11-i386-build29 fc11-x64-build26 lenny-x64-build50 sid-i386-build98
2009-10-01 Ben PfaffUpgrade to latest Gnulib version and fix resulting... fbsd72-i386-build22 fc11-i386-build8 fc11-x64-build9 lenny-x64-build30 sid-i386-build76
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2006-03-04 John DarringtonCheckin of new directory structure.
2005-09-17 Jason StoverInitial version