diff liboctave/ChangeLog @ 8008:4d13a7a2f6ab

dir_path: use singleton class for static data members
author John W. Eaton <jwe@octave.org>
date Tue, 05 Aug 2008 12:04:10 -0400
parents a2ab20ba78f7
children d936b21b3a6b
line wrap: on
line diff
--- a/liboctave/ChangeLog	Mon Aug 04 23:44:50 2008 -0400
+++ b/liboctave/ChangeLog	Tue Aug 05 12:04:10 2008 -0400
@@ -1,3 +1,10 @@
+2008-08-05  John W. Eaton  <jwe@octave.org>
+
+	* pathsearch.cc (dir_path::init): Move octave_kpathsea_initialized
+	here from file scope.
+	* pathsearch.h, pathsearch.cc (class dir_path::static_members):
+	New singleton class for static members of dir_path.
+
 2008-08-04  John W. Eaton  <jwe@octave.org>
 
 	* oct-env.cc (octave_env::do_set_program_name,