1 2002-12-29 Paul Brook <paul@nowt.org>
3 * intrinsics/reshape.*: New files.
4 * gcc_config.patch: Update to new GCC configure system.
6 2002-10-10 Paul Brook <paul@nowt.org>
8 * intrinsics/size.c: New file.
9 * intrinsics/shape.m4: New file.
10 * Makefile.am: Add above files.
12 2002-10-02 Paul Brook <paul@nowt.org>
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
22 * specific.m4, specific4.m4: Fix typo typecode->type_code.
23 * README: Document use of patch -p1.
25 2002-09-12 Paul Brook <paul@nowt.org>
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.
32 2002-09-09 Paul Brook <paul@nowt.org>
34 * libgfor.c (determine_endianness): Use an array rather than a struct.
35 * intrinsics/dotprod*, matmul*: Implement DOT_PRODUCT and MATMUL.
37 2002-09-09 Steven Bosscher <s.bosscher@student.tudelft.nl>
39 * libgfor.c: Add fatal signal handler.
40 Romove superfluous abort() calls.
42 2002-09-07 Paul Brook <paul@nowt.org>
44 * Makefile.am, intrinsics: Major rewrite.
46 2002-09-02 Paul Brook <paul@nowt.org>
48 * Makefile.am: Added -I$(srcdir) to m4 rule.
50 2002-08-30 Paul Brook <paul@nowt.org>
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.
58 2002-08-17 Paul Brook <paul@nowt.org>
60 * ALL: First release as more than just a single file