summaryrefslogtreecommitdiff
path: root/libgfortran/intrinsics
Commit message (Expand)AuthorAgeFilesLines
* 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
* iresolve.c (gfc_resolve_random_number): Clean up conditional.Steven G. Kargl2004-05-301-12/+328
* random.c: Include unistd.h for close and read prototypes...Andreas Jaeger2004-05-302-4/+8
* re PR libfortran/15234 (libgfortran doesn't compile on Tru64 UNIX V4.0F)Tobias Schlüter2004-05-271-7/+5
* * random.c (random_seed): Use correct variable.Steven G. Kargl2004-05-231-1/+1
* check.c (gfc_check_system_clock): New function.Steven G. Kargl2004-05-221-0/+200
* re PR libfortran/15149 (problem computing Pi)Bud Davis2004-05-141-1/+0
* re PR libfortran/15204 (ADJUSTR intrinsic accesses corrupted pointer)Bud Davis2004-05-131-3/+2
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-1318-0/+2520