diff libcruft/ChangeLog @ 4571:ef4bdde0805d

[project @ 2003-10-30 16:48:09 by jwe]
author jwe
date Thu, 30 Oct 2003 16:48:09 +0000
parents e84592dc70b9
children 70da2b8c91dd
line wrap: on
line diff
--- a/libcruft/ChangeLog	Thu Oct 30 15:28:09 2003 +0000
+++ b/libcruft/ChangeLog	Thu Oct 30 16:48:09 2003 +0000
@@ -1,3 +1,13 @@
+2003-10-30  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* Makefile.in (MISC_OBJ): Add misc/cquit.o to the list.
+
+	* misc/Makefile.in (SPECIAL_SRC): Add cquit.c to the list.
+	* misc/cquit.c: New file.
+	* misc/quit.cc: Move everything except octave_interrupt_hook,
+	octave_bad_alloc_hook, octave_throw_interrupt_exception, and
+	octave_throw_bad_alloc to cquit.c.
+
 2003-10-28  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* misc/quit.h (octave_interrupt_hook, octave_bad_alloc_hook):