changeset 9267:cf4683ff0b2c

ChangeLog fix
author John W. Eaton <jwe@octave.org>
date Tue, 26 May 2009 17:20:53 -0400
parents 1d3b91166b9c
children a9c4aece8c2a
files liboctave/ChangeLog
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/ChangeLog	Tue May 26 17:20:07 2009 -0400
+++ b/liboctave/ChangeLog	Tue May 26 17:20:53 2009 -0400
@@ -1,3 +1,8 @@
+2009-05-26  John W. Eaton  <jwe@octave.org>
+
+	* pathsearch.h (dir_path::path_sep_char (char),
+	dir_path::static_members::path_sep_char (char)): New functions.
+
 2009-05-21  Michael Goffioul  <michael.goffioul@gmail.com>
 
 	* Array-C.cc (class DiagArray2<Complex>::Proxy): Tag with OCTAVE_API.