]> git.ipfire.org Git - thirdparty/gcc.git/blob - libgfortran/ChangeLog
re PR libfortran/17164 (index function not working properly)
[thirdparty/gcc.git] / libgfortran / ChangeLog
1 2004-08-24 Bud Davis <bdavis9659@comcast.net>
2
3 PR fortran/17164
4 * runtime/string_intrinsics.c (string_index):check for
5 substring longer than string.
6
7 2004-08-24 David Edelsohn <edelsohn@gnu.org>
8
9 * Makefile.am (libgfortran_la_LDFLAGS): Add -lm.
10 * Makefile.in: Rebuilt.
11
12 2004-08-21 Bud Davis <bdavis9659@comcast.net>
13
14 PR 16908
15 * io/transfer.c (next_record_w): Do not blank pad.
16 * io/transfer.c (next_record): Take into account partial records.
17
18 2004-08-18 Victor Leikehman <lei@il.ibm.com>
19
20 PR fortran/13278
21 * io/transfer.c (st_set_nml_var)
22 * io/write.c (namelist_write): Allow var_name and var_name_len to be
23 null. For strings, use string_length field instead of len.
24 * io/io.h (struct namelist_type): New field string_length.
25 (st_set_nml_var_char): New argument string_length.
26
27 2004-08-13 Bud Davis <bdavis9659@comcast.net>
28
29 PR gfortran/16935
30 * io/open.c (st_open): use flags instead of the unit structure.
31
32 2004-08-10 Victor Leikehman <lei@il.ibm.com>
33
34 * io/list_read.c (namelist_read): Convert variable names
35 to lower case, so that mixed-case names are recognized.
36 Don't read beyond terminating slash.
37
38 2004-08-09 Richard Henderson <rth@redhat.com>
39 Roger Sayle <roger@eyesopen.com>
40
41 * intrinsics/c99_functions.c (nextafterf): New implementation that
42 works correctly with denormalized numbers.
43
44 2004-08-09 Victor Leikehman <lei@il.ibm.com>
45
46 * m4/matmul.m4, m4/matmull.m4, intrinsics/eoshift0.c,
47 intrinsics/eoshift2.c, intrinsics/transpose_generic.c:
48 Allocate space if return value has NULL in its data field.
49 * generated/*.c: Regenerate.
50
51 2004-08-06 Janne Blomqvist <jblomqvi@cc.hut.fi>
52
53 * intrinsics/env.c: New file.
54 * Makefile.am: Add env.c to build.
55 * Makefile.in: Regenerate.
56
57 2004-08-05 Victor Leikehman <lei@il.ibm.com>
58
59 PR libgfortran/16704
60 * io/read.c (read_radix): Understand letters f and F as hex digits.
61
62 2004-08-04 Victor Leikehman <lei@il.ibm.com>
63
64 * libgfortran.h (array_t, size0) New declarations.
65 * m4/ifunction.m4, m4/transpose.m4, intrinsics/cshift0.c: Allocate
66 space if return value descriptor has NULL in its data field,
67 and initialize bounds and stride.
68 * intrinsics/size.c (array_t, size0): Declarations moved to
69 libgfortran.h.
70 * generated/*.c: Regenerate.
71
72 2004-08-03 Roger Sayle <roger@eyesopen.com>
73
74 PR libgfortran/16137
75 * configure.ac: Add tests for acosf, asinf, atan2f, atanf, ceilf,
76 copysignf, cosf, coshf, expf, floorf, frexpf, hypotf, logf, log10f,
77 scalbnf, sinf, sinhf, sqrtf, tanf and tanhf in libm.
78 * config.h.in: Regenerate.
79 * configure: Regenerate.
80
81 * instrinsics/c99_functions.c (acosf, asinf, atan2f, atanf, ceilf,
82 copysignf, cosf, coshf, expf, floorf, frexpf, hypotf, logf, log10f,
83 nextafterf, scalbnf, sinf, sinhf, sqrtf, tanf, tanhf): New stub
84 implementations for targets that don't support C99 float functions.
85
86 2004-08-01 Roger Sayle <roger@eyesopen.com>
87
88 * io/write.c (write_float): Use the slightly more portable isnan
89 in preference to isinf.
90
91 2004-07-18 Bud Davis <bdavis9659@comcast.net>
92
93 * configure.ac: Add check for LFS support.
94 * configure: Regenerate
95
96 2004-07-11 Paul Brook <paul@codesourcery.com>
97
98 PR fortran/16303
99 * m4/cexp.m4 (carg): Return -pi to pi.
100 * generated/exp_c?.c: Regenerate.
101
102 2004-07-08 Andreas Krebbel <krebbel1@de.ibm.com>
103
104 PR fortran/16291
105 * libgfortran/io/write.c: (write_float): Added length check.
106 Remove pointless memset calls.
107
108 2004-07-04 Bud Davis <bdavis9659@comcast.net>
109 Paul Brook <paul@codesourcery.com>
110
111 PR fortran/15472
112 * io/transfer.c(us_write): set recl for seq unform writes to max size.
113 * io/transfer.c(data_transfer_init): handle un-opened seq unform unit.
114 * io/unix.c(fd_alloc_w_at): handle requests at start, fd_flush at
115 right time.
116 * io/unix.c(is_seekable): set based upon the file/device, not the
117 method being used to access it (fd or mmap).
118 * io/unix.c(fd_flush): don't set file_size if !seekable.
119 * io/unix.c(fd_truncate: ditto.
120
121 2004-07-04 Janne Blomqvist <jblomqvi@cc.hut.fi>
122 Paul Brook <paul@codesourcery.com>
123
124 PR fortran/15280
125 PR fortran/15665
126 * libgfortran.h (gfc_strlen_type): Define.
127 * intrinsics/args.c (getarg): Rename ...
128 (getarg_i4): ... to this.
129 (getarg_i8, get_command_argument_i4, get_command_argument_i8,
130 get_command_i4, get_command_i8): New functions.
131
132 2004-07-04 Matthias Klose <doko@debian.org>
133
134 * libtool-version: New.
135 * Makefile.am (libgfortran_la_LDFLAGS): Use -version-info for soname.
136 * Makefile.in: Regenerate.
137 * configure.ac: Remove libtool_VERSION macro
138 * configure: Regenerate
139
140 2004-06-30 Steve Kargl <sgk@troutmask.apl.washington.edu>
141 Steven Bosscher <stevenb@suse.de>
142
143 * intrinsics/rand.c (rand): Wrap the irand() call from the previous
144 commit in prefix.
145
146 2004-06-29 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
147 Paul Brook <paul@codesourcery.com>
148
149 * runtime/normalize.c (normalize_r4_i4, normalize_r8_i8): Fix
150 comments.
151 * intrinsics/rand.c (rand): Call irand() in call to normalize_r4_i4.
152
153 2004-06-27 Bud Davis <bdavis9659@comcast.net>
154
155 PR gfortran/12839
156 * io/write.c (write_float): check signbit for Infinity.
157
158 2004-06-26 Bud Davis <bdavis9659@comcast.net>
159
160 PR gfortran/16196
161 * unix.c(regular_file): create file if it does not exist.
162
163 2004-06-24 Andrew Pinski <apinski@apple.com>
164
165 * configure.ac: Remove check for libmx.
166 * configure: Regenerate.
167
168 2004-06-22 Janne Blomqvist <jblomqvi@cc.hut.fi>
169
170 PR fortran/15750
171 * inquire.c (st_inquire): Add comment
172 * io.h (st_parameter): Add iolength.
173 (st_iolength, st_iolength_done): Declare.
174 * transfer.c (iolength_transfer, iolength_transfer_init,
175 st_iolength, st_iolength_done): New functions.
176
177 2004-06-21 Steven G. Kargl <kargls@comcast.net>
178
179 * etime.c (etime_sub): Remove array rank check;
180 Add check for sufficient space.
181
182 2004-06-19 Bud Davis <bdavis9659@comcast.net>
183
184 PR gfortran/16080
185 * io/list_read.c(set_value): fixed spelling.
186
187 2004-06-19 Bud Davis <bdavis9659@comcast.net>
188
189 PR gfortran/16080
190 * io/list_read.c(set_value): don't copy if the string is null.
191
192 2004-06-14 Bud Davis <bdavis9659@comcast.net>
193
194 PR gfortran/15292
195 * intrinsics/c99_functions.c: Use fpclassify if it exists.
196
197 2004-06-13 Paul Brook <paul@codesourcery.com>
198
199 * Makefile.am (gfor_helper_src): Add runtime/normalize.f90.
200 * configure.ac: Add checks for nextafter and nextafterf.
201 * Makefile.in, config.h.in, configure: Regenerate.
202 * libgfortran.h (normalize_r4_i4, normalize_r8_i8): Declare.
203 * intrinsics/rand.c (rand): Use normalize_r4_i4.
204 * intrinsics/random.c (random_r4): Use normalize_r4_i4.
205 (random_r8): Use normalize_r8_i8.
206 * runtime/normalize.c: New file.
207
208 2004-06-13 Steven G. Kargl <kargls@comcast.net>
209 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
210
211 * random.c: Fix several spelling and formatting mistakes in
212 comments.
213 (random_r8): Fix loop to make random numbers range in [0,1(.
214
215
216 2004-06-13 Steven G. Kargl <kargls@comcast.net>
217
218 * random.c (random_r4): Burn a random number.
219 (random_r8): fix infinite loop.
220
221 2004-06-12 Bud Davis <bdavis9659@comcast.net>
222 Steve Kargl <sgk@troutmask.apl.washington.edu>
223
224 PR gfortran/15292
225 * intrinsics/c99_functions.c: New file.
226 * Makefile.am: Add new file.
227 * configure.ac: Added test for round/roundf.
228 * Makefile.in: Regenerate.
229 * configure: Regenerate.
230 * configure.h.in: Regenerate.
231
232 2004-06-12 Steven G. Kargl <kargls@comcast.net>
233
234 * Makefile.am: Add rand.c and etime.c
235 * Makefile.in: Regenerated.
236 * aclocal.in: Regenerated.
237 * cpu_time.c (second_sub, second): New functions.
238 * rand.c (irand, rand, srand): New file.
239 * etime.c (etime_sub, etime): New file.
240
241 2004-06-12 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
242 Steven Bosscher <stevenb@suse.de>
243
244 PR fortran/14923
245 * intrinsics/date_and_time.c: New file.
246 * Makefile.am (gfor_helper_src): Add intrinsics/date_and_time.c.
247 * Makefile.in, aclocal.m4: Regenerate.
248 * libgfortran.h: Prototype date_and_time().
249
250 2004-06-12 Bud Davis <bdavis9659@comcast.net>
251
252 PR fortran/15665
253 * intrinsics/args.c: Implement GETARG and IARGC.
254 * Makefile.am: Add it.
255 * Makefile.in: Regenerate.
256
257 2004-06-12 Bud Davis <bdavis9659@comcast.net>
258
259 PR gfortran/12839
260 * io/write.c(write_float): Format inf and nan IAW F2003.
261
262 2004-06-09 Bud Davis <bdavis9659@comcaste.net>
263
264 PR gfortran/14897
265 * io/transfer.c (formatted_transfer): position is unique
266 for T and TL edit descriptors.
267 (data_transfer_init): set record length to size of internal
268 file.
269
270 2004-06-09 Bud Davis <bdavis9659@comcast.net>
271
272 PR gfortran/15755
273 * io/backspace.c(st_backspace): call correct routine for
274 formatted and un-formatted units.
275
276 2004-05-30 Andreas Jaeger <aj@suse.de>, Steven Bosscher <stevenb@suse.de>
277
278 PR gfortran/11800
279 * Makefile.am (AM_CPPFLAGS): Renamed from INCLUDES.
280 (lib_LTLIBRARIES): Rename to ...
281 (toolexeclib_LTLIBRARIES): this for multilib support.
282 * configure.in: Rename to ...
283 * configure.ac: this. Update to modern autoconf style, enable
284 multilibs, support --enable-version-specific-runtime-libs.
285 * Makefile.in: Regenerated.
286 * configure: Regenerated.
287 * aclocal.m4: Regenerated.
288
289 2004-05-30 Steven G. Kargl <kargls@comcast.net>
290
291 * libgfortran.h (random_seed): Update prototype.
292 * intrinsics/random.c: Disable old implementation and add new one.
293
294 2004-05-30 Andreas Jaeger <aj@suse.de>
295
296 * intrinsics/random.c: Include unistd.h for close and read
297 prototypes, remove unneeded inclusion of assert.h.
298
299 * intrinsics/abort.c: Include stdlib.h for abort prototype, remove
300 unneeded inclusion of assert.h.
301
302 2004-05-27 Tobias Schlueter <tobias.shclueter@physik.uni-muenchen.de>
303
304 PR fortran/15234
305 * intrinsics/associated.c: Remove enum.
306 (associated): Replace TRUE/FALSE by 1/0.
307
308 2004-05-23 Steven G. Kargl <kargls@comcast.net>
309
310 * random.c (random_seed): Use correct variable.
311
312 2004-05-22 Steven G. Kargl <kargls@comcast.net>
313
314 * intrinsics/system_clock: New file.
315 * Makefile.am: Add intrinsics/system_clock.c.
316 * Makefile.in: Regenerate.
317
318 2004-05-21 Roger Sayle <roger@eyesopen.com>
319
320 * io/format.c (parse_format_list): Allow the comma after a string
321 literal to be optional.
322
323 2004-05-18 Paul Brook <paul@codesourcery.com>
324 Feng Wang <fengwang@nudt.edu.cn>
325
326 * Makefile.am (i_pow_c): Set it. Add build rule.
327 (gfor_built_src): Use it.
328 (m4_files): add m4/pow.m4.
329 * Makefile.in: Regenerate.
330 * m4/pow.m4: New file.
331 * generated/pow_*.c: Regenerate.
332
333 2004-05-18 Paul Brook <paul@codesourcery.com>
334
335 * Makefile.am: Remove references to types.m4.
336 * m4/iparm.m4: Merge with types.m4.
337 * m4/types.m4: Remove.
338 * m4/cshift1.m4, m4/dotprod.m4, m4/dotprodc.m4, m4/dotprodl.m4,
339 m4/eoshift1.m4, m4/eoshift3.m4, m4/iforeach.m4, m4/ifunction.m4,
340 m4/in_pack.m4, m4/in_unpack.m4, m4/iparm.m4, m4/matmul.m4,
341 m4/matmull.m4, m4/maxloc0.m4, m4/maxloc1.m4, m4/maxval.m4,
342 m4/minloc0.m4, m4/minloc1.m4, m4/minval.m4, m4/reshape.m4,
343 m4/shape.m4, m4/specific.m4, m4/specific2.m4, m4/transpose.m4):
344 Update to use new iparm.m4.
345 * generated/*.c: Regenerate.
346
347 2004-05-18 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
348
349 PR fortran/15235
350 * gfortran.h (offset_t): Rename to ...
351 (gfc_offset): ... this.
352 * io/backspace.c (formatted_backspace, unformatted_backspace),
353 io/io.h (stream, gfc_unit, global_t, file_length, file_position),
354 transfer.c (us_read, us_write, next_record_r, next_record_w),
355 io/unit.c (init_units), unix.c (unix_stream, fd_alloc,
356 fd_alloc_r_at, fd_alloc_w_at, fd_seek, mmap_alloc,
357 mmap_alloc_r_at, mmap_alloc_w_at, mmap_seek, mem_alloc_r_at,
358 mem_alloc_w_at, mem_seek, file_length, file_position): Replace all
359 occurences of offset_t by gfc_offset.
360
361 2004-05-16 Paul Brook <paul@codesourcery.com>
362
363 * io/format.c (write_real): Don't include padding in format.
364
365 2004-05-16 Paul Brook <paul@codesourcery.com>
366
367 * io/format.c (format_lex): Make c an int.
368
369 2004-05-16 Janne Blomqvist <jblomqvi@cc.hut.fi>
370 Paul Brook <paul@codesourcery.com>
371
372 * io/write.c (write_logical): Don't print extra blank.
373 (write_integer): Base field width on kind.
374 (list_formatted_write): Output initial blank.
375
376 2004-05-16 Janne Blomqvist <jblomqvi@cc.hut.fi>
377
378 * io/io.h (flush): Add prototype.
379 * io/transfer.c (finalize_transfer): Flush partial records.
380 * io/unix.c (flush): New function.
381
382 2004-05-15 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
383
384 PR fortran/15234
385 * io/io.h (unit_t): Rename to ...
386 (gfc_unit) ... this.
387 (unit_root, current_unit, find_file, find_unit, get_unit): Now
388 of type gfc_unit.
389 (delete_file, insert_unit, close_unit): Argument now of type
390 gfc_unit.
391 * backspace.c (st_backspace), close.c (st_close), endfile.c
392 (st_endfile), inquire.c (inquire_via_unit, st_inquire), open.c
393 (test_endfile, edit_modes, new_unit, already_open, st_open),
394 rewind.c (st_rewind), transfer.c (current_unit), unit.c
395 (internal_unit, unit_cache, rotate_left, rotate_right, insert,
396 insert_unit, delete_root, delete_treap, delete_unit, find_unit,
397 get_unit, init_units, close_unit), unix.c (find_file0,
398 find_file, delete_file): Replace all occurences of unit_t by
399 gfc_unit.
400
401 2004-05-15 Bud Davis <bdavis9659@comcast.net>
402
403 PR fortran/15311
404 * io/write.c (write_a): right justify A edit output.
405
406 2004-05-14 Bud Davis <bdavis9659@comcast.net>
407
408 PR fortran/15149
409 * libgfortan.h,intrinsics/random.c: Made random_seed visible.
410 * runtime/main.c(init): Call random_seed as part of MAIN init.
411
412 2004-05-13 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
413
414 * io/format.c: (parse_format_list): No comma is required after
415 P descriptor.
416
417 2004-05-13 Bud Davis <bdavis9659@comcast.net>
418
419 PR fortran/15204
420 * io/intrinsic/string_intrinsics.c (adjustr): rework logic.
421
422 2004-05-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
423 Steven Bosscher <stevenb@suse.de>
424
425 PR libfortran/15234
426 * libgfortran.h: Include <inttypes.h> if available.
427
428 2004-05-03 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
429
430 * io/unix.c (MAP_FAILED): Define if missing.
431 (mmap_alloc): Cast MAP_FAILED to char *.
432 (mmap_open): Likewise.
433
434 2004-04-26 Bud Davis <bdavis9659@comcast.net>
435
436 * generated/_abs_i8.f90: New file.
437 * generated/_abs_c4.f90: New file.
438 * generated/_abs_c8.f90: New file.
439 * Makefile.am: Add them.
440 * Makefile.in: Regenerate.
441 `
442 2004-04-26 Bud Davis <bdavis9659@comcast.net>
443
444 PR fortran/14056
445 * generated/_abs_i4.f90: New file.
446 * Makefile.am: Add it.
447 * Makefile.in: Regenerate.
448
449 2004-04-25 Bud Davis <bdavis9659@comcast.net>
450
451 PR fortran/14942
452 * io/list_read.c(list_formatted_read): finish consuming the
453 spaces and seperators at eoln to get ready for next item.
454
455 2004-04-23 Bud Davis <bdavis9659@comcast.net>
456
457 PR fortran/15113
458 * io/read.c(read_a): Handle field width > destination and no field width.
459
460 2004-04-22 Bud Davis <bdavis9659@comcast.net>
461
462 PR fortran/14906
463 * io/format.c (format_item): gracefully handle a ')'
464 when it is the first character encountered in the string.
465
466 2004-04-11 Bud Davis <bdavis9659@comcast.net>
467
468 PR fortran/14904
469 * io/transfer.c (next_record): Update last_record when
470 more than one record is written to a direct access file
471 with one write statement.
472
473 2004-04-11 Bud Davis <bdavis9659@comcast.net>
474
475 PR fortran/14901
476 * io/transfer.c (next_record_w) : No '\n' if internal.
477 * io/unix.c (empty_internal_buffer) : Init to spaces, not '\n'.
478
479 2004-04-11 Bud Davis <bdavis9659@comcast.net>
480
481 * io.h (ioparm): Interface from FE is 32 bit, irregardless of offset_t.
482 Will need to change this later to support direct access files > 2gb.
483
484 2004-04-03 Bud Davis <bdavis9659@comcast.net>
485
486 PR gfortran/14762
487 * io/transfer.c (next_record_r) : Skip to next record.
488
489 2004-04-03 Bud Davis <bdavis9659@comcast.net>
490
491 PR gfortran/14836
492 * io/transfer.c (next_record): Update last_record for DIRECT
493
494 2004-04-03 Bud Davis <bdavis9659@comcast.net>
495
496 PR gfortran/14837
497 * io/unix.c (find_file0): Use fd field of struct
498
499 2004-04-03 Bud Davis <bdavis9659@comcast.net>
500
501 PR 14831
502 * io/inquire.c (inquire_via_unit): Changed return string for
503 BLANK=NULL. Use correct variable for ACTION.
504
505 2004-04-01 Bud Davis <bdavis9659@comcast.net>
506
507 PR 14746
508 * io/read.c (read_f): Allow a decimal without a leading digit.
509 * io/write.c (output_float): remove a leading '0' to keep from
510 overflowing the field (F edit descriptor).
511
512 2004-04-01 Bud Davis <bdavis9659@comcast.net>
513
514 PR gfortran/14565
515 * io/open.c (new_unit),
516 * io/io.h : new_unit is now visible
517 * io/transfer.c (data_transfer_init): open unit if no OPEN statement.
518 * io/transfer.c (data_transfer_init): remove compile warnings.
519 * io/rewind.c (st_rewind): ftruncate if writing.
520
521 2004-03-24 Bud Davis <bdavis9659@comcast.net>
522
523 * write.c (write_l): Use extract_int for 'L' edit descriptor.
524
525 2004-03-24 Bud Davis <bdavis9659@comcast.net>
526
527 PR 13919
528 * io/io.h (global_t):
529 * io/list_read.c (next_char,list_formatted_read,ist_formatted_read):
530 Move eof_jmp to a global structure.
531 * io/transfer.c(finalize_transfer) : Set up eof_jump for callers.
532
533 2004-03-24 Bud Davis <bdavis9659@comcast.net>
534
535 * m4/cexp.m4 (csqrt): Actually use the passed value.
536 * generated/exp_c?.c: Regenerate.
537
538 2004-03-24 Bud Davis <bdavis9659@comcast.net>
539
540 PR 12921
541 * io.h, transfer.c, open.c : recl_in changed from ptr to variable.
542 * open.c (new_unit): Moved test for positioned direct access error.
543 (init_units): Corrected calculation of max records.
544
545 2004-02-06 Feng Wang <fengwang@nudt.edu.cn>
546
547 * Makefile.am: Add m4/dotprodc.m4. And fix spelling.
548 * Makefile.in: Regenerate.
549 * m4/dotprodc.m4: New file. Implement complex dot_product.
550 * m4/dotprod.m4: Delete the complex implementation.
551 * generated/dotprod_*: Update.
552
553 2004-02-07 Bud Davis <bdavis9659@comcast.net>
554
555 * transfer.c (write_constant_string): Do not delete H's in hollerith
556 formats.
557
558 2004-01-05 Andrew Pinski <apinski@apple.com>
559
560 * configure.in: Check for csin in -lmx also.
561 * configure: Regenerate.
562
563 2004-01-01 Paul Brook <paul@codesourcery.com>
564
565 * io/list_read.c (find_nml_node): Make static.
566 (match_namelist_name): Ditto.
567 * io/read.c (convert_precision_real): Make static, fix spelling.
568 * io/transfer.c (extract_real): Remove unused prototype.
569 (st_set_nml_var): Make static.
570 * io/write.c (extract_real): Make static.
571
572 2003-12-12 Huang Chun <chunhuang73@hotmal.com>
573
574 * intrinsics/string_intrinsics.c (string_index): Fix logics thinko.
575
576 2003-12-05 Melvin Hadasht <melvin.hadasht@free.fr>
577
578 * io/transfer.c (data_transfer_init): Give a runtime error for list
579 formatted reads and writes from/to files opened for unformatted IO.
580
581 2003-11-30 Paul Brook <paul@nowt.org>
582
583 * runtime/memory.c (push_context): Remove.
584 (pop_context): Remove.
585 * libgfortran.h: Remove prototypes.
586
587 2003-11-27 Paul Brook <paul@nowt.org>
588
589 * runtime/memory.c (deallocate): Nullify pointer after freeing.
590
591 2003-11-27 Paul Brook <paul@nowt.org>
592
593 * intrinsics/string_intrinsics.c: Use new memory allocation interface.
594 * libgfortran.h: Ditto.
595 * m4/in_pack.m4: Ditto.
596 * runtime/in_pack_generic.c: Ditto.
597 * runtime/memory.c: Ditto.
598
599 2003-11-26 Richard Henderson <rth@redhat.com>
600
601 * m4/exponent.m4, m4/fraction.m4: New.
602 * m4/nearest.m4, m4/set_exponent.m4: New.
603 * generated/*: Update.
604 * Makefile.am: Add them.
605 (AM_CFLAGS): New. Use -std=gnu99.
606 * Makefile.in: Regenerate.
607
608 2003-11-08 Paul Brook <paul@nowt.org>
609
610 PR fortran/12704
611 * m4/maxloc0.m4: Use default value of 1. Handle zero sized arrays.
612 * m4/maxloc1.m4: Ditto.
613 * m4/minloc0.m4: Ditto.
614 * m4/minloc1.m4: Ditto.
615 * m4/ifunction.m4: Set return value for zero sized arrays.
616 * m4/iforeach.m4: Ditto.
617 * m4/all.m4, m4/any.m4, m4/count.m4, m4/maxloc1.m4, m4/minloc1.m4,
618 m4/mxaval.m4, m4/minval.m4, m4/product.m4, m4/sum.m4: Ditto.
619 * generated/*: Update.
620
621 2003-10-30 Toon Moene <toon@moene.indiv.nluug.nl>
622
623 PR fortran/12702
624 * io/list_read.c (eat_spaces): Treat tab as space.
625
626 2003-10-30 Lars Segerlund <Lars.Segerlund@comsys.se>
627
628 * intrinsics/random.c: Add reference to paper containing algorithm.
629 (random_seed): Extra error checking and proper handling of arrays.
630 (arandom_r4, arandom_r8): Implement.
631
632 2003-10-29 Toon Moene <toon@moene.indiv.nluug.nl>
633
634 PR fortran/12703
635 * runtime/memory.c (allocate_size): Allow allocation
636 of zero-sized objects.
637
638 2003-10-29 Toon Moene <toon@moene.indiv.nluug.nl>
639
640 PR fortran/12701
641 * open.c (new_unit): Open without a file name opens
642 a file with name fort.<unit>.
643
644 2003-10-12 Feng Wang <wf_cs@yahoo.com>
645
646 * intrinsics/cshift0.c: New file.
647 * m4/cshift1.m4: New file
648 * generated/cshift*.c: New files.
649 * Makefile.am: Add them.
650 * Makefile.in: Regenerate.
651
652 2003-10-12 XiaoQiang Zhang <zhangapache@yahoo.com>
653
654 * io/list_read.c (read_character): Remove unwanted call to free_saved.
655
656 2003-10-11 Huang Chun <jiwang@mail.edu.cn>
657
658 * intrinsics/string_intrinsics.c (string_trim): New function.
659 (string_repeat): New function.
660
661 2003-10-11 Paul Brook <paul@nowt.org>
662
663 * intrinsics/dprod_r8.f90: New file.
664 * Makefile.am (gfor_specific_src): Add it.
665 (gfor_built_specific_src): Rename from gfor_build_specific_c.
666 Add new intrinsics.
667 (gfor_specific2_src): Rename from gfor_built_specific2_c.
668 Add new intrinsics.
669 * Makefile.in: Regenerate.
670 * generated/_aint_*.f90: New files.
671 * generated/_anint*.f90: New files.
672 * generated/_atan2*.f90: New files.
673 * generated/_mod*.f90: New files.
674
675 2003-09-20 Kejia Zhao <kejia_zh@yahoo.com.cn>
676
677 * intrinsics/selected_kind.f90: New file.
678 * Makefile.am: Add it.
679 * Makefile.in: regenerate.
680
681 2003-09-19 Lars Segerlund <Lars.Segerlund@comsys.se>
682 Paul Brook <paul@nowt.org>
683
684 * intrinsics/random.c: New file.
685 * Makefile.am (gfor_hemper_src): Add it.
686 (gfor_specific_c): Fix typo.
687
688 2003-09-19 Paul Brook <paul@nowt.org>
689
690 * All: rename g95->gfc.
691
692 2003-09-18 XiaoQiang Zhang <zhangapache@yahoo.com>
693
694 * io/write.c (output_float): Fix bug of FMT_E, Add comments.
695
696 2003-09-09 XiaoQiang Zhang <zhangapache@yahoo.com>
697
698 * io/write.c (write_float): Dectection of positive infinite number,
699 Not a Number(NaN) and negative infinite number.
700 (ioutput_float): Bug fix for FMT_E and FMT_D processing to
701 output a very_very small number ( < 0.1e-100 ).
702
703 2003-09-07 XiaoQiang Zhang <zhangapache@yahoo.com>
704
705 * libgfortran.h (xtoa, itoa): Parameter modified.
706 * io/io.h (namelist_info): Declaration to support namelist I/O
707 (st_parameter): Add namelist related component
708 (ionml, empty_internal_buffer, st_set_nml_var_int,
709 st_set_nml_var_float, st_set_nml_var_char, st_set_nml_var_complex,
710 st_set_nml_var_log): Declaration
711 (set_integer, set_integer): Parameter changed
712 * io/format.c (free_nodes): Fix annoying bug of lefting "deallocated"
713 fnodes
714 (parse_format_list): Fix bug about FMT_SLASH
715 * io/list_read.c (push_char): Totally clear old saved_string, zeroize
716 newly allocated saved_string
717 (next_char): Add detection of End_Of_Line support
718 (convert_integer): Now can process 64 bits interger
719 (read_real): Bug fixed
720 (init_at_eol, find_nml_node, match_namelist_name): Add new functions
721 (match_namelist_name): New implemention
722 * io/lock.c (ionml): New global variable
723 (library_end): Free memory in ionml
724 * io/open.c (st_open): Variable initializtion
725 * io/read.c (max_value): 64 bits interger support
726 (convert_precsion_real): New procedure to replace "strtod" with more
727 features
728 (read_f, read_radix): Input bug fix
729 * io/transfer.c: (sf_seen_eor): New static variable
730 (read_sf): Zeroize base buffer; fix bugs: single read statement can
731 not get input in mutli line when read from stdin
732 (formatted_transfer): Fix bug of FMT_O, FMT_B, FMT_Z for INTEGER type
733 request
734 (data_transfer_init): Clear internal buffer for Internel File I/O.
735 Internal File now worked. Detect some error condition for namelist.
736 Some minor bug fix
737 (next_record_w): Internal file and Namelist I/O support.
738 (st_set_nml_var, st_set_nml_var_float, st_set_nml_var_char,
739 st_set_nml_var_complex, st_set_nml_var_log): Implemention.
740 * io/unit.c (implicit_unit): Deletion
741 (get_unit): Now cannot open a unit implicitly.
742 * io/unix.c (mmap_alloc): Fix fatal error in calculating the length of
743 mapped buffer.
744 (mem_alloc_r_at): Internal file I/O support added
745 (empty_internal_buffer): New function
746 * io/write.c (extract_int): Support 64 bits interger processing
747 (output_float): Varibale initialization
748 (write_float): Infinite real number detection.
749 (write_int): 64 bits integer I/O support
750 (write_decimal): New function to output decimal number
751 (otoa, btoa): Better implemention and 64 bits interger support
752 (namelist_write): New function
753 * runtime/error.c (itoa, xtoa): Better implemention and 64 bits
754 interger support
755
756 2003-08-15 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
757
758 * libgfortran.h (os_error, runtime_error,internal_error, sys_exit,
759 get_mem ): Add attribute.
760 * intrinsics/spread_generic.c (__spread): Fix spelling.
761 * io/inquire.c (inquire_via_filename): Add const.
762 * io/io.h (sys_exit): Add attribute.
763 * io/io.h (move_pos_offset): Add move_pos_offset.
764 * io/io.h (compare_file_filename, inquire_sequential, inquire_direct,
765 inquire_formatted, inquire_unformatted, inquire_read, inquire_write,
766 inquire_readwrite, convert_real, write_a, write_b, write_d, write_e,
767 write_en, write_es, write_f, write_i, write_l, write_o, write_x,
768 write_z): Add const.
769 * io/read.c (convert_real): Add const.
770 * io/transfer.c (type_name): Add const.
771 * io/unix.c (unpack_filename, compare_file_filename,inquire_sequential,
772 inquire_direct, inquire_formatted, inquire_unformatted, inquire_access,
773 inquire_read, inquire_write, inquire_readwrite): Add const.
774 * io/write.c (output_float): Remove unused variable.
775 * io/write.c (write_a, extract_int, extract_real, output_float,
776 write_float, write_int, write_i, write_b, write_o, write_z, write_d,
777 write_e, write_f, write_en, write_es, write_logical, write_integer,
778 write_character, write_real, write_complex): Add const.
779 * runtime/error.c (rtoa): Remove unused variable.
780 * runtime/select.c (select_string): Add const.
781 * runtime/stop.c (stop_string): Add const.
782
783 2003-08-10 Paul Brook <paul@nowt.org>
784
785 * Makefile.am (gfor_helper_src): Add intrinsics/abort.c.
786 (FFLAGS): Add -fno-underscoring.
787 * Makefile.in: Regenerate.
788 * intrinsics/abort.c: New file.
789
790 2003-08-10 Erik Schnetter <schnetter@uni-tuebingen.de>
791
792 * fmain.c (main): Do not call init and cleanup; call set_args instead.
793 * libgfortran.h (init, cleanup): Remove declarations.
794 (set_args): Add declaration.
795 * runtime/main.c (init, cleanup): Make them static, and give them
796 the constructor and destructor attributes.
797 (set_args): New function.
798
799 2003-08-10 Paul Brook <paul@nowt.org>
800
801 * intrinsics/strinf_intrinsics.c (compare_string): Return value based
802 on which string is longest.
803
804 2003-08-10 Paul Brook <paul@nowt.org>
805
806 * Makefile.am (EXTRA_DIST): Remove old files.
807 * Makefile.in: Regenerate.
808
809 2003-07-26 Paul Brook <paul@nowt.org>
810
811 Rename library to libgfortran.
812 * libgfortran.h: Change prefix to _libgfortran_.
813
814 2003-07-24 Paul Brook <paul@nowt.org>
815
816 * configure.in: Don't pull in system libtool. Use toplevel
817 auxiliary files.
818
819 2003-07-22 Paul Brook <paul@nowt.org>
820
821 Regenerate all configury files.
822
823 2003-07-09 Chun Huang <compiler@sohu.com>
824
825 * intrinsics/string_intrinsic.c (string_scan): New function.
826 (string_verify): New function.
827
828 2003-06-25 Paul Brook <paul@nowt.org>
829
830 * io/unix.c (mem_alloc_r_at, mem_alloc_w_at): Advance logical_offset.
831 (mem_seek): Don't bother setting physical_offset.
832
833 2003-06-20 Paul Brook <paul@nowt.org>
834
835 * libgfor.h (stop_numeric): Declare.
836 * runtime/pause.c: New file.
837 * Makefile.am: Add it.
838
839 2003-06-08 Paul Brook <paul@nowt.org>
840
841 * m4/cexp.m4 (cabs): Use correct typed version.
842 (csqrt): New function.
843
844 2003-06-07 Canqun Yang <canqun@yahoo.com.cn>
845
846 Spotted by Benjamin and Tobias:
847 * io/list_read.c: Add Separator '\t'.
848 (parse_real, read_real): Accept real values starting with an optional
849 sign follows a decimal point.
850
851 2003-06-06 Steven Bosscher <steven@gcc.gnu.org>
852
853 * Makefile.am: Don't put cmath objects in subdir.
854 * configure.in: Rename MATHOBJ to MATH_OBJ.
855
856 2003-06-02 Kejia Zhao <Kejia_zh@yahoo.com.cn>
857
858 * intrinsics/associated.c: New file.
859 * Makefile.am: Add it. Regenerate Makefile.in.
860 * libgfor.h: Define g95_array_void, G95_DESCRIPTOR_DATA, and
861 G95_DESCRIPTOR_DTYPE.
862
863 2003-06-01 Canqun Yang <canqun@yahoo.com.cn>
864
865 * io/write.c (calcuate_exp): Rewrite it to avoid overflow.
866 (calculate_G_format): Rewrite it to eliminate an infinte loop and set
867 the scale_factor to 0 for F editing.
868
869 2003-05-11 Tobias Schlüter <innenminister@gmx.de>
870
871 * libgfor.h: Only include stdint.h if it exists.
872
873 2003-05-07 Paul Brook <paul@nowt.org>
874
875 * libgfor.h: Use stdint.h types.
876 * intrinsics/ishift.c: Ditto.
877 * runtime/memory.c (malloc_t): Reorder fields for better alignment.
878
879 2003-05-05 Steven Bosscher <steven@gcc.gnu.org>
880
881 * libgfor.h (offsetof): Define if nobody else does.
882 * runtime/memory.c (HEADER_SIZE): Use it.
883
884 2003-05-01 Tobias Schlüter <innenminister@gmx.de>
885
886 * configure.in: Require autoconf 2.54.
887
888 2003-04-28 Tobias Schlüter <innenminister@gmx.de>
889 Paul Brook <paul@nowt.org>
890
891 * intrinsics/reshape_generic.c: Copy the whole element, not just the
892 first byte.
893 * m4/transpose.m4: New file.
894 * Makefile.am: Add them.
895 Regenerate generated files.
896
897 2003-04-18 Steven Bosscher <steven@gcc.gnu.org>
898
899 * io/format.c (parse_format_list): Allow 'X' without integer
900 prefix. This is an extension. Interpretation is '1X'.
901
902 2003-04-18 Tobias Schlüter <Tobias.Schlueter@physik.uni-muenchen.de>
903
904 * io/format.c (parse_format_list): Allow '0P'.
905
906 2003-04-18 Steven Bosscher <steven@gcc.gnu.org>
907
908 * Makefile.in: Re-regenerate for automake 1.7.3.
909
910 2003-04-18 Canqun Yang <canqun@yahoo.com.cn>
911
912 Port implementation for CHARACTER SELECT from Andy's tree.
913 * runtime/select.c: New file
914 * Makefile.am: Add it.
915 * Makefile.in: Regenerate.
916
917 2003-04-17 Xiaoqiang Zhang <zhangapache@yahoo.com>
918
919 * io/transfer.c (formatted_transfer): Modified
920 * io/unix.c (move_pos_offset): New Function.
921 * io/format.c (parse_format_list): Modified.
922
923 2003-04-15 Xiaoqiang Zhang <zhangapache@yahoo.com>
924
925 * io/write.c (write_float,write_real): New implemention of
926 FMT_G and default float editing.
927 (calculate_exp,calculate_G_format,output_float): New Function.
928 (write_float,write_real,write_logical): Modified
929 * libgfor.h (default_rtoa): Remove Declaration.
930 * runtime/error.c (default_rtoa): Remove Function.
931
932 2003-04-15 Steven Bosscher <steven@gcc.gnu.org>
933
934 Spotted by Yang:
935 * io/write.c (extract_real): Add missing break statement.
936
937 2003-04-13 Steven Bosscher <steven@gcc.gnu.org>
938
939 * cpu_time.c: Make sure we have a definition of HZ. Don't
940 rely on CLOCKS_PER_SEC, it is always 1000000, on any system.
941
942 2003-04-13 Steven Bosscher <steven@gcc.gnu.org>
943 Paul Brook <paul@nowt.org>
944
945 * configure.in: Check for process time headers and GETTIMEOFDAY.
946 * makefile.am: Add intrinsics/cpu_time.c.
947 * acinclude.m4: New file.
948 * intrinsics/cpu_time.c: New file.
949 * m4/dotprodl.m4: Fix typo.
950 Regenerate generated files.
951
952 2003-04-11 Xiaoqiang Zhang <zhangapache@yahoo.com>
953
954 * io/write.c (extract_real): Ouput floating point value.
955 (write_float): New Function.
956 (write_e, write_f, write_en, write_es): Modified
957 * io/transfer.c (formatted_transfer): Modified.
958 * libgfor.h (default_rtoa): Declaration.
959 (rtoa): Declaration.
960 * runtime/error.c (default_rtoa): New Function.
961 (rtoa): New Function.
962
963 2003-04-05 Paul Brook <paul@nowt.org>
964
965 * intrinsics/spread_generic.c: New file.
966 * Makefile.am: Add it. Regenerate Makefile.in.
967
968 2003-03-29 Paul Brook <paul@nowt.org>
969
970 * intrinsics/pack_generic.c: New file.
971 * intrinsics/unpack_generic.c: New file.
972 * Makefile.am: Add them. Regenerate Makefile.in.
973
974 2003-03-25 Paul Brook <paul@nowt.org>
975
976 * intrinsics/eoshift0.c: New file.
977 * intrinsics/eoshift2.c: New file.
978 * m4/eoshift1.m4: New file.
979 * m4/eoshift3.m4: New file.
980 * Makefile.am: Add them.
981 * in_unpack_generic.c: Initialize src.
982 Regenerate generated files.
983
984 2003-03-14 Paul Brook <paul@nowt.org>
985
986 * m4/shape.m4: Work properly with array temporaries.
987 * m4/in_pack.m4: Skip redundant checks for array temporaries.
988 * runtime/in_pack_generic.c: Ditto.
989
990 2003-03-12 Paul Brook <paul@nowt.org>
991
992 * m4/shape.m4: Work properly with noncontiguous arrays.
993
994 2003-03-08 Paul Brook <paul@nowt.org>
995
996 * m4/in_pack.m4: Correctly handle zero sized and assumed size arrays.
997 * runtime/in_pack_generic.c: Ditto.
998
999 2003-02-08 Paul Brook <paul@nowt.org>
1000
1001 * intrinsics/reshape_generic.c: Use runtime_error to report errors.
1002 * io/close.c (st_close): Return void.
1003 * io/open.c (st_open): Return void.
1004 * libgfor.h (g95_array_char): Declare.
1005 (internal_malloc_size): Ditto.
1006 (internal_pack*, internal_unpack*): Ditto.
1007 * m4/in_pack.m4: Allocate storage if neccessary. Fix logic for packed
1008 arrays.
1009 * m4/in_unpack.m4: Include file fixes.
1010 * m4/reshape.m4: Increment the correct source pointer.
1011 * Makefile.am (maxloc): Fix typo.
1012 * runtime/in_pack_generic.c: Call optimized functions. Allocate
1013 storage if neccessary. Fix logic for packed arrays.
1014 * runtime/in_unpack_generic.c: Call optimized functions.
1015 * runtime/main.c: Use runtime_error to report errors.
1016 * memory.c (internal_malloc_size): Make non-static.
1017
1018 2003-02-02 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
1019
1020 * reshape_packed.c, lock.c: Add #include <string.h>.
1021 * libgfor.h, format.c, inquire.c, io.h, transfer.c, unix.c,
1022 environ.c, error.c, memory.c, string.c: Add const.
1023 * error.c (show_locus): Add void.
1024
1025 2003-02-21 Paul Brook <paul@nowt.org>
1026
1027 * m4/in_pack.m4: Avoid returning const * parameter.
1028 * Makefile.am: Only regenerate files in maintainer mode.
1029
1030 2003-02-20 Paul Brook <paul@nowt.org>
1031
1032 Add array repacking support functions.
1033 * m4/in_pack.m4, m4/in_unpack.m4: New files.
1034 * runtime/in_pack_generic.c, runtime/in_unpack_generic.c: New files.
1035 * Makefile.am: Build them. Regenerate configury files.
1036 * generated/: New directory for generated files (need to move
1037 everything else there).
1038
1039 2003-02-07 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1040
1041 * m4/cexp.m4: Fix typo.
1042
1043 2003-01-26 Paul Brook <paul@nowt.org>
1044
1045 * intrinsics/: Add missing generated files.
1046
1047 2003-01-26 Paul Brook <paul@nowt.org>
1048
1049 * Makefile.am: Put -I before the filename.
1050
1051 2003-01-24 Paul Brook <paul@nowt.org>
1052
1053 * configure.in: Add AM_MAINTAINER_MODE.
1054
1055 2003-01-23 Paul Brook <paul@nowt.org>
1056
1057 * configure.in, Makefile.am: Modify to work with unmodified autoconf
1058 and auotmake.
1059 Also regenerate other configury files.
1060
1061 2003-01-21 Paul Brook <paul@nowt.org>
1062
1063 * io/read.c: Don't use stdint.h, it doesn't exist on cygwin.
1064
1065 2003-01-20 Steven Bosscher <s.bosscher@student.tudelft.nl>
1066
1067 * io/read.c (read_f): Don't use alloca, but safe get_mem instead.
1068 Don't include "alloca.h".
1069
1070 2003-01-20 Steven Bosscher <s.bosscher@student.tudelft.nl>
1071
1072 * intrinsics/string.c: Rename to intrinsics/string_intrinsics.c.
1073 * Makefile.am: Adjust file name.
1074 * Makefile.in: Regenerate.
1075 * gfortypes.h: Kill, include everything in...
1076 * libgfor.h: ...here. Include config.h
1077 * fmain.c, intrinsics/ishftc.c, intrinsic/reshape_generic.c,
1078 intrinsics/reshape_i4.c, intrinsics/reshape_i8.c,
1079 intrinsics/reshape_packed.c, intrinsics/size.c,
1080 m4/reshape.m4, runtime/main.c, runtime/memory.c: Use macro
1081 for prefix for all functions instead of hardcoded.
1082
1083 2003-01-19 Steven Bosscher <s.bosscher@student.tudelft.nl>
1084
1085 * io/lock.c (library_end): Propagate library return
1086 code.
1087
1088 2003-01-19 Steven Bosscher <s.bosscher@student.tudelft.nl>
1089
1090 Port fixes from Andy's tree:
1091 * io/read.c (read_decimal): Reverse sense of overflow
1092 comparison during integer reads.
1093 * io/format.c (revert): Fix comment.
1094 (next_format): Fix format revision.
1095 * io/unix.c: Fix and simplify mmap version of stream
1096 functions.
1097
1098 2003-01-11 Paul Brook <paul@nowt.org>
1099
1100 * configure, Makefile.in: Regenerate.
1101
1102 2003-01-11 Paul Brook <paul@nowt.org>
1103
1104 * runtime/stop.c: Rewrite.
1105
1106 2003-01-08 Paul Brook <paul@nowt.org>
1107
1108 * configure, Makefile.in: Regenerate.
1109
1110 2003-01-05 Paul Brook <paul@nowt.org>
1111
1112 * (*.m4) Move to m4/.
1113 * intrinsics/string.c (_gfor_string_index): New Function.
1114
1115 2002-12-29 Paul Brook <paul@nowt.org>
1116
1117 * intrinsics/reshape.*: New files.
1118 * gcc_config.patch: Update to new GCC configure system.
1119
1120 2002-10-10 Paul Brook <paul@nowt.org>
1121
1122 * intrinsics/size.c: New file.
1123 * intrinsics/shape.m4: New file.
1124 * Makefile.am: Add above files.
1125
1126 2002-10-02 Paul Brook <paul@nowt.org>
1127
1128 * fmain.c (main): Move here.
1129 * libgfor.c: From here.
1130 * libgfor.h (gfor_init, gfor_runtime_cleanup): Declare.
1131 * Makefile.am: Build libgforbegin.
1132 * gcc_config.patch: Remove stray -march=athlon.
1133 * dotprodl.m4: Fix use of L8_TO_L4 macro.
1134 * ifunction.m4: Move variable declarations to allow compilation with
1135 gcc < 3.0
1136 * specific.m4, specific4.m4: Fix typo typecode->type_code.
1137 * README: Document use of patch -p1.
1138
1139 2002-09-12 Paul Brook <paul@nowt.org>
1140
1141 * math/*: Add complex math library functions.
1142 * intrinsics/specific(2).m4: Generate Specific intrinsic functions.
1143 * Makefile.am: Add details for above.
1144 * configure.in: Use AC_PROG_F95. Test for the presence of csin.
1145
1146 2002-09-09 Paul Brook <paul@nowt.org>
1147
1148 * libgfor.c (determine_endianness): Use an array rather than a struct.
1149 * intrinsics/dotprod*, matmul*: Implement DOT_PRODUCT and MATMUL.
1150
1151 2002-09-09 Steven Bosscher <s.bosscher@student.tudelft.nl>
1152
1153 * libgfor.c: Add fatal signal handler.
1154 Romove superfluous abort() calls.
1155
1156 2002-09-07 Paul Brook <paul@nowt.org>
1157
1158 * Makefile.am, intrinsics: Major rewrite.
1159
1160 2002-09-02 Paul Brook <paul@nowt.org>
1161
1162 * Makefile.am: Added -I$(srcdir) to m4 rule.
1163
1164 2002-08-30 Paul Brook <paul@nowt.org>
1165
1166 * io/*: Integrated libgforio.
1167 * Makefile.am, configure.in: Make compatable with GCC. Build code for
1168 intrinsics in the intrisics directory.
1169 * intrinsics/intrinsics.m4: Move here. Strip directories from the
1170 filename. Add 'and' and 'all' intrinsics.
1171
1172 2002-08-17 Paul Brook <paul@nowt.org>
1173
1174 * ALL: First release as more than just a single file