comparison build-aux/bootstrap.conf @ 12941:9a498efac5f1 stable

use gnulib::fseek and gnulib::fopen * file-io.cc (do_stream_open): Use gnulib::fopen instead of fopen. * input.cc (get_input_from_file): Likewise. * c-file-ptr-stream.h (c_file_ptr_buf::seek): Use gnulib::fseek instead of fseek. * bootstrap.conf (gnulib_modules): Include fopen, fflush, fseek, and ftell in the list.
author John W. Eaton <jwe@octave.org>
date Tue, 09 Aug 2011 22:16:06 -0400
parents c68fe26745ae
children e255f8c3c2ff
comparison
equal deleted inserted replaced
12938:70e9ffbc4c76 12941:9a498efac5f1
23 crypto/md5 23 crypto/md5
24 fclose 24 fclose
25 fcntl 25 fcntl
26 filemode 26 filemode
27 fnmatch 27 fnmatch
28 fopen
29 fflush
30 fseek
31 ftell
28 getcwd 32 getcwd
29 gethostname 33 gethostname
30 getopt-gnu 34 getopt-gnu
31 gettimeofday 35 gettimeofday
32 glob 36 glob