| Commit message (Expand) | Author | Age | Files | Lines |
* | in_pack.m4: Fixed a typo. | Tobias Burnus | 2006-10-18 | 25 | -34/+61 |
* | re PR fortran/29277 (Formated stream output: Translate "\n" / achar(10) into ... | Jerry DeLisle | 2006-10-18 | 3 | -26/+54 |
* | spacing.m4: Use scalbn[f,l] if ldexp[f,l] is unavailable. | Steven G. Kargl | 2006-10-13 | 11 | -10/+68 |
* | re PR fortran/15441 (RRSPACING broken for denormals) | Steven G. Kargl | 2006-10-09 | 16 | -16/+876 |
* | Makefile.am: Add intrinsics/move_alloc.c, ommited in Paul's previous commit. | François-Xavier Coudert | 2006-10-08 | 2 | -1/+6 |
* | hyper.c: Remove file. | Francois-Xavier Coudert | 2006-10-08 | 5 | -74/+40 |
* | c99_protos.h: Correctly protect definitions of prototypes for asinhf... | Francois-Xavier Coudert | 2006-10-08 | 2 | -4/+9 |
* | [multiple changes] | Paul Thomas | 2006-10-08 | 3 | -6/+85 |
* | re PR libfortran/26540 ([4.1 only] intrinsics/signal.c warnings) | Francois-Xavier Coudert | 2006-10-08 | 5 | -12/+165 |
* | re PR fortran/16580 ([4.1 only] gfortran ICE on test g77.f-torture/execute/in... | François-Xavier Coudert | 2006-10-07 | 23 | -14/+1262 |
* | acinclude.m4 (HAVE_ATTRIBUTE_ALIAS): Remove __USER_LABEL_PREFIX__ from test. | Danny Smith | 2006-10-06 | 1 | -1/+6 |
* | acinclude.m4 (HAVE_ATTRIBUTE_ALIAS): Remove __USER_LABEL_PREFIX__ from test. | Danny Smith | 2006-10-06 | 2 | -8/+2 |
* | Makefile.am: Use $(M4) instead of m4. | Steven G. Kargl | 2006-10-05 | 3 | -56/+61 |
* | * libgfortran.h: Add prototype for internal_unpack_c16. | Francois-Xavier Coudert | 2006-10-01 | 2 | -0/+9 |
* | f2c_specifics.F90: Special-case conjg functions so that their suffices are _4... | Francois-Xavier Coudert | 2006-09-30 | 2 | -6/+31 |
* | cpu_time.c: Add cpu_time_10 and cpu_time_16 routines. | Steven G. Kargl | 2006-09-29 | 2 | -0/+28 |
* | re PR libfortran/18791 (CABS specifics declared of wrong type) | Francois-Xavier Coudert | 2006-09-29 | 9 | -18/+19 |
* | Makefile.am: Install libgfortranbegin inside compiler libraries directory ins... | Francois-Xavier Coudert | 2006-09-28 | 3 | -20/+61 |
* | Makefile.am: Remove dependency on gfortypes.h. | Francois-Xavier Coudert | 2006-09-24 | 3 | -2/+5 |
* | re PR libfortran/27964 (Wrong line ends on windows (XP)) | Danny Smith | 2006-09-23 | 5 | -2/+20 |
* | re PR libfortran/29099 (secnds intrinsic gives wrong result) | Jerry DeLisle | 2006-09-15 | 2 | -2/+7 |
* | re PR fortran/29053 (Consecutive STREAM I/O file positions mixed up) | Jerry DeLisle | 2006-09-15 | 7 | -23/+43 |
* | Fix some whitespace issues in the changelog. | Andrew Pinski | 2006-09-12 | 1 | -6/+6 |
* | re PR fortran/28947 (Double MATMUL() uses wrong array elements) | Paul Thomas | 2006-09-10 | 13 | -0/+186 |
* | re PR libfortran/28354 ([4.1 Only] 0.99999 printed as 0. instead of 1. by for... | Jerry DeLisle | 2006-08-28 | 2 | -0/+15 |
* | re PR fortran/25828 ([f2003] ACCESS='STREAM' io support) | Jerry DeLisle | 2006-08-15 | 9 | -154/+336 |
* | * intrinsics/bessel.c: Add prototypes for all functions. | Francois-Xavier Coudert | 2006-08-12 | 2 | -1/+16 |
* | * intrinsics/access.c (access_func): Remove export directive. | Francois-Xavier Coudert | 2006-08-05 | 2 | -1/+4 |
* | Makefile.in: Regenerate using automake 1.9.6. | Thomas Koenig | 2006-08-02 | 3 | -288/+110 |
* | re PR libfortran/28452 (__gfortran_random_r10 not found) | Thomas Koenig | 2006-08-01 | 1 | -1/+1 |
* | re PR libfortran/28452 (__gfortran_random_r10 not found) | Thomas Koenig | 2006-08-01 | 8 | -273/+714 |
* | re PR fortran/28335 (flush() / write() statement on closed units - error?) | Jerry DeLisle | 2006-07-31 | 2 | -1/+10 |
* | re PR fortran/28335 (flush() / write() statement on closed units - error?) | Jerry DeLisle | 2006-07-31 | 3 | -6/+9 |
* | ChangeLog: Commit ChangeLog forgotten in previous commit. | François-Xavier Coudert | 2006-07-30 | 1 | -0/+13 |
* | intrinsic.c (add_functions): Add ACCESS, CHMOD, RSHIFT, LSHIFT. | Francois-Xavier Coudert | 2006-07-30 | 8 | -66/+568 |
* | transfer.c (transfer_array): Remove stride0 fix. | Janne Blomqvist | 2006-07-30 | 2 | -3/+4 |
* | intrinsic.c (add_functions): Add INT2, SHORT, INT8, LONG, LSTAT, MCLOCK and M... | François-Xavier Coudert | 2006-07-26 | 8 | -18/+208 |
* | Fix typo in previous commit, pr number. | Jerry DeLisle | 2006-07-26 | 1 | -1/+1 |
* | 2006-07-25 Jerry DeLisle <jvdelisle@gcc.gnu.org> | Jerry DeLisle | 2006-07-26 | 3 | -1/+12 |
* | re PR bootstrap/26188 (4.2.0 fails to compile on FreeBSD 4.11) | Paolo Bonzini | 2006-07-25 | 2 | -9/+64 |
* | re PR libfortran/25289 (Cannot handle record numbers large than huge(0_4)) | Jerry DeLisle | 2006-07-24 | 3 | -1/+19 |
* | Fix typo in Changelog. | Jerry DeLisle | 2006-07-22 | 1 | -1/+1 |
* | re PR fortran/28339 (gfortran misses a record from a format statement) | Jerry DeLisle | 2006-07-22 | 3 | -4/+18 |
* | re PR libfortran/27919 (dot_product should be removed from the library) | Janne Blomqvist | 2006-07-19 | 1 | -0/+11 |
* | re PR libfortran/27919 (dot_product should be removed from the library) | Janne Blomqvist | 2006-07-19 | 19 | -1551/+31 |
* | Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir for stage... | Paolo Bonzini | 2006-07-18 | 2 | -259/+530 |
* | etime.c: Remove etime_ | Steven G. Kargl | 2006-07-15 | 3 | -23/+6 |
* | re PR fortran/28163 (Calling libgfortran's copy_string is inefficient) | Francois-Xavier Coudert | 2006-07-12 | 2 | -23/+5 |
* | intrinsic.c (add_subroutines): Add ITIME and IDATE. | Francois-Xavier Coudert | 2006-07-04 | 2 | -2/+169 |
* | re PR libfortran/27704 (Incorrect runtime error on multiple OPEN) | Jerry DeLisle | 2006-07-04 | 8 | -16/+42 |