Allow output files to overwrite input files (bug #21280). Thanks to
[pspp-builds.git] / src / ui / terminal / ChangeLog
index c626af0aae1cbebfed7a56913aec517fdbb79e3a..b4d329da37537be45e6db74d045ba759586eb881 100644 (file)
@@ -1,3 +1,12 @@
+2007-11-03  Ben Pfaff  <blp@gnu.org>
+
+       Allow output files to overwrite input files (bug #21280).
+
+       * main.c (main): Use at_fatal_signal instead of calling signal
+       directly.
+       (interrupt_handler) Removed.
+       (terminate) Rename clean_up.  Don't call exit directly.
+
 2007-09-25  Ben Pfaff  <blp@gnu.org>
 
        Patch #6210: implement ability to resize output device parameters