Mercurial > hg > CbC > CbC_gcc
comparison libgfortran/ChangeLog-2002 @ 111:04ced10e8804
gcc 7
author | kono |
---|---|
date | Fri, 27 Oct 2017 22:46:09 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
68:561a7518be6b | 111:04ced10e8804 |
---|---|
1 2002-12-29 Paul Brook <paul@nowt.org> | |
2 | |
3 * intrinsics/reshape.*: New files. | |
4 * gcc_config.patch: Update to new GCC configure system. | |
5 | |
6 2002-10-10 Paul Brook <paul@nowt.org> | |
7 | |
8 * intrinsics/size.c: New file. | |
9 * intrinsics/shape.m4: New file. | |
10 * Makefile.am: Add above files. | |
11 | |
12 2002-10-02 Paul Brook <paul@nowt.org> | |
13 | |
14 * fmain.c (main): Move here. | |
15 * libgfor.c: From here. | |
16 * libgfor.h (gfor_init, gfor_runtime_cleanup): Declare. | |
17 * Makefile.am: Build libgforbegin. | |
18 * gcc_config.patch: Remove stray -march=athlon. | |
19 * dotprodl.m4: Fix use of L8_TO_L4 macro. | |
20 * ifunction.m4: Move variable declarations to allow compilation with | |
21 gcc < 3.0 | |
22 * specific.m4, specific4.m4: Fix typo typecode->type_code. | |
23 * README: Document use of patch -p1. | |
24 | |
25 2002-09-12 Paul Brook <paul@nowt.org> | |
26 | |
27 * math/*: Add complex math library functions. | |
28 * intrinsics/specific(2).m4: Generate Specific intrinsic functions. | |
29 * Makefile.am: Add details for above. | |
30 * configure.in: Use AC_PROG_F95. Test for the presence of csin. | |
31 | |
32 2002-09-09 Paul Brook <paul@nowt.org> | |
33 | |
34 * libgfor.c (determine_endianness): Use an array rather than a struct. | |
35 * intrinsics/dotprod*, matmul*: Implement DOT_PRODUCT and MATMUL. | |
36 | |
37 2002-09-09 Steven Bosscher <s.bosscher@student.tudelft.nl> | |
38 | |
39 * libgfor.c: Add fatal signal handler. | |
40 Romove superfluous abort() calls. | |
41 | |
42 2002-09-07 Paul Brook <paul@nowt.org> | |
43 | |
44 * Makefile.am, intrinsics: Major rewrite. | |
45 | |
46 2002-09-02 Paul Brook <paul@nowt.org> | |
47 | |
48 * Makefile.am: Added -I$(srcdir) to m4 rule. | |
49 | |
50 2002-08-30 Paul Brook <paul@nowt.org> | |
51 | |
52 * io/*: Integrated libgforio. | |
53 * Makefile.am, configure.in: Make compatable with GCC. Build code for | |
54 intrinsics in the intrisics directory. | |
55 * intrinsics/intrinsics.m4: Move here. Strip directories from the | |
56 filename. Add 'and' and 'all' intrinsics. | |
57 | |
58 2002-08-17 Paul Brook <paul@nowt.org> | |
59 | |
60 * ALL: First release as more than just a single file | |
61 | |
62 | |
63 Copyright (C) 2002 Free Software Foundation, Inc. | |
64 | |
65 Copying and distribution of this file, with or without modification, | |
66 are permitted in any medium without royalty provided the copyright | |
67 notice and this notice are preserved. |