subscript fixes; added free functions
[pspp-builds.git] / src /
2006-07-03 Jason Stoversubscript fixes; added free functions
2006-07-03 Ben PfaffMake the destination for charts configurable in the...
2006-07-03 John DarringtonFixed problem deallocating iconv structs.
2006-07-02 Jason Stoverfixed subscript in sum; added new functions; fixed...
2006-07-02 Ben PfaffFix comment.
2006-07-02 Ben PfaffFix bug #16644: Output Driver crashes in DISPLAY VARIABLES.
2006-07-02 Ben PfaffFix bug #15786: System File Creation crashes if directoy is
2006-07-01 Jason Stoverdropped use of casefiles
2006-07-01 Ben PfaffAdd linked list library to PSPP.
2006-07-01 Jason Stovercorrected increment of lag
2006-06-28 Ben PfaffDon't offer both the full and abbreviated names for...
2006-06-28 Ben PfaffAdd variable-parser.h to sources.
2006-06-28 Ben PfaffFix regression in command name completion reported...
2006-06-28 Ben PfaffAdd aux data parameter to q2c parse_<command>() and...
2006-06-27 Ben PfaffMove var_set and variable parsing declarations into...
2006-06-27 Ben PfaffLink against $(LIBICONV).
2006-06-27 John DarringtonAdded a check of compatible gtk version numbers at...
2006-06-26 Ben Pfaff(dump_free) For SBC_DBL_LIST, enclose the output code...
2006-06-26 Ben Pfaff * value-labels.c (value_to_string): When there's no...
2006-06-26 Ben PfaffSmall optimization for hash library.
2006-06-26 Ben PfaffFix comment.
2006-06-24 John DarringtonAdded the ability to sort the working file.
2006-06-23 Ben PfaffSupport long string variables on FREQUENCIES, as an...
2006-06-21 Jason Stoversave coefficients in innovations estimate structure
2006-06-21 Jason Stoveradded scale update to innovations algorithm
2006-06-20 Ben PfaffMon Jun 19 22:07:13 2006 Ben Pfaff <blp@gnu.org>
2006-06-19 John DarringtonImplemented data-store using a casefile instead of...
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...
next