| Commit message (Expand) | Author | Age | Files | Lines |
* | cshift0.c (DEF_COPY_LOOP, [...]): New. | Richard Henderson | 2004-09-03 | 2 | -19/+92 |
* | format.c (parse_format_list): Set repeat count for P descriptors. | Paul Brook | 2004-09-02 | 3 | -3/+19 |
* | mk-sik-inc.sh: Use a temporary string instead of 'echo -n'. | Eric Botcazou | 2004-09-01 | 3 | -6/+13 |
* | error.c (generate_error): Set both iostat and library_return. | Paul Brook | 2004-08-31 | 2 | -6/+12 |
* | re PR libfortran/16805 (Runtime failure using list directed read from string) | Paul Brook | 2004-08-31 | 3 | -5/+17 |
* | unit.c: Separate copyright years by ','. | Tobias Schlüter | 2004-08-31 | 2 | -11/+9 |
* | * io/unit.c (get_unit): Remove superfluous if. | Paul Brook | 2004-08-31 | 2 | -3/+5 |
* | transfer.c (read_sf): Rename uinty to readlen. | Paul Brook | 2004-08-31 | 3 | -13/+28 |
* | list_read.c (eat_separator): Set at_eo when a '/' is seen. | Paul Brook | 2004-08-31 | 2 | -0/+5 |
* | trans-decl.c, [...]: Replace all occurences of 'gfc_strlen_type_node' by 'gfc... | Tobias Schlüter | 2004-08-31 | 6 | -16/+23 |
* | trans-types.h: Add comments. | Paul Brook | 2004-08-30 | 2 | -0/+8 |
* | Makefile.am (gfor_helper_src): Split selected_kind.f90. | Richard Henderson | 2004-08-30 | 7 | -45/+159 |
* | bessel.c: New file. | Steven G. Kargl | 2004-08-29 | 2 | -0/+111 |
* | check.c (gfc_check_besn, [...]): New functions. | Steven G. Kargl | 2004-08-29 | 6 | -8/+1243 |
* | gfortran.h (enum gfc_generic_isym_id): Add GFC_ISYM_GET?ID. | Steven G. Kargl | 2004-08-28 | 7 | -121/+369 |
* | re PR libfortran/17195 (Infinite loop in output_float in libgfortran/io/write.c) | Paul Brook | 2004-08-28 | 4 | -250/+324 |
* | Comment typo. | Paul Brook | 2004-08-27 | 1 | -1/+1 |
* | rewind.c (st_rewind): Reset unit to read mode. | Paul Brook | 2004-08-27 | 2 | -0/+9 |
* | re PR libfortran/16597 (gfortran: bug in unformatted I/O on scratch files) | Bud Davis | 2004-08-27 | 4 | -4/+22 |
* | io.h, [...]: Fix formatting issues, update copyright years. | Tobias Schlüter | 2004-08-26 | 1 | -0/+5 |
* | re PR libfortran/17143 (2**63 prints garbage) | Bud Davis | 2004-08-25 | 2 | -4/+12 |
* | re PR libfortran/17164 (index function not working properly) | Bud Davis | 2004-08-25 | 2 | -0/+9 |
* | Makefile.am (libgfortran_la_LDFLAGS): Add -lm. | David Edelsohn | 2004-08-24 | 3 | -2/+7 |
* | ignore autom4te.cache | R. Kelley Cook | 2004-08-23 | 1 | -0/+1 |
* | io.h, [...]: Fix formatting issues, update copyright years. | Tobias Schlüter | 2004-08-23 | 5 | -349/+346 |
* | Fix typo. | Paul Brook | 2004-08-21 | 1 | -1/+1 |
* | re PR libfortran/16908 (Segfault in libgfortran/io/transfer.c) | Bud Davis | 2004-08-21 | 2 | -4/+18 |
* | re PR fortran/13278 (derived type namelist I/O support missing, causes ICE) | Victor Leikehman | 2004-08-18 | 4 | -14/+40 |
* | Corrected typo in PR number, previous commit | Bud Davis | 2004-08-13 | 1 | -1/+1 |
* | re PR libfortran/16935 (Segmentation fault of compiler with unsupported contr... | Bud Davis | 2004-08-13 | 2 | -2/+7 |
* | list_read.c (namelist_read): Convert variable names to lower case, so that mi... | Victor Leikehman | 2004-08-10 | 2 | -3/+13 |
* | c99_functions.c (nextafterf): New implementation that works correctly with de... | Roger Sayle | 2004-08-09 | 2 | -44/+49 |
* | matmul.m4, [...]: Allocate space if return value has NULL in its data field. | Victor Leikehman | 2004-08-09 | 16 | -21/+387 |
* | intrinsic.c (add_subroutines): Add getenv and get_environment_variable. | Janne Blomqvist | 2004-08-06 | 4 | -1/+199 |
* | Commit for Victor Leikehman <lei@il.ibm.com> | Victor Leikehman | 2004-08-05 | 2 | -0/+7 |
* | * libgfortran.h (array_t, size0) New declarations. | Victor Leikehman | 2004-08-04 | 52 | -6/+851 |
* | re PR libfortran/16137 (Fortran compiler unable to produce executables as lib... | Roger Sayle | 2004-08-03 | 5 | -73/+1866 |
* | write.c (write_float): Use the slightly more portable isnan in preference to ... | Roger Sayle | 2004-08-01 | 2 | -1/+6 |
* | configure.ac: Add check for LFS support. | Bud Davis | 2004-07-18 | 3 | -2/+367 |
* | re PR fortran/16303 (Complex logarithm function sometimes chooses a non-princ... | Paul Brook | 2004-07-11 | 4 | -18/+15 |
* | re PR libfortran/16291 (F2003 formatting of Inf /Nan on irix6.5) | Andreas Krebbel | 2004-07-08 | 2 | -5/+11 |
* | re PR libfortran/15472 (implicit open for unformatted file causes run-time er... | Bud Davis | 2004-07-05 | 3 | -18/+59 |
* | re PR libfortran/15280 (Fortran9x commandline not accessable) | Janne Blomqvist | 2004-07-04 | 3 | -4/+208 |
* | libtool-version: New. | Matthias Klose | 2004-07-04 | 6 | -75/+55 |
* | rand.c (rand): Wrap the irand() call from the previous commit in prefix. | Steve Kargl | 2004-06-30 | 2 | -1/+7 |
* | Paul Brook <paul@codesourcery.com> | Tobias Schlüter | 2004-06-30 | 3 | -3/+10 |
* | re PR libfortran/12839 (incorrect IO of Inf) | Bud Davis | 2004-06-28 | 2 | -4/+9 |
* | re PR libfortran/16196 (gfortran fails to create file with OPEN(...,status='R... | Bud Davis | 2004-06-26 | 2 | -1/+6 |
* | darwin7.h (MATH_LIBRARY): Remove. | Andrew Pinski | 2004-06-24 | 3 | -111/+69 |
* | re PR fortran/15750 (IOLENGTH form of INQUIRE statement not implemented) | Janne Blomqvist | 2004-06-22 | 4 | -0/+66 |