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