OSDN Git Service

2007-01-18 Francois-Xavier Coudert <coudert@clipper.ens.fr>
[pf3gnuchains/gcc-fork.git] / libgfortran / ChangeLog
1 2007-01-18  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
2             Tobias Burnus  <burnus@net-b.de>
3
4         PR libfortran/29649
5         * runtime/environ.c (variable_table): New GFORTRAN_ERROR_DUMPCORE
6           environment variable.
7         * runtime/compile_options.c (set_std): Add new argument.
8         * runtime/error.c (sys_exit): Move from io/unix.c. Add coredump functionality.
9         * libgfortran.h (options_t): New dump_core and backtrace members.
10           (sys_exit): Move prototype.
11         * io/unix.c (sys_exit): Move to runtime/error.c.
12         * configure.ac: Add check for getrlimit.
13         * configure: Regenerate.
14
15 2007-01-17  Tom Tromey  <tromey@redhat.com>
16
17         PR libgfortran/27107:
18         * aclocal.m4, configure, Makefile.in: Rebuilt.
19         * configure.ac: Enable automake dependency tracking.  Update
20         minimum automake version.
21
22 2007-01-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
23
24         PR libfortran/27107
25         * runtime/environ.c: Don't include io/io.h.
26         * runtime/string.c: Don't include io/io.h.
27         (compare0): Add cast to avoid warning.
28         * runtime/error.c: Don't include io/io.h.
29         (st_printf): Move to io/unix.c.
30         * intrinsics/flush.c: Delete, contents moved to io/intrinsics.c.
31         * intrinsics/fget.c: Likewise.
32         * intrinsics/ftell.c: Likewise.
33         * intrinsics/tty.c: Likewise.
34         * libgfortran.h (DEFAULT_RECL, notification_std,
35         get_unformatted_convert, IOPARM_*, st_parameter_common, unit_convert,
36         DEFAULT_TEMPDIR): New declarations.
37         * io/io.h (DEFAULT_RECL, notification_std, get_unformatted_convert,
38         IOPARM_*, st_parameter_common, unit_convert, DEFAULT_TEMPDIR):
39         Move to libgfortran.h.
40         * io/unix.c: Add io/unix.h content.
41         (st_printf): New function.
42         * io/intrinsics.c: New file.
43         * io/unix.h: Remove, contents moved into unix.c.
44         * libtool-version: Update library version to 3.0.0.
45         * configure.ac: Update library version to 0.3.
46         * Makefile.am (intrinsics/fget.c, intrinsics/flush.c,
47         intrinsics/ftell.c, intrinsics/tty.c, libgfortran.h): Remove targets.
48         * Makefile.in: Regenerate.
49         * configure: Regenerate.
50
51 2007-01-12  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
52
53         PR libgfortran/30435
54         * io/list_read.c (finish_separator): Don't call next_record.
55         (list_formatted_read_scalar): Clean up some comments and whitespace.
56         (nml_read_obj): Whitespace fix.
57
58 2007-01-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
59
60         PR libgfortran/30162
61         * io/unix.c (fd_flush): Don't seek if file is not seekable, defined as
62         s->file_length == -1.
63         (fd_alloc_w_at): Do not adjust file_length if file is not seekable.
64         (fd_seek): If not seekable, just return success.
65         (fd_truncate): If not seekable, no need to truncate.  Return failure if
66         seek fails and the stream is not a pipe.
67         (fd_to_stream): Make test for non-seekable file more robust.
68
69 2007-01-01  Steven G. Kargl  <kargls@comcast.net>
70
71         * ChangeLog: Copied to ...
72         * ChangeLog-2006: here.