PR 82869 Introduce logical_type_node and use it
[gcc.git] / libgfortran / intrinsics /
2017-10-10 Thomas Koenigre PR libfortran/82233 (execute_command_line causes...
2017-07-09 Thomas Koenigeoshift2.c (eoshift2): Use memcpy for innermost copy...
2017-07-02 Thomas Koenigeoshift0.c: For contiguous arrays, use block algorithm.
2017-03-15 NightStrikeDon't use Win32 functions on CYGWIN.
2017-03-15 Thomas Koenigre PR libfortran/79956 (many new -Wmaybe-uninitialized...
2017-02-27 Janne BlomqvistDon't try to use rand_s on CYGWIN
2017-01-31 Steven G. Karglre PR fortran/79305 (real128 - undefined reference...
2017-01-13 Janne BlomqvistRevert r244448
2017-01-13 Janne BlomqvistPR 78534 Change character length from int to size_t
2017-01-03 Janne BlomqvistPR 78534 Revert r244011
2017-01-03 Janne BlomqvistPR 78534 Change character length from int to size_t
2017-01-01 Jakub JelinekUpdate copyright years.
2016-12-21 Francois-Xavier... random.c: Do not include <sys/types.h> header.
2016-12-21 Francois-Xavier... libgfortran.h: Include <stdlib.h> header.
2016-12-21 Francois-Xavier... abort.c: Remove unused headers.
2016-12-21 Francois-Xavier... re PR libfortran/70311 (libgfortran build dies on ...
2016-12-19 Janne BlomqvistRemove unused functions, take 2.
2016-12-19 Francois-Xavier... Makefile.am: Remove ISO_C_BINDING runtime functions.
2016-12-19 Francois-Xavier... Makefile.am: Remove intrinsics/bit_intrinsics.c.
2016-12-19 Francois-Xavier... chmod.c (chmod_internal): Fix case where mode_t is...
2016-12-18 Dominique d'Humieresre PR fortran/78545 (Possible correction to online...
2016-09-21 Janne BlomqvistUse rand_s on MinGW-w64, fix array bound overflow.
2016-08-19 Janne BlomqvistUse a XOR cipher instead of byte shuffling to protect...
2016-08-19 Janne BlomqvistAlways initialize PRNG using random data from the OS.
2016-08-11 Rainer OrthInclude <stdlib.h> in intrinsics/random.c
2016-08-11 Janne BlomqvistReplace KISS PRNG with xorshift1024* using per-thread...
2016-01-15 Jakub Jelinekexecute_command_line.c (set_cmdstat): Use "%s", msg...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-08-31 Francois-Xavier... re PR fortran/47571 (undefined reference to clock_getti...
2015-08-28 Francois-Xavier... re PR fortran/53668 (Cray-pointer diagnostic enhancement)
2015-08-23 François-Xavier... re PR libfortran/62296 (EXECUTE_COMMAND_LINE not F2008...
2015-08-10 Steven G. Karglre PR libfortran/67140 (undefined reference to _gfortra...
2015-08-10 Steven G. Kargl[multiple changes]
2015-03-17 Jerry DeLislere PR fortran/64432 (SYSTEM_CLOCK(COUNT_RATE=rate)...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-11-25 Uros Bizjakenv.c (getenv): Remove unused variable res_len.
2014-11-16 Janne BlomqvistPR 60324 VLA related fixes to random number generator.
2014-11-13 Marek Polacekaccess.c: Include <stdlib.h>.
2014-11-13 Janne BlomqvistPR 60324 Unbounded stack allocations in libgfortran.
2014-09-30 Janne BlomqvistFix -Wmaybe-uninitialized warnings.
2014-07-07 Francois-Xavier... stop.c: Use C11 _Noreturn.
2014-06-17 Janne BlomqvistIntroduce xmallocarray, an overflow checking variant...
2014-05-27 Uros Bizjakgetcwd.c: Include stdlib.h.
2014-05-26 Janne BlomqvistPR 61310 Rewrite implementation of CTIME and FDATE...
2014-05-12 Janne BlomqvistFix stack overflow crash in getcwd intrinsic.
2014-01-02 Richard SandifordUpdate copyright years in libgfortran/
2013-12-06 Rainer OrthProvide _M_2_SQRTPI if missing.
2013-12-01 Uros Bizjakre PR libfortran/59313 (gfortran.dg/erf_3.F90 FAILs...
2013-11-21 Francois-Xavier... re PR libfortran/59227 (FAIL: gfortran.dg/erf_3.F90...
2013-11-20 Francois-Xavier... re PR libfortran/49024 (REAL*16 ERFC_SCALED inaccuracy)
2013-11-18 Francois-Xavier... re PR libfortran/51828 (libgfortran build warnings)
2013-04-29 Janne BlomqvistSimplify SYSTEM_CLOCK implementation.
2013-04-28 Janne BlomqvistFix sign error in SYSTEM_CLOCK kind=4 Windows version.
2013-04-15 Janne BlomqvistPR 56919 Improve SYSTEM_CLOCK intrinsic on Windows.
2013-03-19 Janne BlomqvistUse C99 bool instead of enum try.
2013-03-11 Tobias Burnustransfer.c (read_block_direct): Correct condition.
2013-02-19 John David Anglinre PR target/56347 (FAIL: gfortran.dg/integer_exponenti...
2013-01-14 Richard SandifordUpdate copyright years in libgfortran.
2013-01-06 Tobias Burnusre PR fortran/54678 (second call to get_environment_var...
2012-12-20 Paul Thomasarray.c (resolve_array_list): Apply C4106.
2012-12-03 Janus Weilre PR fortran/55548 (SYSTEM_CLOCK with integer(8) provi...
2012-06-04 Robert MasonPR 53456 Fix typo in gf_cputime.
2012-06-01 Tobias Burnuschmod.c (chmod_func): On MinGW, don't set is_dir
2012-05-27 Janne BlomqvistMinor timing cleanups.
2012-05-24 Janne BlomqvistPR 53456 CPU timing fallback using clock_gettime.
2012-05-23 Janne BlomqvistPR 53456 clock_gettime fallback for gf_gettime
2012-05-23 Robert Masonre PR libfortran/53445 (No sticky bit on VxWorks -...
2012-05-11 Tobias Burnusre PR fortran/53310 (EOSHIFT leaks memory)
2012-04-15 Thomas Koenigre PR libfortran/38199 (missed optimization: I/O perfor...
2012-03-30 Uros Bizjakre PR libfortran/52758 (libgfortran/intrinsics/chmod...
2012-03-26 Janne BlomqvistCombined get_mem and internal_malloc_size.
2012-03-14 Rainer OrthRemove obsolete IRIX 6.5 support
2012-03-12 Rainer OrthRemove obsolete Tru64 UNIX V5.1B support
2012-03-10 Tobias Burnuslibgfortran.h (descriptor_dimension, [...]): Rename...
2012-01-20 Tobias Burnusre PR libfortran/51899 (libgfortran's chmod.c fails...
2012-01-12 Tobias Burnusre PR libfortran/36755 (Avoid fork/exec in chmod intrinsic)
2011-11-10 Janne BlomqvistLet the compiler decide whether to inline.
2011-11-09 Janne BlomqvistSimplify time() usage.
2011-11-09 Janne BlomqvistConfigure cleanup.
2011-11-08 Francois-Xavier... re PR libfortran/47970 (c99_functions.c:611:5: warning...
2011-08-29 Thomas Koenigre PR libfortran/50192 (Wrong character comparision...
2011-07-23 Andreas Schwabctime.c: Include <stdlib.h>.
2011-07-05 Thomas Koenigmemory.c (internal_malloc_size): If size is zero, alloc...
2011-06-28 Thomas Koenigre PR fortran/49479 (reshape / optionals / zero sized...
2011-05-14 Janne BlomqvistPR 48915 Abort handling
2011-05-14 Tobias Burnusre PR libfortran/48961 (EXECUTE_COMMAND_LINE(WAIT=...
2011-04-20 Jim Meyeringremove useless if-before-free tests
2011-04-16 Janne BlomqvistReplace sprintf with snprintf
2011-04-15 Janne BlomqvistPR 47571 Fix bootstrap regression on alpha-dec-osf
2011-04-12 Janne BlomqvistCleanup memsize types
2011-03-04 Janne BlomqvistPR 47802 Use builtins to check localtime_r return type
2011-03-04 Janne BlomqvistPR 47802 Hack to work around draft POSIX localtime_r
2011-02-24 Janne BlomqvistPR 47802 Use strftime for CTIME and FDATE intrinsics
2011-02-24 Janne BlomqvistPR 47802 Test for POSIX getpwuid_r
2011-02-22 Tobias Burnusre PR libfortran/47830 (errors in intrinsics/c99_functi...
2011-02-05 Janne BlomqvistPR 47571 Fix HPUX bootstrap regression, cleanup
2011-02-02 Janne BlomqvistPR 47571 Weakref trickery for clock_gettime()
2011-02-01 Janne BlomqvistInclude errno.h needed by fallbacks
2011-01-31 Janne BlomqvistFix GF_CLOCK_MONOTONIC from r169449
2011-01-31 Janne BlomqvistUse clock_gettime in libgfortran timing intrinsics...
next