pspp-builds.git
2005-10-29 Ben PfaffAdd _build target for convenience.
2005-10-28 Jason StoverAdded variable/parameter matching and error reporting
2005-10-28 Jason StoverAdded variable/parameter estimate matching via new...
2005-10-27 Jason StoverFixed blank replacement
2005-10-27 Jason StoverFixed blank replacement
2005-10-27 Jason StoverFixed blank replacement
2005-10-27 Jason Stover*** empty log message ***
2005-10-27 Jason StoverFixed blank replacement
2005-10-27 Jason StoverFixed blank replacement
2005-10-27 Jason StoverFixed blank-line replacement
2005-10-27 Jason StoverFixed blank line replacement
2005-10-27 John DarringtonSeparated the abstraction of a file handle, from its...
2005-10-26 Jason StoverAdded var structs to allow easier lookup of model variables
2005-10-26 Jason StoverAdded var.h to allow easier lookups of model variables
2005-10-26 John DarringtonAdded "#include <config.h>"
2005-10-26 Ben PfaffFix up potential overflows in size calculations by...
2005-10-26 John DarringtonRemoved some unnecessary #include directives
2005-10-25 Jason StoverAdded covariance matrix output
2005-10-25 Jason StoverFixed comment
2005-10-25 Ben Pfaff* groff-font.c (font_msg): Use err_vmsg() instead of...
2005-10-25 Ben PfaffWork to get rid of GCC 4.0 warnings, part 2.
2005-10-24 John Darringtonchangelog
2005-10-24 John DarringtonRefactored to make it easier to abstract a dictionary...
2005-10-24 Ben PfaffWork to get rid of GCC 4.0 warnings, part 1.
2005-10-24 Ben PfaffIgnore rank.c, regression.c.
2005-10-24 Ben PfaffAdd Makefile.
2005-10-24 John DarringtonFixed bug #14822.
2005-10-23 Ben PfaffRemoved unused variable.
2005-10-23 Ben PfaffIgnore Makefiles.
2005-10-21 Jason StoverRegression procedure entry
2005-10-21 Ben PfaffImprove messages.
2005-10-21 Ben PfaffFix message.
2005-10-18 Jason StoverFixed name of standard error of statistic
2005-10-18 Jason StoverFixed std. error of estimated R-square
2005-10-18 Jason StoverAdded model summary and R keyword
2005-10-14 Jason Stovertested QR decomposition
2005-10-14 Jason StoverReplaced use of errno with assert
2005-10-14 Jason StoverAdded regression procedure examples
2005-10-14 Jason StoverInitial version
2005-10-14 Jason StoverAdded regression procedure
2005-10-14 Jason StoverAdded linear regression
2005-10-14 Jason Stoverremoved double-counted sample size
2005-10-13 Jason Stovermiscellaneous compiler warnings
2005-10-13 Jason Stoverfixed constness
2005-10-12 Jason Stoverminor edits
2005-10-12 Jason StoverInitial version
2005-10-11 Jason StoverInitial version
2005-10-11 Jason StoverAll tests are compatible with BSD diff
2005-10-10 Jason StoverMade BSD diff compatible
2005-10-10 Jason StoverStill some BSD diff incompatible tests
2005-10-10 Jason StoverAll tests now BSD diff compatible
2005-10-10 Jason StoverMade BSD diff compatible
2005-10-10 Jason StoverMade BSD diff compatible
2005-10-10 Jason StoverMade tests BSD diff compatible
2005-10-07 Jason Stoverreplaced busted sed substitution with functioning perl...
2005-10-07 Jason StoverMade compatible with BSD diff
2005-10-03 Jason StoverBSD compatibility: Replaced automatic variable $< in...
2005-10-03 Jason StoverBSD compatibility: Replaced automatic variable $< in...
2005-10-02 Jason Stoverfixed header guard
2005-09-27 Jason StoverRemoved reference to README
2005-09-26 Jason StoverChangLog entry for lib/linreg
2005-09-25 Ben PfaffFix two minor packaging bugs reported by James R. Van...
2005-09-22 Jason StoverAdded lib/linreg
2005-09-19 Ben PfaffSmake: Add `check' target for convenience. Add --tests...
2005-09-17 Ben PfaffChange type of variables whose addresses are passed...
2005-09-17 Ben PfaffFix gnulib problems.
2005-09-17 Jason StoverCorrected filename on line 1
2005-09-17 Jason StoverInitial version
2005-09-12 John DarringtonFixed issues which arose on x86_64 architecture
2005-08-21 Ben PfaffRevamp SAVE, XSAVE, EXPORT. Add (or at least parse...
2005-08-07 Ben PfaffNeed to make sure m4/Makefile.am exists before running...
2005-08-07 Ben PfaffClean up treatment of missing values by moving all...
2005-08-05 Ben PfaffNote that PSPP 0.4.0 was released Aug 3.
2005-08-04 Ben PfaffTalk about PSPP long-term goals. v0.4.0
2005-08-04 Ben PfaffAdd a couple more release notes.
2005-08-03 Ben PfaffAdd Solaris, Mac OS X notes.
2005-08-02 Ben PfaffNote that `make check' needs GNU diff (for now).
2005-08-02 Ben PfaffRevise.
2005-08-02 Ben Pfaff * bugs/big-input-2.sh: Don't use 1...100000 (etc....
2005-08-02 Ben Pfaff * xforms/expression.sh: Break this monolithic test...
2005-07-31 Ben PfaffAdopt use of gnulib for portability.
2005-07-31 Ben PfaffFix typo.
2005-07-31 Ben Pfaff(validate_function_args) Fix two msg() bugs found by...
2005-07-31 Ben Pfaff(expr_debug_print_postfix) Don't pass null pointer...
2005-07-31 Ben Pfaff(var_is_valid_name) Fix three msg() bugs found by ...
2005-07-31 Ben Pfaff(parse_rank_function) Fix msg() bug found by -Wformat.
2005-07-31 Ben Pfaff(postopen) Cast `char' to `unsigned char' before passin...
2005-07-31 Ben Pfaff(read_varables) Fix msg() bug found by -Wformat.
2005-07-31 Ben Pfaff*** empty log message ***
2005-07-31 Ben PfaffInclude <config.h>.
2005-07-31 Ben Pfaff(cmd_match_files) Fix msg() bug found by -Wformat.
2005-07-31 Ben Pfaff(check_common_specifier) Fix msg() bug found by -Wformat.
2005-07-31 Ben Pfaff(cmd_file_handle) Fix msg() bug found by -Wformat.
2005-07-31 Ben Pfaff(parse_Z) [WORDS_BIGENDIAN] Don't declare buf[], to...
2005-07-31 Ben Pfaff(find_word) Cast `char' to `unsigned char' before passi...
2005-07-31 Ben Pfaff(case_compare) Implement as delegating to case_compare_...
2005-07-31 Ben PfaffInclusion of <alloca.h> is unneeded.
2005-07-31 Ben PfaffDon't append -ansi to AM_CFLAGS for GCC. Using -ansi...
2005-07-31 Ben PfaffSat Jul 30 21:54:23 2005 Ben Pfaff <blp@gnu.org>
2005-07-31 Ben PfaffAdd coverage.sh, temp_template to EXTRA_DIST.
next