Age | Commit message (Expand) | Author | Files | Lines |
2005-06-24 | re PR fortran/21915 ([4.0 only] Would like atanh etc. as intrinsics) | Jerry DeLisle | 1 | -0/+56 |
2005-06-23 | c99_functions.c (log10l): New log10l function for systems where this is not a... | Francois-Xavier Coudert | 1 | -0/+38 |
2005-06-15 | re PR libfortran/21950 (All gfortran execution tests fail on Tru64 UNIX V4.0F... | François-Xavier Coudert | 1 | -0/+8 |
2005-06-14 | eoshift0.c: Removed prototype for eoshift0. | Thomas Koenig | 2 | -8/+0 |
2005-06-13 | re PR fortran/21594 ([4.0 only] FAIL: gfortran.dg/eoshift.f90 -O0 execution... | Thomas Koenig | 2 | -0/+8 |
2005-05-26 | re PR fortran/17283 (UNPACK issues) | Thomas Koenig | 1 | -13/+38 |
2005-05-21 | configure.ac: Check for trunc and truncf in libm. | Eric Botcazou | 1 | -0/+22 |
2005-05-15 | eoshift1.m4: Initialize variables to avoid warnings. | Andreas Jaeger | 3 | -6/+16 |
2005-05-15 | pack_generic.c (pack): Remove unneeded calculation. | Andreas Jaeger | 1 | -18/+17 |
2005-05-15 | system_clock.c (system_clock_4, [...]): Add missing returns, reformat a bit. | Andreas Jaeger | 1 | -12/+24 |
2005-05-15 | Remove extra whitespace. | Andreas Jaeger | 2 | -2/+2 |
2005-05-15 | normalize.c (almostone_r4, [...]): Fix parameter list. | Andreas Jaeger | 2 | -4/+3 |
2005-05-15 | chdir.c, [...]: Include <string.h> for prototypes. | Andreas Jaeger | 8 | -50/+57 |
2005-05-11 | re PR fortran/20178 (COMPLEX function returns incompatible with g77) | Tobias Schlüter | 1 | -0/+169 |
2005-05-04 | re PR libfortran/21354 ([4.0 only] Rank 7 not handled correctly) | Thomas Koenig | 6 | -33/+33 |
2005-04-29 | * intrinsics/rename.c: Add missing #includes. | Tobias Schlüter | 1 | -0/+2 |
2005-04-22 | 05-04-22 Thomas Koenig <Thomas.Koenig@online.de> | Thomas Koenig | 1 | -9/+30 |
2005-04-17 | 005-04-17 Thomas Koenig <Thomas.Koenig@online.de> | Thomas Koenig | 1 | -9/+9 |
2005-04-15 | re PR libfortran/18495 ([4.0 only] Intrinisc function SPREAD is broken) | Thomas Koenig | 1 | -23/+75 |
2005-03-22 | Makefile.am: Added new files. | François-Xavier Coudert | 12 | -0/+1136 |
2005-02-21 | re PR libfortran/19302 (intrinsic_nearest.f90 fails) | Eric Botcazou | 1 | -0/+2 |
2005-02-20 | re PR libfortran/20085 (iargc returns wrong count for number of program argum... | Steven G. Kargl | 1 | -3/+5 |
2005-02-19 | * intrinsic/date_and_time.c: Fix conformance problems. | Steven G. Kargl | 1 | -96/+96 |
2005-01-23 | re PR fortran/19294 (intrinsic_transpose.f90 runtime crash) | James A. Morrison | 1 | -27/+79 |
2005-01-12 | re PR libfortran/19280 (Inconsistent licensing of libgfortran) | Toon Moene | 35 | -226/+532 |
2004-12-27 | trans-intrinsic.c (gfc_conv_intrinsic_ishft): Change to logicalshift. | Tobias Schlüter | 2 | -4/+20 |
2004-12-14 | re PR libfortran/18966 (cshift etc. not implemented for kind=1 and kind=2 act... | Steven G. Kargl | 3 | -0/+88 |
2004-12-12 | iresolve.c (gfc_resolve_all, [...]): Use PREFIX. | Richard Henderson | 8 | -85/+85 |
2004-12-12 | acinclude.m4 (LIBGFOR_CHECK_ATTRIBUTE_VISIBILITY): New. | Richard Henderson | 31 | -228/+436 |
2004-12-07 | configure.ac: Check for ieeefp.h. | Eric Botcazou | 1 | -0/+8 |
2004-12-06 | cshift0.c, [...]: Use internal_malloc_size instead of internal_malloc. | Richard Henderson | 6 | -8/+8 |
2004-12-06 | c99_functions.c, [...]: Whitespace fixes. | Richard Henderson | 18 | -35/+3 |
2004-12-02 | flush.c: New file. | Steven G. Kargl | 3 | -0/+564 |
2004-11-23 | re PR libfortran/15960 (missing function 'finite' on HP-UX 11.11) | Steven Bosscher | 1 | -3/+3 |
2004-11-20 | re PR libfortran/16135 (libfortran doesn't build, use of C99 types) | Eric Botcazou | 1 | -0/+15 |
2004-11-20 | check.c (gfc_check_getcwd_sub): Fix seg fault. | Steven G. Kargl | 3 | -0/+209 |
2004-10-30 | system.c ("libgfortran.h"): Move after system headers. | Aaron W. LaFramboise | 1 | -1/+2 |
2004-10-30 | check.c (gfc_check_rand): Allow missing optional argument. | Canqun Yang | 1 | -1/+5 |
2004-10-07 | string_intrinsics.c (string_verify): Fix off by one error. | Paul Brook | 1 | -3/+2 |
2004-10-04 | mvbits.c: Commit the file. | Andrew Pinski | 1 | -0/+63 |
2004-10-04 | re PR fortran/17776 (no subroutine system) | Tobias Schlüter | 1 | -0/+63 |
2004-10-04 | re PR fortran/17283 (UNPACK issues) | Tobias Schlüter | 1 | -10/+277 |
2004-10-03 | abort.c ("libgfortran.h"): Move. | Aaron W. LaFramboise | 2 | -3/+2 |
2004-09-26 | re PR libfortran/16137 (Fortran compiler unable to produce executables as lib... | Tobias Schlüter | 1 | -0/+9 |
2004-09-24 | * intrinsics/etime.c (etime_): New function. | Tobias Schlüter | 1 | -0/+19 |
2004-09-21 | libgfortran.h: define gfc_alloca() | Steven G. Kargl | 1 | -3/+2 |
2004-09-15 | check.c (gfc_check_getcwd_sub): New function. | Steven G. Kargl | 1 | -0/+71 |
2004-09-15 | env.c (getenv, [...]): Remove trailing white space. | Steven G. Kargl | 1 | -13/+24 |
2004-09-03 | cshift0.c (DEF_COPY_LOOP, [...]): New. | Richard Henderson | 1 | -19/+85 |
2004-08-31 | trans-decl.c, [...]: Replace all occurences of 'gfc_strlen_type_node' by 'gfc... | Tobias Schlüter | 2 | -12/+12 |