* config/rs6000/aix.h (MD_FROB_UPDATE_CONTEXT): Use __64BIT__ to
[official-gcc.git] / libgfortran / ChangeLog
blob26a3544a49c12184fabecf4fec70c69b501c0755
1 2004-09-06  Steven G. Kargl  <kargls@comcast.net>
3         * io/write.c (output_float): Typo in comment.  Remove debugging
4         printf.  Fix format for FP of form 1e10.
6 2004-09-03  Richard Henderson  <rth@redhat.com>
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.
13 2004-09-02  Paul Brook  <paul@codesourcery.com>
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.
19 2004-09-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
21         * mk-sik-inc.sh: Use a temporary string instead of 'echo -n'.
22         * mk-srk-inc.sh: Likewise.
24 2004-09-01  Paul Brook  <paul@codesourcery.com>
26         * runtime/error.c (generate_error): Set both iostat and
27         library_return.
29 2004-08-31  Paul Brook  <paul@codesourcery.com>
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.
35 2004-08-31  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
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.
42 2004-08-31  Paul Brook  <paul@codesourcery.com>
44         * io/unit.c (get_unit): Remove superfluous if.
46 2004-08-31  Paul Brook  <paul@codesourcery.com>
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.
52 2004-08-31  Paul Brook  <paul@codesourcery.com>
54         * list_read.c (eat_separator): Set at_eo when a '/' is seen.
56 2004-08-31  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
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'.
63 2004-08-31  Paul Brook  <paul@codesourcery.com>
65         * libgfortran.h: Add comments.
67 2004-08-30  Richard Henderson  <rth@redhat.com>
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.
78 2004-08-29  Steven G. Kargl  <kargls@comcast.net>
79         Paul Brook  <paul@codesourcery.com>
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.
89 2004-08-29  Steven G. Kargl  <kargls@comcast.net>
90         Paul Brook  <paul@codesourcery.com>
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.
98 2004-08-28  Paul Brook  <paul@codesourcery.com>
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.
107 2004-08-27  Paul Brook  <paul@codesourcery.com>
109         * io/rewind.c (st_rewind): Reset unit to read mode.
111 2004-08-27  Bud Davis  <bdavis9659@comcast.net>
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.
120 2004-08-24  Bud Davis  <bdavis9659@comcast.net>
122         PR fortran/17143        
123         * runtime/error.c (itoa): keep from overflowing during
124         mod operation by using unsigned variable.
126 2004-08-24  Bud Davis  <bdavis9659@comcast.net>
128         PR fortran/17164
129         * runtime/string_intrinsics.c (string_index):check for
130         substring longer than string.
132 2004-08-24  David Edelsohn  <edelsohn@gnu.org>
134         * Makefile.am (libgfortran_la_LDFLAGS): Add -lm.
135         * Makefile.in: Rebuilt.
137 2004-08-23  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
139         * io/io.h, io/list_read.c, io/open.c, io/transfer.c, io/write.c:
140         Fix formatting issues, update copyright years.
142 2004-08-21  Bud Davis  <bdavis9659@comcast.net>
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.
148 2004-08-18  Victor Leikehman  <lei@il.ibm.com>
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.
157 2004-08-13  Bud Davis  <bdavis9659@comcast.net>
159         PR gfortran/16935
160         * io/open.c (st_open): use flags instead of the unit structure.
162 2004-08-10  Victor Leikehman  <lei@il.ibm.com>
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.
168 2004-08-09  Richard Henderson  <rth@redhat.com>
169             Roger Sayle  <roger@eyesopen.com>
171         * intrinsics/c99_functions.c (nextafterf): New implementation that
172         works correctly with denormalized numbers.
174 2004-08-09  Victor Leikehman  <lei@il.ibm.com>
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.
181 2004-08-06  Janne Blomqvist  <jblomqvi@cc.hut.fi>
183         * intrinsics/env.c: New file.
184         * Makefile.am: Add env.c to build.
185         * Makefile.in: Regenerate.
187 2004-08-05  Victor Leikehman  <lei@il.ibm.com>
189         PR libgfortran/16704
190         * io/read.c (read_radix): Understand letters f and F as hex digits.
192 2004-08-04  Victor Leikehman  <lei@il.ibm.com>
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.
202 2004-08-03  Roger Sayle  <roger@eyesopen.com>
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.
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.
216 2004-08-01  Roger Sayle  <roger@eyesopen.com>
218         * io/write.c (write_float): Use the slightly more portable isnan
219         in preference to isinf.
221 2004-07-18  Bud Davis  <bdavis9659@comcast.net>
223         * configure.ac: Add check for LFS support. 
224         * configure: Regenerate
226 2004-07-11  Paul Brook  <paul@codesourcery.com>
228         PR fortran/16303
229         * m4/cexp.m4 (carg): Return -pi to pi.
230         * generated/exp_c?.c: Regenerate.
232 2004-07-08  Andreas Krebbel  <krebbel1@de.ibm.com>
234         PR fortran/16291
235         * libgfortran/io/write.c: (write_float): Added length check.
236         Remove pointless memset calls.
238 2004-07-04  Bud Davis  <bdavis9659@comcast.net>
239             Paul Brook  <paul@codesourcery.com>
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 
245         right time.
246         * io/unix.c(is_seekable): set based upon the file/device, not the
247         method being used to access it (fd or mmap).
248         * io/unix.c(fd_flush): don't set file_size if !seekable.
249         * io/unix.c(fd_truncate: ditto.
251 2004-07-04  Janne Blomqvist  <jblomqvi@cc.hut.fi>
252         Paul Brook  <paul@codesourcery.com>
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.
262 2004-07-04  Matthias Klose  <doko@debian.org>
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
270 2004-06-30  Steve Kargl  <sgk@troutmask.apl.washington.edu>
271             Steven Bosscher  <stevenb@suse.de>
273         * intrinsics/rand.c (rand): Wrap the irand() call from the previous
274         commit in prefix.
276 2004-06-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
277         Paul Brook  <paul@codesourcery.com>
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.
283 2004-06-27  Bud Davis  <bdavis9659@comcast.net>
285         PR gfortran/12839
286         * io/write.c (write_float): check signbit for Infinity.
288 2004-06-26  Bud Davis  <bdavis9659@comcast.net>
290         PR gfortran/16196
291         * unix.c(regular_file): create file if it does not exist.
293 2004-06-24  Andrew Pinski  <apinski@apple.com>
295         * configure.ac: Remove check for libmx.
296         * configure: Regenerate.
298 2004-06-22  Janne Blomqvist  <jblomqvi@cc.hut.fi>
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.
307 2004-06-21  Steven G. Kargl  <kargls@comcast.net>
309         * etime.c (etime_sub): Remove array rank check;
310         Add check for sufficient space.
312 2004-06-19  Bud Davis  <bdavis9659@comcast.net>
314         PR gfortran/16080
315         * io/list_read.c(set_value): fixed spelling.
317 2004-06-19  Bud Davis  <bdavis9659@comcast.net>
319         PR gfortran/16080
320         * io/list_read.c(set_value): don't copy if the string is null.
322 2004-06-14  Bud Davis  <bdavis9659@comcast.net>
324         PR gfortran/15292
325         * intrinsics/c99_functions.c: Use fpclassify if it exists.
327 2004-06-13  Paul Brook  <paul@codesourcery.com>
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.
338 2004-06-13  Steven G. Kargl  <kargls@comcast.net>
339             Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
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         
346 2004-06-13  Steven G. Kargl  <kargls@comcast.net>
348         * random.c (random_r4): Burn a random number.
349         (random_r8): fix infinite loop.
350         
351 2004-06-12  Bud Davis  <bdavis9659@comcast.net>
352       Steve Kargl  <sgk@troutmask.apl.washington.edu>
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.
362 2004-06-12  Steven G. Kargl  <kargls@comcast.net>
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.
371 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
372             Steven Bosscher  <stevenb@suse.de>
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().
380 2004-06-12  Bud Davis  <bdavis9659@comcast.net>
382         PR fortran/15665
383         * intrinsics/args.c: Implement GETARG and IARGC.
384         * Makefile.am: Add it.
385         * Makefile.in: Regenerate.
387 2004-06-12  Bud Davis  <bdavis9659@comcast.net>
389         PR gfortran/12839
390         * io/write.c(write_float): Format inf and nan IAW F2003.
392 2004-06-09  Bud Davis  <bdavis9659@comcaste.net>
394         PR gfortran/14897
395         * io/transfer.c (formatted_transfer): position is unique
396          for T and TL edit descriptors.
397         (data_transfer_init): set record length to size of internal
398          file.
400 2004-06-09  Bud Davis  <bdavis9659@comcast.net>
402         PR gfortran/15755
403         * io/backspace.c(st_backspace): call correct routine for
404         formatted and un-formatted units.
406 2004-05-30  Andreas Jaeger  <aj@suse.de>, Steven Bosscher <stevenb@suse.de>
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.
419 2004-05-30  Steven G. Kargl  <kargls@comcast.net>
421         * libgfortran.h (random_seed): Update prototype.
422         * intrinsics/random.c: Disable old implementation and add new one.
424 2004-05-30  Andreas Jaeger  <aj@suse.de>
426         * intrinsics/random.c: Include unistd.h for close and read
427         prototypes, remove unneeded inclusion of assert.h.
429         * intrinsics/abort.c: Include stdlib.h for abort prototype, remove
430         unneeded inclusion of assert.h.
432 2004-05-27  Tobias Schlueter  <tobias.shclueter@physik.uni-muenchen.de>
434         PR fortran/15234
435         * intrinsics/associated.c: Remove enum.
436         (associated): Replace TRUE/FALSE by 1/0.
438 2004-05-23  Steven G. Kargl  <kargls@comcast.net>
440         * random.c (random_seed): Use correct variable.
442 2004-05-22  Steven G. Kargl  <kargls@comcast.net>
444         * intrinsics/system_clock: New file.
445         * Makefile.am: Add intrinsics/system_clock.c.
446         * Makefile.in: Regenerate.
448 2004-05-21  Roger Sayle  <roger@eyesopen.com>
450         * io/format.c (parse_format_list): Allow the comma after a string
451         literal to be optional.
453 2004-05-18  Paul Brook  <paul@codesourcery.com>
454         Feng Wang  <fengwang@nudt.edu.cn>
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.
463 2004-05-18  Paul Brook  <paul@codesourcery.com>
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.
477 2004-05-18  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
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.
491 2004-05-16  Paul Brook  <paul@codesourcery.com>
493         * io/format.c (write_real): Don't include padding in format.
495 2004-05-16  Paul Brook  <paul@codesourcery.com>
497         * io/format.c (format_lex): Make c an int.
499 2004-05-16  Janne Blomqvist  <jblomqvi@cc.hut.fi>
500         Paul Brook  <paul@codesourcery.com>
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.
506 2004-05-16  Janne Blomqvist  <jblomqvi@cc.hut.fi>
508         * io/io.h (flush): Add prototype.
509         * io/transfer.c (finalize_transfer): Flush partial records.
510         * io/unix.c (flush): New function.
512 2004-05-15  Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
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.
531 2004-05-15  Bud Davis  <bdavis9659@comcast.net>
533         PR fortran/15311
534         * io/write.c (write_a): right justify A edit output.
536 2004-05-14  Bud Davis  <bdavis9659@comcast.net>
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.
542 2004-05-13  Tobias Schlüter  <tobias.schlueter@physik.uni-muenchen.de>
544         * io/format.c: (parse_format_list): No comma is required after
545         P descriptor.
547 2004-05-13  Bud Davis  <bdavis9659@comcast.net>
549         PR fortran/15204
550         * io/intrinsic/string_intrinsics.c (adjustr): rework logic.
552 2004-05-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
553             Steven Bosscher  <stevenb@suse.de>
555         PR libfortran/15234
556         * libgfortran.h: Include <inttypes.h> if available.
558 2004-05-03  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
560         * io/unix.c (MAP_FAILED): Define if missing.
561         (mmap_alloc): Cast MAP_FAILED to char *.
562         (mmap_open): Likewise.
564 2004-04-26  Bud Davis  <bdavis9659@comcast.net>
566         * generated/_abs_i8.f90: New file.
567         * generated/_abs_c4.f90: New file.
568         * generated/_abs_c8.f90: New file.
569         * Makefile.am: Add them.
570         * Makefile.in: Regenerate.
572 2004-04-26  Bud Davis  <bdavis9659@comcast.net>
574         PR fortran/14056
575         * generated/_abs_i4.f90: New file.
576         * Makefile.am: Add it.
577         * Makefile.in: Regenerate.
579 2004-04-25  Bud Davis  <bdavis9659@comcast.net>
581         PR fortran/14942
582         * io/list_read.c(list_formatted_read): finish consuming the
583         spaces and seperators at eoln to get ready for next item.
585 2004-04-23  Bud Davis  <bdavis9659@comcast.net>
587         PR fortran/15113
588         * io/read.c(read_a): Handle field width > destination and no field width.
590 2004-04-22  Bud Davis  <bdavis9659@comcast.net>
592         PR fortran/14906
593         * io/format.c (format_item): gracefully handle a ')'
594         when it is the first character encountered in the string.
596 2004-04-11  Bud Davis  <bdavis9659@comcast.net>
598         PR fortran/14904
599         * io/transfer.c (next_record): Update last_record when
600         more than one record is written to a direct access file
601         with one write statement.
603 2004-04-11  Bud Davis  <bdavis9659@comcast.net>
605         PR fortran/14901
606         * io/transfer.c (next_record_w) : No '\n' if internal.
607         * io/unix.c (empty_internal_buffer) : Init to spaces, not '\n'.
609 2004-04-11  Bud Davis  <bdavis9659@comcast.net>
611         * io.h (ioparm): Interface from FE is 32 bit, irregardless of offset_t.
612         Will need to change this later to support direct access files > 2gb.
614 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
616         PR gfortran/14762
617         * io/transfer.c (next_record_r) : Skip to next record.
619 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
621         PR gfortran/14836
622         * io/transfer.c (next_record): Update last_record for DIRECT
624 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
626         PR gfortran/14837
627         * io/unix.c (find_file0): Use fd field of struct
629 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
631         PR 14831
632         * io/inquire.c (inquire_via_unit): Changed return string for
633         BLANK=NULL. Use correct variable for ACTION.
635 2004-04-01  Bud Davis  <bdavis9659@comcast.net>
637         PR 14746
638         * io/read.c (read_f): Allow a decimal without a leading digit.
639         * io/write.c (output_float): remove a leading '0' to keep from
640         overflowing the field (F edit descriptor).
642 2004-04-01  Bud Davis  <bdavis9659@comcast.net>
644         PR gfortran/14565
645         * io/open.c (new_unit),
646         * io/io.h : new_unit is now visible
647         * io/transfer.c (data_transfer_init): open unit if no OPEN statement.
648         * io/transfer.c (data_transfer_init): remove compile warnings.
649         * io/rewind.c (st_rewind): ftruncate if writing.
651 2004-03-24  Bud Davis  <bdavis9659@comcast.net>
653         * write.c (write_l): Use extract_int for 'L' edit descriptor.
655 2004-03-24  Bud Davis  <bdavis9659@comcast.net>
657         PR 13919
658         * io/io.h (global_t):
659         * io/list_read.c (next_char,list_formatted_read,ist_formatted_read):
660           Move eof_jmp to a global structure.
661         * io/transfer.c(finalize_transfer) : Set up eof_jump for callers.
663 2004-03-24  Bud Davis  <bdavis9659@comcast.net>
665         * m4/cexp.m4 (csqrt): Actually use the passed value.
666         * generated/exp_c?.c: Regenerate.
668 2004-03-24  Bud Davis  <bdavis9659@comcast.net>
670         PR 12921
671         * io.h, transfer.c, open.c : recl_in changed from ptr to variable.
672         * open.c (new_unit): Moved test for positioned direct access error.
673         (init_units): Corrected calculation of max records.
675 2004-02-06  Feng Wang  <fengwang@nudt.edu.cn>
677         * Makefile.am: Add m4/dotprodc.m4. And fix spelling.
678         * Makefile.in: Regenerate.
679         * m4/dotprodc.m4: New file. Implement complex dot_product.
680         * m4/dotprod.m4: Delete the complex implementation.
681         * generated/dotprod_*: Update.
683 2004-02-07  Bud Davis  <bdavis9659@comcast.net>
685         * transfer.c (write_constant_string): Do not delete H's in hollerith
686         formats.
688 2004-01-05  Andrew Pinski  <apinski@apple.com>
690         * configure.in: Check for csin in -lmx also.
691         * configure: Regenerate.
693 2004-01-01  Paul Brook  <paul@codesourcery.com>
695         * io/list_read.c (find_nml_node): Make static.
696         (match_namelist_name): Ditto.
697         * io/read.c (convert_precision_real): Make static, fix spelling.
698         * io/transfer.c (extract_real): Remove unused prototype.
699         (st_set_nml_var): Make static.
700         * io/write.c (extract_real): Make static.
702 2003-12-12  Huang Chun <chunhuang73@hotmal.com>
704         * intrinsics/string_intrinsics.c (string_index): Fix logics thinko.
706 2003-12-05  Melvin Hadasht  <melvin.hadasht@free.fr>
708         * io/transfer.c (data_transfer_init): Give a runtime error for list
709         formatted reads and writes from/to files opened for unformatted IO.
711 2003-11-30  Paul Brook  <paul@nowt.org>
713         * runtime/memory.c (push_context): Remove.
714         (pop_context): Remove.
715         * libgfortran.h: Remove prototypes.
717 2003-11-27  Paul Brook  <paul@nowt.org>
719         * runtime/memory.c (deallocate): Nullify pointer after freeing.
721 2003-11-27  Paul Brook  <paul@nowt.org>
723         * intrinsics/string_intrinsics.c: Use new memory allocation interface.
724         * libgfortran.h: Ditto.
725         * m4/in_pack.m4: Ditto.
726         * runtime/in_pack_generic.c: Ditto.
727         * runtime/memory.c: Ditto.
729 2003-11-26  Richard Henderson  <rth@redhat.com>
731         * m4/exponent.m4, m4/fraction.m4: New.
732         * m4/nearest.m4, m4/set_exponent.m4: New.
733         * generated/*: Update.
734         * Makefile.am: Add them.
735         (AM_CFLAGS): New.  Use -std=gnu99.
736         * Makefile.in: Regenerate.
738 2003-11-08  Paul Brook  <paul@nowt.org>
740         PR fortran/12704
741         * m4/maxloc0.m4: Use default value of 1. Handle zero sized arrays.
742         * m4/maxloc1.m4: Ditto.
743         * m4/minloc0.m4: Ditto.
744         * m4/minloc1.m4: Ditto.
745         * m4/ifunction.m4: Set return value for zero sized arrays.
746         * m4/iforeach.m4: Ditto.
747         * m4/all.m4, m4/any.m4, m4/count.m4, m4/maxloc1.m4, m4/minloc1.m4,
748         m4/mxaval.m4, m4/minval.m4, m4/product.m4, m4/sum.m4: Ditto.
749         * generated/*: Update.
751 2003-10-30  Toon Moene  <toon@moene.indiv.nluug.nl>
753         PR fortran/12702
754         * io/list_read.c (eat_spaces): Treat tab as space.
756 2003-10-30  Lars Segerlund  <Lars.Segerlund@comsys.se>
758         * intrinsics/random.c: Add reference to paper containing algorithm.
759         (random_seed): Extra error checking and proper handling of arrays.
760         (arandom_r4, arandom_r8): Implement.
762 2003-10-29  Toon Moene  <toon@moene.indiv.nluug.nl>
764         PR fortran/12703
765         * runtime/memory.c (allocate_size): Allow allocation
766         of zero-sized objects.
768 2003-10-29  Toon Moene  <toon@moene.indiv.nluug.nl>
770         PR fortran/12701
771         * open.c (new_unit): Open without a file name opens
772         a file with name fort.<unit>.
774 2003-10-12  Feng Wang  <wf_cs@yahoo.com>
776         * intrinsics/cshift0.c: New file.
777         * m4/cshift1.m4: New file
778         * generated/cshift*.c: New files.
779         * Makefile.am: Add them.
780         * Makefile.in: Regenerate.
782 2003-10-12  XiaoQiang Zhang  <zhangapache@yahoo.com>
784         * io/list_read.c (read_character): Remove unwanted call to free_saved.
786 2003-10-11  Huang Chun  <jiwang@mail.edu.cn>
788         * intrinsics/string_intrinsics.c (string_trim): New function.
789         (string_repeat): New function.
791 2003-10-11  Paul Brook  <paul@nowt.org>
793         * intrinsics/dprod_r8.f90: New file.
794         * Makefile.am (gfor_specific_src): Add it.
795         (gfor_built_specific_src): Rename from gfor_build_specific_c.
796         Add new intrinsics.
797         (gfor_specific2_src): Rename from gfor_built_specific2_c.
798         Add new intrinsics.
799         * Makefile.in: Regenerate.
800         * generated/_aint_*.f90: New files.
801         * generated/_anint*.f90: New files.
802         * generated/_atan2*.f90: New files.
803         * generated/_mod*.f90: New files.
805 2003-09-20  Kejia Zhao  <kejia_zh@yahoo.com.cn>
807         * intrinsics/selected_kind.f90: New file.
808         * Makefile.am: Add it.
809         * Makefile.in: regenerate.
811 2003-09-19  Lars Segerlund  <Lars.Segerlund@comsys.se>
812         Paul Brook  <paul@nowt.org>
814         * intrinsics/random.c: New file.
815         * Makefile.am (gfor_hemper_src): Add it.
816         (gfor_specific_c): Fix typo.
818 2003-09-19  Paul Brook  <paul@nowt.org>
820         * All: rename g95->gfc.
822 2003-09-18  XiaoQiang Zhang  <zhangapache@yahoo.com>
824         * io/write.c (output_float): Fix bug of FMT_E, Add comments.
826 2003-09-09  XiaoQiang Zhang  <zhangapache@yahoo.com>
828         * io/write.c (write_float): Dectection of positive infinite number,
829         Not a Number(NaN) and negative infinite number.
830         (ioutput_float): Bug fix for FMT_E and FMT_D processing to
831         output a very_very small number ( < 0.1e-100 ).
833 2003-09-07  XiaoQiang Zhang  <zhangapache@yahoo.com>
835         * libgfortran.h (xtoa, itoa): Parameter modified.
836         * io/io.h (namelist_info): Declaration to support namelist I/O
837         (st_parameter): Add namelist related component
838         (ionml, empty_internal_buffer, st_set_nml_var_int,
839         st_set_nml_var_float, st_set_nml_var_char, st_set_nml_var_complex,
840         st_set_nml_var_log): Declaration
841         (set_integer, set_integer): Parameter changed
842         * io/format.c (free_nodes): Fix annoying bug of lefting "deallocated"
843          fnodes
844         (parse_format_list): Fix bug about FMT_SLASH
845         * io/list_read.c (push_char): Totally clear old saved_string, zeroize
846         newly allocated saved_string
847         (next_char): Add detection of End_Of_Line support
848         (convert_integer): Now can process 64 bits interger
849         (read_real): Bug fixed
850         (init_at_eol, find_nml_node, match_namelist_name): Add new functions
851         (match_namelist_name): New implemention
852         * io/lock.c (ionml): New global variable
853         (library_end): Free memory in ionml
854         * io/open.c (st_open): Variable initializtion
855         * io/read.c (max_value): 64 bits interger support
856         (convert_precsion_real): New procedure to replace "strtod" with more
857          features
858         (read_f, read_radix): Input bug fix
859         * io/transfer.c: (sf_seen_eor): New static variable
860         (read_sf): Zeroize base buffer; fix bugs: single read statement can
861         not get input in mutli line when read from stdin
862         (formatted_transfer): Fix bug of FMT_O, FMT_B, FMT_Z for INTEGER type
863          request
864         (data_transfer_init): Clear internal buffer for Internel File I/O.
865         Internal File now worked. Detect some error condition for namelist.
866         Some minor bug fix
867         (next_record_w): Internal file and Namelist I/O support.
868         (st_set_nml_var, st_set_nml_var_float, st_set_nml_var_char,
869         st_set_nml_var_complex, st_set_nml_var_log): Implemention.
870         * io/unit.c (implicit_unit): Deletion
871         (get_unit): Now cannot open a unit implicitly.
872         * io/unix.c (mmap_alloc): Fix fatal error in calculating the length of
873         mapped buffer.
874         (mem_alloc_r_at): Internal file I/O support added
875         (empty_internal_buffer): New function
876         * io/write.c (extract_int): Support 64 bits interger processing
877         (output_float): Varibale initialization
878         (write_float): Infinite real number detection.
879         (write_int): 64 bits integer I/O support
880         (write_decimal): New function to output decimal number
881         (otoa, btoa): Better implemention and 64 bits interger support
882         (namelist_write): New function
883         * runtime/error.c (itoa, xtoa): Better implemention and 64 bits
884         interger support
886 2003-08-15  Arnaud Desitter  <arnaud.desitter@geography.oxford.ac.uk>
888         * libgfortran.h (os_error, runtime_error,internal_error, sys_exit,
889         get_mem ): Add attribute.
890         * intrinsics/spread_generic.c (__spread): Fix spelling.
891         * io/inquire.c (inquire_via_filename): Add const.
892         * io/io.h (sys_exit): Add attribute.
893         * io/io.h (move_pos_offset): Add move_pos_offset.
894         * io/io.h (compare_file_filename, inquire_sequential, inquire_direct,
895         inquire_formatted, inquire_unformatted, inquire_read, inquire_write,
896         inquire_readwrite, convert_real, write_a, write_b, write_d, write_e,
897         write_en, write_es, write_f, write_i, write_l, write_o, write_x,
898         write_z): Add const.
899         * io/read.c (convert_real): Add const.
900         * io/transfer.c (type_name): Add const.
901         * io/unix.c (unpack_filename, compare_file_filename,inquire_sequential,
902         inquire_direct, inquire_formatted, inquire_unformatted, inquire_access,
903         inquire_read, inquire_write, inquire_readwrite): Add const.
904         * io/write.c (output_float): Remove unused variable.
905         * io/write.c (write_a, extract_int, extract_real, output_float,
906         write_float, write_int, write_i, write_b, write_o, write_z, write_d,
907         write_e, write_f, write_en, write_es, write_logical, write_integer,
908         write_character, write_real, write_complex): Add const.
909         * runtime/error.c (rtoa): Remove unused variable.
910         * runtime/select.c (select_string): Add const.
911         * runtime/stop.c (stop_string): Add const.
913 2003-08-10  Paul Brook  <paul@nowt.org>
915         * Makefile.am (gfor_helper_src): Add intrinsics/abort.c.
916         (FFLAGS): Add -fno-underscoring.
917         * Makefile.in: Regenerate.
918         * intrinsics/abort.c: New file.
920 2003-08-10  Erik Schnetter  <schnetter@uni-tuebingen.de>
922         * fmain.c (main): Do not call init and cleanup; call set_args instead.
923         * libgfortran.h (init, cleanup): Remove declarations.
924         (set_args): Add declaration.
925         * runtime/main.c (init, cleanup): Make them static, and give them
926         the constructor and destructor attributes.
927         (set_args): New function.
929 2003-08-10  Paul Brook  <paul@nowt.org>
931         * intrinsics/strinf_intrinsics.c (compare_string): Return value based
932         on which string is longest.
934 2003-08-10  Paul Brook  <paul@nowt.org>
936         * Makefile.am (EXTRA_DIST): Remove old files.
937         * Makefile.in: Regenerate.
939 2003-07-26  Paul Brook  <paul@nowt.org>
941         Rename library to libgfortran.
942         * libgfortran.h: Change prefix to _libgfortran_.
944 2003-07-24  Paul Brook  <paul@nowt.org>
946         * configure.in: Don't pull in system libtool.  Use toplevel
947         auxiliary files.
949 2003-07-22  Paul Brook  <paul@nowt.org>
951         Regenerate all configury files.
953 2003-07-09  Chun Huang  <compiler@sohu.com>
955         * intrinsics/string_intrinsic.c (string_scan): New function.
956         (string_verify): New function.
958 2003-06-25  Paul Brook  <paul@nowt.org>
960         * io/unix.c (mem_alloc_r_at, mem_alloc_w_at): Advance logical_offset.
961         (mem_seek): Don't bother setting physical_offset.
963 2003-06-20  Paul Brook  <paul@nowt.org>
965         * libgfor.h (stop_numeric): Declare.
966         * runtime/pause.c: New file.
967         * Makefile.am: Add it.
969 2003-06-08  Paul Brook  <paul@nowt.org>
971         * m4/cexp.m4 (cabs): Use correct typed version.
972         (csqrt): New function.
974 2003-06-07  Canqun Yang  <canqun@yahoo.com.cn>
976         Spotted by Benjamin and Tobias:
977         * io/list_read.c: Add Separator '\t'.
978         (parse_real, read_real): Accept real values starting with an optional
979         sign follows a decimal point.
981 2003-06-06  Steven Bosscher  <steven@gcc.gnu.org>
983         * Makefile.am: Don't put cmath objects in subdir.
984         * configure.in: Rename MATHOBJ to MATH_OBJ.
986 2003-06-02  Kejia Zhao  <Kejia_zh@yahoo.com.cn>
988         * intrinsics/associated.c: New file.
989         * Makefile.am: Add it. Regenerate Makefile.in.
990         * libgfor.h: Define g95_array_void, G95_DESCRIPTOR_DATA, and
991         G95_DESCRIPTOR_DTYPE.
993 2003-06-01  Canqun Yang  <canqun@yahoo.com.cn>
995         * io/write.c (calcuate_exp): Rewrite it to avoid overflow.
996         (calculate_G_format): Rewrite it to eliminate an infinte loop and set
997         the scale_factor to 0 for F editing.
999 2003-05-11  Tobias Schlüter  <innenminister@gmx.de>
1001         * libgfor.h: Only include stdint.h if it exists.
1003 2003-05-07  Paul Brook  <paul@nowt.org>
1005         * libgfor.h: Use stdint.h types.
1006         * intrinsics/ishift.c: Ditto.
1007         * runtime/memory.c (malloc_t): Reorder fields for better alignment.
1009 2003-05-05  Steven Bosscher  <steven@gcc.gnu.org>
1011         * libgfor.h (offsetof): Define if nobody else does.
1012         * runtime/memory.c (HEADER_SIZE): Use it.
1014 2003-05-01  Tobias Schlüter  <innenminister@gmx.de>
1016         * configure.in: Require autoconf 2.54.
1018 2003-04-28  Tobias Schlüter  <innenminister@gmx.de>
1019         Paul Brook  <paul@nowt.org>
1021         * intrinsics/reshape_generic.c: Copy the whole element, not just the
1022         first byte.
1023         * m4/transpose.m4: New file.
1024         * Makefile.am: Add them.
1025         Regenerate generated files.
1027 2003-04-18  Steven Bosscher  <steven@gcc.gnu.org>
1029         * io/format.c (parse_format_list): Allow 'X' without integer
1030         prefix.  This is an extension.  Interpretation is '1X'.
1032 2003-04-18  Tobias Schlüter  <Tobias.Schlueter@physik.uni-muenchen.de>
1034         * io/format.c (parse_format_list): Allow '0P'.
1036 2003-04-18  Steven Bosscher  <steven@gcc.gnu.org>
1038         * Makefile.in: Re-regenerate for automake 1.7.3.
1040 2003-04-18  Canqun Yang  <canqun@yahoo.com.cn>
1042         Port implementation for CHARACTER SELECT from Andy's tree.
1043         * runtime/select.c: New file
1044         * Makefile.am: Add it.
1045         * Makefile.in: Regenerate.
1047 2003-04-17  Xiaoqiang Zhang <zhangapache@yahoo.com>
1049         * io/transfer.c (formatted_transfer): Modified
1050         * io/unix.c (move_pos_offset): New Function.
1051         * io/format.c (parse_format_list): Modified.
1053 2003-04-15  Xiaoqiang Zhang <zhangapache@yahoo.com>
1055         * io/write.c (write_float,write_real): New implemention of
1056         FMT_G and default float editing.
1057         (calculate_exp,calculate_G_format,output_float): New Function.
1058         (write_float,write_real,write_logical): Modified
1059         * libgfor.h (default_rtoa): Remove Declaration.
1060         * runtime/error.c (default_rtoa): Remove Function.
1062 2003-04-15  Steven Bosscher  <steven@gcc.gnu.org>
1064         Spotted by Yang:
1065         * io/write.c (extract_real): Add missing break statement.
1067 2003-04-13  Steven Bosscher  <steven@gcc.gnu.org>
1069         * cpu_time.c: Make sure we have a definition of HZ.  Don't
1070         rely on CLOCKS_PER_SEC, it is always 1000000, on any system.
1072 2003-04-13  Steven Bosscher  <steven@gcc.gnu.org>
1073             Paul Brook  <paul@nowt.org>
1075         * configure.in: Check for process time headers and GETTIMEOFDAY.
1076         * makefile.am: Add intrinsics/cpu_time.c.
1077         * acinclude.m4: New file.
1078         * intrinsics/cpu_time.c: New file.
1079         * m4/dotprodl.m4: Fix typo.
1080         Regenerate generated files.
1082 2003-04-11  Xiaoqiang Zhang <zhangapache@yahoo.com>
1084         * io/write.c (extract_real): Ouput floating point value.
1085         (write_float): New Function.
1086         (write_e, write_f, write_en, write_es): Modified
1087         * io/transfer.c (formatted_transfer): Modified.
1088         * libgfor.h (default_rtoa): Declaration.
1089         (rtoa): Declaration.
1090         * runtime/error.c (default_rtoa): New Function.
1091         (rtoa): New Function.
1093 2003-04-05  Paul Brook  <paul@nowt.org>
1095         * intrinsics/spread_generic.c: New file.
1096         * Makefile.am: Add it. Regenerate Makefile.in.
1098 2003-03-29  Paul Brook  <paul@nowt.org>
1100         * intrinsics/pack_generic.c: New file.
1101         * intrinsics/unpack_generic.c: New file.
1102         * Makefile.am: Add them. Regenerate Makefile.in.
1104 2003-03-25  Paul Brook  <paul@nowt.org>
1106         * intrinsics/eoshift0.c: New file.
1107         * intrinsics/eoshift2.c: New file.
1108         * m4/eoshift1.m4: New file.
1109         * m4/eoshift3.m4: New file.
1110         * Makefile.am: Add them.
1111         * in_unpack_generic.c: Initialize src.
1112         Regenerate generated files.
1114 2003-03-14  Paul Brook  <paul@nowt.org>
1116         * m4/shape.m4: Work properly with array temporaries.
1117         * m4/in_pack.m4: Skip redundant checks for array temporaries.
1118         * runtime/in_pack_generic.c: Ditto.
1120 2003-03-12  Paul Brook  <paul@nowt.org>
1122         * m4/shape.m4: Work properly with noncontiguous arrays.
1124 2003-03-08  Paul Brook  <paul@nowt.org>
1126         * m4/in_pack.m4: Correctly handle zero sized and assumed size arrays.
1127         * runtime/in_pack_generic.c: Ditto.
1129 2003-02-08  Paul Brook  <paul@nowt.org>
1131         * intrinsics/reshape_generic.c: Use runtime_error to report errors.
1132         * io/close.c (st_close): Return void.
1133         * io/open.c (st_open): Return void.
1134         * libgfor.h (g95_array_char): Declare.
1135         (internal_malloc_size): Ditto.
1136         (internal_pack*, internal_unpack*): Ditto.
1137         * m4/in_pack.m4: Allocate storage if neccessary.  Fix logic for packed
1138         arrays.
1139         * m4/in_unpack.m4: Include file fixes.
1140         * m4/reshape.m4: Increment the correct source pointer.
1141         * Makefile.am (maxloc): Fix typo.
1142         * runtime/in_pack_generic.c: Call optimized functions. Allocate
1143         storage if neccessary. Fix logic for packed arrays.
1144         * runtime/in_unpack_generic.c: Call optimized functions.
1145         * runtime/main.c: Use runtime_error to report errors.
1146         * memory.c (internal_malloc_size): Make non-static.
1148 2003-02-02  Arnaud Desitter  <arnaud.desitter@geography.oxford.ac.uk>
1150         * reshape_packed.c, lock.c: Add #include <string.h>.
1151         * libgfor.h, format.c, inquire.c, io.h, transfer.c, unix.c,
1152         environ.c, error.c, memory.c, string.c: Add const.
1153         * error.c (show_locus): Add void.
1155 2003-02-21  Paul Brook  <paul@nowt.org>
1157         * m4/in_pack.m4: Avoid returning const * parameter.
1158         * Makefile.am: Only regenerate files in maintainer mode.
1160 2003-02-20  Paul Brook  <paul@nowt.org>
1162         Add array repacking support functions.
1163         * m4/in_pack.m4, m4/in_unpack.m4: New files.
1164         * runtime/in_pack_generic.c, runtime/in_unpack_generic.c: New files.
1165         * Makefile.am: Build them.  Regenerate configury files.
1166         * generated/: New directory for generated files (need to move
1167         everything else there).
1169 2003-02-07  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1171         * m4/cexp.m4: Fix typo.
1173 2003-01-26  Paul Brook  <paul@nowt.org>
1175         * intrinsics/: Add missing generated files.
1177 2003-01-26  Paul Brook  <paul@nowt.org>
1179         * Makefile.am: Put -I before the filename.
1181 2003-01-24  Paul Brook  <paul@nowt.org>
1183         * configure.in: Add AM_MAINTAINER_MODE.
1185 2003-01-23  Paul Brook  <paul@nowt.org>
1187         * configure.in, Makefile.am: Modify to work with unmodified autoconf
1188         and auotmake.
1189         Also regenerate other configury files.
1191 2003-01-21  Paul Brook  <paul@nowt.org>
1193         * io/read.c: Don't use stdint.h, it doesn't exist on cygwin.
1195 2003-01-20  Steven Bosscher  <s.bosscher@student.tudelft.nl>
1197         * io/read.c (read_f): Don't use alloca, but safe get_mem instead.
1198         Don't include "alloca.h".
1200 2003-01-20  Steven Bosscher  <s.bosscher@student.tudelft.nl>
1202         * intrinsics/string.c: Rename to intrinsics/string_intrinsics.c.
1203         * Makefile.am: Adjust file name.
1204         * Makefile.in: Regenerate.
1205         * gfortypes.h: Kill, include everything in...
1206         * libgfor.h: ...here.  Include config.h
1207         * fmain.c, intrinsics/ishftc.c, intrinsic/reshape_generic.c,
1208         intrinsics/reshape_i4.c, intrinsics/reshape_i8.c,
1209         intrinsics/reshape_packed.c, intrinsics/size.c,
1210         m4/reshape.m4, runtime/main.c, runtime/memory.c: Use macro
1211         for prefix for all functions instead of hardcoded.
1213 2003-01-19  Steven Bosscher  <s.bosscher@student.tudelft.nl>
1215         * io/lock.c (library_end): Propagate library return
1216         code.
1218 2003-01-19  Steven Bosscher  <s.bosscher@student.tudelft.nl>
1220         Port fixes from Andy's tree:
1221         * io/read.c (read_decimal): Reverse sense of overflow
1222         comparison during integer reads.
1223         * io/format.c (revert): Fix comment.
1224         (next_format): Fix format revision.
1225         * io/unix.c: Fix and simplify mmap version of stream
1226         functions.
1228 2003-01-11  Paul Brook  <paul@nowt.org>
1230         * configure, Makefile.in: Regenerate.
1232 2003-01-11  Paul Brook  <paul@nowt.org>
1234         * runtime/stop.c: Rewrite.
1236 2003-01-08  Paul Brook  <paul@nowt.org>
1238         * configure, Makefile.in: Regenerate.
1240 2003-01-05  Paul Brook  <paul@nowt.org>
1242         * (*.m4) Move to m4/.
1243         * intrinsics/string.c (_gfor_string_index): New Function.
1245 2002-12-29  Paul Brook  <paul@nowt.org>
1247         * intrinsics/reshape.*: New files.
1248         * gcc_config.patch: Update to new GCC configure system.
1250 2002-10-10  Paul Brook  <paul@nowt.org>
1252         * intrinsics/size.c: New file.
1253         * intrinsics/shape.m4: New file.
1254         * Makefile.am: Add above files.
1256 2002-10-02  Paul Brook  <paul@nowt.org>
1258         * fmain.c (main): Move here.
1259         * libgfor.c: From here.
1260         * libgfor.h (gfor_init, gfor_runtime_cleanup): Declare.
1261         * Makefile.am: Build libgforbegin.
1262         * gcc_config.patch: Remove stray -march=athlon.
1263         * dotprodl.m4: Fix use of L8_TO_L4 macro.
1264         * ifunction.m4: Move variable declarations to allow compilation with
1265         gcc < 3.0
1266         * specific.m4, specific4.m4: Fix typo typecode->type_code.
1267         * README: Document use of patch -p1.
1269 2002-09-12  Paul Brook  <paul@nowt.org>
1271         * math/*: Add complex math library functions.
1272         * intrinsics/specific(2).m4: Generate Specific intrinsic functions.
1273         * Makefile.am: Add details for above.
1274         * configure.in: Use AC_PROG_F95.  Test for the presence of csin.
1276 2002-09-09  Paul Brook  <paul@nowt.org>
1278         * libgfor.c (determine_endianness): Use an array rather than a struct.
1279         * intrinsics/dotprod*, matmul*: Implement DOT_PRODUCT and MATMUL.
1281 2002-09-09  Steven Bosscher  <s.bosscher@student.tudelft.nl>
1283         * libgfor.c: Add fatal signal handler.
1284         Romove superfluous abort() calls.
1286 2002-09-07  Paul Brook <paul@nowt.org>
1288         * Makefile.am, intrinsics: Major rewrite.
1290 2002-09-02  Paul Brook <paul@nowt.org>
1292         * Makefile.am: Added -I$(srcdir) to m4 rule.
1294 2002-08-30  Paul Brook <paul@nowt.org>
1296         * io/*: Integrated libgforio.
1297         * Makefile.am, configure.in: Make compatable with GCC. Build code for
1298         intrinsics in the intrisics directory.
1299         * intrinsics/intrinsics.m4: Move here. Strip directories from the
1300         filename. Add 'and' and 'all' intrinsics.
1302 2002-08-17  Paul Brook <paul@nowt.org>
1304         * ALL: First release as more than just a single file