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