Age | Commit message (Expand) | Author | Files | Lines |
2010-09-01 | intrinsic.c: Add EXECUTE_COMMAND_LINE intrinsic. | Francois-Xavier Coudert | 1 | -0/+177 |
2010-08-17 | re PR fortran/45308 ([F2003] DATE_AND_TIME does _not_ blank-pad strings) | Jakub Jelinek | 1 | -35/+22 |
2010-06-25 | intrinsic.h (gfc_check_selected_real_kind, [...]): Update prototypes. | Tobias Burnus | 1 | -13/+44 |
2010-06-10 | selected_char_kind.c (selected_char_kind): Fix return value for ISO_10646. | François-Xavier Coudert | 1 | -1/+1 |
2010-06-09 | mk-kinds-h.sh: Define GFC_REAL_*_LITERAL_SUFFIX and GFC_REAL_*_LITERAL macros... | Francois-Xavier Coudert | 2 | -9/+9 |
2010-06-09 | system_clock.c (system_clock_4, [...]): Undefine TCK. | Francois-Xavier Coudert | 1 | -0/+2 |
2010-06-04 | re PR libfortran/34670 (bounds checking for array intrinsics) | Thomas Koenig | 1 | -1/+5 |
2010-05-07 | Remove free_mem | Janne Blomqvist | 1 | -2/+2 |
2010-04-01 | transfer.c: Update copyright. | Paul Thomas | 2 | -2/+4 |
2010-03-08 | libgfortran.h (_POSIX): Define if __MINGW32__ is defined. | Kai Tietz | 1 | -0/+10 |
2010-02-09 | re PR libfortran/42996 (Incorrect length returned from get_command_argument i... | Tobias Burnus | 1 | -4/+2 |
2009-12-19 | Increase clock resolution for system_clock_8. | Janne Blomqvist | 1 | -6/+5 |
2009-12-06 | re PR fortran/41478 (Corrupted memory using PACK for derived-types with alloc... | Janus Weil | 1 | -4/+4 |
2009-11-30 | backport: re PR fortran/42053 ([OOP] SELECT TYPE: reject duplicate CLASS IS b... | Janus Weil | 1 | -0/+61 |
2009-11-28 | pack_generic.c (pack_internal): Remove unused zero_sized variable. | Jakub Jelinek | 2 | -7/+1 |
2009-10-31 | PR libfortran/41219 Fix build warnings | Janne Blomqvist | 2 | -20/+13 |
2009-09-04 | re PR fortran/41219 (libgfortran build warnings) | Tobias Burnus | 1 | -0/+3 |
2009-09-03 | re PR fortran/41219 (libgfortran build warnings) | Tobias Burnus | 1 | -2/+2 |
2009-08-30 | pack.m4 (pack_'rtype_code`): Use count_0 for counting true values in a logica... | Thomas Koenig | 1 | -53/+2 |
2009-08-25 | re PR libfortran/34670 (bounds checking for array intrinsics) | Thomas Koenig | 1 | -9/+46 |
2009-08-25 | re PR libfortran/41157 (dtime not consistent in times reported) | Steven G. Kargl | 2 | -7/+16 |
2009-08-23 | cshift0.c: Update license to GPL3+exception. | Steven G. Kargl | 1 | -15/+10 |
2009-08-20 | re PR fortran/40962 (Conversion problem for f-allocatable -> cptr -> fptr ->... | Thomas Koenig | 1 | -1/+1 |
2009-08-14 | string_intrinsics_inc.c (string_len_trim): Use __INTPTR_TYPE__ to cast from p... | Kai Tietz | 1 | -1/+5 |
2009-07-27 | re PR libfortran/40863 (Build failure in libgfortran) | Tobias Burnus | 1 | -101/+295 |
2009-07-25 | re PR fortran/33197 (Fortran 2008: math functions) | Tobias Burnus | 1 | -0/+197 |
2009-07-19 | [multiple changes] | Thomas Koenig | 3 | -14/+32 |
2009-07-13 | re PR fortran/40588 (Small bug in match_charkind_name) | Tobias Burnus | 1 | -10/+20 |
2009-07-10 | c99_functions.c (ccoshf, [...]): Fix errant minus. | Steven G. Kargl | 1 | -8/+8 |
2009-06-21 | re PR fortran/37577 ([meta-bug] change internal array descriptor format for b... | Thomas Koenig | 17 | -299/+328 |
2009-05-29 | re PR fortran/40019 (LEADZ and TRAILZ give wrong results) | Francois-Xavier Coudert | 1 | -0/+138 |
2009-05-29 | Fix PR40190; use localtime_r, gmtime_r, add fallback implementations | Janne Blomqvist | 1 | -8/+33 |
2009-05-27 | re PR libfortran/40187 (c_f_pointer with stride in SHAPE) | Thomas Koenig | 1 | -27/+35 |
2009-04-09 | Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. | Jakub Jelinek | 64 | -944/+649 |
2009-04-08 | string.c (compare0): Use gfc_charlen_type. | Janne Blomqvist | 2 | -13/+13 |
2009-03-28 | re PR libfortran/33595 (FAIL: gfortran.dg/nint_2.f90 -O0 execution test) | John David Anglin | 1 | -12/+12 |
2009-03-28 | string_intrinsics.c: #include <assert.h> | Daniel Kraft | 2 | -12/+49 |
2008-12-29 | re PR fortran/31832 (FAIL: gfortran.dg/integer_exponentiation_2.f90 at -O1 an... | John David Anglin | 1 | -0/+2 |
2008-11-23 | re PR libfortran/38234 (In Reshape, SOURCE can be bigger than result) | Thomas Koenig | 1 | -32/+32 |
2008-11-22 | re PR libfortran/38225 (RESHAPE bounds with multi-dimensional SOURCE) | Thomas Koenig | 1 | -1/+8 |
2008-11-18 | re PR fortran/38135 (RESHAPE gives wrong result) | Thomas Koenig | 1 | -4/+4 |
2008-11-01 | re PR fortran/37159 (RANDOM_SEED: GET= check array size at compile time and... | Dennis Wassel | 1 | -10/+11 |
2008-10-21 | re PR libfortran/34670 (bounds checking for array intrinsics) | Thomas Koenig | 1 | -0/+23 |
2008-10-15 | re PR libfortran/34670 (bounds checking for array intrinsics) | Thomas Koenig | 1 | -0/+21 |
2008-09-07 | re PR fortran/37203 (Check ORDER= of RESHAPE) | Thomas Koenig | 1 | -0/+27 |
2008-08-16 | re PR libfortran/35863 ([F2003] Implement ENCODING="UTF-8") | Jerry DeLisle | 1 | -0/+2 |
2008-08-14 | re PR libfortran/37123 (libfortran failed to build) | H.J. Lu | 1 | -2/+2 |
2008-08-14 | re PR libfortran/36886 (misaligment for cshift of character) | Thomas Koenig | 1 | -118/+187 |
2008-07-21 | re PR libfortran/36773 (zero-sized arrays with cshift and eoshift) | Thomas Koenig | 3 | -29/+50 |
2008-06-13 | re PR fortran/36495 (libgfortran should be build with FCFLAGS -fimplicit-none) | Tobias Burnus | 1 | -0/+1 |