]> gcc.gnu.org Git - gcc.git/blame - libgfortran/ChangeLog
Makefile.in (predict.o): Depend on tree-scalar-evolution.h
[gcc.git] / libgfortran / ChangeLog
CommitLineData
8a57cd3d
PB
12004-09-06 Steven G. Kargl <kargls@comcast.net>
2
3 * io/write.c (output_float): Typo in comment. Remove debugging
4 printf. Fix format for FP of form 1e10.
5
803a6ff5
RH
62004-09-03 Richard Henderson <rth@redhat.com>
7
8 * intrinsics/cshift0.c (DEF_COPY_LOOP, copy_loop_int, copy_loop_long,
9 copy_loop_double, copy_loop_ldouble): New.
10 (__cshift0): Make shift type ssize_t. Use % operator instead of
11 div. Use specialized versions of copy loop depending on the shape.
12
d809264e
PB
132004-09-02 Paul Brook <paul@codesourcery.com>
14
15 * io/format.c (parse_format_list): Set repeat count for P descriptors.
16 * write.c (output_float): Fix condition. Correctly handle nonzero
17 scale factor.
18
130abd17
EB
192004-09-01 Eric Botcazou <ebotcazou@libertysurf.fr>
20
21 * mk-sik-inc.sh: Use a temporary string instead of 'echo -n'.
22 * mk-srk-inc.sh: Likewise.
23
244fada7
PB
242004-09-01 Paul Brook <paul@codesourcery.com>
25
26 * runtime/error.c (generate_error): Set both iostat and
27 library_return.
28
334ff453
PB
292004-08-31 Paul Brook <paul@codesourcery.com>
30
31 PR libfortran/16805
32 * io/list_read.c (next_char): Don't signal EOF for internal files.
33 * io/unix.c (mem_alloc_r_at): Don't return NULL for incomplete reads.
34
43b43057
TS
352004-08-31 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
36
37 * io/unit.c: Separate copyright years by ','.
38 (compare, insert_unit, delete_unit, is_internal_unit, close_units):
39 Remove blank line in beginning of function.
40 (get_unit): Simplify code.
41
8a210b0f
PB
422004-08-31 Paul Brook <paul@codesourcery.com>
43
44 * io/unit.c (get_unit): Remove superfluous if.
45
bd72d66c
PB
462004-08-31 Paul Brook <paul@codesourcery.com>
47
48 * io/transfer.c (read_sf): Rename uinty to readlen. Detect EOF.
49 (finalize_transfer): Move setjmp after namlist IO.
50 * io/unix.c (mem_alloc_r_at): Calculate remaining length correctly.
51
c789f36b
PB
522004-08-31 Paul Brook <paul@codesourcery.com>
53
54 * list_read.c (eat_separator): Set at_eo when a '/' is seen.
55
d7177ab2
TS
562004-08-31 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
57
58 * libgfortran.h: Replace 'gfc_strlen_type' by
59 'gfc_charlen_type'. Update comment accordingly.
60 * intrinsics/args.c, intrinsics/env.c, io/io.h, io/transfer.c:
61 Replace all occurences of 'gfc_strlen_type' by 'gfc_charlen_type'.
62
da17f559
PB
632004-08-31 Paul Brook <paul@codesourcery.com>
64
65 * libgfortran.h: Add comments.
66
625be286
RH
672004-08-30 Richard Henderson <rth@redhat.com>
68
69 * Makefile.am (gfor_helper_src): Split selected_kind.f90.
70 (gfor_built_src): Add selected_int_kind.inc selected_real_kind.inc.
71 (selected_int_kind.inc selected_real_kind.inc): New rules.
72 * Makefile.in: Regenerate.
73 * mk-sik-inc.sh, mk-srk-inc.sh: New files.
74 * intrinsics/selected_int_kind.f90: Split from selected_kind.f90,
75 include table of detected kinds.
76 * intrinsics/selected_real_kind.f90: Similarly.
77
e8525382
SK
782004-08-29 Steven G. Kargl <kargls@comcast.net>
79 Paul Brook <paul@codesourcery.com>
80
81 * intrinsics/bessel.c: New file.
82 * intrinsics/erf.c: New file.
83 * Makefie.am: Add intrinsics/bessel.c and intrinsics/erf.c.
84 * configure.ac: Test for C99 Bessel and Error functions.
85 * Makefile.in: Regenerate.
86 * config.h.in: Regenerate.
87 * configure: Regenerate.
88
4c0c6b9f
SK
892004-08-29 Steven G. Kargl <kargls@comcast.net>
90 Paul Brook <paul@codesourcery.com>
91
92 * Makefile.am: Add intrinsics/getXid.c.
93 * configure.ac: Add tests for get{g,p,u}id.
94 * config.h.in: Regenerate.
95 * Makefile.in: Regenerate.
96 * configure: Regenerate.
97
7984a2f0
PB
982004-08-28 Paul Brook <paul@codesourcery.com>
99
100 PR libfortran/17195
101 * libgfortran.h (rtoa): Remove prototype.
102 * runtime/error.c (rtoa): Remove.
103 * io/write.c (calculate_G_format): Don't add blanks if E format is
104 used. Add correct number of blanks when exponent width is specified.
105 (output_float): Rewrite.
106
c100eff1
PB
1072004-08-27 Paul Brook <paul@codesourcery.com>
108
109 * io/rewind.c (st_rewind): Reset unit to read mode.
110
55948b69
BD
1112004-08-27 Bud Davis <bdavis9659@comcast.net>
112
113 PR fortran/16597
114 * io/io.h: created typedef for unit_mode.
115 * io/io.h (gfc_unit): added mode to unit structure.
116 * io/transfer.c (data_transfer_init): flush if a write then
117 read is done on a unit (direct access files).
118 * io/rewind.c (st_rewind): Used unit mode instead of global.
119
5352bda0
BD
1202004-08-24 Bud Davis <bdavis9659@comcast.net>
121
122 PR fortran/17143
123 * runtime/error.c (itoa): keep from overflowing during
124 mod operation by using unsigned variable.
125
02d735f6
BD
1262004-08-24 Bud Davis <bdavis9659@comcast.net>
127
128 PR fortran/17164
129 * runtime/string_intrinsics.c (string_index):check for
130 substring longer than string.
131
6fd7cc54
DE
1322004-08-24 David Edelsohn <edelsohn@gnu.org>
133
134 * Makefile.am (libgfortran_la_LDFLAGS): Add -lm.
135 * Makefile.in: Rebuilt.
136
20edd06b
TS
1372004-08-23 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
138
139 * io/io.h, io/list_read.c, io/open.c, io/transfer.c, io/write.c:
140 Fix formatting issues, update copyright years.
141
0fa1b65c
BD
1422004-08-21 Bud Davis <bdavis9659@comcast.net>
143
144 PR 16908
145 * io/transfer.c (next_record_w): Do not blank pad.
146 * io/transfer.c (next_record): Take into account partial records.
147
3bc268e6
VL
1482004-08-18 Victor Leikehman <lei@il.ibm.com>
149
150 PR fortran/13278
151 * io/transfer.c (st_set_nml_var)
152 * io/write.c (namelist_write): Allow var_name and var_name_len to be
153 null. For strings, use string_length field instead of len.
154 * io/io.h (struct namelist_type): New field string_length.
155 (st_set_nml_var_char): New argument string_length.
156
1ef02b9d
BD
1572004-08-13 Bud Davis <bdavis9659@comcast.net>
158
4fe6e46b 159 PR gfortran/16935
1ef02b9d
BD
160 * io/open.c (st_open): use flags instead of the unit structure.
161
a57bb5f6
VL
1622004-08-10 Victor Leikehman <lei@il.ibm.com>
163
164 * io/list_read.c (namelist_read): Convert variable names
165 to lower case, so that mixed-case names are recognized.
166 Don't read beyond terminating slash.
167
067a5735
RS
1682004-08-09 Richard Henderson <rth@redhat.com>
169 Roger Sayle <roger@eyesopen.com>
170
171 * intrinsics/c99_functions.c (nextafterf): New implementation that
172 works correctly with denormalized numbers.
173
1742004-08-09 Victor Leikehman <lei@il.ibm.com>
883c9d4d
VL
175
176 * m4/matmul.m4, m4/matmull.m4, intrinsics/eoshift0.c,
177 intrinsics/eoshift2.c, intrinsics/transpose_generic.c:
178 Allocate space if return value has NULL in its data field.
179 * generated/*.c: Regenerate.
180
aa6fc635
JB
1812004-08-06 Janne Blomqvist <jblomqvi@cc.hut.fi>
182
183 * intrinsics/env.c: New file.
184 * Makefile.am: Add env.c to build.
185 * Makefile.in: Regenerate.
186
943bf8b5
VL
1872004-08-05 Victor Leikehman <lei@il.ibm.com>
188
189 PR libgfortran/16704
190 * io/read.c (read_radix): Understand letters f and F as hex digits.
191
6c167c45
VL
1922004-08-04 Victor Leikehman <lei@il.ibm.com>
193
194 * libgfortran.h (array_t, size0) New declarations.
195 * m4/ifunction.m4, m4/transpose.m4, intrinsics/cshift0.c: Allocate
196 space if return value descriptor has NULL in its data field,
197 and initialize bounds and stride.
198 * intrinsics/size.c (array_t, size0): Declarations moved to
199 libgfortran.h.
200 * generated/*.c: Regenerate.
201
453310d8
RS
2022004-08-03 Roger Sayle <roger@eyesopen.com>
203
204 PR libgfortran/16137
205 * configure.ac: Add tests for acosf, asinf, atan2f, atanf, ceilf,
206 copysignf, cosf, coshf, expf, floorf, frexpf, hypotf, logf, log10f,
207 scalbnf, sinf, sinhf, sqrtf, tanf and tanhf in libm.
208 * config.h.in: Regenerate.
209 * configure: Regenerate.
210
211 * instrinsics/c99_functions.c (acosf, asinf, atan2f, atanf, ceilf,
212 copysignf, cosf, coshf, expf, floorf, frexpf, hypotf, logf, log10f,
213 nextafterf, scalbnf, sinf, sinhf, sqrtf, tanf, tanhf): New stub
214 implementations for targets that don't support C99 float functions.
215
023d776a
RS
2162004-08-01 Roger Sayle <roger@eyesopen.com>
217
218 * io/write.c (write_float): Use the slightly more portable isnan
219 in preference to isinf.
220
9cdc381b
BD
2212004-07-18 Bud Davis <bdavis9659@comcast.net>
222
223 * configure.ac: Add check for LFS support.
224 * configure: Regenerate
225
1e38f159
PB
2262004-07-11 Paul Brook <paul@codesourcery.com>
227
228 PR fortran/16303
229 * m4/cexp.m4 (carg): Return -pi to pi.
230 * generated/exp_c?.c: Regenerate.
231
dbe81a8b
AK
2322004-07-08 Andreas Krebbel <krebbel1@de.ibm.com>
233
234 PR fortran/16291
235 * libgfortran/io/write.c: (write_float): Added length check.
236 Remove pointless memset calls.
237
bf1df0a0
BD
2382004-07-04 Bud Davis <bdavis9659@comcast.net>
239 Paul Brook <paul@codesourcery.com>
240
241 PR fortran/15472
242 * io/transfer.c(us_write): set recl for seq unform writes to max size.
243 * io/transfer.c(data_transfer_init): handle un-opened seq unform unit.
244 * io/unix.c(fd_alloc_w_at): handle requests at start, fd_flush at
dbe81a8b 245 right time.
bf1df0a0 246 * io/unix.c(is_seekable): set based upon the file/device, not the
dbe81a8b 247 method being used to access it (fd or mmap).
bf1df0a0
BD
248 * io/unix.c(fd_flush): don't set file_size if !seekable.
249 * io/unix.c(fd_truncate: ditto.
250
b41b2534
JB
2512004-07-04 Janne Blomqvist <jblomqvi@cc.hut.fi>
252 Paul Brook <paul@codesourcery.com>
253
254 PR fortran/15280
255 PR fortran/15665
256 * libgfortran.h (gfc_strlen_type): Define.
257 * intrinsics/args.c (getarg): Rename ...
258 (getarg_i4): ... to this.
259 (getarg_i8, get_command_argument_i4, get_command_argument_i8,
260 get_command_i4, get_command_i8): New functions.
261
1657a809
MK
2622004-07-04 Matthias Klose <doko@debian.org>
263
264 * libtool-version: New.
265 * Makefile.am (libgfortran_la_LDFLAGS): Use -version-info for soname.
266 * Makefile.in: Regenerate.
267 * configure.ac: Remove libtool_VERSION macro
268 * configure: Regenerate
269
fd53dbe0
SK
2702004-06-30 Steve Kargl <sgk@troutmask.apl.washington.edu>
271 Steven Bosscher <stevenb@suse.de>
272
273 * intrinsics/rand.c (rand): Wrap the irand() call from the previous
274 commit in prefix.
275
beabab59
TS
2762004-06-29 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
277 Paul Brook <paul@codesourcery.com>
278
279 * runtime/normalize.c (normalize_r4_i4, normalize_r8_i8): Fix
280 comments.
281 * intrinsics/rand.c (rand): Call irand() in call to normalize_r4_i4.
282
519b0e16
BD
2832004-06-27 Bud Davis <bdavis9659@comcast.net>
284
285 PR gfortran/12839
286 * io/write.c (write_float): check signbit for Infinity.
287
3e14aaa2
BD
2882004-06-26 Bud Davis <bdavis9659@comcast.net>
289
290 PR gfortran/16196
291 * unix.c(regular_file): create file if it does not exist.
292
d42093a1
AP
2932004-06-24 Andrew Pinski <apinski@apple.com>
294
295 * configure.ac: Remove check for libmx.
296 * configure: Regenerate.
297
8750f9cd
JB
2982004-06-22 Janne Blomqvist <jblomqvi@cc.hut.fi>
299
300 PR fortran/15750
301 * inquire.c (st_inquire): Add comment
302 * io.h (st_parameter): Add iolength.
303 (st_iolength, st_iolength_done): Declare.
304 * transfer.c (iolength_transfer, iolength_transfer_init,
305 st_iolength, st_iolength_done): New functions.
306
0bf68c6e
SK
3072004-06-21 Steven G. Kargl <kargls@comcast.net>
308
309 * etime.c (etime_sub): Remove array rank check;
310 Add check for sufficient space.
311
bb9db7b1
BD
3122004-06-19 Bud Davis <bdavis9659@comcast.net>
313
314 PR gfortran/16080
315 * io/list_read.c(set_value): fixed spelling.
316
04b0faec
BD
3172004-06-19 Bud Davis <bdavis9659@comcast.net>
318
319 PR gfortran/16080
320 * io/list_read.c(set_value): don't copy if the string is null.
321
bc20e36d
BD
3222004-06-14 Bud Davis <bdavis9659@comcast.net>
323
324 PR gfortran/15292
325 * intrinsics/c99_functions.c: Use fpclassify if it exists.
326
a9e7b9d3
PB
3272004-06-13 Paul Brook <paul@codesourcery.com>
328
329 * Makefile.am (gfor_helper_src): Add runtime/normalize.f90.
330 * configure.ac: Add checks for nextafter and nextafterf.
331 * Makefile.in, config.h.in, configure: Regenerate.
332 * libgfortran.h (normalize_r4_i4, normalize_r8_i8): Declare.
333 * intrinsics/rand.c (rand): Use normalize_r4_i4.
334 * intrinsics/random.c (random_r4): Use normalize_r4_i4.
335 (random_r8): Use normalize_r8_i8.
336 * runtime/normalize.c: New file.
337
cdaa9fc4
SK
3382004-06-13 Steven G. Kargl <kargls@comcast.net>
339 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
340
341 * random.c: Fix several spelling and formatting mistakes in
342 comments.
343 (random_r8): Fix loop to make random numbers range in [0,1(.
344
345
9d409075
TS
3462004-06-13 Steven G. Kargl <kargls@comcast.net>
347
348 * random.c (random_r4): Burn a random number.
349 (random_r8): fix infinite loop.
350
3512004-06-12 Bud Davis <bdavis9659@comcast.net>
a2a2059f
BD
352 Steve Kargl <sgk@troutmask.apl.washington.edu>
353
354 PR gfortran/15292
355 * intrinsics/c99_functions.c: New file.
356 * Makefile.am: Add new file.
357 * configure.ac: Added test for round/roundf.
358 * Makefile.in: Regenerate.
359 * configure: Regenerate.
360 * configure.h.in: Regenerate.
361
2bd74949
SK
3622004-06-12 Steven G. Kargl <kargls@comcast.net>
363
364 * Makefile.am: Add rand.c and etime.c
365 * Makefile.in: Regenerated.
366 * aclocal.in: Regenerated.
367 * cpu_time.c (second_sub, second): New functions.
368 * rand.c (irand, rand, srand): New file.
369 * etime.c (etime_sub, etime): New file.
370
f814193b
TS
3712004-06-12 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
372 Steven Bosscher <stevenb@suse.de>
373
374 PR fortran/14923
375 * intrinsics/date_and_time.c: New file.
376 * Makefile.am (gfor_helper_src): Add intrinsics/date_and_time.c.
377 * Makefile.in, aclocal.m4: Regenerate.
378 * libgfortran.h: Prototype date_and_time().
379
4aef80f8
BD
3802004-06-12 Bud Davis <bdavis9659@comcast.net>
381
a13c7588 382 PR fortran/15665
4aef80f8
BD
383 * intrinsics/args.c: Implement GETARG and IARGC.
384 * Makefile.am: Add it.
385 * Makefile.in: Regenerate.
386
8204210b
BD
3872004-06-12 Bud Davis <bdavis9659@comcast.net>
388
389 PR gfortran/12839
4aef80f8 390 * io/write.c(write_float): Format inf and nan IAW F2003.
8204210b 391
898c05b8
BD
3922004-06-09 Bud Davis <bdavis9659@comcaste.net>
393
394 PR gfortran/14897
395 * io/transfer.c (formatted_transfer): position is unique
396 for T and TL edit descriptors.
4aef80f8 397 (data_transfer_init): set record length to size of internal
898c05b8
BD
398 file.
399
31b6f11a
BD
4002004-06-09 Bud Davis <bdavis9659@comcast.net>
401
402 PR gfortran/15755
403 * io/backspace.c(st_backspace): call correct routine for
404 formatted and un-formatted units.
405
96b8a615
AJ
4062004-05-30 Andreas Jaeger <aj@suse.de>, Steven Bosscher <stevenb@suse.de>
407
408 PR gfortran/11800
409 * Makefile.am (AM_CPPFLAGS): Renamed from INCLUDES.
410 (lib_LTLIBRARIES): Rename to ...
411 (toolexeclib_LTLIBRARIES): this for multilib support.
412 * configure.in: Rename to ...
413 * configure.ac: this. Update to modern autoconf style, enable
414 multilibs, support --enable-version-specific-runtime-libs.
415 * Makefile.in: Regenerated.
416 * configure: Regenerated.
417 * aclocal.m4: Regenerated.
418
5f251c26
SK
4192004-05-30 Steven G. Kargl <kargls@comcast.net>
420
421 * libgfortran.h (random_seed): Update prototype.
422 * intrinsics/random.c: Disable old implementation and add new one.
423
ebeb17c7
AJ
4242004-05-30 Andreas Jaeger <aj@suse.de>
425
426 * intrinsics/random.c: Include unistd.h for close and read
427 prototypes, remove unneeded inclusion of assert.h.
428
429 * intrinsics/abort.c: Include stdlib.h for abort prototype, remove
430 unneeded inclusion of assert.h.
431
08fb03fd
TS
4322004-05-27 Tobias Schlueter <tobias.shclueter@physik.uni-muenchen.de>
433
434 PR fortran/15234
435 * intrinsics/associated.c: Remove enum.
436 (associated): Replace TRUE/FALSE by 1/0.
437
322c2425
SK
4382004-05-23 Steven G. Kargl <kargls@comcast.net>
439
440 * random.c (random_seed): Use correct variable.
441
21fdfcc1
SK
4422004-05-22 Steven G. Kargl <kargls@comcast.net>
443
444 * intrinsics/system_clock: New file.
445 * Makefile.am: Add intrinsics/system_clock.c.
446 * Makefile.in: Regenerate.
447
11670eeb
RS
4482004-05-21 Roger Sayle <roger@eyesopen.com>
449
450 * io/format.c (parse_format_list): Allow the comma after a string
451 literal to be optional.
452
5b200ac2 4532004-05-18 Paul Brook <paul@codesourcery.com>
59fa6e39 454 Feng Wang <fengwang@nudt.edu.cn>
5b200ac2
FW
455
456 * Makefile.am (i_pow_c): Set it. Add build rule.
457 (gfor_built_src): Use it.
458 (m4_files): add m4/pow.m4.
459 * Makefile.in: Regenerate.
460 * m4/pow.m4: New file.
461 * generated/pow_*.c: Regenerate.
462
c9e66eda
PB
4632004-05-18 Paul Brook <paul@codesourcery.com>
464
465 * Makefile.am: Remove references to types.m4.
466 * m4/iparm.m4: Merge with types.m4.
467 * m4/types.m4: Remove.
468 * m4/cshift1.m4, m4/dotprod.m4, m4/dotprodc.m4, m4/dotprodl.m4,
469 m4/eoshift1.m4, m4/eoshift3.m4, m4/iforeach.m4, m4/ifunction.m4,
470 m4/in_pack.m4, m4/in_unpack.m4, m4/iparm.m4, m4/matmul.m4,
471 m4/matmull.m4, m4/maxloc0.m4, m4/maxloc1.m4, m4/maxval.m4,
472 m4/minloc0.m4, m4/minloc1.m4, m4/minval.m4, m4/reshape.m4,
473 m4/shape.m4, m4/specific.m4, m4/specific2.m4, m4/transpose.m4):
474 Update to use new iparm.m4.
475 * generated/*.c: Regenerate.
476
81f4be3c
TS
4772004-05-18 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
478
479 PR fortran/15235
480 * gfortran.h (offset_t): Rename to ...
481 (gfc_offset): ... this.
482 * io/backspace.c (formatted_backspace, unformatted_backspace),
483 io/io.h (stream, gfc_unit, global_t, file_length, file_position),
484 transfer.c (us_read, us_write, next_record_r, next_record_w),
485 io/unit.c (init_units), unix.c (unix_stream, fd_alloc,
486 fd_alloc_r_at, fd_alloc_w_at, fd_seek, mmap_alloc,
487 mmap_alloc_r_at, mmap_alloc_w_at, mmap_seek, mem_alloc_r_at,
488 mem_alloc_w_at, mem_seek, file_length, file_position): Replace all
489 occurences of offset_t by gfc_offset.
490
6d3e9d84
PB
4912004-05-16 Paul Brook <paul@codesourcery.com>
492
493 * io/format.c (write_real): Don't include padding in format.
494
28963c8f
PB
4952004-05-16 Paul Brook <paul@codesourcery.com>
496
497 * io/format.c (format_lex): Make c an int.
498
d464f8e9
JB
4992004-05-16 Janne Blomqvist <jblomqvi@cc.hut.fi>
500 Paul Brook <paul@codesourcery.com>
501
502 * io/write.c (write_logical): Don't print extra blank.
503 (write_integer): Base field width on kind.
504 (list_formatted_write): Output initial blank.
505
000aa32a
JB
5062004-05-16 Janne Blomqvist <jblomqvi@cc.hut.fi>
507
508 * io/io.h (flush): Add prototype.
509 * io/transfer.c (finalize_transfer): Flush partial records.
510 * io/unix.c (flush): New function.
511
909087e0
TS
5122004-05-15 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
513
514 PR fortran/15234
515 * io/io.h (unit_t): Rename to ...
516 (gfc_unit) ... this.
517 (unit_root, current_unit, find_file, find_unit, get_unit): Now
518 of type gfc_unit.
519 (delete_file, insert_unit, close_unit): Argument now of type
520 gfc_unit.
521 * backspace.c (st_backspace), close.c (st_close), endfile.c
522 (st_endfile), inquire.c (inquire_via_unit, st_inquire), open.c
523 (test_endfile, edit_modes, new_unit, already_open, st_open),
524 rewind.c (st_rewind), transfer.c (current_unit), unit.c
525 (internal_unit, unit_cache, rotate_left, rotate_right, insert,
526 insert_unit, delete_root, delete_treap, delete_unit, find_unit,
527 get_unit, init_units, close_unit), unix.c (find_file0,
528 find_file, delete_file): Replace all occurences of unit_t by
529 gfc_unit.
530
94161cec
BD
5312004-05-15 Bud Davis <bdavis9659@comcast.net>
532
533 PR fortran/15311
534 * io/write.c (write_a): right justify A edit output.
535
abdef811
BD
5362004-05-14 Bud Davis <bdavis9659@comcast.net>
537
538 PR fortran/15149
539 * libgfortan.h,intrinsics/random.c: Made random_seed visible.
540 * runtime/main.c(init): Call random_seed as part of MAIN init.
541
187f0734
TS
542