1 2010-02-24 Jerry DeLisle <jvdelisle@gcc.gnu.org>
4 * io/transfer.c (require_type): Subtract one from item_count for output
5 of error message. Add comment before formatted_transfer function
6 explaining why the item_count is off by one.
8 2010-02-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10 * io/write_float.def (WRITE_FLOAT): Use __builtin_signbit.
12 2010-02-22 Jerry DeLisle <jvdelisle@gcc.gnu.org>
14 * io/list_read.c (list_formatted_read_scalar): Remove duplicate code.
16 2010-02-09 Tobias Burnus <burnus@net-b.de>
19 * intrinsics/args.c (get_command_argument_i4): Always return
20 commandline-argument length for length parameter.
22 2010-02-06 Jerry DeLisle <jvdelisle@gcc.gnu.org>
25 * io/format.c (reset_fnode_counters): Use the correct pointer to the
26 head of the fnode list. (parse_format): Remove previous hack that set
27 limit on size of format string for caching.
29 2010-02-06 Jerry DeLisle <jvdelisle@gcc.gnu.org>
32 * io/transfer.c (read_sf): Handle EOR and EOF conditions for
33 ADVANCE="no" with PAD="yes" or PAD="no".
35 2010-02-03 Jerry DeLisle <jvdelisle@gcc.gnu.org>
38 * io/list_read.c (nml_get_obj_data): Add new qualifier flag, clean up
39 code, and adjust logic to set namelist info pointer correctly for array
40 qualifiers of derived type components.
42 2010-01-15 Jerry DeLisle <jvdelisle@gcc.gnu.org>
45 * io/format.c (parse_format): Set limit on size of format strings that
48 2010-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
50 * configure: Regenerate.
52 2010-01-03 Janne Blomqvist <jb@gcc.gnu.org>
55 * io/unix.c: Defines for MINGW stat and fstat.
56 (gfstat_t): New typedef.
57 (id_from_fd): Use gfstat_t instead of struct stat.
58 (fd_to_stream): Likewise.
59 (compare_file_filename): Likewise.
60 (find_file): Likewise.
61 (file_exists): Likewise.
62 (inquire_sequential): Likewise.
63 (inquire_direct): Likewise.
64 (inquire_formatted): Likewise.
67 Copyright (C) 2010 Free Software Foundation, Inc.
69 Copying and distribution of this file, with or without modification,
70 are permitted in any medium without royalty provided the copyright
71 notice and this notice are preserved.