summaryrefslogtreecommitdiff
path: root/libgfortran/intrinsics
Commit message (Expand)AuthorAgeFilesLines
* re PR libfortran/19302 (intrinsic_nearest.f90 fails)Eric Botcazou2005-02-211-0/+2
* re PR libfortran/20085 (iargc returns wrong count for number of program argum...Steven G. Kargl2005-02-201-3/+5
* * intrinsic/date_and_time.c: Fix conformance problems.Steven G. Kargl2005-02-191-96/+96
* re PR fortran/19294 (intrinsic_transpose.f90 runtime crash)James A. Morrison2005-01-231-27/+79
* re PR libfortran/19280 (Inconsistent licensing of libgfortran)Toon Moene2005-01-1235-226/+532
* trans-intrinsic.c (gfc_conv_intrinsic_ishft): Change to logicalshift.Tobias Schlüter2004-12-272-4/+20
* re PR libfortran/18966 (cshift etc. not implemented for kind=1 and kind=2 act...Steven G. Kargl2004-12-143-0/+88
* iresolve.c (gfc_resolve_all, [...]): Use PREFIX.Richard Henderson2004-12-128-85/+85
* acinclude.m4 (LIBGFOR_CHECK_ATTRIBUTE_VISIBILITY): New.Richard Henderson2004-12-1231-228/+436
* configure.ac: Check for ieeefp.h.Eric Botcazou2004-12-071-0/+8
* cshift0.c, [...]: Use internal_malloc_size instead of internal_malloc.Richard Henderson2004-12-066-8/+8
* c99_functions.c, [...]: Whitespace fixes.Richard Henderson2004-12-0618-35/+3
* flush.c: New file.Steven G. Kargl2004-12-023-0/+564
* re PR libfortran/15960 (missing function 'finite' on HP-UX 11.11)Steven Bosscher2004-11-231-3/+3
* re PR libfortran/16135 (libfortran doesn't build, use of C99 types)Eric Botcazou2004-11-201-0/+15
* check.c (gfc_check_getcwd_sub): Fix seg fault.Steven G. Kargl2004-11-203-0/+209
* system.c ("libgfortran.h"): Move after system headers.Aaron W. LaFramboise2004-10-301-1/+2
* check.c (gfc_check_rand): Allow missing optional argument.Canqun Yang2004-10-301-1/+5
* string_intrinsics.c (string_verify): Fix off by one error.Paul Brook2004-10-071-3/+2
* mvbits.c: Commit the file.Andrew Pinski2004-10-041-0/+63
* re PR fortran/17776 (no subroutine system)Tobias Schlüter2004-10-041-0/+63
* re PR fortran/17283 (UNPACK issues)Tobias Schlüter2004-10-041-10/+277
* abort.c ("libgfortran.h"): Move.Aaron W. LaFramboise2004-10-032-3/+2
* re PR libfortran/16137 (Fortran compiler unable to produce executables as lib...Tobias Schlüter2004-09-261-0/+9
* * intrinsics/etime.c (etime_): New function.Tobias Schlüter2004-09-241-0/+19
* libgfortran.h: define gfc_alloca()Steven G. Kargl2004-09-211-3/+2
* check.c (gfc_check_getcwd_sub): New function.Steven G. Kargl2004-09-151-0/+71
* env.c (getenv, [...]): Remove trailing white space.Steven G. Kargl2004-09-151-13/+24
* cshift0.c (DEF_COPY_LOOP, [...]): New.Richard Henderson2004-09-031-19/+85
* trans-decl.c, [...]: Replace all occurences of 'gfc_strlen_type_node' by 'gfc...Tobias Schlüter2004-08-312-12/+12
* Makefile.am (gfor_helper_src): Split selected_kind.f90.Richard Henderson2004-08-302-32/+46
* bessel.c: New file.Steven G. Kargl2004-08-292-0/+111
* gfortran.h (enum gfc_generic_isym_id): Add GFC_ISYM_GET?ID.Steven G. Kargl2004-08-281-0/+51
* re PR libfortran/17164 (index function not working properly)Bud Davis2004-08-251-0/+3
* c99_functions.c (nextafterf): New implementation that works correctly with de...Roger Sayle2004-08-091-43/+42
* matmul.m4, [...]: Allocate space if return value has NULL in its data field.Victor Leikehman2004-08-093-8/+63
* intrinsic.c (add_subroutines): Add getenv and get_environment_variable.Janne Blomqvist2004-08-061-0/+181
* * libgfortran.h (array_t, size0) New declarations.Victor Leikehman2004-08-042-6/+22
* re PR libfortran/16137 (Fortran compiler unable to produce executables as lib...Roger Sayle2004-08-031-0/+222
* re PR libfortran/15280 (Fortran9x commandline not accessable)Janne Blomqvist2004-07-041-4/+196
* rand.c (rand): Wrap the irand() call from the previous commit in prefix.Steve Kargl2004-06-301-1/+1
* Paul Brook <paul@codesourcery.com>Tobias Schlüter2004-06-301-1/+1
* etime.c (etime_sub): Remove array rank check; Add check for sufficient space.Steven G. Kargl2004-06-211-3/+2
* re PR libfortran/15292 (libgfortran depends on c99 functionality round and ro...Bud Davis2004-06-141-1/+6
* Makefile.am (gfor_helper_src): Add runtime/normalize.f90.Paul Brook2004-06-132-27/+10
* random.c: Fix several spelling and formatting mistakes in comments.Steven G. Kargl2004-06-131-13/+13
* random.c (random_r4): Burn a random number.Tobias Schlüter2004-06-131-1/+4
* re PR libfortran/15292 (libgfortran depends on c99 functionality round and ro...Bud Davis2004-06-121-0/+90
* check.c (gfc_check_second_sub, [...]): New functions.Steven G. Kargl2004-06-124-0/+467
* args.c: Implement GETARG and IARGC.Bud Davis2004-06-121-0/+58