annotate modules/read-file @ 17259:bc20efc34eba octave-stable

branch to handle patches for Octave stable
author John W. Eaton <jwe@octave.org>
date Thu, 03 Jan 2013 14:26:52 -0500
parents 16f47458947e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6829
19c37b3f23b1 Add read-file module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
1 Description:
19c37b3f23b1 Add read-file module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
2 read_file() function: read the contents of a file into a string
19c37b3f23b1 Add read-file module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
3
19c37b3f23b1 Add read-file module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
4 Files:
19c37b3f23b1 Add read-file module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
5 lib/read-file.h
19c37b3f23b1 Add read-file module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
6 lib/read-file.c
19c37b3f23b1 Add read-file module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
7 m4/read-file.m4
19c37b3f23b1 Add read-file module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
8
19c37b3f23b1 Add read-file module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
9 Depends-on:
15781
16f47458947e New module 'fstat'.
Bruno Haible <bruno@clisp.org>
parents: 15230
diff changeset
10 fstat
13593
9134588a0ed4 read-file: Avoid memory reallocations with regular files.
Giuseppe Scrivano <gscrivano@gnu.org>
parents: 9197
diff changeset
11 ftello
9134588a0ed4 read-file: Avoid memory reallocations with regular files.
Giuseppe Scrivano <gscrivano@gnu.org>
parents: 9197
diff changeset
12 malloc-posix
9197
da729f332ec9 Add dependency to realloc-posix.
Bruno Haible <bruno@clisp.org>
parents: 9131
diff changeset
13 realloc-posix
13593
9134588a0ed4 read-file: Avoid memory reallocations with regular files.
Giuseppe Scrivano <gscrivano@gnu.org>
parents: 9197
diff changeset
14 stdint
9134588a0ed4 read-file: Avoid memory reallocations with regular files.
Giuseppe Scrivano <gscrivano@gnu.org>
parents: 9197
diff changeset
15 sys_stat
6829
19c37b3f23b1 Add read-file module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
16
19c37b3f23b1 Add read-file module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
17 configure.ac:
15230
99f3a0b0d70a read-file: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 13593
diff changeset
18 gl_PREREQ_READ_FILE
6829
19c37b3f23b1 Add read-file module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
19
19c37b3f23b1 Add read-file module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
20 Makefile.am:
15230
99f3a0b0d70a read-file: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 13593
diff changeset
21 lib_SOURCES += read-file.c
6829
19c37b3f23b1 Add read-file module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
22
19c37b3f23b1 Add read-file module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
23 Include:
19c37b3f23b1 Add read-file module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
24 "read-file.h"
19c37b3f23b1 Add read-file module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
25
19c37b3f23b1 Add read-file module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
26 License:
9131
8812f453e378 Use the synonymous term LGPLv2+.
Bruno Haible <bruno@clisp.org>
parents: 7497
diff changeset
27 LGPLv2+
6829
19c37b3f23b1 Add read-file module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
28
19c37b3f23b1 Add read-file module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
29 Maintainer:
19c37b3f23b1 Add read-file module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
30 Simon Josefsson