Age | Commit message (Expand) | Author | Files | Lines |
2005-11-18 | configure.ac: Add "-I ." to the AM_FCFLAGS. | Francois-Xavier Coudert | 3 | -210/+413 |
2005-11-18 | fpu-glibc.h (set_fpu): Only call fedisableexcept for nonzero FE_ALL_EXCEPT. | Hans-Peter Nilsson | 2 | -1/+7 |
2005-11-17 | re PR libfortran/24892 (ACCESS argument to the OPEN statement) | Francois-Xavier Coudert | 3 | -1/+22 |
2005-11-14 | re PR libfortran/21468 (vectorizing libfortran) | Janne Blomqvist | 19 | -246/+283 |
2005-11-13 | fget.c: New file. | Francois-Xavier Coudert | 7 | -10/+278 |
2005-11-12 | re PR libfortran/24787 ([libfortran] SCAN is broken) | Steven G. Kargl | 2 | -25/+26 |
2005-11-11 | PR libgfortran/24699, 24700, 24719, 24785 | Jerry DeLisle | 1 | -5/+22 |
2005-11-10 | libgfortran.h: Add proper defines where needed. | Andreas Jaeger | 2 | -0/+12 |
2005-11-10 | libgfortran.h: Add missing prototypes for internal_pack functions. | Andreas Jaeger | 2 | -3/+20 |
2005-11-06 | gfortran ChangeLog | Janne Blomqvist | 9 | -514/+443 |
2005-11-06 | intrinsic.c (add_functions): Add ctime and fdate intrinsics. | Francois-Xavier Coudert | 7 | -3/+181 |
2005-11-05 | configure.ac: Use AM_FCFLAGS for extra flags, not FCFLAGS. | Richard Guenther | 3 | -9/+10 |
2005-11-05 | intrinsic.c (add_functions): Add function version of TTYNAM. | Francois-Xavier Coudert | 2 | -0/+30 |
2005-11-04 | re PR fortran/24636 (gfortran: STOP without stop-code too noisy, regression w... | Steven G. Kargl | 2 | -1/+6 |
2005-11-04 | re PR libfortran/22298 (libgfortran init() constructor isn't called if execut... | François-Xavier Coudert | 4 | -2/+30 |
2005-11-01 | re PR fortran/21565 (namelist in block data is illegal) | Paul Thomas | 2 | -0/+60 |
2005-10-31 | .cvsignore are not needed for subversion, remove them. | Andreas Jaeger | 1 | -1/+0 |
2005-10-31 | re PR libfortran/24584 (Segfault when reading empty string in namelist file) | Jerry DeLisle | 2 | -0/+6 |
2005-10-30 | re PR libfortran/20179 (cannot mix C and Fortran I/O) | Francois-Xavier Coudert | 4 | -0/+31 |
2005-10-30 | check.c (gfc_check_malloc, [...]): New functions. | Francois-Xavier Coudert | 4 | -2/+69 |
2005-10-29 | Makefile.am (kinds.h): Remove target, if command fails. | Mike Stump | 3 | -10/+18 |
2005-10-28 | check.c (gfc_check_alarm_sub, [...]): New functions. | Francois-Xavier Coudert | 7 | -10/+203 |
2005-10-28 | acinclude.m4 (LIBGFOR_CHECK_FPSETMASK): New check. | François-Xavier Coudert | 8 | -19/+706 |
2005-10-25 | 2005-10-24 Jerry DeLisle <jvdelisle@verizon.net> | Jerry DeLisle | 1 | -1/+0 |
2005-10-25 | re PR libfortran/24224 (Generalized internal array IO not implemented.) | Jerry DeLisle | 6 | -80/+168 |
2005-10-24 | re PR libfortran/24416 (Wrong reading following namelist reading) | Paul Thomas | 2 | -5/+12 |
2005-10-24 | re PR libfortran/24489 (read_block wrong execution order) | Jerry DeLisle | 2 | -13/+20 |
2005-10-23 | re PR libfortran/23272 ([mingw32] inquire via filename fails) | Francois-Xavier Coudert | 8 | -6/+153 |
2005-10-23 | fpu.c: Add _GNU_SOURCE definition. | Francois-Xavier Coudert | 3 | -1/+10 |
2005-10-23 | re PR fortran/18022 (problem with structure and calling a function) | Paul Thomas | 2 | -0/+86 |
2005-10-21 | re PR libfortran/24383 (mingw doesn't have SSIZE_MAX) | Francois-Xavier Coudert | 2 | -0/+9 |
2005-10-19 | re PR libfortran/24432 (Missing symbols) | Francois-Xavier Coudert | 5 | -143/+153 |
2005-10-19 | re PR libfortran/24432 (Missing symbols) | Francois-Xavier Coudert | 2 | -0/+36 |
2005-10-14 | fpu-387.h (set_fpu): Remove extra ":" in stmxcsr. | Uros Bizjak | 2 | -5/+13 |
2005-10-13 | unix.c (fd_alloc_r_at): Use read() instead of do_read() only in case of speci... | Thomas Koenig | 2 | -8/+31 |
2005-10-13 | * config/fpu-387.h (set_fpu): Add "=m" for stmxcsr. | Uros Bizjak | 2 | -1/+5 |
2005-10-12 | gfortran.h: Add bitmasks for different FPE traps. | François-Xavier Coudert | 14 | -35/+463 |
2005-10-12 | unix.c: Remove parts of patch of 2005/10/07 that cause input from the termina... | Janne Blomqvist | 2 | -3/+8 |
2005-10-11 | re PR libfortran/24313 (complex sqrt function does not return principal value) | Steven G. Kargl | 2 | -2/+9 |
2005-10-07 | re PR libfortran/16339 (Unformatted i/o on large arrays inefficient) | Janne Blomqvist | 4 | -71/+373 |
2005-10-07 | transfer.c (write_block): Add test for end-of-file condition, removed from me... | Jerry DeLisle | 4 | -9/+31 |
2005-10-03 | * runtime/memory.c (allocate_size): Malloc 1 byte if size == 0. | Jakub Jelinek | 2 | -1/+5 |
2005-10-03 | re PR libfortran/19308 (I/O library should support more real and integer kinds) | François-Xavier Coudert | 408 | -436/+35451 |
2005-10-01 | memory.c (malloc_t): Remove. | Jakub Jelinek | 2 | -128/+26 |
2005-10-01 | libgfortran.h (GFC_ITOA_BUF_SIZE, [...]): Define. | Jakub Jelinek | 7 | -72/+95 |
2005-09-30 | re PR libfortran/24112 (Reopening file with STATUS='OLD' doesn't work) | Janne Blomqvist | 2 | -1/+6 |
2005-09-29 | string.c (find_option): Change 3rd argument to const st_option *. | Jakub Jelinek | 10 | -20/+38 |
2005-09-27 | re PR target/23552 (FAIL: gfortran.dg/large_real_kind_1.f90) | Steve Ellcey | 8 | -19/+428 |
2005-09-27 | Correct ChangeLog formatting and email address. | David Edelsohn | 1 | -15/+19 |
2005-09-26 | [multiple changes] | Janne Blomqvist | 5 | -28/+230 |