eedeea04da
2007-01-18 Francois-Xavier Coudert <coudert@clipper.ens.fr> Tobias Burnus <burnus@net-b.de> PR libfortran/29649 * gfortran.h (gfc_option_t): Add flag_dump_core. * lang.opt: Add -fdump-core option. * invoke.texi: Document the new options. * trans-decl.c (gfc_build_builtin_function_decls): Add new options to the call to set_std. * options.c (gfc_init_options, gfc_handle_option): Set the new options. 2007-01-18 Francois-Xavier Coudert <coudert@clipper.ens.fr> Tobias Burnus <burnus@net-b.de> PR libfortran/29649 * runtime/environ.c (variable_table): New GFORTRAN_ERROR_DUMPCORE environment variable. * runtime/compile_options.c (set_std): Add new argument. * runtime/error.c (sys_exit): Move from io/unix.c. Add coredump functionality. * libgfortran.h (options_t): New dump_core and backtrace members. (sys_exit): Move prototype. * io/unix.c (sys_exit): Move to runtime/error.c. * configure.ac: Add check for getrlimit. * configure: Regenerate. Co-Authored-By: Tobias Burnus <burnus@net-b.de> From-SVN: r120897
73 lines
2.7 KiB
Plaintext
73 lines
2.7 KiB
Plaintext
2007-01-18 Francois-Xavier Coudert <coudert@clipper.ens.fr>
|
|
Tobias Burnus <burnus@net-b.de>
|
|
|
|
PR libfortran/29649
|
|
* runtime/environ.c (variable_table): New GFORTRAN_ERROR_DUMPCORE
|
|
environment variable.
|
|
* runtime/compile_options.c (set_std): Add new argument.
|
|
* runtime/error.c (sys_exit): Move from io/unix.c. Add coredump functionality.
|
|
* libgfortran.h (options_t): New dump_core and backtrace members.
|
|
(sys_exit): Move prototype.
|
|
* io/unix.c (sys_exit): Move to runtime/error.c.
|
|
* configure.ac: Add check for getrlimit.
|
|
* configure: Regenerate.
|
|
|
|
2007-01-17 Tom Tromey <tromey@redhat.com>
|
|
|
|
PR libgfortran/27107:
|
|
* aclocal.m4, configure, Makefile.in: Rebuilt.
|
|
* configure.ac: Enable automake dependency tracking. Update
|
|
minimum automake version.
|
|
|
|
2007-01-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
|
|
|
|
PR libfortran/27107
|
|
* runtime/environ.c: Don't include io/io.h.
|
|
* runtime/string.c: Don't include io/io.h.
|
|
(compare0): Add cast to avoid warning.
|
|
* runtime/error.c: Don't include io/io.h.
|
|
(st_printf): Move to io/unix.c.
|
|
* intrinsics/flush.c: Delete, contents moved to io/intrinsics.c.
|
|
* intrinsics/fget.c: Likewise.
|
|
* intrinsics/ftell.c: Likewise.
|
|
* intrinsics/tty.c: Likewise.
|
|
* libgfortran.h (DEFAULT_RECL, notification_std,
|
|
get_unformatted_convert, IOPARM_*, st_parameter_common, unit_convert,
|
|
DEFAULT_TEMPDIR): New declarations.
|
|
* io/io.h (DEFAULT_RECL, notification_std, get_unformatted_convert,
|
|
IOPARM_*, st_parameter_common, unit_convert, DEFAULT_TEMPDIR):
|
|
Move to libgfortran.h.
|
|
* io/unix.c: Add io/unix.h content.
|
|
(st_printf): New function.
|
|
* io/intrinsics.c: New file.
|
|
* io/unix.h: Remove, contents moved into unix.c.
|
|
* libtool-version: Update library version to 3.0.0.
|
|
* configure.ac: Update library version to 0.3.
|
|
* Makefile.am (intrinsics/fget.c, intrinsics/flush.c,
|
|
intrinsics/ftell.c, intrinsics/tty.c, libgfortran.h): Remove targets.
|
|
* Makefile.in: Regenerate.
|
|
* configure: Regenerate.
|
|
|
|
2007-01-12 Jerry DeLisle <jvdelisle@gcc.gnu.org>
|
|
|
|
PR libgfortran/30435
|
|
* io/list_read.c (finish_separator): Don't call next_record.
|
|
(list_formatted_read_scalar): Clean up some comments and whitespace.
|
|
(nml_read_obj): Whitespace fix.
|
|
|
|
2007-01-05 Jerry DeLisle <jvdelisle@gcc.gnu.org>
|
|
|
|
PR libgfortran/30162
|
|
* io/unix.c (fd_flush): Don't seek if file is not seekable, defined as
|
|
s->file_length == -1.
|
|
(fd_alloc_w_at): Do not adjust file_length if file is not seekable.
|
|
(fd_seek): If not seekable, just return success.
|
|
(fd_truncate): If not seekable, no need to truncate. Return failure if
|
|
seek fails and the stream is not a pipe.
|
|
(fd_to_stream): Make test for non-seekable file more robust.
|
|
|
|
2007-01-01 Steven G. Kargl <kargls@comcast.net>
|
|
|
|
* ChangeLog: Copied to ...
|
|
* ChangeLog-2006: here.
|