Added pointer to residual variable to linreg cache
[pspp-builds.git] / src /
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 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 Jason Stoverfixed variable type check
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 Jason Stoverfixed EXPORT command segfault
2006-04-05 Jason Stoverfixed EXPORT command segfault
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 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-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-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-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-21 John DarringtonAdded the psppire data files to the make install target.
2006-03-21 Ben PfaffMark error() as NO_RETURN.
2006-03-21 Ben PfaffRequire "unistd" gnulib module. Removed tests for...
2006-03-17 John DarringtonFixed reading of system files with non-ascii characters...
2006-03-17 John DarringtonChange automake dependency to be >= 1.9
2006-03-16 Jason Stover#include cleanup
2006-03-15 Jason Stover*** empty log message ***
2006-03-15 Jason Stoverfixed out-of-memory bug
2006-03-15 John DarringtonChanged include paths to be explicitly specified in...
2006-03-13 John DarringtonMade make distcheck work
2006-03-12 Ben PfaffImprove comment.
2006-03-11 John DarringtonChanged the default value od SCOMPRESS to true.
2006-03-10 Ben PfaffFree proper variable for var lists in q2c.
2006-03-05 Ben PfaffFix PostScript segfault when active file lacks a title.
2006-03-04 Ben PfaffGet rid of NO_HTML, NO_POSTSCRIPT.
2006-03-04 Ben PfaffGot rid of pref.h.orig (and pref.h) entirely, moving...
2006-03-04 Ben PfaffMove GCC attribute declarations from pref.h.orig to...
2006-03-04 Ben PfaffRemove BLP_INT_DIGITS. Now we use the intprops.h heade...
2006-03-04 Ben PfaffRemove BLP_RANDOM. Its results were unused. Remove
2006-03-04 John DarringtonPatched in the diffs from 02-February-2006 to 02-March...
2006-03-04 John DarringtonFixed bug reading compressed system files.
2006-03-04 John Darringtonremoved redundant files
2006-03-04 John Darringtonremoved obsolete files
2006-03-04 John DarringtonRemoved old files from src
2006-03-04 John Darringtonadded automake.mk files in src/language
2006-03-04 John DarringtonAdded files in src/output
2006-03-04 John DarringtonAdded src/libpspp/automake.mk and src/data/automake.mk
2006-03-04 John DarringtonAdded files in src/math
2006-03-04 John DarringtonAdded files in src/math
2006-03-04 John DarringtonAdded src/ui/terminal/automake.mk and src/ui/gui/automa...
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.
2006-03-04 John DarringtonAdded automake.mk files
2006-03-04 John DarringtonCheckin of new directory structure.
2006-02-04 Ben PfaffRemove unused struct.
2006-01-29 John DarringtonMoved the casefile test code to its own file.
2006-01-29 Ben PfaffAdd scratch file handles.
2006-01-26 Ben PfaffMust call getl_reading_script() to get proper value.
2006-01-24 John DarringtonAdded fh_free function.
2006-01-23 Ben PfaffMust call getl_reading_script() to get proper value.
2006-01-19 Jason StoverAdded reference to regression_export.h
2006-01-12 Ben PfaffImprove comment.
2006-01-12 Ben PfaffClean up file handle code in preparation to add tempora...
2006-01-09 Jason StoverAltered handling of linear model coefficients
2006-01-09 Jason StoverTidying types
2006-01-09 Jason StoverFunctions to handle coefficient-to-variable/value matching
next