Fixed dependent/independent variable separation
[pspp-builds.git] / src /
2005-11-28 Jason StoverFixed dependent/independent variable separation
2005-11-27 Jason StoverSplit categorical encoding and design matrix routines
2005-11-26 John DarringtonFixed bug in val_labs_remove.
2005-11-23 Jason StoverFixed pointer cast
2005-11-23 Jason Stover*** empty log message ***
2005-11-23 Jason Stover*** empty log message ***
2005-11-22 Jason StoverCategorical value cache added
2005-11-22 Jason StoverRewrote categorical value-handling
2005-11-22 Jason StoverRewrote categorical value-handling
2005-11-16 Jason StoverMissing value-handling
2005-11-06 Ben PfaffRemove devind output driver.
2005-11-06 Ben Pfaff* var.h: (struct variable) Make `init', `reinit' bool...
2005-11-05 Ben PfaffFri Nov 4 19:43:01 2005 Ben Pfaff <blp@gnu.org>
2005-11-03 Ben PfaffDO IF, LOOP cleanup.
2005-10-31 Jason Stover*** empty log message ***
2005-10-30 Jason StoverParameter estimate matched with appropriate variable...
2005-10-30 Jason StoverFixed column/variable lookup
2005-10-29 Ben PfaffSat Oct 29 16:25:36 2005 Ben Pfaff <blp@gnu.org>
2005-10-29 Ben PfaffFix up potential overflows in size calculations by...
2005-10-28 Jason StoverAdded variable/parameter matching and error reporting
2005-10-27 John DarringtonSeparated the abstraction of a file handle, from its...
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 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 John DarringtonFixed bug #14822.
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 StoverReplaced use of errno with assert
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-03 Jason StoverBSD compatibility: Replaced automatic variable $< in...
2005-09-17 Ben PfaffChange type of variables whose addresses are passed...
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 PfaffClean up treatment of missing values by moving all...
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-27 Ben PfaffInstead of hard-coding the table of powers of 30 into...
2005-07-25 Ben PfaffGet rid of dependency on libgmp by writing our own...
2005-07-25 Ben PfaffAllow "1+23" even for F format, for compatibility.
2005-07-25 Ben PfaffRead and ignore author field in portable files.
2005-07-07 Ben Pfaff* get.c: (mtf_processing) Don't assume that mtf_compare...
2005-07-05 Ben Pfaff* flip.c: [HAVE_SYS_TYPES_H] Really include <sys/types...
2005-07-04 Ben Pfaff* get.c: (cmd_match_files) Fix memory leak on `by'...
2005-07-04 Ben Pfaff(close_active_file) Remove unnecessary test.
2005-07-04 Ben Pfaff[HAVE_LIBREADLINE] (read_console) Fix memory leak on...
2005-07-04 Ben Pfaff(cmd_match_files) Fix memory leak on `by' and on `vfm_s...
2005-07-04 Ben PfaffFix comment.
2005-07-04 Ben PfaffFix NDEBUG compile errors.
2005-07-04 Ben Pfaff(ll_next) First arg is UNUSED when NDEBUG is defined.
2005-07-04 Ben Pfaff#include <assert.h> to fix compile error with NDEBUG.
2005-06-24 Ben PfaffUpdate comment.
2005-06-13 Ben PfaffImplement embedding for PostScript driver. Fixes bug...
2005-06-12 Ben PfaffDid some more work on bug 12859 and then realized that...
2005-06-07 Ben PfaffContinue work on bug 12859, plus some code cleanup.
2005-06-06 Ben PfaffFix PR 11894.
2005-05-27 John DarringtonAdded the parser for the rank command.
2005-05-26 Ben PfaffFix PR 13192.
2005-05-25 Ben PfaffHandle case of a lookup table as the active file.
2005-05-25 John DarringtonReading of system files is now more robust against...
2005-05-23 John DarringtonFixed problem reading long string continuation records.
2005-05-21 John DarringtonAllowed reading of "broken" system files which have...
2005-05-18 Ben PfaffFix double-free bug.
2005-05-18 Ben PfaffOmit `-' in F format if value rounds to zero.
2005-05-17 John DarringtonFixed buffer overflow buglet (test/commands/bignum...
2005-05-17 Ben PfaffFix PR 11119.
2005-05-17 Ben PfaffFix rest of PR 13054.
2005-05-16 Ben PfaffFix rest of PR 13054.
2005-05-14 John DarringtonFixed bug 13082
next