summaryrefslogtreecommitdiff
path: root/libgfortran/intrinsics
Commit message (Expand)AuthorAgeFilesLines
* re PR libfortran/38234 (In Reshape, SOURCE can be bigger than result)Thomas Koenig2008-11-231-32/+32
* re PR libfortran/38225 (RESHAPE bounds with multi-dimensional SOURCE)Thomas Koenig2008-11-221-1/+8
* re PR fortran/38135 (RESHAPE gives wrong result)Thomas Koenig2008-11-181-4/+4
* re PR fortran/37159 (RANDOM_SEED: GET= check array size at compile time and...Dennis Wassel2008-11-011-10/+11
* re PR libfortran/34670 (bounds checking for array intrinsics)Thomas Koenig2008-10-211-0/+23
* re PR libfortran/34670 (bounds checking for array intrinsics)Thomas Koenig2008-10-151-0/+21
* re PR fortran/37203 (Check ORDER= of RESHAPE)Thomas Koenig2008-09-071-0/+27
* re PR libfortran/35863 ([F2003] Implement ENCODING="UTF-8")Jerry DeLisle2008-08-161-0/+2
* re PR libfortran/37123 (libfortran failed to build)H.J. Lu2008-08-141-2/+2
* re PR libfortran/36886 (misaligment for cshift of character)Thomas Koenig2008-08-141-118/+187
* re PR libfortran/36773 (zero-sized arrays with cshift and eoshift)Thomas Koenig2008-07-213-29/+50
* re PR fortran/36495 (libgfortran should be build with FCFLAGS -fimplicit-none)Tobias Burnus2008-06-131-0/+1
* re PR fortran/36319 (Segfault with wide characters in DATA)Francois-Xavier Coudert2008-05-284-9/+88
* re PR fortran/32600 ([ISO Bind C] C_F_POINTER w/o SHAPE should not be a libra...Tobias Burnus2008-05-252-17/+0
* re PR libfortran/36302 (cshift and eoshift missing some kind=16 functions)Thomas Koenig2008-05-223-0/+9
* in_pack.m4 (internal_pack_'rtype_code`): Destination pointer is restrict.Thomas Koenig2008-05-186-6/+6
* select.c: Moved content to select_inc.c.Francois-Xavier Coudert2008-05-185-6/+155
* libgfortran.h (gfc_char4_t): New type.Francois-Xavier Coudert2008-05-142-365/+449
* re PR fortran/35990 (run-time abort for PACK of run-time zero sized array)Thomas Koenig2008-05-041-2/+14
* intrinsic.c (add_functions): Add SELECTED_CHAR_KIND intrinsic.François-Xavier Coudert2008-04-301-0/+49
* * intrinsics/time_1.h (__time_1): Remove unused variable.Francois-Xavier Coudert2008-04-241-1/+0
* re PR fortran/35991 (run-time abort for CSHIFT of zero sized array)Jerry DeLisle2008-04-201-1/+1
* re PR fortran/35960 (run time abort with assignment of RESHAPEd zero sized ar...Thomas Koenig2008-04-201-7/+23
* re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig2008-04-141-1/+1
* re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig2008-04-134-222/+422
* re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig2008-03-281-0/+174
* re PR fortran/35721 (ASSOCIATED returns false when strides confusing)Tobias Burnus2008-03-281-3/+5
* re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig2008-03-231-2/+193
* pack_generic.c: Fix typo.Jerry DeLisle2008-03-211-1/+1
* re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig2008-03-211-1/+1
* re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig2008-03-211-1/+96
* re PR libfortran/35524 (Unconditional use of expl() in libgfortran)Francois-Xavier Coudert2008-03-121-2/+16
* re PR libfortran/32812 (random_seed and date_and_time)Francois-Xavier Coudert2008-03-111-4/+39
* re PR fortran/33197 (Fortran 2008: math functions)François-Xavier Coudert2008-03-032-0/+232
* re PR libfortran/35355 (CPU_TIME gives wrong values on mingw)Francois-Xavier Coudert2008-03-011-2/+2
* re PR libfortran/22423 (Warnings when building libgfortran)Thomas Koenig2007-12-272-12/+12
* re PR fortran/34533 (DTIME returns total process time and not since last invo...Daniel Franke2007-12-254-104/+247
* stat.c (stat_i4_sub_0, [...]): Mark parameter with unused attribute.Francois-Xavier Coudert2007-12-013-6/+7
* re PR libfortran/33583 (FAIL: gfortran.dg/gamma_1.f90)Francois-Xavier Coudert2007-11-161-0/+332
* signal.c (alarm_sub_i4): Mark conditionally unused parameters with __attribut...Ben Elliston2007-10-191-4/+12
* re PR fortran/32021 (Fix,document,remove GFORTRAN_* environment variables)Francois-Xavier Coudert2007-10-182-9/+10
* re PR fortran/32600 ([ISO Bind C] C_F_POINTER w/o SHAPE should not be a libra...Christopher D. Rickett2007-10-152-42/+0
* re PR libfortran/26253 (fallback scalbn doesn't handle denormals correctly)Francois-Xavier Coudert2007-09-211-0/+4
* re PR libfortran/21185 (Improve testsuite results on newlib targets)Francois-Xavier Coudert2007-09-151-0/+4
* re PR libfortran/33298 (Wrong code for SPREAD on zero-sized arrays)Thomas Koenig2007-09-061-10/+59
* minloc1.m4: Update copyright year and ajust headers order.Francois-Xavier Coudert2007-08-3147-160/+79
* re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig2007-08-242-34/+54
* re PR libfortran/33079 (Optional empty strings do not appear to be 'PRESENT')Francois-Xavier Coudert2007-08-171-8/+12
* re PR fortran/33077 (RANDOM_SEED failure for integer(kind=8))Francois-Xavier Coudert2007-08-151-4/+4
* re PR fortran/30964 (optional arguments to random_seed)Francois-Xavier Coudert2007-08-121-11/+70