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