Age | Commit message (Expand) | Author | Files | Lines |
2011-05-22 | stop.c (stop_string,error_stop_string): Minor cleanup. | Tobias Burnus | 1 | -4/+2 |
2011-05-22 | PR 48931 Make backtrace async-signal-safe, reformat output | Janne Blomqvist | 2 | -166/+151 |
2011-05-14 | lang.opt (fdump-core): Re-add as ignored option for backward compatibility. | Tobias Burnus | 1 | -4/+1 |
2011-05-14 | PR 48915 Abort handling | Janne Blomqvist | 5 | -112/+126 |
2011-05-14 | Error printing thread safety, remove GFORTRAN_USE_STDERR | Janne Blomqvist | 5 | -69/+161 |
2011-04-16 | Replace sprintf with snprintf | Janne Blomqvist | 2 | -10/+8 |
2011-01-22 | PR 46267 strerror thread safety | Janne Blomqvist | 1 | -3/+39 |
2011-01-03 | Update Copyright years for files modified in 2010. | Jakub Jelinek | 4 | -4/+7 |
2010-11-16 | re PR fortran/32049 (Support on x86_64 also kind=16) | Francois-Xavier Coudert | 2 | -12/+48 |
2010-11-03 | re PR fortran/43899 (Wrong unused-variable warning with NAMELISTs) | Jerry DeLisle | 1 | -1/+14 |
2010-10-21 | re PR fortran/46079 (ABI for empty stop statement broken) | Jerry DeLisle | 1 | -1/+21 |
2010-09-10 | string.c (compare0): Remove. | Francois-Xavier Coudert | 1 | -19/+4 |
2010-06-25 | decl.c (gfc_match_entry): Mark ENTRY as GFC_STD_F2008_OBS. | Tobias Burnus | 1 | -3/+3 |
2010-05-20 | re PR fortran/43851 (Add _gfortran_error_stop_numeric) | Jerry DeLisle | 1 | -5/+7 |
2010-05-20 | re PR fortran/43851 (Add _gfortran_error_stop_numeric) | Jerry DeLisle | 2 | -22/+32 |
2010-05-07 | Remove free_mem | Janne Blomqvist | 2 | -11/+4 |
2010-04-06 | re PR fortran/39997 (Procedure(), pointer & implicit typing: rejects-valid /... | Tobias Burnus | 1 | -1/+20 |
2010-04-01 | transfer.c: Update copyright. | Paul Thomas | 1 | -1/+1 |
2010-03-12 | format.c (parse_format_list): Add to ERROR, WARNING, SILENT enumerators NOTIF... | Kai Tietz | 1 | -3/+3 |
2009-08-30 | pack.m4 (pack_'rtype_code`): Use count_0 for counting true values in a logica... | Thomas Koenig | 1 | -1/+1 |
2009-08-25 | re PR libfortran/34670 (bounds checking for array intrinsics) | Thomas Koenig | 1 | -0/+73 |
2009-08-23 | cshift0.c: Update license to GPL3+exception. | Steven G. Kargl | 1 | -0/+25 |
2009-07-19 | [multiple changes] | Thomas Koenig | 1 | -0/+199 |
2009-06-21 | re PR fortran/37577 ([meta-bug] change internal array descriptor format for b... | Thomas Koenig | 2 | -13/+4 |
2009-06-14 | fmain.c (main): Don't PREFIX set_args. | Francois-Xavier Coudert | 1 | -0/+1 |
2009-05-27 | Revert part of r147883 that breaks ABI | Janne Blomqvist | 1 | -1/+1 |
2009-05-26 | re PR fortran/39178 (Generate main() rather than using a main in libgfortran/... | Tobias Burnus | 1 | -20/+28 |
2009-05-07 | re PR libfortran/22423 (Warnings when building libgfortran) | François-Xavier Coudert | 1 | -1/+4 |
2009-04-09 | Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. | Jakub Jelinek | 14 | -208/+137 |
2009-04-08 | string.c (compare0): Use gfc_charlen_type. | Janne Blomqvist | 3 | -44/+7 |
2009-01-21 | re PR fortran/38887 (run-time abort for MVBITS with run-time zero sized array... | Daniel Kraft | 1 | -3/+3 |
2008-12-06 | * runtime/main.c (store_exe_path): Don't crash if argv0 is NULL. | Adam Nemet | 1 | -1/+2 |
2008-09-24 | options.c (set_default_std_flags,gfc_init_options): Add comment: keep in sync... | Tobias Burnus | 1 | -3/+3 |
2008-09-02 | error.c: Fix cast for printf. | Jerry DeLisle | 1 | -2/+2 |
2008-07-27 | re PR fortran/36132 (_gfortran_internal_pack on optional arguments) | Tobias Burnus | 1 | -0/+15 |
2008-06-15 | re PR fortran/36515 (Integer read from stdin yields a value overflow for a va... | Jerry DeLisle | 1 | -0/+3 |
2008-06-13 | re PR libfortran/35863 ([F2003] Implement ENCODING="UTF-8") | Jerry DeLisle | 1 | -6/+5 |
2008-05-18 | select.c: Moved content to select_inc.c. | Francois-Xavier Coudert | 3 | -108/+236 |
2008-05-02 | re PR libfortran/36094 (Runtime error show_locus not working correctly) | Jerry DeLisle | 1 | -0/+5 |
2008-04-13 | re PR libfortran/32972 (performance of pack/unpack) | Thomas Koenig | 3 | -113/+148 |
2008-03-19 | re PR libfortran/32972 (performance of pack/unpack) | Thomas Koenig | 1 | -1/+1 |
2008-03-19 | re PR libfortran/32972 (performance of pack/unpack) | Thomas Koenig | 2 | -16/+107 |
2007-12-27 | re PR fortran/34594 (On error and END, no jump to ERR=<label>) | Thomas Koenig | 1 | -0/+7 |
2007-10-19 | re PR fortran/33795 (Environment variable GFORTRAN_UNBUFFERED_<number> not wo... | Francois-Xavier Coudert | 1 | -26/+4 |
2007-10-18 | re PR fortran/32021 (Fix,document,remove GFORTRAN_* environment variables) | Francois-Xavier Coudert | 2 | -9/+13 |
2007-10-18 | environ.c (init_choice): Remove unused function. | Ben Elliston | 1 | -80/+0 |
2007-10-04 | re PR fortran/32021 (Fix,document,remove GFORTRAN_* environment variables) | François-Xavier Coudert | 1 | -137/+0 |
2007-09-15 | re PR libfortran/21185 (Improve testsuite results on newlib targets) | Francois-Xavier Coudert | 2 | -2/+6 |
2007-09-11 | re PR libfortran/33386 (Fortran SELECT statement miscompiles) | Francois-Xavier Coudert | 1 | -1/+1 |
2007-09-03 | re PR fortran/31675 (Fortran front-end and libgfortran should have a common h... | Francois-Xavier Coudert | 3 | -41/+42 |