aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/intrinsics
AgeCommit message (Expand)AuthorFilesLines
2015-03-17re PR fortran/64432 (SYSTEM_CLOCK(COUNT_RATE=rate) wrong result for integer(4...Jerry DeLisle1-5/+9
2015-01-05Update copyright years.Jakub Jelinek67-67/+67
2014-11-25env.c (getenv): Remove unused variable res_len.Uros Bizjak1-1/+0
2014-11-16PR 60324 VLA related fixes to random number generator.Janne Blomqvist1-26/+19
2014-11-13access.c: Include <stdlib.h>.Marek Polacek8-0/+8
2014-11-13PR 60324 Unbounded stack allocations in libgfortran.Janne Blomqvist14-282/+152
2014-10-01Fix -Wmaybe-uninitialized warnings.Janne Blomqvist1-0/+3
2014-07-07stop.c: Use C11 _Noreturn.Francois-Xavier Coudert1-0/+7
2014-06-17Introduce xmallocarray, an overflow checking variant of xmalloc.Janne Blomqvist9-18/+18
2014-05-27getcwd.c: Include stdlib.h.Uros Bizjak1-0/+1
2014-05-26PR 61310 Rewrite implementation of CTIME and FDATE intrinsics.Janne Blomqvist1-27/+43
2014-05-12Fix stack overflow crash in getcwd intrinsic.Janne Blomqvist1-11/+26
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