pspp-builds.git
2006-05-06 Ben PfaffContinue reforming procedure execution. In this phase...
2006-05-06 Ben PfaffUpdate.
2006-05-06 Ben PfaffContinue reforming procedure execution. In this phase...
2006-05-06 Ben PfaffOops: fix ChangeLogs.
2006-05-06 Ben PfaffContinue reforming procedure execution. In this phase...
2006-05-06 Ben PfaffContinue reforming procedure execution. Change interna...
2006-05-06 Ben PfaffGet rid of unused struct member.
2006-05-05 Ben PfaffContinue reforming procedure execution. In this phase...
2006-05-05 Ben PfaffUpdate.
2006-05-05 Ben PfaffUpdate.
2006-05-04 John DarringtonAdded simple queueing to message dialogs.
2006-05-04 John Darringtonmake distcheck
2006-05-04 Ben PfaffContinue reforming procedure execution. In this phase...
2006-05-04 John DarringtonFix invalid read when fetching sys files with very...
2006-05-04 Ben PfaffFix spelling in comment.
2006-05-02 Ben PfaffAdd missing function comments.
2006-05-02 Ben PfaffContinue reforming procedure execution. In this phase...
2006-05-02 Ben PfaffNo need to add 1 to arg passed to ds_extend(), because...
2006-05-02 Ben PfaffDeclarations must precede statements for C90 compliance.
2006-05-02 Ben PfaffMinor wordsmithing.
2006-05-02 John DarringtonImplemented support for very long strings a la spss...
2006-05-02 Ben PfaffFurther clean up the CMD_* command result codes.
2006-05-01 Ben PfaffRemove vestiges of REPEATING DATA support.
2006-05-01 Ben PfaffRemove vestiges of REPEATING DATA support.
2006-05-01 Ben PfaffFix change log.
2006-05-01 Ben PfaffFix change log.
2006-05-01 Ben PfaffRemove vestiges of FILE TYPE support.
2006-05-01 Ben PfaffChange case limit type from int to size_t.
2006-05-01 Ben PfaffOops--fix last check-in.
2006-05-01 Ben PfaffClarify LAG function.
2006-05-01 Ben PfaffProhibit LAG following TEMPORARY. This both matches...
2006-04-29 John DarringtonRemoved unused variable (of undefined type) which preve...
2006-04-29 Ben PfaffFix excessively long line.
2006-04-28 Jason Stoveradded regression node to doc build
2006-04-28 Jason Stoverpass only the variables in the model to pspp_linreg_pre...
2006-04-28 Jason Stoverpass only the necessary variables to model->residual
2006-04-28 Jason Stoveradded function to retrieve variable list used in linear...
2006-04-28 Ben PfaffRemove duplicate header inclusion.
2006-04-27 Ben PfaffCLEAR TRANSFORMATIONS is unsafe as implemented. It...
2006-04-27 Ben Pfaff* variable.h: (struct variable) Rename `reinit' member...
2006-04-27 Ben PfaffContinue reforming procedure execution. In this phase...
2006-04-27 Ben PfaffFix header ordering.
2006-04-27 Ben PfaffFix comment.
2006-04-27 Ben PfaffContinue reforming procedure execution. In this phase...
2006-04-27 John DarringtonRemoved explicit CFLAG dependencies for src/message...
2006-04-26 Ben PfaffStart reforming procedure execution. In this phase...
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.
next