Mercurial > hg > octave-lojdl > gnulib-hg
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 |
rev | line source |
---|---|
6829 | 1 Description: |
2 read_file() function: read the contents of a file into a string | |
3 | |
4 Files: | |
5 lib/read-file.h | |
6 lib/read-file.c | |
7 m4/read-file.m4 | |
8 | |
9 Depends-on: | |
15781 | 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 | 16 |
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 | 19 |
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 | 22 |
23 Include: | |
24 "read-file.h" | |
25 | |
26 License: | |
9131
8812f453e378
Use the synonymous term LGPLv2+.
Bruno Haible <bruno@clisp.org>
parents:
7497
diff
changeset
|
27 LGPLv2+ |
6829 | 28 |
29 Maintainer: | |
30 Simon Josefsson |