re PR c++/14024 (g++ isn't reporting aliasing warnings)
[gcc.git] / libgfortran /
2005-11-23 Alan Modraopen.c (new_unit): Use the right unit number when check...
2005-11-23 Jerry DeLislere PR libfortran/24794 (problem with namelist input...
2005-11-22 David Edelsohnio.h (_LARGE_FILES): Undefine for AIX.
2005-11-21 Jakub Jelinekre PR fortran/14943 (read/write code generation is...
2005-11-20 Richard HendersonMakefile.am: Revert 2005-11-14 change.
2005-11-18 Francois-Xavier... configure.ac: Add "-I ." to the AM_FCFLAGS.
2005-11-18 Hans-Peter Nilssonfpu-glibc.h (set_fpu): Only call fedisableexcept for...
2005-11-17 Francois-Xavier... re PR libfortran/24892 (ACCESS argument to the OPEN...
2005-11-14 Janne Blomqvistre PR libfortran/21468 (vectorizing libfortran)
2005-11-13 Francois-Xavier... fget.c: New file.
2005-11-12 Steven G. Karglre PR libfortran/24787 ([libfortran] SCAN is broken)
2005-11-11 Jerry DeLislePR libgfortran/24699, 24700, 24719, 24785
2005-11-10 Andreas Jaegerlibgfortran.h: Add proper defines where needed.
2005-11-10 Andreas Jaegerlibgfortran.h: Add missing prototypes for internal_pack...
2005-11-06 Janne Blomqvistgfortran ChangeLog
2005-11-06 Francois-Xavier... intrinsic.c (add_functions): Add ctime and fdate intrin...
2005-11-05 Richard Guentherconfigure.ac: Use AM_FCFLAGS for extra flags, not FCFLAGS.
2005-11-05 Francois-Xavier... intrinsic.c (add_functions): Add function version of...
2005-11-04 Steven G. Karglre PR fortran/24636 (gfortran: STOP without stop-code...
2005-11-04 François-Xavier... re PR libfortran/22298 (libgfortran init() constructor...
2005-11-01 Paul Thomasre PR fortran/21565 (namelist in block data is illegal)
2005-10-31 Andreas Jaeger.cvsignore are not needed for subversion, remove them.
2005-10-31 Jerry DeLislere PR libfortran/24584 (Segfault when reading empty...
2005-10-30 Francois-Xavier... re PR libfortran/20179 (cannot mix C and Fortran I/O)
2005-10-30 Francois-Xavier... check.c (gfc_check_malloc, [...]): New functions.
2005-10-29 Mike StumpMakefile.am (kinds.h): Remove target, if command fails.
2005-10-28 Francois-Xavier... check.c (gfc_check_alarm_sub, [...]): New functions.
2005-10-28 François-Xavier... acinclude.m4 (LIBGFOR_CHECK_FPSETMASK): New check.
2005-10-25 Jerry DeLisle2005-10-24 Jerry DeLisle <jvdelisle@verizon.net>
2005-10-25 Jerry DeLislere PR libfortran/24224 (Generalized internal array...
2005-10-24 Paul Thomasre PR libfortran/24416 (Wrong reading following namelis...
2005-10-24 Jerry DeLislere PR libfortran/24489 (read_block wrong execution...
2005-10-23 Francois-Xavier... re PR libfortran/23272 ([mingw32] inquire via filename...
2005-10-23 Francois-Xavier... fpu.c: Add _GNU_SOURCE definition.
2005-10-23 Paul Thomasre PR fortran/18022 (problem with structure and calling...
2005-10-21 Francois-Xavier... re PR libfortran/24383 (mingw doesn't have SSIZE_MAX)
2005-10-19 Francois-Xavier... re PR libfortran/24432 (Missing symbols)
2005-10-19 Francois-Xavier... re PR libfortran/24432 (Missing symbols)
2005-10-14 Uros Bizjakfpu-387.h (set_fpu): Remove extra ":" in stmxcsr.
2005-10-13 Thomas Koenigunix.c (fd_alloc_r_at): Use read() instead of do_read...
2005-10-13 Uros Bizjak* config/fpu-387.h (set_fpu): Add "=m" for stmxcsr.
2005-10-12 François-Xavier... gfortran.h: Add bitmasks for different FPE traps.
2005-10-12 Janne Blomqvistunix.c: Remove parts of patch of 2005/10/07 that cause...
2005-10-11 Steven G. Karglre PR libfortran/24313 (complex sqrt function does...
2005-10-07 Janne Blomqvistre PR libfortran/16339 (Unformatted i/o on large arrays...
2005-10-07 Jerry DeLisletransfer.c (write_block): Add test for end-of-file...
2005-10-03 Jakub Jelinek* runtime/memory.c (allocate_size): Malloc 1 byte if...
2005-10-03 François-Xavier... re PR libfortran/19308 (I/O library should support...
2005-10-01 Jakub Jelinekmemory.c (malloc_t): Remove.
2005-10-01 Jakub Jelineklibgfortran.h (GFC_ITOA_BUF_SIZE, [...]): Define.
2005-09-30 Janne Blomqvistre PR libfortran/24112 (Reopening file with STATUS...
2005-09-29 Jakub Jelinekstring.c (find_option): Change 3rd argument to const...
2005-09-27 Steve Ellceyre PR target/23552 (FAIL: gfortran.dg/large_real_kind_1...
2005-09-27 David EdelsohnCorrect ChangeLog formatting and email address.
2005-09-26 Janne Blomqvist[multiple changes]
2005-09-26 David Edelsohnconfigure.ac: Add check for __clog.
2005-09-25 Francois-Xavier... c99_protos.h: Add prototypes for C99 complex functions.
2005-09-25 Francois-Xavier... re PR libfortran/23803 ([mingw32] getlog malfunction)
2005-09-24 Francois-Xavier... re PR libfortran/23802 ([mingw32] sleep malfunction)
2005-09-24 Francois-Xavier... re PR libfortran/23380 ([mingw32] cpu_time intrinsic...
2005-09-14 Jerry DeLislePR fortran/21875 Internal Unit Array I/O, NIST
2005-09-13 Richard Sandifordre PR fortran/19269 (transpose(reshape(...)) of charact...
2005-09-11 Francois-Xavier... re PR libfortran/20179 (cannot mix C and Fortran I/O)
2005-09-10 Janne Blomqvistunix.c: Remove mmap code.
2005-09-09 Francois-Xavier... re PR libfortran/23784 (close doesn't reset ioparm...
2005-09-09 Thomas Koeniggfortran.h: Add iomsg to gfc_open, gfc_close, gfc_filep...
2005-09-09 Richard Sandifordre PR fortran/12840 ([4.0 only] Unable to find scalariz...
2005-09-07 Francois-Xavier... re PR libfortran/23262 ([mingw32] rewind truncates...
2005-09-07 Steve Ellceyre PR libfortran/23419 (unformatted complex I/O with...
2005-09-05 Thomas Koeniglist_read.c: Adjust size of of value to 32 (to hold...
2005-09-04 Thomas Koenigre PR libfortran/23321 (Direct unformatted read beyond...
2005-09-03 Jakub Jelinekread.c (read_x): Take int argument instead of fnode...
2005-09-02 Francois-Xavier... unix.c (stream_ttyname): Protect use of ttyname by...
2005-09-02 Andreas Jaegerlibgfortran.h: Add prototype for init_compile_options.
2005-08-31 Steve Ellcey* io/read.c (set_integer): Use memcpy to fill buffer.
2005-08-31 Steve Ellceyre PR target/23556 (FAIL: gfortran.dg/pr18122.f90)
2005-08-29 Thomas Koenig[multiple changes]
2005-08-27 Francois-Xavier... acinclude.m4 (LIBGFOR_CHECK_UNLINK_OPEN_FILE): Add...
2005-08-17 Kelley CookAll files: Update FSF address.
2005-08-16 Thomas Koenigre PR libfortran/23428 (inquire(iolength= ) for complex...
2005-08-12 Andreas JaegerFix date of last entry, remove extra whitespace
2005-08-11 Francois-Xavier... re PR libfortran/20006 ($ format extension doesn't...
2005-08-09 François-Xavier... check.c (gfc_check_ttynam_sub, [...]): Add check functi...
2005-08-09 Jerry DeLislere PR libfortran/23154 (Currupt string and segfault...
2005-08-07 Steven G. KarglForgot to remove and add these files in the previous...
2005-08-07 Janne Blomqvist[multiple changes]
2005-08-06 Francois-Xavier... io.h: Change DEFAULT_TEMPDIR to /tmp instead of /var...
2005-08-06 Francois-Xavier... * io/unix.c: Add O_RDWR to open() call.
2005-08-04 Paul Thomastransfer.c (data_transfer_init): Truncate file in seque...
2005-08-03 Francois-Xavier... libgfortran.h: When isfinite is not provided by the...
2005-08-01 François-Xavier... re PR libfortran/23178 (Undefined symbol: __gfortran_fl...
2005-07-31 Francois-Xavier... re PR libfortran/21787 (flush I/O before calling abort())
2005-07-30 Francois-Xavier... re PR libfortran/22436 (print *,tiny(1._10) yields...
2005-07-30 Paul ThomasPR fortran/22570 and related issues.
2005-07-24 Steven Bosscherwhitespace fixes for my scripts
2005-07-24 Jerry DeLislewrite.c (write_float): Revise output of IEEE exceptiona...
2005-07-22 Jerry DeLislere PR libfortran/22570 (Null Characters instead of...
2005-07-22 Paul Thomas[multiple changes]
2005-07-17 Jerry DeLisleChangeLog: Fix date on last commit.
2005-07-17 Jerry DeLislewrite.c (write_float): Fix field width checks for print...
next