adjustments for making coeff a pspp_linreg_coeff**
[pspp-builds.git] / src /
2006-05-11 Jason Stoveradjustments for making coeff a pspp_linreg_coeff**
2006-05-11 Jason StoverFixed memory leak. Made coeff a linreg_coeff** for...
2006-05-11 John DarringtonConverted strings to utf8 before passing to gtksheet...
2006-05-10 Ben PfaffAdd WARN_UNUSED_RESULT to procedure function prototypes
2006-05-10 Ben PfaffConvert many uses of `int' to `bool'.
2006-05-10 Ben PfaffFix memory leak in MATCH FILES.
2006-05-10 Ben PfaffUse <stdarg.h> from gnulib instead of our home-grown...
2006-05-09 Ben PfaffInclude <stdarg.h>, needed for va_list.
2006-05-08 Ben PfaffFix memory leak in AGGREGATE.
2006-05-08 Ben PfaffFix DO REPEAT memory leaks.
2006-05-08 Ben PfaffAdd pool_asprintf(), pool_vasprintf().
2006-05-08 Ben PfaffNew macro WARN_UNUSED_RESULT.
2006-05-08 Ben PfaffCheck return value of pool_fclose().
2006-05-07 Ben PfaffAdd va_copy.h header instead of inlining a definition.
2006-05-07 John DarringtonFixed a number of warnings.
2006-05-07 Ben PfaffDestroy chain's trns member, to fix memory leak.
2006-05-07 Ben PfaffDestroy case source to fix memory leak.
2006-05-07 Ben PfaffFix memory leak in scratch reader.
2006-05-07 Ben PfaffSimplify multipass_procedure().
2006-05-07 Ben PfaffImprovements to case implementation.
2006-05-07 Ben PfaffFix segfault.
2006-05-07 Ben PfaffRemove declaration of dump_split_vars(), which is never...
2006-05-07 John DarringtonReworked very long string support for better encapsulation.
2006-05-07 Ben PfaffSome more cleanup with value labels.
2006-05-06 Ben PfaffRemove unneeded dependency on variable.h.
2006-05-06 Ben PfaffGet rid of `char *c' member in union value, for cleanli...
2006-05-06 Ben PfaffMake dictionary compacting functions a little more...
2006-05-06 Ben Pfaff(does_dict_need_translation) Fix bug: inverted return...
2006-05-06 Ben PfaffMake FILTER without any further keywords turn off filte...
2006-05-06 Ben PfaffUse a casefile, instead of a case sink, for MATCH FILES...
2006-05-06 Ben PfaffSearch and replace "vfm" by "proc".
2006-05-06 Ben PfaffContinue reforming procedure execution. In this phase...
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-04 John DarringtonAdded simple queueing to message dialogs.
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 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 PfaffProhibit LAG following TEMPORARY. This both matches...
2006-04-29 John DarringtonRemoved unused variable (of undefined type) which preve...
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 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-22 Jason Stoverremoved uneccessary cast to pspp_linreg_cache
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...
next