Age | Commit message (Expand) | Author | Files | Lines |
2005-11-28 | re PR fortran/25109 (formatted reads with embedded blanks in input fields) | Jerry DeLisle | 2 | -3/+11 |
2005-11-27 | random.c: Include config.h | David Edelsohn | 4 | -5/+9 |
2005-11-27 | libgfortran ChangeLog: | Janne Blomqvist | 186 | -1838/+2734 |
2005-11-27 | * io/write.c (namelist_write): Correct type in previous commit. | Francois-Xavier Coudert | 2 | -1/+6 |
2005-11-27 | re PR libfortran/24919 ([4.0] CRLF support in libgfortran) | Francois-Xavier Coudert | 6 | -12/+104 |
2005-11-26 | list_read.c (nml_parse_qualifier): Use ssize_t instead of int in dtp->u.p.value. | Richard Henderson | 2 | -5/+10 |
2005-11-26 | libgfortran ChangeLog: | Janne Blomqvist | 2 | -2/+8 |
2005-11-25 | list_read.c (nml_parse_qualifier): Use memcpy to extract values from dtp->u.p... | Richard Henderson | 3 | -45/+52 |
2005-11-23 | open.c (new_unit): Use the right unit number when checking for stdin, stdout,... | Alan Modra | 2 | -3/+8 |
2005-11-23 | re PR libfortran/24794 (problem with namelist input of character array) | Jerry DeLisle | 2 | -0/+11 |
2005-11-22 | io.h (_LARGE_FILES): Undefine for AIX. | David Edelsohn | 2 | -0/+11 |
2005-11-21 | re PR fortran/14943 (read/write code generation is not thread safe) | Jakub Jelinek | 33 | -2317/+3324 |
2005-11-20 | Makefile.am: Revert 2005-11-14 change. | Richard Henderson | 4 | -102/+114 |
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 |