summaryrefslogtreecommitdiff
path: root/libgfortran
Commit message (Expand)AuthorAgeFilesLines
* cshift0.c (DEF_COPY_LOOP, [...]): New.Richard Henderson2004-09-032-19/+92
* format.c (parse_format_list): Set repeat count for P descriptors.Paul Brook2004-09-023-3/+19
* mk-sik-inc.sh: Use a temporary string instead of 'echo -n'.Eric Botcazou2004-09-013-6/+13
* error.c (generate_error): Set both iostat and library_return.Paul Brook2004-08-312-6/+12
* re PR libfortran/16805 (Runtime failure using list directed read from string)Paul Brook2004-08-313-5/+17
* unit.c: Separate copyright years by ','.Tobias Schlüter2004-08-312-11/+9
* * io/unit.c (get_unit): Remove superfluous if.Paul Brook2004-08-312-3/+5
* transfer.c (read_sf): Rename uinty to readlen.Paul Brook2004-08-313-13/+28
* list_read.c (eat_separator): Set at_eo when a '/' is seen.Paul Brook2004-08-312-0/+5
* trans-decl.c, [...]: Replace all occurences of 'gfc_strlen_type_node' by 'gfc...Tobias Schlüter2004-08-316-16/+23
* trans-types.h: Add comments.Paul Brook2004-08-302-0/+8
* Makefile.am (gfor_helper_src): Split selected_kind.f90.Richard Henderson2004-08-307-45/+159
* bessel.c: New file.Steven G. Kargl2004-08-292-0/+111
* check.c (gfc_check_besn, [...]): New functions.Steven G. Kargl2004-08-296-8/+1243
* gfortran.h (enum gfc_generic_isym_id): Add GFC_ISYM_GET?ID.Steven G. Kargl2004-08-287-121/+369
* re PR libfortran/17195 (Infinite loop in output_float in libgfortran/io/write.c)Paul Brook2004-08-284-250/+324
* Comment typo.Paul Brook2004-08-271-1/+1
* rewind.c (st_rewind): Reset unit to read mode.Paul Brook2004-08-272-0/+9
* re PR libfortran/16597 (gfortran: bug in unformatted I/O on scratch files)Bud Davis2004-08-274-4/+22
* io.h, [...]: Fix formatting issues, update copyright years.Tobias Schlüter2004-08-261-0/+5
* re PR libfortran/17143 (2**63 prints garbage)Bud Davis2004-08-252-4/+12
* re PR libfortran/17164 (index function not working properly)Bud Davis2004-08-252-0/+9
* Makefile.am (libgfortran_la_LDFLAGS): Add -lm.David Edelsohn2004-08-243-2/+7
* ignore autom4te.cacheR. Kelley Cook2004-08-231-0/+1
* io.h, [...]: Fix formatting issues, update copyright years.Tobias Schlüter2004-08-235-349/+346
* Fix typo.Paul Brook2004-08-211-1/+1
* re PR libfortran/16908 (Segfault in libgfortran/io/transfer.c)Bud Davis2004-08-212-4/+18
* re PR fortran/13278 (derived type namelist I/O support missing, causes ICE)Victor Leikehman2004-08-184-14/+40
* Corrected typo in PR number, previous commitBud Davis2004-08-131-1/+1
* re PR libfortran/16935 (Segmentation fault of compiler with unsupported contr...Bud Davis2004-08-132-2/+7
* list_read.c (namelist_read): Convert variable names to lower case, so that mi...Victor Leikehman2004-08-102-3/+13
* c99_functions.c (nextafterf): New implementation that works correctly with de...Roger Sayle2004-08-092-44/+49
* matmul.m4, [...]: Allocate space if return value has NULL in its data field.Victor Leikehman2004-08-0916-21/+387
* intrinsic.c (add_subroutines): Add getenv and get_environment_variable.Janne Blomqvist2004-08-064-1/+199
* Commit for Victor Leikehman <lei@il.ibm.com>Victor Leikehman2004-08-052-0/+7
* * libgfortran.h (array_t, size0) New declarations.Victor Leikehman2004-08-0452-6/+851
* re PR libfortran/16137 (Fortran compiler unable to produce executables as lib...Roger Sayle2004-08-035-73/+1866
* write.c (write_float): Use the slightly more portable isnan in preference to ...Roger Sayle2004-08-012-1/+6
* configure.ac: Add check for LFS support.Bud Davis2004-07-183-2/+367
* re PR fortran/16303 (Complex logarithm function sometimes chooses a non-princ...Paul Brook2004-07-114-18/+15
* re PR libfortran/16291 (F2003 formatting of Inf /Nan on irix6.5)Andreas Krebbel2004-07-082-5/+11
* re PR libfortran/15472 (implicit open for unformatted file causes run-time er...Bud Davis2004-07-053-18/+59
* re PR libfortran/15280 (Fortran9x commandline not accessable)Janne Blomqvist2004-07-043-4/+208
* libtool-version: New.Matthias Klose2004-07-046-75/+55
* rand.c (rand): Wrap the irand() call from the previous commit in prefix.Steve Kargl2004-06-302-1/+7
* Paul Brook <paul@codesourcery.com>Tobias Schlüter2004-06-303-3/+10
* re PR libfortran/12839 (incorrect IO of Inf)Bud Davis2004-06-282-4/+9
* re PR libfortran/16196 (gfortran fails to create file with OPEN(...,status='R...Bud Davis2004-06-262-1/+6
* darwin7.h (MATH_LIBRARY): Remove.Andrew Pinski2004-06-243-111/+69
* re PR fortran/15750 (IOLENGTH form of INQUIRE statement not implemented)Janne Blomqvist2004-06-224-0/+66