aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/intrinsics
AgeCommit message (Expand)AuthorFilesLines
2014-01-02Update copyright years in libgfortran/Richard Sandiford67-67/+67
2013-12-06Provide _M_2_SQRTPI if missing.Rainer Orth1-0/+3
2013-12-01re PR libfortran/59313 (gfortran.dg/erf_3.F90 FAILs on Solaris/SPARC)Uros Bizjak2-12/+30
2013-11-21re PR libfortran/59227 (FAIL: gfortran.dg/erf_3.F90 -O0 execution test)Francois-Xavier Coudert1-2/+4
2013-11-20re PR libfortran/49024 (REAL*16 ERFC_SCALED inaccuracy)Francois-Xavier Coudert2-6/+52
2013-11-18re PR libfortran/51828 (libgfortran build warnings)Francois-Xavier Coudert1-0/+3
2013-04-29Simplify SYSTEM_CLOCK implementation.Janne Blomqvist1-57/+34
2013-04-28Fix sign error in SYSTEM_CLOCK kind=4 Windows version.Janne Blomqvist1-1/+1
2013-04-15PR 56919 Improve SYSTEM_CLOCK intrinsic on Windows.Janne Blomqvist2-7/+57
2013-03-19Use C99 bool instead of enum try.Janne Blomqvist2-2/+0
2013-03-11transfer.c (read_block_direct): Correct condition.Tobias Burnus1-0/+2
2013-02-19re PR target/56347 (FAIL: gfortran.dg/integer_exponentiation_2.f90 -O2 exec...John David Anglin1-2/+0
2013-01-14Update copyright years in libgfortran.Richard Sandiford67-77/+67
2013-01-06re PR fortran/54678 (second call to get_environment_variable gives valgrind w...Tobias Burnus1-1/+2
2012-12-20array.c (resolve_array_list): Apply C4106.Paul Thomas1-0/+8
2012-12-03re PR fortran/55548 (SYSTEM_CLOCK with integer(8) provides nanosecond resolut...Janus Weil1-15/+16
2012-06-04PR 53456 Fix typo in gf_cputime.Robert Mason1-1/+1
2012-06-01chmod.c (chmod_func): On MinGW, don't set is_dirTobias Burnus1-4/+9
2012-05-27Minor timing cleanups.Janne Blomqvist1-6/+7
2012-05-24PR 53456 CPU timing fallback using clock_gettime.Janne Blomqvist1-1/+16
2012-05-23PR 53456 clock_gettime fallback for gf_gettimeJanne Blomqvist1-2/+8
2012-05-23re PR libfortran/53445 (No sticky bit on VxWorks - fix chmod.c)Robert Mason1-2/+4
2012-05-11re PR fortran/53310 (EOSHIFT leaks memory)Tobias Burnus1-4/+4
2012-04-15re PR libfortran/38199 (missed optimization: I/O performance)Thomas Koenig1-3/+0
2012-03-30re PR libfortran/52758 (libgfortran/intrinsics/chmod.c: Array index out of bo...Uros Bizjak1-1/+0
2012-03-26Combined get_mem and internal_malloc_size.Janne Blomqvist12-26/+27
2012-03-14Remove obsolete IRIX 6.5 supportRainer Orth1-14/+0
2012-03-12Remove obsolete Tru64 UNIX V5.1B supportRainer Orth1-14/+1
2012-03-10libgfortran.h (descriptor_dimension, [...]): Rename _lbound to lower_bound an...Tobias Burnus15-208/+215
2012-01-20re PR libfortran/51899 (libgfortran's chmod.c fails to build on MinGW)Tobias Burnus1-1/+49
2012-01-12re PR libfortran/36755 (Avoid fork/exec in chmod intrinsic)Tobias Burnus1-36/+393
2011-11-10Let the compiler decide whether to inline.Janne Blomqvist4-17/+7
2011-11-09Simplify time() usage.Janne Blomqvist1-3/+2
2011-11-09Configure cleanup.Janne Blomqvist17-184/+53
2011-11-08re PR libfortran/47970 (c99_functions.c:611:5: warning: implicit declaration ...Francois-Xavier Coudert1-30/+31
2011-08-29re PR libfortran/50192 (Wrong character comparision with wide strings)Thomas Koenig2-1/+22
2011-07-23ctime.c: Include <stdlib.h>.Andreas Schwab2-0/+2
2011-07-05memory.c (internal_malloc_size): If size is zero, allocate a single byte.Thomas Koenig5-33/+17
2011-06-28re PR fortran/49479 (reshape / optionals / zero sized arrays)Thomas Koenig1-1/+10
2011-05-14PR 48915 Abort handlingJanne Blomqvist1-2/+1
2011-05-14re PR libfortran/48961 (EXECUTE_COMMAND_LINE(WAIT=.false.) fails on MinGW)Tobias Burnus1-10/+15
2011-04-20remove useless if-before-free testsJim Meyering1-2/+1
2011-04-16Replace sprintf with snprintfJanne Blomqvist1-13/+0
2011-04-15PR 47571 Fix bootstrap regression on alpha-dec-osfJanne Blomqvist1-8/+12
2011-04-12Cleanup memsize typesJanne Blomqvist1-2/+2
2011-03-04PR 47802 Use builtins to check localtime_r return typeJanne Blomqvist1-3/+8
2011-03-04PR 47802 Hack to work around draft POSIX localtime_rJanne Blomqvist1-3/+7
2011-02-24PR 47802 Use strftime for CTIME and FDATE intrinsicsJanne Blomqvist3-112/+59
2011-02-24PR 47802 Test for POSIX getpwuid_rJanne Blomqvist1-2/+2
2011-02-22re PR libfortran/47830 (errors in intrinsics/c99_functions.c)Tobias Burnus1-1/+1