aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/intrinsics
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-16re PR libfortran/35863 ([F2003] Implement ENCODING="UTF-8")Jerry DeLisle1-0/+2
2008-08-14re PR libfortran/37123 (libfortran failed to build)H.J. Lu1-2/+2
2008-08-14re PR libfortran/36886 (misaligment for cshift of character)Thomas Koenig1-118/+187
2008-07-21re PR libfortran/36773 (zero-sized arrays with cshift and eoshift)Thomas Koenig3-29/+50
2008-06-13re PR fortran/36495 (libgfortran should be build with FCFLAGS -fimplicit-none)Tobias Burnus1-0/+1
2008-05-28re PR fortran/36319 (Segfault with wide characters in DATA)Francois-Xavier Coudert4-9/+88
2008-05-25re PR fortran/32600 ([ISO Bind C] C_F_POINTER w/o SHAPE should not be a libra...Tobias Burnus2-17/+0
2008-05-22re PR libfortran/36302 (cshift and eoshift missing some kind=16 functions)Thomas Koenig3-0/+9
2008-05-18in_pack.m4 (internal_pack_'rtype_code`): Destination pointer is restrict.Thomas Koenig6-6/+6
2008-05-18select.c: Moved content to select_inc.c.Francois-Xavier Coudert5-6/+155
2008-05-14libgfortran.h (gfc_char4_t): New type.Francois-Xavier Coudert2-365/+449
2008-05-04re PR fortran/35990 (run-time abort for PACK of run-time zero sized array)Thomas Koenig1-2/+14
2008-04-30intrinsic.c (add_functions): Add SELECTED_CHAR_KIND intrinsic.François-Xavier Coudert1-0/+49
2008-04-24* intrinsics/time_1.h (__time_1): Remove unused variable.Francois-Xavier Coudert1-1/+0
2008-04-20re PR fortran/35991 (run-time abort for CSHIFT of zero sized array)Jerry DeLisle1-1/+1
2008-04-20re PR fortran/35960 (run time abort with assignment of RESHAPEd zero sized ar...Thomas Koenig1-7/+23
2008-04-14re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig1-1/+1
2008-04-13re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig4-222/+422
2008-03-28re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig1-0/+174
2008-03-28re PR fortran/35721 (ASSOCIATED returns false when strides confusing)Tobias Burnus1-3/+5
2008-03-23re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig1-2/+193
2008-03-21pack_generic.c: Fix typo.Jerry DeLisle1-1/+1
2008-03-21re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig1-1/+1
2008-03-21re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig1-1/+96
2008-03-12re PR libfortran/35524 (Unconditional use of expl() in libgfortran)Francois-Xavier Coudert1-2/+16
2008-03-11re PR libfortran/32812 (random_seed and date_and_time)Francois-Xavier Coudert1-4/+39
2008-03-03re PR fortran/33197 (Fortran 2008: math functions)François-Xavier Coudert2-0/+232
2008-03-01re PR libfortran/35355 (CPU_TIME gives wrong values on mingw)Francois-Xavier Coudert1-2/+2
2007-12-27re PR libfortran/22423 (Warnings when building libgfortran)Thomas Koenig2-12/+12
2007-12-25re PR fortran/34533 (DTIME returns total process time and not since last invo...Daniel Franke4-104/+247
2007-12-01stat.c (stat_i4_sub_0, [...]): Mark parameter with unused attribute.Francois-Xavier Coudert3-6/+7
2007-11-16re PR libfortran/33583 (FAIL: gfortran.dg/gamma_1.f90)Francois-Xavier Coudert1-0/+332
2007-10-19signal.c (alarm_sub_i4): Mark conditionally unused parameters with __attribut...Ben Elliston1-4/+12
2007-10-18re PR fortran/32021 (Fix,document,remove GFORTRAN_* environment variables)Francois-Xavier Coudert2-9/+10