summaryrefslogtreecommitdiff
path: root/libgfortran/intrinsics
Commit message (Expand)AuthorAgeFilesLines
* getcwd.c: Include stdlib.h.Uros Bizjak2014-05-271-0/+1
* PR 61310 Rewrite implementation of CTIME and FDATE intrinsics.Janne Blomqvist2014-05-261-27/+43
* Fix stack overflow crash in getcwd intrinsic.Janne Blomqvist2014-05-121-11/+26
* Update copyright years in libgfortran/Richard Sandiford2014-01-0267-67/+67
* Provide _M_2_SQRTPI if missing.Rainer Orth2013-12-061-0/+3
* re PR libfortran/59313 (gfortran.dg/erf_3.F90 FAILs on Solaris/SPARC)Uros Bizjak2013-12-012-12/+30
* re PR libfortran/59227 (FAIL: gfortran.dg/erf_3.F90 -O0 execution test)Francois-Xavier Coudert2013-11-211-2/+4
* re PR libfortran/49024 (REAL*16 ERFC_SCALED inaccuracy)Francois-Xavier Coudert2013-11-202-6/+52
* re PR libfortran/51828 (libgfortran build warnings)Francois-Xavier Coudert2013-11-181-0/+3
* Simplify SYSTEM_CLOCK implementation.Janne Blomqvist2013-04-291-57/+34
* Fix sign error in SYSTEM_CLOCK kind=4 Windows version.Janne Blomqvist2013-04-281-1/+1
* PR 56919 Improve SYSTEM_CLOCK intrinsic on Windows.Janne Blomqvist2013-04-152-7/+57
* Use C99 bool instead of enum try.Janne Blomqvist2013-03-192-2/+0
* transfer.c (read_block_direct): Correct condition.Tobias Burnus2013-03-111-0/+2
* re PR target/56347 (FAIL: gfortran.dg/integer_exponentiation_2.f90 -O2 exec...John David Anglin2013-02-191-2/+0
* Update copyright years in libgfortran.Richard Sandiford2013-01-1467-77/+67
* re PR fortran/54678 (second call to get_environment_variable gives valgrind w...Tobias Burnus2013-01-061-1/+2
* array.c (resolve_array_list): Apply C4106.Paul Thomas2012-12-201-0/+8
* re PR fortran/55548 (SYSTEM_CLOCK with integer(8) provides nanosecond resolut...Janus Weil2012-12-031-15/+16
* PR 53456 Fix typo in gf_cputime.Robert Mason2012-06-041-1/+1
* chmod.c (chmod_func): On MinGW, don't set is_dirTobias Burnus2012-06-011-4/+9
* Minor timing cleanups.Janne Blomqvist2012-05-271-6/+7
* PR 53456 CPU timing fallback using clock_gettime.Janne Blomqvist2012-05-241-1/+16
* PR 53456 clock_gettime fallback for gf_gettimeJanne Blomqvist2012-05-231-2/+8
* re PR libfortran/53445 (No sticky bit on VxWorks - fix chmod.c)Robert Mason2012-05-231-2/+4
* re PR fortran/53310 (EOSHIFT leaks memory)Tobias Burnus2012-05-111-4/+4
* re PR libfortran/38199 (missed optimization: I/O performance)Thomas Koenig2012-04-151-3/+0
* re PR libfortran/52758 (libgfortran/intrinsics/chmod.c: Array index out of bo...Uros Bizjak2012-03-301-1/+0
* Combined get_mem and internal_malloc_size.Janne Blomqvist2012-03-2612-26/+27
* Remove obsolete IRIX 6.5 supportRainer Orth2012-03-141-14/+0
* Remove obsolete Tru64 UNIX V5.1B supportRainer Orth2012-03-121-14/+1
* libgfortran.h (descriptor_dimension, [...]): Rename _lbound to lower_bound an...Tobias Burnus2012-03-1015-208/+215
* re PR libfortran/51899 (libgfortran's chmod.c fails to build on MinGW)Tobias Burnus2012-01-201-1/+49
* re PR libfortran/36755 (Avoid fork/exec in chmod intrinsic)Tobias Burnus2012-01-121-36/+393
* Let the compiler decide whether to inline.Janne Blomqvist2011-11-104-17/+7
* Simplify time() usage.Janne Blomqvist2011-11-091-3/+2
* Configure cleanup.Janne Blomqvist2011-11-0917-184/+53
* re PR libfortran/47970 (c99_functions.c:611:5: warning: implicit declaration ...Francois-Xavier Coudert2011-11-081-30/+31
* re PR libfortran/50192 (Wrong character comparision with wide strings)Thomas Koenig2011-08-292-1/+22
* ctime.c: Include <stdlib.h>.Andreas Schwab2011-07-232-0/+2
* memory.c (internal_malloc_size): If size is zero, allocate a single byte.Thomas Koenig2011-07-055-33/+17
* re PR fortran/49479 (reshape / optionals / zero sized arrays)Thomas Koenig2011-06-281-1/+10
* PR 48915 Abort handlingJanne Blomqvist2011-05-141-2/+1
* re PR libfortran/48961 (EXECUTE_COMMAND_LINE(WAIT=.false.) fails on MinGW)Tobias Burnus2011-05-141-10/+15
* remove useless if-before-free testsJim Meyering2011-04-201-2/+1
* Replace sprintf with snprintfJanne Blomqvist2011-04-161-13/+0
* PR 47571 Fix bootstrap regression on alpha-dec-osfJanne Blomqvist2011-04-151-8/+12
* Cleanup memsize typesJanne Blomqvist2011-04-121-2/+2
* PR 47802 Use builtins to check localtime_r return typeJanne Blomqvist2011-03-041-3/+8
* PR 47802 Hack to work around draft POSIX localtime_rJanne Blomqvist2011-03-041-3/+7