comparison liboctave/ChangeLog @ 4101:ea537559ab07

[project @ 2002-10-11 20:57:21 by jwe]
author jwe
date Fri, 11 Oct 2002 20:57:21 +0000
parents 596f88296519
children cbac6756967e
comparison
equal deleted inserted replaced
4100:ed0090ecf80f 4101:ea537559ab07
1 2002-10-11 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * oct-time.cc: Use OCTAVE_USE_WINDOWS_API instead of __WIN32__ and
4 __CYGWIN__.
5
6 * file-ops.cc (file_ops::dir_sep_char, file_ops::dir_sep_str,
7 file_ops::dir_sep_chars): New static functions to replace
8 OCTAVE_DIR_SEP_CHAR, OCTAVE_DIR_SEP_STR, OCTAVE_DIR_SEP_CHARS.
9
10 * oct-env.cc (octave_env::do_set_program_name):
11 Use file_ops::dir_sep_chars instead of OCTAVE_DIR_SEP_CHARS.
12 (octave_env::do_base_pathname): Likewise.
13 (octave_env::do_make_absolute): Likewise.
14
15 * oct-env.cc (octave_env::do_make_absolute):
16 Use file_ops::dir_sep_str instead of OCTAVE_DIR_SEP_STR.
17 (octave_env::do_get_home_directory): Likewise.
18
19 * file-ops.cc (is_dir_sep): Use dir_sep_chars instead of embedding
20 that information here too.
21 (tilde_find_suffix, isolate_tilde_prefix, tilde_expand_word):
22 Use file_ops::dir_sep_char instead of OCTAVE_DIR_SEP_CHAR.
23
24 * file-ops.h: Use OCTAVE_HAVE_WINDOWS_FILESYSTEM and
25 OCTAVE_HAVE_POSIX_FILESYSTEM instead of __WIN32__ and __CYGWIN__.
26
1 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> 27 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu>
2 28
3 * oct-env.h (octave_env::current_directory): Now mutable. 29 * oct-env.h (octave_env::current_directory): Now mutable.
4 (octave_env:do_getcwd): Now const. 30 (octave_env:do_getcwd): Now const.
5 31