comparison liboctave/ChangeLog @ 10411:479cc8a0a846

use gnulib namespace
author John W. Eaton <jwe@octave.org>
date Mon, 15 Mar 2010 15:57:23 -0400
parents cc69a17ec801
children 2a8b1db1e2ca
comparison
equal deleted inserted replaced
10410:b3ec24dc305a 10411:479cc8a0a846
1 2010-03-15 John W. Eaton <jwe@octave.org>
2
3 * oct-glob.cc (octave_glob): Tag calls to glob and globfree with
4 gnulib::.
5
6 * kpse.cc (DEBUG_START, DEBUGF, FATAL_PERROR, FATAL, KPSE_DEBUG,
7 log_search, find_first_of): Tag calls to
8 fputs with gnulib::.
9 (DEBUGF1, DEBUGF2, DEBUGF3, DEBUGF4, log_search, find_first_of,
10 kpse_element_dirs): Tag calls to fprintf with gnulib::.
11 (hash_lookup, search, find_first_of, kpse_element_dirs):
12 Tag calls to putc with gnulib::.
13 (do_subdir): Tag call to opendir with gnulib::.
14 (xclosedir): Tag call to closedir with gnulib::. Assume closedir
15 returns int value.
16
17 * cmd-hist.cc (gnu_history::do_append): Tag calls to open and
18 close with gnulib::.
19 (command_history::error): Tag call to strerror with gnulib::.
20
21 * cmd-edit.cc (gnu_readline::command_generator,
22 gnu_readline::command_quoter, gnu_readline::command_dequoter):
23 Tag call to malloc with gnulib::.
24 (default_command_editor::do_readline): Tag call to fputs with gnulib::.
25 (command_editor::error): Tag call to strerror with gnulib::.
26
27 * sparse-util.cc (SparseCholPrint): Tag call to vfprintf with gnulib::.
28
29 * oct-uname.cc (octave_uname::init): Tag call to strerror with gnulib::.
30
31 * oct-time.cc (octave_time::stamp): Tag call to gettimeofday
32 with gnulib::.
33 (octave_strptime::init): Tag call to strptime with gnulib::.
34
35 * oct-syscalls.cc (octave_syscalls::dup2,
36 octave_syscalls::execvp, octave_syscalls::fork,
37 octave_syscalls::vfork, octave_syscalls::getpgrp,
38 octave_syscalls::pipe, octave_syscalls::waitpid,
39 octave_syscalls::kill, octave_fcntl):
40 Tag call to strerror with gnulib::.
41 (octave_syscalls::dup2): Tag call to dup2 with gnulib::.
42 (octave_syscalls::popen2): Tag calls to close with gnulib::.
43 (octave_fcntl): Tag call to fcntl with gnulib::.
44
45 * oct-env.cc (octave_env::error): Tag call to strerror with gnulib::.
46
47 * lo-utils.cc (octave_putenv): Tag call to malloc with gnulib::.
48 (octave_fgets): Tag calls to malloc and realloc with gnulib::.
49
50 * lo-sysdep.cc (octave_getcwd): Tag call to getcwd with gnulib::.
51
52 * lo-mappers.cc (xround): Tag call to round with gnulib::.
53
54 * file-stat.cc (file_stat::update_internal): Tag calls to lstat
55 and strerror with gnulib::.
56 (file_fstat::update_internal): Tag calls to fstat and strerror
57 with gnulib::.
58
59 * file-ops.cc (octave_mkdir): Tag call to mkdir with gnulib::.
60 (octave_mkfifo): Tag call to mkfifo with gnulib::.
61 (octave_link): Tag call to link with gnulib::.
62 (octave_symlink): Tag call to symlink with gnulib::.
63 (octave_readlink): Tag call to readlink with gnulib::.
64 (octave_rename): Tag call to rename with gnulib::.
65 (octave_rmdir): Tag call to rmdir with gnulib::.
66 (octave_unlink): Tag call to unlink with gnulib::.
67 (octave_canonicalize_file_name): Tag call to
68 canonicalize_file_name with gnulib::.
69 (octave_mkdir, octave_mkfifo, octave_link, octave_symlink,
70 octave_readlink, octave_rename, octave_rmdir, octave_unlink,
71 octave_tempnam, octave_canonicalize_file_name): Tag calls to
72 strerror with gnulib::.
73
74 * dir-ops.cc (dir_entry::close): Tag closedir call with gnulib::.
75 (dir_entry::open): Tag opendir and strerror calls with gnulib::.
76
1 2010-03-09 Jaroslav Hajek <highegg@gmail.com> 77 2010-03-09 Jaroslav Hajek <highegg@gmail.com>
2 78
3 * oct-inttypes.h (octave_int_base::ftrunc, octave_int_base::fnon_int, 79 * oct-inttypes.h (octave_int_base::ftrunc, octave_int_base::fnon_int,
4 octave_int_base::fnan, octave_int_base::get_trunc_flag, 80 octave_int_base::fnan, octave_int_base::get_trunc_flag,
5 octave_int_base::get_nan_flag, 81 octave_int_base::get_nan_flag,