pspp-builds.git
2006-04-26 Ben PfaffUpdate to-do list.
2006-04-26 Ben PfaffUse SN instead of MN for most output from SHOW, because...
2006-04-26 Ben PfaffRemove `init' member from struct variable, which was...
2006-04-26 Ben PfaffImprove the way we handle the various parsing "states...
2006-04-26 Jason Stoveradded pointer to predicted values
2006-04-26 Jason Stoveradded support for saving residuals and predicted values
2006-04-25 Ben PfaffAdd msg-ui.h to sources.
2006-04-25 Ben PfaffAdd README explaining not to use msg() here.
2006-04-25 Ben PfaffUse SW instead of MW for warning associated with a...
2006-04-25 Ben PfaffUse SE instead of ME for errors associated with a synta...
2006-04-25 Ben PfaffUse SE instead of ME for parse errors.
2006-04-25 Ben PfaffSimplify a bit of code using snprintf().
2006-04-25 Ben PfaffDon't special-case MS-DOS line ends.
2006-04-25 Ben PfaffFinish reforming error message support. In this phase...
2006-04-25 Ben PfaffContinue reforming error message support. In this...
2006-04-25 Ben Pfaff* main.c: (terminate) Mark static and NO_RETURN. If...
2006-04-25 Ben PfaffContinue reforming error message support. In this...
2006-04-24 Ben Pfaff*** empty log message ***
2006-04-24 Ben PfaffUse gnulib exit module.
2006-04-24 Ben PfaffContinue reforming error message support. In this...
2006-04-24 Ben PfaffContinue reforming error message support. Use linebrea...
2006-04-24 Ben PfaffAdd linebreak to GNULIB_MODULES.
2006-04-22 Jason Stoverremoved uneccessary cast to pspp_linreg_cache
2006-04-21 Jason Stoverinitial description of the SAVE subcommand
2006-04-21 Jason Stoverchoose residual variable names correctly
2006-04-20 Jason Stovermoved call to subcommand_save outside multipass_procedu...
2006-04-19 Jason Stoverfixed look up of the number of variables
2006-04-19 Jason StoverAdded pointer to residual variable to linreg cache
2006-04-19 Jason StoverFixed residual look up
2006-04-17 Jason Stoverpspp_linreg_cache_free accepts a void pointer
2006-04-17 Jason Stoverregression_trns_proc accepts an int as the third arg
2006-04-17 Jason Stoverpspp_linreg_cache_free returns a boolean
2006-04-17 Jason Stoveradded transformation to compute residuals
2006-04-17 Ben PfaffContinue reforming error message support. In this...
2006-04-17 Ben PfaffMake ds_vprintf() properly handle a null string.
2006-04-17 Ben PfaffGNU standards require "file name" instead of "filename" in
2006-04-17 Ben PfaffConsistently write "file name" as two words, in accorda...
2006-04-17 Ben PfaffGNU standards require "file name" instead of "filename" in
2006-04-17 Ben PfaffWe don't really support anything but Unix-like environm...
2006-04-17 Ben PfaffGNU standards require "file name" instead of "filename" in
2006-04-16 Ben PfaffRenamed some file name functions.
2006-04-16 Ben Pfaff* filename.c: (fn_tilde_expand) Rewrite for cleaner...
2006-04-16 Ben PfaffContinue reforming error message support. In this...
2006-04-16 Ben PfaffStart reforming error message support. In this phase...
2006-04-16 Ben PfaffGet rid of src/libpspp/debug-print.h and all its users...
2006-04-16 Ben PfaffImprove comment.
2006-04-16 Ben PfaffGet rid of #defines after #error.
2006-04-16 Ben PfaffGet rid of our own int32 type in favor of the standard...
2006-04-16 Ben PfaffRemove last users of struct file_ext, and then get...
2006-04-16 Ben PfaffComplain about missing prerequisites in a group at...
2006-04-16 Jason Stoverfixed variable type check
2006-04-16 Ben PfaffMove code from configure.ac to acinclude.m4 for readabi...
2006-04-16 Ben PfaffUpdate TODO.
2006-04-16 Ben PfaffFix some warnings.
2006-04-15 Ben Pfaff* q2c.c: Change DEBUGGING macro to DUMP_TOKENS for...
2006-04-10 Jason Stoverfixed prediction bug
2006-04-09 Jason Stoverupdated residual function; fixed bug in coefficient.c
2006-04-09 Jason Stovercall residual function instead of predict to get residual
2006-04-09 Jason Stoveradded residual function to linreg struct; tidied up
2006-04-09 Jason Stoverfixed coefficient lookup
2006-04-09 Jason Stoverpredict is more robust
2006-04-09 Jason Stoverfixed predict argument list
2006-04-09 Jason Stoverfixed predict arg list; undid bad indent
2006-04-09 Jason Stoverinitialize prediction method
2006-04-09 Jason Stoverfix predict and residual declaration
2006-04-08 Jason Stoveradjustments to prediction and residual arguments
2006-04-08 Jason Stoveradded SAVE subcommand
2006-04-07 Jason Stoverfixed null pointer checking
2006-04-07 Jason Stoveradded residual computation; improved handling of bad...
2006-04-05 Jason Stoveradded predict function for linear model
2006-04-05 Ben PfaffFix bugs in installation targets.
2006-04-05 Ben PfaffAdd missing \ to automake.mk.
2006-04-05 Jason Stoverfixed EXPORT command segfault
2006-04-05 Jason Stoverfixed EXPORT command segfault
2006-04-05 Ben PfaffAdd stdint to GNULIB_MODULES.
2006-04-04 John DarringtonFixed a multitude of C89 compatibility warnings.
2006-04-04 John DarringtonFixed bug in fn_interp_vars
2006-04-04 John DarringtonMade make -f Smake check work.
2006-04-04 Ben PfaffTypo.
2006-04-04 Jason StoverVariable-to-coefficient lookup
2006-04-04 Jason Stoveradded function to fetch coefficient by variable
2006-04-03 Ben PfaffClean up output subsystem.
2006-04-03 Ben PfaffMention that README lists additional prereqs.
2006-04-03 Ben PfaffAdd list of prerequisites.
2006-03-31 Ben PfaffAdd freaderror() analogous to fwriteerror() in gnulib.
2006-03-31 Ben Pfaff-d and -u are no longer supported.
2006-03-31 Ben PfaffImprove string library.
2006-03-30 Ben PfaffUse -Wdeclaration-after-statement if available.
2006-03-30 Ben PfaffReformat GNULIB_MODULES list to make it more maintainable.
2006-03-28 John DarringtonFixed memory leaks resulting from fn_interp_vars et...
2006-03-28 Ben Pfaff(output_pivot_table) Drop spurious space from message.
2006-03-26 Ben PfaffRemove obsolete note about Gnulib.
2006-03-25 Jason StoverMemory leak fix
2006-03-25 Jason StoverFixed memory leak
2006-03-25 Ben PfaffAdd some missing frees. Thanks to John Darrington...
2006-03-24 John DarringtonAdded test/command/regression.sh to test/automake.mk
2006-03-23 Jason StoverAdded REGRESSION test
2006-03-23 Jason Stovertest for REGRESSION procedure
2006-03-21 John DarringtonAdded the psppire data files to the make install target.
2006-03-21 Ben PfaffMark error() as NO_RETURN.
next