comparison 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
comparison
equal deleted inserted replaced
6708:0ce71beb1cf3 6709:dda2239726cb
63 * dMatrix.cc (Matrix::expm): Special case for scalar arg. 63 * dMatrix.cc (Matrix::expm): Special case for scalar arg.
64 * CMatrix.cc (ComplexMatrix::expm): Likewise. 64 * CMatrix.cc (ComplexMatrix::expm): Likewise.
65 65
66 2007-06-06 Michael Goffioul <michael.goffioul@swing.be> 66 2007-06-06 Michael Goffioul <michael.goffioul@swing.be>
67 67
68 * file-ops.cc: Include sys/stat.h, fcntl.h, and utime.h or 68 * file-ops.cc (tilde_find_suffix, isolate_tilde_prefix,
69 sys/utime.h if they are available. 69 tilde_expand_word): Use file_ops::is_dir_sep instead of comparing
70 If _chmod is available but chmod is not, define chmod to _chmod 70 with file_ops::dir_sep_char.
71 and define HAVE_CHMOD. Likewise for utime and utimbuf.
72 If _S_IFMT is defined but S_IFMT is not, define S_IFMT to _S_IFMT.
73 Likewise for _O_RDONLY, _O_WRONLY, _O_CREAT and _O_BINARY.
74 (tilde_find_suffix, isolate_tilde_prefix, tilde_expand_word):
75 Use file_ops::is_dir_sep instead of comparing with
76 file_ops::dir_sep_char.
77 71
78 * MArray-C.cc: Sprinkle with OCTINTERP_API as needed. 72 * MArray-C.cc: Sprinkle with OCTINTERP_API as needed.
79 73
80 2007-06-04 David Bateman <dbateman@free.fr> 74 2007-06-04 David Bateman <dbateman@free.fr>
81 75