diff src/ChangeLog @ 5854:68f8017ef077

[project @ 2006-06-12 15:54:27 by jwe]
author jwe
date Mon, 12 Jun 2006 15:54:27 +0000
parents 169b5538840b
children 92d2be71e7cc
line wrap: on
line diff
--- a/src/ChangeLog	Fri Jun 09 22:49:32 2006 +0000
+++ b/src/ChangeLog	Mon Jun 12 15:54:27 2006 +0000
@@ -1,3 +1,11 @@
+2006-06-12  John W. Eaton  <jwe@octave.org>
+
+	* unwind-prot.h (unwind_protect_fptr): New macro.
+	* load-path.cc (load_path::do_set): Use it instead of
+	unwind_protect_ptr when protecting add_hook function pointer.
+	* dynamic-ld.cc (octave_dynamic_loader::do_load): Use FCN_PTR_CAST
+	here instead of reinterpret_cast.
+
 2006-06-09  John W. Eaton  <jwe@octave.org>
 
 	* version.h (OCTAVE_VERSION): Now 2.9.5+.