aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/intrinsics
AgeCommit message (Expand)AuthorFilesLines
2005-11-06intrinsic.c (add_functions): Add ctime and fdate intrinsics.Francois-Xavier Coudert1-0/+160
2005-11-05intrinsic.c (add_functions): Add function version of TTYNAM.Francois-Xavier Coudert1-0/+26
2005-11-01re PR fortran/21565 (namelist in block data is illegal)Paul Thomas1-0/+54
2005-10-30check.c (gfc_check_malloc, [...]): New functions.Francois-Xavier Coudert1-0/+55
2005-10-28check.c (gfc_check_alarm_sub, [...]): New functions.Francois-Xavier Coudert1-0/+170
2005-10-23re PR fortran/18022 (problem with structure and calling a function)Paul Thomas1-0/+77
2005-10-19re PR libfortran/24432 (Missing symbols)Francois-Xavier Coudert3-70/+70
2005-10-11re PR libfortran/24313 (complex sqrt function does not return principal value)Steven G. Kargl1-2/+2
2005-10-03re PR libfortran/19308 (I/O library should support more real and integer kinds)François-Xavier Coudert1-0/+22
2005-09-27re PR target/23552 (FAIL: gfortran.dg/large_real_kind_1.f90)Steve Ellcey1-11/+2
2005-09-25c99_protos.h: Add prototypes for C99 complex functions.Francois-Xavier Coudert1-0/+695
2005-09-25re PR libfortran/23803 ([mingw32] getlog malfunction)Francois-Xavier Coudert3-1/+69
2005-09-24re PR libfortran/23802 ([mingw32] sleep malfunction)Francois-Xavier Coudert1-0/+7
2005-09-24re PR libfortran/23380 ([mingw32] cpu_time intrinsic malfunction)Francois-Xavier Coudert1-0/+40
2005-09-13re PR fortran/19269 (transpose(reshape(...)) of character array segfaults.)Richard Sandiford8-243/+339
2005-08-17All files: Update FSF address.Kelley Cook53-106/+106
2005-08-09check.c (gfc_check_ttynam_sub, [...]): Add check functions for new intrinsics...François-Xavier Coudert1-0/+97
2005-08-01re PR libfortran/23178 (Undefined symbol: __gfortran_flush_i8)François-Xavier Coudert1-1/+24
2005-07-31re PR libfortran/21787 (flush I/O before calling abort())Francois-Xavier Coudert1-1/+2
2005-07-08libgfortran.h (GFC_ARRAY_DESCRIPTOR): Replace 'type *base' by 'size_t offset'.Tobias Schlüter8-10/+10
2005-07-07re PR fortran/21594 ([4.0 only] FAIL: gfortran.dg/eoshift.f90 -O0 execution...Thomas Koenig2-8/+26
2005-07-01unpack_generic.c: Remove const from parameter.Andreas Jaeger1-2/+2
2005-06-24re PR fortran/21915 ([4.0 only] Would like atanh etc. as intrinsics)Jerry DeLisle1-0/+56
2005-06-23c99_functions.c (log10l): New log10l function for systems where this is not a...Francois-Xavier Coudert1-0/+38
2005-06-15re PR libfortran/21950 (All gfortran execution tests fail on Tru64 UNIX V4.0F...François-Xavier Coudert1-0/+8
2005-06-14eoshift0.c: Removed prototype for eoshift0.Thomas Koenig2-8/+0
2005-06-13re PR fortran/21594 ([4.0 only] FAIL: gfortran.dg/eoshift.f90 -O0 execution...Thomas Koenig2-0/+8
2005-05-26re PR fortran/17283 (UNPACK issues)Thomas Koenig1-13/+38
2005-05-21configure.ac: Check for trunc and truncf in libm.Eric Botcazou1-0/+22
2005-05-15eoshift1.m4: Initialize variables to avoid warnings.Andreas Jaeger3-6/+16
2005-05-15pack_generic.c (pack): Remove unneeded calculation.Andreas Jaeger1-18/+17
2005-05-15system_clock.c (system_clock_4, [...]): Add missing returns, reformat a bit.Andreas Jaeger1-12/+24
2005-05-15Remove extra whitespace.Andreas Jaeger2-2/+2
2005-05-15normalize.c (almostone_r4, [...]): Fix parameter list.Andreas Jaeger2-4/+3
2005-05-15chdir.c, [...]: Include <string.h> for prototypes.Andreas Jaeger8-50/+57
2005-05-11re PR fortran/20178 (COMPLEX function returns incompatible with g77)Tobias Schlüter1-0/+169
2005-05-04re PR libfortran/21354 ([4.0 only] Rank 7 not handled correctly)Thomas Koenig6-33/+33
2005-04-29* intrinsics/rename.c: Add missing #includes.Tobias Schlüter1-0/+2
2005-04-2205-04-22 Thomas Koenig <Thomas.Koenig@online.de>Thomas Koenig1-9/+30
2005-04-17005-04-17 Thomas Koenig <Thomas.Koenig@online.de>Thomas Koenig1-9/+9
2005-04-15re PR libfortran/18495 ([4.0 only] Intrinisc function SPREAD is broken)Thomas Koenig1-23/+75
2005-03-22Makefile.am: Added new files.François-Xavier Coudert12-0/+1136
2005-02-21re PR libfortran/19302 (intrinsic_nearest.f90 fails)Eric Botcazou1-0/+2
2005-02-20re PR libfortran/20085 (iargc returns wrong count for number of program argum...Steven G. Kargl1-3/+5
2005-02-19* intrinsic/date_and_time.c: Fix conformance problems.Steven G. Kargl1-96/+96
2005-01-23re PR fortran/19294 (intrinsic_transpose.f90 runtime crash)James A. Morrison1-27/+79
2005-01-12re PR libfortran/19280 (Inconsistent licensing of libgfortran)Toon Moene35-226/+532
2004-12-27trans-intrinsic.c (gfc_conv_intrinsic_ishft): Change to logicalshift.Tobias Schlüter2-4/+20
2004-12-14re PR libfortran/18966 (cshift etc. not implemented for kind=1 and kind=2 act...Steven G. Kargl3-0/+88
2004-12-12iresolve.c (gfc_resolve_all, [...]): Use PREFIX.Richard Henderson8-85/+85