aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/intrinsics
AgeCommit message (Expand)AuthorFilesLines
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek12-12/+15
2010-11-16re PR fortran/32049 (Support on x86_64 also kind=16)Francois-Xavier Coudert5-37/+142
2010-10-19io.h: Remove definition of the BT enumerator.Jerry DeLisle3-21/+21
2010-09-12pack_generic.c (pack): Add missing return and fix whitespace.Francois-Xavier Coudert3-6/+11
2010-09-09acinclude.m4 (LIBGFOR_CHECK_FOR_BROKEN_ISFINITE, [...]): Remove.Francois-Xavier Coudert1-2/+1
2010-09-01intrinsic.c: Add EXECUTE_COMMAND_LINE intrinsic.Francois-Xavier Coudert1-0/+177
2010-08-17re PR fortran/45308 ([F2003] DATE_AND_TIME does _not_ blank-pad strings)Jakub Jelinek1-35/+22
2010-06-25intrinsic.h (gfc_check_selected_real_kind, [...]): Update prototypes.Tobias Burnus1-13/+44
2010-06-10selected_char_kind.c (selected_char_kind): Fix return value for ISO_10646.François-Xavier Coudert1-1/+1
2010-06-09mk-kinds-h.sh: Define GFC_REAL_*_LITERAL_SUFFIX and GFC_REAL_*_LITERAL macros...Francois-Xavier Coudert2-9/+9
2010-06-09system_clock.c (system_clock_4, [...]): Undefine TCK.Francois-Xavier Coudert1-0/+2
2010-06-04re PR libfortran/34670 (bounds checking for array intrinsics)Thomas Koenig1-1/+5
2010-05-07Remove free_memJanne Blomqvist1-2/+2
2010-04-01transfer.c: Update copyright.Paul Thomas2-2/+4
2010-03-08libgfortran.h (_POSIX): Define if __MINGW32__ is defined.Kai Tietz1-0/+10
2010-02-09re PR libfortran/42996 (Incorrect length returned from get_command_argument i...Tobias Burnus1-4/+2
2009-12-19Increase clock resolution for system_clock_8.Janne Blomqvist1-6/+5
2009-12-06re PR fortran/41478 (Corrupted memory using PACK for derived-types with alloc...Janus Weil1-4/+4
2009-11-30backport: re PR fortran/42053 ([OOP] SELECT TYPE: reject duplicate CLASS IS b...Janus Weil1-0/+61
2009-11-28pack_generic.c (pack_internal): Remove unused zero_sized variable.Jakub Jelinek2-7/+1
2009-10-31PR libfortran/41219 Fix build warningsJanne Blomqvist2-20/+13
2009-09-04re PR fortran/41219 (libgfortran build warnings)Tobias Burnus1-0/+3
2009-09-03re PR fortran/41219 (libgfortran build warnings)Tobias Burnus1-2/+2
2009-08-30pack.m4 (pack_'rtype_code`): Use count_0 for counting true values in a logica...Thomas Koenig1-53/+2
2009-08-25re PR libfortran/34670 (bounds checking for array intrinsics)Thomas Koenig1-9/+46
2009-08-25re PR libfortran/41157 (dtime not consistent in times reported)Steven G. Kargl2-7/+16
2009-08-23cshift0.c: Update license to GPL3+exception.Steven G. Kargl1-15/+10
2009-08-20re PR fortran/40962 (Conversion problem for f-allocatable -> cptr -> fptr ->...Thomas Koenig1-1/+1
2009-08-14string_intrinsics_inc.c (string_len_trim): Use __INTPTR_TYPE__ to cast from p...Kai Tietz1-1/+5
2009-07-27re PR libfortran/40863 (Build failure in libgfortran)Tobias Burnus1-101/+295
2009-07-25re PR fortran/33197 (Fortran 2008: math functions)Tobias Burnus1-0/+197
2009-07-19[multiple changes]Thomas Koenig3-14/+32
2009-07-13re PR fortran/40588 (Small bug in match_charkind_name)Tobias Burnus1-10/+20
2009-07-10c99_functions.c (ccoshf, [...]): Fix errant minus.Steven G. Kargl1-8/+8
2009-06-21re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Thomas Koenig17-299/+328
2009-05-29re PR fortran/40019 (LEADZ and TRAILZ give wrong results)Francois-Xavier Coudert1-0/+138
2009-05-29Fix PR40190; use localtime_r, gmtime_r, add fallback implementationsJanne Blomqvist1-8/+33
2009-05-27re PR libfortran/40187 (c_f_pointer with stride in SHAPE)Thomas Koenig1-27/+35
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek64-944/+649
2009-04-08string.c (compare0): Use gfc_charlen_type.Janne Blomqvist2-13/+13
2009-03-28re PR libfortran/33595 (FAIL: gfortran.dg/nint_2.f90 -O0 execution test)John David Anglin1-12/+12
2009-03-28string_intrinsics.c: #include <assert.h>Daniel Kraft2-12/+49
2008-12-29re PR fortran/31832 (FAIL: gfortran.dg/integer_exponentiation_2.f90 at -O1 an...John David Anglin1-0/+2
2008-11-23re PR libfortran/38234 (In Reshape, SOURCE can be bigger than result)Thomas Koenig1-32/+32
2008-11-22re PR libfortran/38225 (RESHAPE bounds with multi-dimensional SOURCE)Thomas Koenig1-1/+8
2008-11-18re PR fortran/38135 (RESHAPE gives wrong result)Thomas Koenig1-4/+4
2008-11-01re PR fortran/37159 (RANDOM_SEED: GET= check array size at compile time and...Dennis Wassel1-10/+11
2008-10-21re PR libfortran/34670 (bounds checking for array intrinsics)Thomas Koenig1-0/+23
2008-10-15re PR libfortran/34670 (bounds checking for array intrinsics)Thomas Koenig1-0/+21
2008-09-07re PR fortran/37203 (Check ORDER= of RESHAPE)Thomas Koenig1-0/+27