Allow output files to overwrite input files (bug #21280). Thanks to
[pspp-builds.git] / src / language / stats /
2007-11-03 Ben PfaffAllow output files to overwrite input files (bug #21280...
2007-10-13 Ben PfaffUse fseeko module from gnulib instead of our home-grown...
2007-10-13 Ben Pfaffposix-xprintf-functions.patch from patch #6230.
2007-10-12 Ben Pfaffstdint.h-instead-of-size_max.h.patch from patch #6230.
2007-10-12 Ben Pfaffconfig.h-fixes.patch from patch #6230.
2007-10-12 Ben Pfaffxalloc.h-instead-of-alloc.h.patch from patch #6230.
2007-10-12 Ben Pfaffmalloca-instead-of-local_alloc.patch from patch #6230.
2007-10-12 Ben Pfaffmagic-elimination.patch from patch #6230.
2007-09-22 John DarringtonCorrected various typos in error messages.
2007-09-22 John DarringtonFree the cmd after it's finished.
2007-09-21 Jason Stoverfix memory leaks; bug 21056
2007-09-20 Ben PfaffFix bug #21108.
2007-09-14 Jason StoverDeclare models in difinition of cmd_regression; free...
2007-09-13 Ben Pfaff(postcalc): Free sorted_tab and the structures that...
2007-09-05 Ben Pfaff(cmd_crosstabs): Free xtab and the structures that...
2007-08-28 John DarringtonYet more memory leaks.
2007-08-27 John DarringtonPlugged some memory leaks.
2007-08-17 Jason Stoverbroke long line in error message
2007-08-16 Jason Stoverfixed typo
2007-08-15 Jason Stoverfix bug 19819
2007-08-13 Ben Pfaff* psppire-dict.c (psppire_dict_dump): Don't use
2007-08-12 Jason StoverChanged PSPP_LINREG_SVD to PSPP_LINREG_QR
2007-08-05 Ben Pfaff(rank_cmd): Instead of sorting by SPLIT FILE vars,...
2007-08-02 Ben PfaffClean up handling of median, by treating it almost...
2007-08-01 Ben PfaffRemove integer mode from FREQUENCIES and incidentally...
2007-07-28 John DarringtonFix bug #19604. T-Test documentation now matches code...
2007-07-27 Ben Pfaff(run_regression): Move casereader_destroy call so that...
2007-07-25 Ben PfaffFix bugs #20493, #20494.
2007-07-13 John DarringtonAdded prototype to avoid compile time warning.
2007-07-10 Jason Stoverinitial version of glm
2007-07-10 Jason Stoverfixed export bug
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2007-06-08 John DarringtonFixed constness issues.
2007-06-07 Ben PfaffActually implement the new procedure code and adapt...
2007-05-15 Jason StoverIssue an error if no valid data are found
2007-05-08 Jason Stoverpartial fix of bug 19819
2007-05-06 Ben PfaffAbstract the documents within a dictionary a little...
2007-04-22 John DarringtonMiscellaneous cleanup to categorical values, linreg...
2007-04-16 John DarringtonIncrease width of N and DEF cells in T-TEST.
2007-04-12 Jason Stoverfix bug 19581
2007-04-12 John DarringtonFixed Bug #19424 (confidence interval from EXAMINE).
2007-04-02 John DarringtonChanged a lot of non-const pointers to const.
2007-03-30 Jason Stoveruse moments.c to compute moments
2007-03-19 Ben Pfaff(static var write): Rename write_style to avoid
2007-03-17 Jason StoverSupport moments
2007-02-17 Ben PfaffImprove error message when temporary file cannot be...
2007-02-09 Ben PfaffFix use of size_t in printf formats. Patch #5727.
2007-02-07 Ben PfaffGive better error message on end of file.
2007-02-04 Jason Stoverfixed p-value computation in test of coefficients
2007-01-16 Ben PfaffClean up and improve case code.
2007-01-10 John DarringtonPatch #5672
2007-01-10 Ben PfaffFix bug #18739.
2007-01-07 John DarringtonApplied patch #5661
2006-12-24 John DarringtonAdded some extraneous crud to .cvsignore files
2006-12-23 Ben PfaffMake the missing value code do more work, so that its...
2006-12-22 John DarringtonAdded abstract factory to create casefiles. Updated...
2006-12-22 John DarringtonFixed bug #17420 (table columns exceeded with /FORMAT...
2006-12-20 John DarringtonRemoved 'Written by John Darrington' lines which got...
2006-12-20 John DarringtonImplemented the NPAR TESTS command.
2006-12-19 Ben PfaffMake it possible to pull cases from the active file...
2006-12-16 Jason Stoverremoved "Written by..." line
2006-12-16 Ben PfaffAllow RANK grouping variables to be strings. Fixes...
2006-12-16 John DarringtonRemoved my authorship lines.
2006-12-16 John DarringtonCommitted patch #5636
2006-12-15 Ben PfaffRemove "Written by Ben Pfaff <blp@gnu.org>" lines every...
2006-12-14 John DarringtonMade src/language into one big library. Closes patch...
2006-12-10 Ben PfaffFinish converting struct variable to an opaque type...
2006-12-07 John DarringtonChanged factors' independent variables to be copies...
2006-12-07 Ben PfaffCompare variable pointers instead of variable indexes.
2006-12-05 Ben PfaffFirst step in making struct variable opaque: the boring...
2006-11-25 Ben PfaffWe've had a mix of min, max from libpspp/misc.h and...
2006-11-25 John DarringtonAdded whitespace and plugged memory leak.
2006-11-11 John DarringtonEncapsulated lexer and updated calling functions accord...
2006-11-05 Ben PfaffRewrite and improve formatted output routines.
2006-11-05 John DarringtonAdded casefilter structure to assist with missing value...
2006-11-03 John DarringtonUpdated the docs and the parser for EXAMINE to make...
2006-11-03 Ben PfaffCompletely rewrite src/data/format.[ch], to achieve...
2006-10-29 John DarringtonMore constness
2006-10-29 John DarringtonMade array.h const correct, and dealt with the conseque...
2006-10-26 John DarringtonDamn! Forgot to change casenum_t in *.q
2006-10-26 John DarringtonEliminated global variable current_dataset.
2006-10-22 John DarringtonMore constness/namespace policing
2006-10-20 Jason Stoverremoved useless code
2006-10-20 John DarringtonConstness and global namespace patrol.
2006-10-19 John DarringtonEncapsulated the static data of procedure.[ch] into...
2006-10-14 Ben PfaffFix memory leak in rank_sorted_casefile().
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-25 John DarringtonAdded casereader_clone function.
2006-09-23 John DarringtonChanged int to bool in dict_get_weight and sort_active_...
2006-07-15 John DarringtonApplied patch file #10344.
2006-07-14 Jason Stovermoved knowledge of pspp_linreg_cache out of pspp_coeff_init
2006-07-08 Ben PfaffApply patch #5225, assertions.
2006-07-05 Ben PfaffFix bug #11612, "q2c documentation does not agree with...
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-23 Ben PfaffSupport long string variables on FREQUENCIES, as an...
2006-06-20 Ben PfaffMon Jun 19 22:07:13 2006 Ben Pfaff <blp@gnu.org>
next