OSDN Git Service

2006-06-03 Paolo Bonzini <bonzini@gnu.org>
[pf3gnuchains/gcc-fork.git] / libgfortran / ChangeLog
1 2006-05-29  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2
3         PR libgfortran/27757
4         * io/unix.c (fd_seek): Set active to zero.
5
6 2006-05-29  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
7
8         PR libgfortran/27634
9         * io/format.c (parse_format_list): Allow missing period in format only
10         if -std=legacy.
11
12 2006-05-28  Thomas Koenig  <Thomas.Koenig@online.de>
13
14         * intrinsics/string_intrinsics.c (compare_string):
15         Use memcmp instead of strncmp to avoid tripping over
16         CHAR(0) in a string.
17
18 2006-05-27  Janne Blomqvist  <jb@gcc.gnu.org>
19
20         * io/io.h (find_or_create_unit): Correct export declaration.
21         
22 2006-05-27  Janne Blomqvist  <jb@gcc.gnu.org>
23
24         * intrinsics/abort.c (abort_): Remove.
25
26 2006-05-26  Janne Blomqvist  <jb@gcc.gnu.org>
27
28         * configure.ac: Remove AC_FUNC_MMAP.
29         * configure: Regenerated.
30         * Makefile.in: Regenerated.
31         * config.h.in: Regenerated.
32         * aclocal.m4: Regenerated.
33
34 2006-05-25  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
35
36         * intrinsics/associated.c (associated): Zero-sized arrays should
37         not be reported as ASSOCIATED.
38
39 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
40
41         * Makefile.am: Add install-html target. Add install-html to .PHONY
42         * Makefile.in: Regenerate.
43         * aclocal.m4: Regenerate.
44         
45 2006-05-20  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
46
47         PR libgfortran/24459
48         * io/list_read.c (nml_parse_qualifier): Leave loop spec end value
49         at default value unless -std=f95 or if an array section
50         is specified in namelist input.  Warn if -pedantic.
51         * io/io.h (st_parameter_dt): Add expanded_read flag.
52
53 2006-05-19  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
54
55         PR libgfortran/22423
56         * io/transfer.c (read_block): Return NULL instead of nothing.
57         
58 2006-05-16  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
59
60         PR libgfortran/27575
61         * io/transfer.c (read_block):  Add check for end file condition.
62         (read_block_direct): Add check for end file condition.
63
64 2006-05-05  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
65
66         PR libfortran/26985
67         * m4/matmul.m4: Correct the condition for the memset call,
68         and remove the unneeded call to size0.
69         * generated/matmul_r4.c: Regenerate.
70         * generated/matmul_r8.c: Regenerate.
71         * generated/matmul_r10.c: Regenerate.
72         * generated/matmul_r16.c: Regenerate.
73         * generated/matmul_c4.c: Regenerate.
74         * generated/matmul_c8.c: Regenerate.
75         * generated/matmul_c10.c: Regenerate.
76         * generated/matmul_c16.c: Regenerate.
77         * generated/matmul_i4.c: Regenerate.
78         * generated/matmul_i8.c: Regenerate.
79         * generated/matmul_i16.c: Regenerate.
80
81 2006-04-29  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
82
83         PR libgfortran/27360
84         * io/list_read.c (read_logical):  Free line_buffer and free saved.
85
86 2006-04-28  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
87
88         PR libgfortran/27304
89         * io/transfer.c (formatted_transfer_scalar):  Generate error if data
90         descriptors are exhausted.
91         * io/format.c (next_format0): Fix comment.
92
93 2006-04-22  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
94
95         PR libgfortran/20257
96         * io/io.h: Add prototypes for get_internal_unit and free_internal_unit.
97         * io/unit.c (get_internal_unit): Initialize unit number, not zero.
98         (free_internal_unit): New function to consolidate freeing memory.
99         (get_unit): Initialize internal_unit_desc to NULL when unit is
100         external.
101         * io/unix.c (mem_close): Check for not NULL before freeing memory.
102         * io/transfer.c (read_block): Reset bytes_left and skip error if unit
103         is preconnected and default record length is reached.
104         (read_block_direct): Ditto.
105         (write_block): Ditto.
106         (write_buf): Ditto.
107         (data_transfer_init): Only flush if not internal unit.
108         (finalize_transfer): Ditto and delete code to free memory used by
109         internal units.
110         (st_read_done): Use new function - free_internal_unit.
111         (st_write_done): Use new function - free_internal unit.
112
113 2006-04-22  Jakub Jelinek  <jakub@redhat.com>
114
115         PR fortran/26769
116         * Makefile.am (i_transpose_c): Add generated/transpose_r16.c.
117         (i_reshape_c): Add generated/reshape_r16.c.
118         * Makefile.in: Regenerated.
119         * generated/transpose_r16.c: Generated new file.
120         * generated/redhape_r16.c: Generated new file.
121
122 2006-04-14  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
123
124         PR libgfortran/27138
125         * io/list_read.c (eat_line): New function.
126         (parse_repeat): Use new function and free_saved.
127         (read_logical): Same.
128         (read_integer): Use new function.
129         (parse_real): Use nml_bad_return and new function.
130         (read_complex): Use new function and free_saved.
131         (read_real): Same.
132
133 2006-04-12  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
134
135         PR libgfortran/26766
136         * io/io.h: Add bit to identify associated unit as internal.
137         * io/unit.c (get_external_unit): Renamed the find_unit_1 function to
138         reflect the external unit functionality vs internal unit.
139         (get_internal_unit): New function to allocate and initialize an internal
140         unit structure.
141         (get_unit): Use get_internal_unit and get_external_unit.
142         (is_internal_unit): Revised to use new bit added in io.h.
143         * io/transfer.c (data_transfer_init): Fix line width.
144         (st_read_done): Free memory allocated for internal unit.
145         (st_write_done): Add test to only flush and truncate when not an
146         internal unit.  Free memory allocated for internal unit.
147
148 2006-04-11  Jakub Jelinek  <jakub@redhat.com>
149
150         * io/io.h (st_parameter_dt): Revert 2005-12-10 change to
151         u.pad, fix comment.
152         (check_st_parameter_dt): New compile time assert.
153
154 2006-04-10  Jakub Jelinek  <jakub@redhat.com>
155
156         PR libgfortran/24685
157         * io/write.c (MIN_FIELD_WIDTH, STR, STR1): Define.
158         (output_float): Increase buffer sizes for IEEE quad and IBM extended
159         long double.
160         (write_real): Output REAL(16) as 1PG43.34E4 rather than 1PG40.31E4.
161
162 2006-04-07  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
163
164         PR libgfortran/26890
165         * io/io.h: Revert change to pad size made on 2006-03-30.
166         Add comment explaining dependency with fortran/trans-io.c.
167         
168 2006-04-03  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
169
170         * io/write.c (output_float): Update condition to not error when
171         decimal precision in format specifier is zero.
172
173 2006-04-01  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
174
175         * config/fpu-387.h: Use previously added SSE code in all
176         cases, as it really is the right thing to do.
177
178 2006-03-30  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
179
180         PR libgfortran/26890
181         * io/io.h: Add size_used to st_parameter_dt, adjust pad size.
182         *io/transfer.c (data_transfer_init): Initialize size_used to zero.
183         (read_sf): Use size_used.
184         (read_block): Likewise.
185         (read_block_direct): Likewise.
186         (write_block): Likewise.
187         (write_buf): Likewise and eliminate erroneous FAILURE return.
188         (finalize_transfer): Assign value of size_used to *dtp->size.
189
190 2006-03-30  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
191
192         PR libfortran/26712
193         * config/fpu-387.h: Add special case for handling of SSE
194         control bit on i386-darwin.
195
196 2006-03-30  Thomas Koenig  <Thomas.Koenig@online.de>
197
198         PR fortran/25031
199         * runtime/memory.c (allocate_array):  If stat is present and
200         the variable is already allocated, free the variable, do
201         the allocation and set stat.
202         (allocate_array_64):  Likewise.  Whitespace fix.
203
204 2006-03-26  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
205
206         PR libgfortran/26880
207         * io/file_pos.c (st_rewind): Clear read_bad flag.
208
209 2006-03-25  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
210
211         PR libgfortran/26661
212         * io/io.h: Add read_sf so it can be used by read_x.
213         * io/transfer.c (read_sf): Pass no_error flag to read_sf.  Use it to
214         break out rather than error on EOF or EOR conditions.
215         (read_block): Update call to read_sf.
216         (read_block_direct): Ditto.
217         * io/read.c (read_x): Use the modified read_sf instead of read_block.
218
219 2006-03-25  Thomas Koenig  <Thomas.Koenig@online.de>
220
221         PR libfortran/26735
222         * io/transfer.c (data_transfer_init):  Set u_flags.convert
223         on an unopened unit if specified by environment variable
224         (via get_unformatted_convert) or by compile-time option.
225
226 2006-03-25  Thomas Koenig  <Thomas.Koenig@online.de>
227
228         PR fortran/26769
229         * Makefile.am:  Add transpose_r10.c and reshape_r10.c.
230         * aclocal.m4:  Regenerate using aclocal 1.9.3.
231         * Makefile.in:  Regenerate using automake 1.9.3.
232         * m4/iparm.m4 (rtype_ccode):  If rtype_letter is `i',
233         evaluate to rtype_kind, otherwise to rtype_code.
234         * generated/transpose_r10.c:  Add.
235         * generated/reshape_r10.c:  Add.
236
237 2006-03-22  Thomas Koenig  <Thomas.Koenig@online.de>
238
239         PR fortran/19303
240         * libgfortran.h (compile_options_t):  Add record_marker.
241         * runtime/compile_options.c (set_record_marker):
242         New function.
243         * io/open.c:  If we have four-byte record markers, use
244         GFC_INTEGER_4_HUGE as default record length.
245         * io/file_pos.c (unformatted_backspace):  Handle
246         different size record markers.
247         * io/transfer.c (us_read):  Likewise.
248         (us_write):  Likewise.
249         (next_record_r):  Likewise.
250         (write_us_marker):  Likewise.
251         (next_record_w):  Likewise.
252
253 2006-03-20  Thomas Koenig  <Thomas.Koenig@online.de>
254
255         PR fortran/20935
256         * m4/iforeach.m4:  Add SCALAR_FOREACH_FUNCTION macro.
257         * m4/ifunction.m4:  Add SCALAR_ARRAY_FUNCTION macro.
258         * m4/minloc0.m4:  Use SCALAR_FOREACH_FUNCTION.
259         * m4/minloc1.m4:  Use SCALAR_ARRAY_FUNCTION.
260         * m4/maxloc0.m4:  Use SCALAR_FOREACH_FUNCTION.
261         * m4/maxloc1.m4:  Use SCALAR_ARRAY_FUNCTION.
262         * m4/minval.m4:  Likewise.
263         * m4/maxval.m4:  Likewise.
264         * m4/product.m4:  Likewise.
265         * m4/sum.m4:  Likewise.
266         * minloc0_16_i16.c : Regenerated.
267         * minloc0_16_i4.c : Regenerated.
268         * minloc0_16_i8.c : Regenerated.
269         * minloc0_16_r10.c : Regenerated.
270         * minloc0_16_r16.c : Regenerated.
271         * minloc0_16_r4.c : Regenerated.
272         * minloc0_16_r8.c : Regenerated.
273         * minloc0_4_i16.c : Regenerated.
274         * minloc0_4_i4.c : Regenerated.
275         * minloc0_4_i8.c : Regenerated.
276         * minloc0_4_r10.c : Regenerated.
277         * minloc0_4_r16.c : Regenerated.
278         * minloc0_4_r4.c : Regenerated.
279         * minloc0_4_r8.c : Regenerated.
280         * minloc0_8_i16.c : Regenerated.
281         * minloc0_8_i4.c : Regenerated.
282         * minloc0_8_i8.c : Regenerated.
283         * minloc0_8_r10.c : Regenerated.
284         * minloc0_8_r16.c : Regenerated.
285         * minloc0_8_r4.c : Regenerated.
286         * minloc0_8_r8.c : Regenerated.
287         * minloc1_16_i16.c : Regenerated.
288         * minloc1_16_i4.c : Regenerated.
289         * minloc1_16_i8.c : Regenerated.
290         * minloc1_16_r10.c : Regenerated.
291         * minloc1_16_r16.c : Regenerated.
292         * minloc1_16_r4.c : Regenerated.
293         * minloc1_16_r8.c : Regenerated.
294         * minloc1_4_i16.c : Regenerated.
295         * minloc1_4_i4.c : Regenerated.
296         * minloc1_4_i8.c : Regenerated.
297         * minloc1_4_r10.c : Regenerated.
298         * minloc1_4_r16.c : Regenerated.
299         * minloc1_4_r4.c : Regenerated.
300         * minloc1_4_r8.c : Regenerated.
301         * minloc1_8_i16.c : Regenerated.
302         * minloc1_8_i4.c : Regenerated.
303         * minloc1_8_i8.c : Regenerated.
304         * minloc1_8_r10.c : Regenerated.
305         * minloc1_8_r16.c : Regenerated.
306         * minloc1_8_r4.c : Regenerated.
307         * minloc1_8_r8.c : Regenerated.
308         * maxloc0_16_i16.c : Regenerated.
309         * maxloc0_16_i4.c : Regenerated.
310         * maxloc0_16_i8.c : Regenerated.
311         * maxloc0_16_r10.c : Regenerated.
312         * maxloc0_16_r16.c : Regenerated.
313         * maxloc0_16_r4.c : Regenerated.
314         * maxloc0_16_r8.c : Regenerated.
315         * maxloc0_4_i16.c : Regenerated.
316         * maxloc0_4_i4.c : Regenerated.
317         * maxloc0_4_i8.c : Regenerated.
318         * maxloc0_4_r10.c : Regenerated.
319         * maxloc0_4_r16.c : Regenerated.
320         * maxloc0_4_r4.c : Regenerated.
321         * maxloc0_4_r8.c : Regenerated.
322         * maxloc0_8_i16.c : Regenerated.
323         * maxloc0_8_i4.c : Regenerated.
324         * maxloc0_8_i8.c : Regenerated.
325         * maxloc0_8_r10.c : Regenerated.
326         * maxloc0_8_r16.c : Regenerated.
327         * maxloc0_8_r4.c : Regenerated.
328         * maxloc0_8_r8.c : Regenerated.
329         * maxloc1_16_i16.c : Regenerated.
330         * maxloc1_16_i4.c : Regenerated.
331         * maxloc1_16_i8.c : Regenerated.
332         * maxloc1_16_r10.c : Regenerated.
333         * maxloc1_16_r16.c : Regenerated.
334         * maxloc1_16_r4.c : Regenerated.
335         * maxloc1_16_r8.c : Regenerated.
336         * maxloc1_4_i16.c : Regenerated.
337         * maxloc1_4_i4.c : Regenerated.
338         * maxloc1_4_i8.c : Regenerated.
339         * maxloc1_4_r10.c : Regenerated.
340         * maxloc1_4_r16.c : Regenerated.
341         * maxloc1_4_r4.c : Regenerated.
342         * maxloc1_4_r8.c : Regenerated.
343         * maxloc1_8_i16.c : Regenerated.
344         * maxloc1_8_i4.c : Regenerated.
345         * maxloc1_8_i8.c : Regenerated.
346         * maxloc1_8_r10.c : Regenerated.
347         * maxloc1_8_r16.c : Regenerated.
348         * maxloc1_8_r4.c : Regenerated.
349         * maxloc1_8_r8.c : Regenerated.
350         * maxval_i16.c : Regenerated.
351         * maxval_i4.c : Regenerated.
352         * maxval_i8.c : Regenerated.
353         * maxval_r10.c : Regenerated.
354         * maxval_r16.c : Regenerated.
355         * maxval_r4.c : Regenerated.
356         * maxval_r8.c : Regenerated.
357         * minval_i16.c : Regenerated.
358         * minval_i4.c : Regenerated.
359         * minval_i8.c : Regenerated.
360         * minval_r10.c : Regenerated.
361         * minval_r16.c : Regenerated.
362         * minval_r4.c : Regenerated.
363         * minval_r8.c : Regenerated.
364         * sum_c10.c : Regenerated.
365         * sum_c16.c : Regenerated.
366         * sum_c4.c : Regenerated.
367         * sum_c8.c : Regenerated.
368         * sum_i16.c : Regenerated.
369         * sum_i4.c : Regenerated.
370         * sum_i8.c : Regenerated.
371         * sum_r10.c : Regenerated.
372         * sum_r16.c : Regenerated.
373         * sum_r4.c : Regenerated.
374         * sum_r8.c : Regenerated.
375         * product_c10.c : Regenerated.
376         * product_c16.c : Regenerated.
377         * product_c4.c : Regenerated.
378         * product_c8.c : Regenerated.
379         * product_i16.c : Regenerated.
380         * product_i4.c : Regenerated.
381         * product_i8.c : Regenerated.
382         * product_r10.c : Regenerated.
383         * product_r16.c : Regenerated.
384         * product_r4.c : Regenerated.
385         * product_r8.c : Regenerated.
386
387 2006-03-17  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
388
389         PR libgfortran/26509
390         * libgfortran.h: Add ERROR_DIRECT_EOR.
391         * runtime/error.c (translate_error): Add translation for new error.
392         * io/transfer.c (write_buf): Add check for EOR when mode is 
393         direct access.
394
395 2006-03-13  Paul Thomas  <pault@gcc.gnu.org>
396
397         PR fortran/25378
398         * libgfortran/m4/minloc1.m4: Set the initial position to zero and
399         modify the condition for updating it, to implement the F2003
400         requirement for all(mask).eq.false.
401         * libgfortran/m4/maxloc1.m4: The same.
402         * libgfortran/m4/iforeach.m4: The same.
403         * libgfortran/m4/minloc0.m4: The same.
404         * libgfortran/m4/maxloc0.m4: The same.
405         * libgfortran/generated/maxloc0_16_i16.c: Regenerated, together
406         with 41 others.
407         * libgfortran/generated/minloc0_16_i16.c: Regenerated, together
408         with 41 others.
409
410 2006-03-09  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
411
412         PR libgfortran/26499
413         * io/file_pos (st_rewind): Flush always.
414         * io/unix.c (fd_truncate): Return SUCCESS rather than FAILURE for
415         special files like /dev/null.
416         * io/transfer.c (st_write_done): Remove broken logic that
417         prevented calling fd_truncate.
418
419 2006-03-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
420
421         PR libgfortran/26554
422         * io/list_read.c (read_logical): Return the value if not in namelist
423         mode.
424
425 2006-03-03  Thomas Koenig  <Thomas.Koenig@online.de>
426
427         PR fortran/25031
428         * runtime/memory.c:  Adjust copyright years.
429         (allocate_array):  New function.
430         (allocate64_array):  New function.
431         * libgfortran.h (error_codes):  Add ERROR_ALLOCATION.
432
433 2006-02-28  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
434
435         PR libgfortran/26136
436         * io/io.h: Add flag for reading from line_buffer.
437         * io/list_read.c (l_push_char): New function to save namelist
438         input when reading logicals.
439         (free_line): New function to free line_buffer memory.
440         (next_char): Added feature to read from line_buffer.
441         (read_logical): Use new functions to test for '=' after reading a
442         logical value, checking for possible variable name.
443         (namelist_read): Use free_line when all done.
444
445 2006-02-27  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
446
447         PR libgfortran/26464
448         * io/file_pos.c (st_backspace): Flush and truncate file
449         when in AFTER_ENDFILE condition.
450         * io/transfer.c (st_read_done): Remove flush, no longer needed.
451
452 2006-02-24  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
453
454         PR libgfortran/26423
455         * io/unix.c (fd_seek): Revert change from 25949.
456         (fd_read): Same.
457         (fd_write): Same.
458
459 2006-02-19  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
460
461         * io/open.c (edit_modes): Correct abusive copy-pasting.
462
463 2006-02-16  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
464
465         PR libfortran/24903
466         * m4/dotprodc.m4: Use __builtin_conj instead of assigning real
467         and imaginary parts separately.
468         * generated/dotprod_c4.c: Regenerated.
469         * generated/dotprod_c8.c: Regenerated.
470         * generated/dotprod_c10.c: Regenerated.
471         * generated/dotprod_c16.c: Regenerated.
472
473 2006-02-12  Janne Blomqvist  <jb@gcc.gnu.org>
474
475         PR libgfortran/25949
476         * io/io.h: Add set function pointer to struct stream.  
477         * io/unix.c (fd_seek): Only update offset, don't seek.
478         (fd_sset): New function.
479         (fd_read): Call lseek directly if necessary.
480         (fd_write): Likewise.
481         (fd_open): Set pointer to fd_sset.
482         (mem_set): New function.
483         (open_internal): Set pointer to mem_set.
484         * io/transfer.c (write_block_direct): Rename to write_buf, add
485         error return, non-pointer length argument.
486         (unformatted_write): Update to use write_buf.
487         (us_write): Simplify by using swrite instead of salloc_w.
488         (write_us_marker): New function.
489         (new_record_w): Use sset instead of memset, use write_us_marker,
490         simplify by using swrite instead of salloc_w.
491
492 2006-02-08  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
493
494         PR libfortran/25425
495         * libgfortran.h: Add pedantic field to compile_options struct.
496         * io/write.c (calculate_G_format): Depending on the standard,
497         choose E or F format for list-directed output of 0.0.
498         * runtime/error.c (notify_std): Make warning and error dependent
499         on pedanticity.
500         * runtime/compile_options.c (set_std): Use new pedantic argument.
501
502 2006-02-07  Dale Ranta  <dir@lanl.gov>
503
504         PR fortran/25577
505         * intrinsics/mvbits.c: Shift '(TYPE)1' type when building 'lenmask'.
506
507 2006-02-07  Rainer Emrich <r.emrich@de.tecosim.com>
508
509         * intrinsics/c99_functions.c: Work around incompatible
510         declarations of cabs{,f,l} on pre-C99 IRIX systems.
511
512 2005-02-06  Thomas Koenig  <Thomas.Koenig@online.de>
513
514         PR libfortran/23815
515         * runtime/environ.c (init_unformatted):  Add GFORTRAN_CONVERT_UNIT
516         environment variable.
517         (top level):  Add defines, type and static variables for
518         GFORTRAN_CONVERT_UNIT handling.
519         (search_unit):  New function.
520         (match_word): New function.
521         (match_integer): New function.
522         (next_token): New function.
523         (push_token): New function.
524         (mark_single): New function.
525         (mark_range): New funciton.
526         (do_parse): New function.
527         (init_unformatted): New function.
528         (get_unformatted_convert): New function.
529         * runtime/compile_options.c:  Add set_convert().
530         * libgfortran.h:  Add convert to compile_options_t.
531         * io/open.c (st_open): Call get_unformatted_convert to get
532         unit default; if CONVERT_NONE is returned, check for
533         the presence of a CONVERT specifier and use it.
534         As default, use compile_options.convert.
535         * io/io.h (top level): Add CONVERT_NONE to unit_convert, to signal
536         "nothing has been set".
537         (top level): Add prototype for get_unformatted_convert.
538
539 2006-02-06  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
540
541         PR libfortran/24685
542         * io/write.c (write_real): Widen the default format for real(10)
543         variables output.
544
545 2006-01-24  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
546
547         PR libgfortran/25835
548         * io/transfer.c (st_read_done): Flush buffers when read is done.
549
550 2006-01-17  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
551
552         PR libgfortran/25697
553         * io/transfer.c (us_read): Detect end of file condition from previous
554         operations and bail out (no need to pre-position).
555
556 2006-01-17  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
557
558         PR libgfortran/25631
559         * io/transfer.c (formatted_transfer_scalar): Adjust pending_spaces and
560         skips so that TL works correctly when no bytes_used yet.  
561
562 2006-01-16  Roger Sayle  <roger@eyesopen.com>
563
564         * configure.ac (CFLAGS): Update to include -std=gnu99 so that
565         the configure tests will be run with the same environment as
566         used to compile the libgfortran source code.
567         * configure: Regenerate.
568
569 2006-01-12  Roger Sayle  <roger@eyesopen.com>
570
571         * intrinsics/c99_functions.c: Add function prototypes to avoid
572         warnings from -Wstrict-prototypes -Wmissing-prototypes.  On Tru64
573         work around a brain-dead libm by redirecting calls to cabs{,f,l}
574         to a local __gfc_cabs{,f,l}.
575
576 2006-01-07  Janne Blomqvist  <jb@gcc.gnu.org>
577
578         * configure.ac: Remove check for sys/mman.h.
579         * configure: Regenerated.
580         * Makefile.in: Regenerated.
581         * config.h.in: Regenerated.
582         * aclocal.m4: Regenerated.
583         
584 2006-01-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
585
586         PR libgfortran/25598
587         * io/file_pos.c (unformatted_backspace): Assure the new file position
588         to seek is not less than zero.
589         (st_backspace): Set unit bytes_left to zero.
590         * io/transfer.c (next_record_r): Fix line lengths, no functional change.
591
592 2006-01-02  Paolo Bonzini  <bonzini@gnu.org>
593
594         PR target/25259
595         * configure.ac: Use GCC_HEADER_STDINT.
596         * libgfortran.h: Include gstdint.h.
597         * aclocal.m4: Regenerate.
598         * configure: Regenerate.
599
600 2006-01-01  Steven G. Kargl  <kargls@comcast.net>
601
602         * ChangeLog: Split into years ...
603         * ChangeLog-2002: here.
604         * ChangeLog-2003: here.
605         * ChangeLog-2004: here.
606         * ChangeLog-2005: here.