fbuf: New data structure for buffered file I/O.
[pspp] / src / data / make-file.c
2018-02-12 Ben Pfafffbuf: New data structure for buffered file I/O. fbuf
2017-04-22 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-04-22 John DarringtonWhitespace changes only: Remove trailing whitespace
2015-11-29 John DarringtonFix build issue on Gnewsense mips64
2015-11-21 John DarringtonMake fn_open and fn_close take a struct file_handle...
2015-11-03 John DarringtonFix crash on w32
2015-10-21 John Darringtonmake-file.c: Behave better under windows operating...
2015-10-20 John DarringtonChange pattern of tmpfiles from <name>.tmpXXXXXX to...
2015-10-09 John Darringtonreplace_file_start: remove parameter TMP_FILE
2015-10-09 John Darringtonreplace_file_start: Now takes a file handle instead...
2015-05-01 Friedrich Beckmannmerge master->gtk3, fixed psppire-output-view.c refacto...
2015-01-17 John DarringtonFix logic error in previous commit
2015-01-16 John Darringtonreplace_file_start: On error, ensure that the appropria...
2010-07-30 Ben Pfaffmake-file: Remove superfluous fflush().
2010-06-15 John DarringtonRemove unused functions make_temp_file and make_unique_...
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-02-08 Ben PfaffMerge "output" into "master"
2010-02-06 Ben Pfaffmake-file: Fix #includes.
2010-01-17 Ben PfaffRewrite PSPP output engine.
2009-12-18 John DarringtonMerge branch 'master' into output
2009-12-03 John DarringtonUpdate to reflect latest copy of Gnulib
2009-11-18 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2009-11-18 John DarringtonUpdate to reflect latest copy of Gnulib
2009-10-24 Ben PfaffMerge "master" into "output".
2009-09-24 John DarringtonMerge commit 'origin/stable'
2009-08-30 John DarringtonUpdate to most recent Gnulib
2009-04-08 John DarringtonMerge commit 'origin/master' into charset
2009-04-02 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2009-03-31 John DarringtonMerge commit 'origin/stable'
2009-03-20 John DarringtonFix corrupted .sav files on w32 builds
2007-11-06 Ben PfaffNeed to include <sys/stat.h>. Bug #21516.
2007-11-03 Ben PfaffAllow output files to overwrite input files (bug #21280...
2007-10-12 Ben Pfaffxalloc.h-instead-of-alloc.h.patch from patch #6230.
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2007-02-18 Ben PfaffAdapt to most recent gnulib.
2007-02-12 Ben PfaffInclude "mkstemp.h", without which linking on mingw32...
2006-12-15 Ben PfaffRemove "Written by Ben Pfaff <blp@gnu.org>" lines every...
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-03-15 John DarringtonChanged include paths to be explicitly specified in...
2006-03-04 Ben PfaffGot rid of pref.h.orig (and pref.h) entirely, moving...
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.