Age | Commit message (Expand) | Author | Files | Lines |
2014-06-17 | Introduce xmallocarray, an overflow checking variant of xmalloc. | Janne Blomqvist | 1 | -0/+3 |
2014-05-26 | Introduce xrealloc, use it. | Janne Blomqvist | 1 | -0/+2 |
2014-05-22 | PR 60324 Handle long path names, don't use PATH_MAX. | Janne Blomqvist | 1 | -0/+3 |
2014-03-08 | libgfortran.h (unlikely, likely): Add usage comment. | Tobias Burnus | 1 | -0/+10 |
2014-01-02 | Update copyright years in libgfortran/ | Richard Sandiford | 1 | -1/+1 |
2013-07-21 | re PR libfortran/35862 ([F2003] Implement new rounding modes for run time) | Tobias Burnus | 1 | -0/+7 |
2013-06-17 | gfortran.h (gfc_option_t): Add fpe_summary. | Tobias Burnus | 1 | -0/+3 |
2013-03-19 | Use C99 bool instead of enum try. | Janne Blomqvist | 1 | -5/+2 |
2013-01-14 | Update copyright years in libgfortran. | Richard Sandiford | 1 | -3/+1 |
2012-12-20 | re PR libfortran/36044 (user-requested backtrace) | Janus Weil | 1 | -2/+2 |
2012-10-06 | Fix usage of secure_getenv with glibc 2.17. | Janne Blomqvist | 1 | -0/+2 |
2012-05-14 | PR 52428 Range checking when reading integer values. | Janne Blomqvist | 1 | -1/+0 |
2012-05-05 | Fix handling of temporary files. | Janne Blomqvist | 1 | -4/+12 |
2012-04-15 | re PR libfortran/38199 (missed optimization: I/O performance) | Thomas Koenig | 1 | -0/+7 |
2012-04-04 | libgfortran.h: Include complex.h before math.h | Tristan Gingold | 1 | -7/+9 |
2012-03-26 | Combined get_mem and internal_malloc_size. | Janne Blomqvist | 1 | -5/+2 |
2012-03-25 | Use calloc instead of malloc and memset. | Janne Blomqvist | 1 | -0/+4 |
2012-03-10 | libgfortran.h (descriptor_dimension, [...]): Rename _lbound to lower_bound an... | Tobias Burnus | 1 | -9/+9 |
2011-08-29 | re PR libfortran/50192 (Wrong character comparision with wide strings) | Thomas Koenig | 1 | -0/+4 |
2011-05-29 | PR 48931 Use async-signal-safe execve instead of execvp | Janne Blomqvist | 1 | -0/+3 |
2011-05-14 | PR 48915 Abort handling | Janne Blomqvist | 1 | -6/+5 |
2011-05-14 | Error printing thread safety, remove GFORTRAN_USE_STDERR | Janne Blomqvist | 1 | -8/+11 |
2011-04-16 | Replace sprintf with snprintf | Janne Blomqvist | 1 | -0/+4 |
2011-04-12 | Cleanup memsize types | Janne Blomqvist | 1 | -44/+17 |
2011-01-22 | PR 46267 strerror thread safety | Janne Blomqvist | 1 | -4/+5 |
2010-11-16 | re PR fortran/32049 (Support on x86_64 also kind=16) | Francois-Xavier Coudert | 1 | -2/+16 |
2010-11-03 | re PR fortran/43899 (Wrong unused-variable warning with NAMELISTs) | Jerry DeLisle | 1 | -0/+3 |
2010-10-19 | io.h: Remove definition of the BT enumerator. | Jerry DeLisle | 1 | -23/+23 |
2010-09-09 | acinclude.m4 (LIBGFOR_CHECK_FOR_BROKEN_ISFINITE, [...]): Remove. | Francois-Xavier Coudert | 1 | -33/+15 |
2010-05-20 | re PR fortran/43851 (Add _gfortran_error_stop_numeric) | Jerry DeLisle | 1 | -2/+3 |
2010-05-07 | Remove free_mem | Janne Blomqvist | 1 | -4/+1 |
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 | -1/+3 |
2010-03-08 | libgfortran.h (_POSIX): Define if __MINGW32__ is defined. | Kai Tietz | 1 | -4/+26 |
2009-12-04 | PR libfortran/40812 Large file support for MinGW | Janne Blomqvist | 1 | -0/+5 |
2009-10-29 | re PR libfortran/41711 ([F08] BOZ edit-descr does not support reading large k... | Jerry DeLisle | 1 | -3/+11 |
2009-08-25 | re PR libfortran/34670 (bounds checking for array intrinsics) | Thomas Koenig | 1 | -0/+4 |
2009-08-09 | re PR libfortran/40549 (Building libgfortran as a DLL) | Francois-Xavier Coudert | 1 | -7/+0 |
2009-07-24 | re PR fortran/40643 (maxloc/minloc: Wrong result for NaN at position 1) | Jakub Jelinek | 1 | -0/+30 |
2009-07-19 | [multiple changes] | Thomas Koenig | 1 | -0/+17 |
2009-06-21 | re PR fortran/37577 ([meta-bug] change internal array descriptor format for b... | Thomas Koenig | 1 | -3/+28 |
2009-06-14 | fmain.c (main): Don't PREFIX set_args. | Francois-Xavier Coudert | 1 | -1/+1 |
2009-06-07 | re PR fortran/40008 (F2008: Add NEWUNIT= for OPEN statement) | Jerry DeLisle | 1 | -0/+1 |
2009-05-27 | Revert part of r147883 that breaks ABI | Janne Blomqvist | 1 | -0/+3 |
2009-05-26 | re PR fortran/39178 (Generate main() rather than using a main in libgfortran/... | Tobias Burnus | 1 | -3/+0 |
2009-04-09 | Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. | Jakub Jelinek | 1 | -16/+12 |
2009-04-08 | string.c (compare0): Use gfc_charlen_type. | Janne Blomqvist | 1 | -6/+3 |
2008-11-23 | nessage.txt | Danny Smith | 1 | -1/+1 |
2008-09-06 | libgfortran.h (likely,unlikely): New makros. | Tobias Burnus | 1 | -2/+9 |
2008-08-14 | re PR libfortran/36886 (misaligment for cshift of character) | Thomas Koenig | 1 | -0/+57 |