Checkin of new directory structure.
[pspp-builds.git] / src / ChangeLog
2006-03-04 John DarringtonCheckin of new directory structure.
2006-02-04 Ben PfaffRemove unused struct.
2006-01-29 Ben PfaffAdd scratch file handles.
2006-01-12 Ben PfaffClean up file handle code in preparation to add tempora...
2006-01-09 Jason StoverAltered handling of linear model coefficients
2006-01-07 John DarringtonFixed bug in getl separation.
2005-12-23 John DarringtonSeperated file_loc from error.c
2005-12-19 John DarringtonSeparated getl.c into getl.c and readln.c
2005-12-16 John DarringtonFixed buglet which manifested itself when running two...
2005-12-14 Ben PfaffMove global initialization and cleanup code into main.c.
2005-12-11 Ben PfaffSeparate random numbers from other settings because...
2005-12-11 Ben PfaffSeparate settings and the SET command, for modularity.
2005-11-26 John DarringtonFixed bug in val_labs_remove.
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-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-27 John DarringtonSeparated the abstraction of a file handle, from its...
2005-10-26 Ben PfaffFix up potential overflows in size calculations by...
2005-10-26 John DarringtonRemoved some unnecessary #include directives
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 Ben PfaffWork to get rid of GCC 4.0 warnings, part 1.
2005-10-21 Ben PfaffFix message.
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 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-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 PfaffFix NDEBUG compile errors.
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 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
2005-05-11 Ben PfaffAdd assertions.
2005-05-11 Ben PfaffFix PR 13054.
2005-05-08 John DarringtonFixed bug #13024
2005-05-08 Ben Pfaff"Fix" PR 13021 by disabling FILE TYPE.
2005-05-08 John DarringtonFixed more gcc 2.95 problems
2005-05-05 Ben PfaffFix PR 12948.
2005-05-04 Ben PfaffImprove hash.c comments, error-checking.
2005-05-04 John DarringtonAdded CONFIGUREFLAGS option to Smake.
2005-05-03 John DarringtonFixed some problems which prevented compiling on Debian...
2005-05-03 John DarringtonFixed bug 12931
2005-05-03 Ben PfaffPartial fix for PR 12859.
2005-05-03 Ben PfaffImprove lex_error() error messages.
2005-05-03 Ben PfaffCheck token type before trying to match tokid. Fixes...
2005-05-03 Ben PfaffInclude <sys/types.h> if available.
2005-05-03 Ben PfaffFix generate.pl for Perl 5.6.1.
2005-05-02 Ben PfaffRemove >>> conflict markers.
2005-05-02 Ben PfaffNew implementation of long variable names. Each variab...
2005-05-01 John DarringtonUpdated pspp-mode.el.
2005-04-29 Ben PfaffImprove previous fix for PR 12858 (LAG).
2005-04-29 John DarringtonFixed bug in single arity version of LAG.
2005-04-27 John DarringtonChanged a few instances of SHORT_NAME_LEN to LONG_NAME_LEN
2005-04-26 John DarringtonAdded the ECHO command.
2005-04-26 Ben PfaffFinish fixing MATCH FILES (PR 11677).
2005-04-23 John DarringtonMuch as valgrind is very usefull, it can sometimes...
2005-04-18 Ben PfaffStart work on fixing MATCH FILES.
2005-04-14 John DarringtonOops. Added Changelog headings.
2005-04-13 John DarringtonImplemented long variable names a la spss V12.
2005-04-05 Ben Pfaff(parse_aggregate_functions) If dict_create_var() fails...
2005-03-20 Ben Pfaff* aggregate.c: (parse_aggregate_functions) Fix N_NO_VAR...
next