diff libcruft/ChangeLog @ 10370:9c4daf174387

implement IDs for common liboctave exceptions
author Jaroslav Hajek <highegg@gmail.com>
date Sun, 28 Feb 2010 08:19:49 +0100
parents 65d5776379c3
children eb9b2674501e
line wrap: on
line diff
--- a/libcruft/ChangeLog	Sat Feb 27 23:04:09 2010 -0500
+++ b/libcruft/ChangeLog	Sun Feb 28 08:19:49 2010 +0100
@@ -1,3 +1,11 @@
+2010-02-28  Jaroslav Hajek  <highegg@gmail.com>
+
+	* misc/lo-error.c (liboctave_fatal_with_id,
+	set_liboctave_error_with_id_handler): New functions.
+	(current_liboctave_error_with_id_handler): New variable.
+	* misc/lo-error.h: Declare them.
+	(liboctave_error_with_id_handler): New typedef.
+
 2010-02-21  Michael Goffioul  <michael.goffioul@gmail.com>
 
 	* misc/quit.h: Define WIN32_LEAN_AND_MEAN and don't #undef min/max.