Reorder ChangeLog entries to match the order in which the changes went
[gnulib.git] / modules / freopen
1 Description:
2 freopen() function: open a stream to a file.
3
4 Files:
5 lib/freopen.c
6 m4/freopen.m4
7
8 Depends-on:
9 stdio
10
11 configure.ac:
12 gl_FUNC_FREOPEN
13 if test $REPLACE_FREOPEN = 1; then
14   AC_LIBOBJ([freopen])
15   gl_PREREQ_FREOPEN
16 fi
17 gl_STDIO_MODULE_INDICATOR([freopen])
18
19 Makefile.am:
20
21 Include:
22 <stdio.h>
23
24 License:
25 LGPL
26
27 Maintainer:
28 Bruno Haible
29