aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/m4
AgeCommit message (Expand)AuthorFilesLines
2006-06-20re PR fortran/25049 (TRANSPOSE not allowed in initialisation expression)Paul Thomas1-11/+28
2006-06-06in_pack.m4: Add TODO comment about detecting temporaries...Janne Blomqvist9-93/+9
2006-05-05re PR libfortran/26985 (incorrect matmul result)Francois-Xavier Coudert1-2/+2
2006-03-25re PR fortran/26769 (Implement transpose() and reshape() for real instead of ...Thomas Koenig1-1/+1
2006-03-20re PR fortran/20935 (failed assertion for maxloc(n, mask=.true.))Thomas Koenig10-0/+121
2006-03-13re PR libfortran/25378 ([Fortran 2003] maxloc for all-false mask)Paul Thomas5-14/+14
2006-02-16re PR libfortran/24903 (dotprod should use __builtin_conj)Francois-Xavier Coudert1-3/+2
2005-12-13Make-lang.in (fortran/trans-resolve.o): Depend on fortran/dependency.h.Richard Sandiford1-8/+63
2005-11-27libgfortran ChangeLog:Janne Blomqvist11-99/+151
2005-11-14re PR libfortran/21468 (vectorizing libfortran)Janne Blomqvist2-19/+21
2005-10-03re PR libfortran/19308 (I/O library should support more real and integer kinds)François-Xavier Coudert32-3/+167
2005-09-25c99_protos.h: Add prototypes for C99 complex functions.Francois-Xavier Coudert3-308/+0
2005-09-13re PR fortran/19269 (transpose(reshape(...)) of character array segfaults.)Richard Sandiford3-61/+129
2005-08-17All files: Update FSF address.Kelley Cook33-66/+66
2005-07-08libgfortran.h (GFC_ARRAY_DESCRIPTOR): Replace 'type *base' by 'size_t offset'.Tobias Schlüter9-11/+11
2005-07-07re PR fortran/21594 ([4.0 only] FAIL: gfortran.dg/eoshift.f90 -O0 execution...Thomas Koenig2-2/+16
2005-06-28re PR libfortran/22142 ([4.0 only] eoshift: boundary not filled in correctly)Thomas Koenig1-1/+1
2005-06-28re PR libfortran/22142 ([4.0 only] eoshift: boundary not filled in correctly)Thomas Koenig1-1/+1
2005-06-25[multiple changes]Thomas Koenig3-4/+62
2005-06-12PR libfortran/PR21797Steven G. Kargl1-2/+2
2005-06-11[multiple changes]Thomas Koenig2-6/+8
2005-06-09re PR fortran/21480 ([4.0 only] trivial reshape operation gives erroneous res...Thomas Koenig1-3/+3
2005-06-07re PR libfortran/21926 ([4.0 only] matmul does not deal with non-packed result)Thomas Koenig1-1/+8
2005-05-18re PR libfortran/21127 (reshape of complex broken)Thomas Koenig2-3/+4
2005-05-15eoshift1.m4: Initialize variables to avoid warnings.Andreas Jaeger2-2/+14
2005-05-15pack_generic.c (pack): Remove unneeded calculation.Andreas Jaeger1-4/+2
2005-05-15Remove extra whitespace.Andreas Jaeger1-3/+3
2005-05-15normalize.c (almostone_r4, [...]): Fix parameter list.Andreas Jaeger2-4/+4
2005-05-04re PR libfortran/21354 ([4.0 only] Rank 7 not handled correctly)Thomas Koenig6-31/+31
2005-04-30Fix matmul PR18857 and supply testcasePaul Thomas1-4/+0
2005-04-2205-04-22 Thomas Koenig <Thomas.Koenig@online.de>Thomas Koenig1-6/+26
2005-04-17005-04-17 Thomas Koenig <Thomas.Koenig@online.de>Thomas Koenig1-9/+9
2005-04-12re PR libfortran/19106 ([4.0 only] segfault in executable for print *,sum(a,d...Thomas Koenig2-0/+17
2005-04-09re PR libfortran/19106 ([4.0 only] segfault in executable for print *,sum(a,d...Thomas Koenig2-20/+84
2005-01-23re PR fortran/19294 (intrinsic_transpose.f90 runtime crash)James A. Morrison1-4/+4
2005-01-12re PR libfortran/19280 (Inconsistent licensing of libgfortran)Toon Moene36-232/+529
2004-12-12iresolve.c (gfc_resolve_all, [...]): Use PREFIX.Richard Henderson13-55/+57
2004-12-12acinclude.m4 (LIBGFOR_CHECK_ATTRIBUTE_VISIBILITY): New.Richard Henderson18-31/+102
2004-12-06cshift0.c, [...]: Use internal_malloc_size instead of internal_malloc.Richard Henderson4-7/+9
2004-11-18Modified Files:Victor Leikehman1-60/+94
2004-08-09matmul.m4, [...]: Allocate space if return value has NULL in its data field.Victor Leikehman2-1/+61
2004-08-04* libgfortran.h (array_t, size0) New declarations.Victor Leikehman2-0/+34
2004-07-11re PR fortran/16303 (Complex logarithm function sometimes chooses a non-princ...Paul Brook1-6/+3
2004-05-19f95-lang.c (gfc_init_builtin_functions): Use vold_list_node.Feng Wang1-0/+68
2004-05-18Makefile.am: Remove references to types.m4.Paul Brook24-154/+100
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo39-0/+3091