aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/intrinsics
AgeCommit message (Expand)AuthorFilesLines
2011-11-08re PR libfortran/47970 (c99_functions.c:611:5: warning: implicit declaration ...Francois-Xavier Coudert1-30/+31
2011-08-29re PR libfortran/50192 (Wrong character comparision with wide strings)Thomas Koenig2-1/+22
2011-07-23ctime.c: Include <stdlib.h>.Andreas Schwab2-0/+2
2011-07-05memory.c (internal_malloc_size): If size is zero, allocate a single byte.Thomas Koenig5-33/+17
2011-06-28re PR fortran/49479 (reshape / optionals / zero sized arrays)Thomas Koenig1-1/+10
2011-05-14PR 48915 Abort handlingJanne Blomqvist1-2/+1
2011-05-14re PR libfortran/48961 (EXECUTE_COMMAND_LINE(WAIT=.false.) fails on MinGW)Tobias Burnus1-10/+15
2011-04-20remove useless if-before-free testsJim Meyering1-2/+1
2011-04-16Replace sprintf with snprintfJanne Blomqvist1-13/+0
2011-04-15PR 47571 Fix bootstrap regression on alpha-dec-osfJanne Blomqvist1-8/+12
2011-04-12Cleanup memsize typesJanne Blomqvist1-2/+2
2011-03-04PR 47802 Use builtins to check localtime_r return typeJanne Blomqvist1-3/+8
2011-03-04PR 47802 Hack to work around draft POSIX localtime_rJanne Blomqvist1-3/+7
2011-02-24PR 47802 Use strftime for CTIME and FDATE intrinsicsJanne Blomqvist3-112/+59
2011-02-24PR 47802 Test for POSIX getpwuid_rJanne Blomqvist1-2/+2
2011-02-22re PR libfortran/47830 (errors in intrinsics/c99_functions.c)Tobias Burnus1-1/+1
2011-02-05PR 47571 Fix HPUX bootstrap regression, cleanupJanne Blomqvist3-62/+84
2011-02-02PR 47571 Weakref trickery for clock_gettime()Janne Blomqvist1-8/+28
2011-02-01Include errno.h needed by fallbacksJanne Blomqvist1-0/+2
2011-01-31Fix GF_CLOCK_MONOTONIC from r169449Janne Blomqvist1-1/+1
2011-01-31Use clock_gettime in libgfortran timing intrinsics, cleanupJanne Blomqvist6-174/+164
2011-01-29ctime.c (ctime_r): Improve implementation.Kai Tietz1-1/+7
2011-01-27Pr 47431 CTIME/FDATE thread-safety using ctime_r()Janne Blomqvist1-6/+25
2011-01-26getlog.c (getlog): Fix label/statement issue.Kai Tietz1-0/+2
2011-01-25PR 47375 getlog thread safetyJanne Blomqvist1-10/+27
2011-01-22PR 46267 strerror thread safetyJanne Blomqvist1-10/+11
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