diff liboctave/ChangeLog @ 8009:d936b21b3a6b

file_ops: use singleton class for static data members
author John W. Eaton <jwe@octave.org>
date Tue, 05 Aug 2008 12:14:16 -0400
parents 4d13a7a2f6ab
children 8487847eb092
line wrap: on
line diff
--- a/liboctave/ChangeLog	Tue Aug 05 12:04:10 2008 -0400
+++ b/liboctave/ChangeLog	Tue Aug 05 12:14:16 2008 -0400
@@ -1,9 +1,13 @@
 2008-08-05  John W. Eaton  <jwe@octave.org>
 
+	* file-ops.h, file-ops.cc (file_ops::static_members):
+	New singleton class for static members of file_ops.
+
+	* pathsearch.h, pathsearch.cc (class dir_path::static_members):
+	New singleton class for static members of dir_path.
+
 	* 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>