diff liboctave/ChangeLog @ 6709:dda2239726cb

[project @ 2007-06-13 06:49:41 by jwe]
author jwe
date Wed, 13 Jun 2007 06:49:41 +0000
parents 0ce71beb1cf3
children 30e1320bb0ee
line wrap: on
line diff
--- a/liboctave/ChangeLog	Wed Jun 13 06:40:49 2007 +0000
+++ b/liboctave/ChangeLog	Wed Jun 13 06:49:41 2007 +0000
@@ -65,15 +65,9 @@
 
 2007-06-06  Michael Goffioul  <michael.goffioul@swing.be>
 
-	* file-ops.cc: Include sys/stat.h, fcntl.h, and utime.h or
-	sys/utime.h if they are available.
-	If _chmod is available but chmod is not, define chmod to _chmod
-	and define HAVE_CHMOD.  Likewise for utime and utimbuf.
-	If _S_IFMT is defined but S_IFMT is not, define S_IFMT to _S_IFMT.
-	Likewise for _O_RDONLY, _O_WRONLY, _O_CREAT and _O_BINARY.
-	(tilde_find_suffix, isolate_tilde_prefix, tilde_expand_word):
-	Use file_ops::is_dir_sep instead of comparing with
-	file_ops::dir_sep_char.
+	* file-ops.cc (tilde_find_suffix, isolate_tilde_prefix,
+	tilde_expand_word): Use file_ops::is_dir_sep instead of comparing
+	with file_ops::dir_sep_char.
 
 	* MArray-C.cc: Sprinkle with OCTINTERP_API as needed.