Changed PSPP_LINREG_SVD to PSPP_LINREG_QR
[pspp-builds.git] / src / language /
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 John DarringtonInitialize default syntax type.
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-30 John DarringtonUsed the correct variable in error message. Thanks...
2007-07-30 John DarringtonImplemented the CD command.
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-26 Ben PfaffFix bug #17100.
2007-07-25 Ben PfaffFix bugs #20493, #20494.
2007-07-24 Ben PfaffNumerous improvements to system file reader and writer.
2007-07-18 Ben PfaffUse strict and all warnings. Fix warnings that this...
2007-07-13 John DarringtonAdded prototype to avoid compile time warning.
2007-07-12 Ben Pfaff(map_case): Create destination case instead of leaving it
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-07-01 John DarringtonChanged trns_chain_execute signature (Patch #6057)
2007-06-11 Ben PfaffOops, forgot a file.
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2007-06-08 John DarringtonFixed constness issues.
2007-06-07 Ben PfaffEssentially rewrite MATCH FILES to support FIRST and...
2007-06-07 Ben PfaffActually implement the new procedure code and adapt...
2007-06-07 Ben PfaffAdd datasheet.
2007-06-03 Ben PfaffImplement missing functions for subcommand integer...
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-05-03 John DarringtonImplemented ADD DOCUMENT. Thanks to Ben Pfaff for...
2007-04-23 Ben PfaffImplement model checker for testing purposes.
2007-04-22 John DarringtonMiscellaneous cleanup to categorical values, linreg...
2007-04-16 Ben Pfaff(parse_map_in): Improve error message when user
2007-04-16 John DarringtonIncrease width of N and DEF cells in T-TEST.
2007-04-16 Ben PfaffFully support lists of integer values. Add support for
2007-04-16 Ben Pfaff* compute-dialog.c (function_list_populate): Use new...
2007-04-16 Ben Pfaff(parse_mappings): Initial "out" member of mapping for...
2007-04-16 Ben Pfaff* recode.c (enlarge_dst_widths): Source isn't null...
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* Makefile.am (AUTOMAKE_OPTIONS): Require Automake...
2007-03-19 Ben Pfaff(static var write): Rename write_style to avoid
2007-03-19 Ben Pfaff(close): Rename to do_close to avoid conflict with...
2007-03-17 Jason StoverSupport moments
2007-02-17 Ben PfaffImprove error message when temporary file cannot be...
2007-02-16 Ben PfaffBetter support cross-compiling. Patch #19003.
2007-02-13 Ben PfaffMake q2c link under mingw32, by eliminating the depende...
2007-02-12 Ben PfaffReduce platform dependence.
2007-02-09 Ben PfaffAdd #include <config.h>.
2007-02-09 Ben PfaffImprove VECTOR implementation.
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-02-02 John DarringtonFixed bug parsing floating point values in DO-REPEAT.
2007-02-02 Ben PfaffWe are using a single member in struct file_handle...
2007-02-02 Ben PfaffHandle MAP_SYSMIS case in RECODE, which was carelessly...
2007-02-01 Ben PfaffAccept TO in any case for use with n-ary functions...
2007-01-24 John DarringtonEnables Data Open/Save/New menuitems.
2007-01-20 John DarringtonAdded syntax-string-source.[ch]
2007-01-20 John DarringtonPatch #5676 (syntax string source).
2007-01-16 Ben PfaffClean up and improve case code.
2007-01-16 Ben PfaffAdd a deque, implemented as a circular queue, to libpspp.
2007-01-10 John DarringtonPatch #5672
2007-01-10 Ben PfaffFix bug #18739.
2007-01-07 John DarringtonApplied patch #5661
2007-01-01 John DarringtonApplied patch #5653, which adds callbacks to dataset...
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-22 Ben PfaffImplement DELETE VARIABLES.
2006-12-20 John DarringtonRemoved 'Written by John Darrington' lines which got...
2006-12-20 Ben PfaffFix bugs in LOOP.
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 Ben PfaffReverse order of arguments to DATEDIFF, for compatibili...
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-14 Ben PfaffImplement DATESUM, DATEDIFF functions.
2006-12-11 Ben PfaffThis patch adds the VALUELABEL function for use in...
2006-12-11 Ben PfaffRewrite system file reader code, to clean up and improve.
2006-12-10 John DarringtonPatch #5623
2006-12-10 Ben Pfaff * repeat.c (parse_lines): Issue an error when attempti...
2006-12-10 Ben Pfaff * file-name.c (fn_search_path): Remove prefix arg...
2006-12-10 Ben PfaffFinish converting struct variable to an opaque type...
2006-12-07 John DarringtonFixed memory leak.
2006-12-07 John DarringtonChanged factors' independent variables to be copies...
2006-12-07 Ben PfaffRemove blank page.
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-12-05 John DarringtonApplied patch #5611
2006-12-03 Ben PfaffFix lack of ->name and ->location in DO REPEAT's getl_i...
2006-12-01 Ben Pfaff * compute.c: Fix bug #17422, which reports that a...
2006-12-01 Ben Pfaff * value-labels.c (get_label): Allow commas between...
next