aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)AuthorFilesLines
2004-08-03re PR libfortran/16137 (Fortran compiler unable to produce executables as lib...Roger Sayle5-73/+1866
2004-08-01write.c (write_float): Use the slightly more portable isnan in preference to ...Roger Sayle2-1/+6
2004-07-18configure.ac: Add check for LFS support.Bud Davis3-2/+367
2004-07-11re PR fortran/16303 (Complex logarithm function sometimes chooses a non-princ...Paul Brook4-18/+15
2004-07-08re PR libfortran/16291 (F2003 formatting of Inf /Nan on irix6.5)Andreas Krebbel2-5/+11
2004-07-05re PR libfortran/15472 (implicit open for unformatted file causes run-time er...Bud Davis3-18/+59
2004-07-04re PR libfortran/15280 (Fortran9x commandline not accessable)Janne Blomqvist3-4/+208
2004-07-04libtool-version: New.Matthias Klose6-75/+55
2004-06-30rand.c (rand): Wrap the irand() call from the previous commit in prefix.Steve Kargl2-1/+7
2004-06-30Paul Brook <paul@codesourcery.com>Tobias Schlüter3-3/+10
2004-06-28re PR libfortran/12839 (incorrect IO of Inf)Bud Davis2-4/+9
2004-06-26re PR libfortran/16196 (gfortran fails to create file with OPEN(...,status='R...Bud Davis2-1/+6
2004-06-24darwin7.h (MATH_LIBRARY): Remove.Andrew Pinski3-111/+69
2004-06-22re PR fortran/15750 (IOLENGTH form of INQUIRE statement not implemented)Janne Blomqvist4-0/+66
2004-06-21etime.c (etime_sub): Remove array rank check; Add check for sufficient space.Steven G. Kargl2-3/+7
2004-06-19re PR libfortran/16080 (segmentation fault when reading empty string)Bud Davis2-1/+6
2004-06-19re PR libfortran/16080 (segmentation fault when reading empty string)Bud Davis2-2/+12
2004-06-14re PR libfortran/15292 (libgfortran depends on c99 functionality round and ro...Bud Davis2-1/+11
2004-06-13Makefile.am (gfor_helper_src): Add runtime/normalize.f90.Paul Brook10-30/+306
2004-06-13random.c: Fix several spelling and formatting mistakes in comments.Steven G. Kargl2-13/+21
2004-06-13random.c (random_r4): Burn a random number.Tobias Schlüter2-2/+10
2004-06-12re PR libfortran/15292 (libgfortran depends on c99 functionality round and ro...Bud Davis7-71/+308
2004-06-12check.c (gfc_check_second_sub, [...]): New functions.Steven G. Kargl7-2/+500
2004-06-12re PR libfortran/14923 (gfortran misses the DATE_AND_TIME intrinsic)Tobias Schlüter4-5/+31
2004-06-12PR fortran/15665 Fixup ChangeLog from my previous commitTobias Schlüter1-1/+1
2004-06-12PR fortran/15655Fixup ChangeLog entries from previous commit by Paul BrookTobias Schlüter1-0/+1
2004-06-12args.c: Implement GETARG and IARGC.Bud Davis4-3/+78
2004-06-12re PR libfortran/12839 (incorrect IO of Inf)Bud Davis2-7/+22
2004-06-09re PR libfortran/14897 ('T' edit descriptor output incorrect)Bud Davis2-9/+25
2004-06-09re PR libfortran/15755 (gfortran: backspace call causes bus error)Bud Davis2-1/+7
2004-05-30re PR libfortran/11800 ([gfortan] libgfortran should be multi-libed)Andreas Jaeger7-5307/+2557
2004-05-30iresolve.c (gfc_resolve_random_number): Clean up conditional.Steven G. Kargl3-14/+335
2004-05-30random.c: Include unistd.h for close and read prototypes...Andreas Jaeger3-16/+28
2004-05-27re PR libfortran/15234 (libgfortran doesn't compile on Tru64 UNIX V4.0F)Tobias Schlüter2-7/+11
2004-05-23* random.c (random_seed): Use correct variable.Steven G. Kargl2-1/+5
2004-05-22check.c (gfc_check_system_clock): New function.Steven G. Kargl4-2/+236
2004-05-21io.c (check_format): As a GNU extension...Roger Sayle2-1/+6
2004-05-19Credit Feng Wang <fengwang@nudt.edu.cn> in ChangeLog.Feng Wang1-0/+1
2004-05-19f95-lang.c (gfc_init_builtin_functions): Use vold_list_node.Feng Wang16-15/+1171
2004-05-18Makefile.am: Remove references to types.m4.Paul Brook91-260/+184
2004-05-18re PR libfortran/15235 (libgfortran doesn't build on Solaris 10)Tobias Schlüter7-53/+67
2004-05-18re PR bootstrap/15120 ([3.3 only] [libtool bug] hidden symbol `__sdivsi3_i4' ...Kaz Kojima1-1/+1
2004-05-16* io/format.c (write_real): Don't include padding in format.Paul Brook2-4/+7
2004-05-16* io/format.c (format_lex): Make c an int.Paul Brook2-1/+6
2004-05-16write.c (write_logical): Don't print extra blank.Janne Blomqvist2-4/+33
2004-05-16io.h (flush): Add prototype.Janne Blomqvist4-1/+22
2004-05-15re PR libfortran/15234 (libgfortran doesn't compile on Tru64 UNIX V4.0F)Tobias Schlüter11-54/+73
2004-05-15re PR libfortran/15311 (Incorrect handling of A edit descriptor)Bud Davis2-2/+7
2004-05-14re PR libfortran/15149 (problem computing Pi)Bud Davis4-1/+14
2004-05-13format.c: (parse_format_list): No comma is required after P descriptor.Tobias Schlüter2-2/+7