fixed bogus email address
[pspp-builds.git] / src /
2006-06-16 Jason Stoverfixed bogus email address
2006-06-16 Jason Stoveradded initial innovations functions
2006-06-09 Ben PfaffReform string library.
2006-06-09 Ben Pfaff* format.c (measure_is_valid): Really return false...
2006-06-08 Ben PfaffUpdate comment to reflect availability of random casere...
2006-06-07 Jason Stoverfixed mistakes
2006-06-07 Jason Stoverfixed mistakes
2006-06-07 Ben PfaffAdd random access to casefiles, for use in GUI.
2006-06-07 Jason Stoverfixed bogus email address
2006-06-07 Jason Stoverrenamed time-series directory ts
2006-06-07 Jason Stoverinitial version
2006-06-07 Jason StoverRenamed time-series directory ts
2006-06-05 Jason Stoveradded coefficient typedef
2006-06-04 Jason Stoverinitial version of autocovariance function
2006-06-04 John DarringtonUnlimited the number of variables that the GUI can...
2006-06-03 John DarringtonMinor i18n issues.
2006-05-31 John DarringtonFixed minor memory leak.
2006-05-30 John DarringtonInternationalisation.
2006-05-27 John DarringtonFixed a lot of internationalisation issues.
2006-05-25 Jason Stovernew file
2006-05-25 John DarringtonPlugged memory leaks in GUI, and converted most of...
2006-05-20 John DarringtonFixed some bad interaction between variable and data...
2006-05-19 Jason Stoveradded comment
2006-05-19 Jason Stoverrenamed pspp_linreg_coeff to pspp_coeff
2006-05-19 Jason Stoverupdated include path of coefficient.h
2006-05-19 Jason Stovermoved coefficient.[ch] to src/math
2006-05-19 Jason Stovermoved src/math/linreg/coefficient.* to src/math
2006-05-16 Ben PfaffRemoved groff_font_path.
2006-05-15 John DarringtonWhen inserting new cases into the data sheet, initialis...
2006-05-15 Ben PfaffRemoved nsprintf(), nvsprintf().
2006-05-15 Ben PfaffGet rid of capacity argument to ds_init() and update...
2006-05-14 Ben Pfaff(outp_eject_page): Always make sure that a page is...
2006-05-14 Ben PfaffFix PostScript output of multiple charts.
2006-05-14 Ben PfaffFix style of "else" clause.
2006-05-14 Ben PfaffFix style of "else" clause.
2006-05-14 Ben PfaffProperly indent comment.
2006-05-14 John DarringtonFixed some memory leaks in GUI.
2006-05-12 Jason Stoverchanged linreg_cache.coeff to **
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...
next