Removed unused variable (of undefined type) which prevented compilation without optim...
[pspp-builds.git] / src / data /
2006-04-27 Ben Pfaff* variable.h: (struct variable) Rename `reinit' member...
2006-04-27 Ben PfaffContinue reforming procedure execution. In this phase...
2006-04-26 Ben PfaffUpdate to-do list.
2006-04-26 Ben PfaffRemove `init' member from struct variable, which was...
2006-04-25 Ben PfaffContinue reforming error message support. In this...
2006-04-25 Ben PfaffContinue reforming error message support. In this...
2006-04-24 Ben PfaffContinue reforming error message support. In this...
2006-04-17 Ben PfaffContinue reforming error message support. In this...
2006-04-17 Ben PfaffGNU standards require "file name" instead of "filename" in
2006-04-17 Ben PfaffGNU standards require "file name" instead of "filename" in
2006-04-17 Ben PfaffWe don't really support anything but Unix-like environm...
2006-04-17 Ben PfaffGNU standards require "file name" instead of "filename" in
2006-04-16 Ben PfaffRenamed some file name functions.
2006-04-16 Ben Pfaff* filename.c: (fn_tilde_expand) Rewrite for cleaner...
2006-04-16 Ben PfaffContinue reforming error message support. In this...
2006-04-16 Ben PfaffGet rid of src/libpspp/debug-print.h and all its users...
2006-04-16 Ben PfaffImprove comment.
2006-04-16 Ben PfaffGet rid of #defines after #error.
2006-04-16 Ben PfaffGet rid of our own int32 type in favor of the standard...
2006-04-16 Ben PfaffRemove last users of struct file_ext, and then get...
2006-04-16 Ben PfaffFix some warnings.
2006-04-04 John DarringtonFixed a multitude of C89 compatibility warnings.
2006-04-04 John DarringtonFixed bug in fn_interp_vars
2006-03-28 John DarringtonFixed memory leaks resulting from fn_interp_vars et...
2006-03-25 Jason StoverMemory leak fix
2006-03-25 Jason StoverFixed memory leak
2006-03-25 Ben PfaffAdd some missing frees. Thanks to John Darrington...
2006-03-21 Ben PfaffMark error() as NO_RETURN.
2006-03-21 Ben PfaffRequire "unistd" gnulib module. Removed tests for...
2006-03-17 John DarringtonFixed reading of system files with non-ascii characters...
2006-03-15 John DarringtonChanged include paths to be explicitly specified in...
2006-03-12 Ben PfaffImprove comment.
2006-03-11 John DarringtonChanged the default value od SCOMPRESS to true.
2006-03-04 Ben PfaffGot rid of pref.h.orig (and pref.h) entirely, moving...
2006-03-04 Ben PfaffMove GCC attribute declarations from pref.h.orig to...
2006-03-04 Ben PfaffRemove BLP_INT_DIGITS. Now we use the intprops.h heade...
2006-03-04 John DarringtonFixed bug reading compressed system files.
2006-03-04 John DarringtonAdded src/libpspp/automake.mk and src/data/automake.mk
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.