aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/intrinsics
AgeCommit message (Expand)AuthorFilesLines
2006-09-30f2c_specifics.F90: Special-case conjg functions so that their suffices are _4...Francois-Xavier Coudert1-5/+13
2006-09-29cpu_time.c: Add cpu_time_10 and cpu_time_16 routines.Steven G. Kargl1-0/+24
2006-09-15re PR libfortran/29099 (secnds intrinsic gives wrong result)Jerry DeLisle1-1/+1
2006-08-12* intrinsics/bessel.c: Add prototypes for all functions.Francois-Xavier Coudert1-1/+12
2006-08-05* intrinsics/access.c (access_func): Remove export directive.Francois-Xavier Coudert1-1/+0
2006-08-01re PR libfortran/28452 (__gfortran_random_r10 not found)Thomas Koenig2-32/+370
2006-07-30intrinsic.c (add_functions): Add ACCESS, CHMOD, RSHIFT, LSHIFT.Francois-Xavier Coudert3-0/+415
2006-07-26intrinsic.c (add_functions): Add INT2, SHORT, INT8, LONG, LSTAT, MCLOCK and M...François-Xavier Coudert2-11/+180
2006-07-15etime.c: Remove etime_Steven G. Kargl1-22/+0
2006-07-12re PR fortran/28163 (Calling libgfortran's copy_string is inefficient)Francois-Xavier Coudert1-23/+0
2006-07-04intrinsic.c (add_subroutines): Add ITIME and IDATE.Francois-Xavier Coudert1-2/+164
2006-06-24ierrno.c: Don't include "io/io.h".Francois-Xavier Coudert13-24/+2
2006-06-06in_pack.m4: Add TODO comment about detecting temporaries...Janne Blomqvist6-54/+6
2006-05-28string_intrinsics.c (compare_string): Use memcmp instead of strncmp to avoid ...Thomas Koenig1-1/+1
2006-05-27libgfortran ChangeLog:Janne Blomqvist1-13/+1
2006-05-25associated (associated): Zero-sized arrays should not be reported as ASSOCIATED.Francois-Xavier Coudert1-0/+2
2006-02-08re PR libfortran/25577 (gfortran routine mvbits returns wrong answer.)Tobias Schlüter1-2/+2
2006-02-07c99_functions.c: Work around incompatible declarations of cabs{,f,l} on pre-C...Rainer Emrich1-0/+14
2006-01-12c99_functions.c: Add function prototypes to avoid warnings from -Wstrict-prot...Roger Sayle1-0/+27
2005-12-04format.c: Removing unused code.Francois-Xavier Coudert1-369/+15
2005-11-29re PR fortran/25149 (Compiler dies on -std=f95)Steven G. Kargl1-0/+12
2005-11-28ftell.c (ftell, FTELL_SUB): Add unlock_unit call.Jakub Jelinek3-4/+15
2005-11-27random.c: Include config.hDavid Edelsohn1-0/+1
2005-11-21re PR fortran/14943 (read/write code generation is not thread safe)Jakub Jelinek5-118/+167
2005-11-13fget.c: New file.Francois-Xavier Coudert2-0/+240
2005-11-12re PR libfortran/24787 ([libfortran] SCAN is broken)Steven G. Kargl1-25/+20
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