removed useless code
[pspp-builds.git] / src /
2006-10-20 Jason Stoverremoved useless code
2006-10-20 John DarringtonConstness and global namespace patrol.
2006-10-20 John DarringtonAdded some more UNIMPL entries.
2006-10-19 John DarringtonEncapsulated the static data of procedure.[ch] into...
2006-10-16 Ben Pfaff * command.c: (do_parse_command) Issue an error for...
2006-10-15 John DarringtonAdded a pooled version of hsh_create
2006-10-14 Ben Pfaff * casefile.c (casereader_read_xfer): Always initialize...
2006-10-14 Ben PfaffFix memory leak in rank_sorted_casefile().
2006-10-14 Ben PfaffFix memory leak in test_casereader_clone().
2006-10-14 John DarringtonChanged a lot of ints to bools.
2006-10-08 John DarringtonMemory leak patrol.
2006-10-07 John DarringtonImplemented the RANK command.
2006-09-27 John DarringtonFixed warnings generated by gcc 4.1.2
2006-09-25 John DarringtonAdded casereader_clone function.
2006-09-23 John DarringtonChanged int to bool in dict_get_weight and sort_active_...
2006-09-21 Ben Pfaff * variable.c: (width_to_bytes) Rephrase code for clarify.
2006-08-14 Ben PfaffError message needs a period at end of sentence.
2006-08-05 Ben PfaffFix bug #17329 in REREAD parsing, reported by John...
2006-07-31 Ben PfaffNew PURE_FUNCTION, CONST_FUNCTION macros.
2006-07-31 Ben PfaffAllow a comma between specifications on PRINT.
2006-07-30 John DarringtonRe-enabled automatic insertion of cases in data sheet.
2006-07-29 John DarringtonMade the variable sheet automatically add variables...
2006-07-29 John DarringtonFixed bug where psppire tried to save a file even after...
2006-07-29 John DarringtonRe-enabled saving of the current file.
2006-07-23 John DarringtonFixed bug where gui would crash when columns were resized.
2006-07-18 Ben PfaffPatch #5244.
2006-07-17 John DarringtonPatch #5209
2006-07-16 Jason Stovercenter the data before computing the coefficients;...
2006-07-16 Jason Stoverfixed and tested computation of coefficients
2006-07-15 Ben PfaffImprove comment.
2006-07-15 Jason Stovermade matrix argument const in coefficient initialization
2006-07-15 Jason Stoverfixed computation of sample covariance
2006-07-15 John DarringtonAdded insert-variables.png to dists
2006-07-15 John DarringtonApplied patch file #10344.
2006-07-15 John DarringtonActually commit the icons
2006-07-15 John DarringtonAdded toolbar icons. Hopefully somebody will contribut...
2006-07-15 Jason Stoverfixed intialization of coefficients
2006-07-14 Jason Stovermoved knowledge of pspp_linreg_cache out of pspp_coeff_init
2006-07-14 Ben PfaffFixes for bugs/warts found in debug mode compile (bug...
2006-07-13 Jason Stoveruse struct design_matrix
2006-07-13 Ben Pfaff(outp_drivers): [DEBUGGING] Delete unused declaration.
2006-07-13 Ben PfaffAdd missing include.
2006-07-10 John DarringtonMinor cleanup and spot fixes.
2006-07-08 Ben PfaffApply patch #5225, assertions.
2006-07-07 Ben PfaffFix link error noted by Jason Stover.
2006-07-06 Jason Stoversubscript fixes
2006-07-05 Jason Stoveradded new initialization function
2006-07-05 Jason Stovermoved to src/math for wider availability
2006-07-05 Ben PfaffFix bug #11612, "q2c documentation does not agree with...
2006-07-05 Ben PfaffFix bug #15766 (/KEEP subcommand on SAVE doesn't fully...
2006-07-04 John DarringtonEncapsulated msg_location inside msg_emit
2006-07-04 John DarringtonTrivial change to make psppire properly deal with ...
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...
next