aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/intrinsics
AgeCommit message (Expand)AuthorFilesLines
2004-12-02flush.c: New file.Steven G. Kargl3-0/+564
2004-11-23re PR libfortran/15960 (missing function 'finite' on HP-UX 11.11)Steven Bosscher1-3/+3
2004-11-20re PR libfortran/16135 (libfortran doesn't build, use of C99 types)Eric Botcazou1-0/+15
2004-11-20check.c (gfc_check_getcwd_sub): Fix seg fault.Steven G. Kargl3-0/+209
2004-10-30system.c ("libgfortran.h"): Move after system headers.Aaron W. LaFramboise1-1/+2
2004-10-30check.c (gfc_check_rand): Allow missing optional argument.Canqun Yang1-1/+5
2004-10-07string_intrinsics.c (string_verify): Fix off by one error.Paul Brook1-3/+2
2004-10-04mvbits.c: Commit the file.Andrew Pinski1-0/+63
2004-10-04re PR fortran/17776 (no subroutine system)Tobias Schlüter1-0/+63
2004-10-04re PR fortran/17283 (UNPACK issues)Tobias Schlüter1-10/+277
2004-10-03abort.c ("libgfortran.h"): Move.Aaron W. LaFramboise2-3/+2
2004-09-26re PR libfortran/16137 (Fortran compiler unable to produce executables as lib...Tobias Schlüter1-0/+9
2004-09-24* intrinsics/etime.c (etime_): New function.Tobias Schlüter1-0/+19
2004-09-21libgfortran.h: define gfc_alloca()Steven G. Kargl1-3/+2
2004-09-15check.c (gfc_check_getcwd_sub): New function.Steven G. Kargl1-0/+71
2004-09-15env.c (getenv, [...]): Remove trailing white space.Steven G. Kargl1-13/+24
2004-09-03cshift0.c (DEF_COPY_LOOP, [...]): New.Richard Henderson1-19/+85
2004-08-31trans-decl.c, [...]: Replace all occurences of 'gfc_strlen_type_node' by 'gfc...Tobias Schlüter2-12/+12
2004-08-30Makefile.am (gfor_helper_src): Split selected_kind.f90.Richard Henderson2-32/+46
2004-08-29bessel.c: New file.Steven G. Kargl2-0/+111
2004-08-28gfortran.h (enum gfc_generic_isym_id): Add GFC_ISYM_GET?ID.Steven G. Kargl1-0/+51
2004-08-25re PR libfortran/17164 (index function not working properly)Bud Davis1-0/+3
2004-08-09c99_functions.c (nextafterf): New implementation that works correctly with de...Roger Sayle1-43/+42
2004-08-09matmul.m4, [...]: Allocate space if return value has NULL in its data field.Victor Leikehman3-8/+63
2004-08-06intrinsic.c (add_subroutines): Add getenv and get_environment_variable.Janne Blomqvist1-0/+181
2004-08-04* libgfortran.h (array_t, size0) New declarations.Victor Leikehman2-6/+22
2004-08-03re PR libfortran/16137 (Fortran compiler unable to produce executables as lib...Roger Sayle1-0/+222
2004-07-04re PR libfortran/15280 (Fortran9x commandline not accessable)Janne Blomqvist1-4/+196
2004-06-30rand.c (rand): Wrap the irand() call from the previous commit in prefix.Steve Kargl1-1/+1
2004-06-30Paul Brook <paul@codesourcery.com>Tobias Schlüter1-1/+1
2004-06-21etime.c (etime_sub): Remove array rank check; Add check for sufficient space.Steven G. Kargl1-3/+2
2004-06-14re PR libfortran/15292 (libgfortran depends on c99 functionality round and ro...Bud Davis1-1/+6
2004-06-13Makefile.am (gfor_helper_src): Add runtime/normalize.f90.Paul Brook2-27/+10
2004-06-13random.c: Fix several spelling and formatting mistakes in comments.Steven G. Kargl1-13/+13
2004-06-13random.c (random_r4): Burn a random number.Tobias Schlüter1-1/+4
2004-06-12re PR libfortran/15292 (libgfortran depends on c99 functionality round and ro...Bud Davis1-0/+90
2004-06-12check.c (gfc_check_second_sub, [...]): New functions.Steven G. Kargl4-0/+467
2004-06-12args.c: Implement GETARG and IARGC.Bud Davis1-0/+58
2004-05-30iresolve.c (gfc_resolve_random_number): Clean up conditional.Steven G. Kargl1-12/+328
2004-05-30random.c: Include unistd.h for close and read prototypes...Andreas Jaeger2-4/+8
2004-05-27re PR libfortran/15234 (libgfortran doesn't compile on Tru64 UNIX V4.0F)Tobias Schlüter1-7/+5
2004-05-23* random.c (random_seed): Use correct variable.Steven G. Kargl1-1/+1
2004-05-22check.c (gfc_check_system_clock): New function.Steven G. Kargl1-0/+200
2004-05-14re PR libfortran/15149 (problem computing Pi)Bud Davis1-1/+0
2004-05-13re PR libfortran/15204 (ADJUSTR intrinsic accesses corrupted pointer)Bud Davis1-3/+2
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo18-0/+2520