summaryrefslogtreecommitdiff
path: root/libgfortran
Commit message (Expand)AuthorAgeFilesLines
* re PR fortran/32235 (incorrectly position text file after backspace)Jerry DeLisle2007-06-102-3/+14
* configure: Regenerate.Paolo Bonzini2007-06-022-42/+52
* re PR fortran/32124 (Execution stops with stat= in ALLOCATE)Tobias Burnus2007-05-282-5/+27
* string.c (compare0): Use gfc_charlen_type instead of int.Janne Blomqvist2007-05-277-41/+97
* unix.c (unix_stream): Rearrange struct members, remove small_buffer.Janne Blomqvist2007-05-262-46/+69
* transfer.c (unformatted_read): Use size from front end eliminating use of siz...Jerry DeLisle2007-05-252-17/+15
* ltmain.sh: Update from ToT Libtool.Steve Ellcey2007-05-244-1933/+17265
* libgfortran.h: Mark stop_numeric as noreturn.Tobias Burnus2007-05-222-1/+5
* re PR libfortran/31295 (Uninitialized variable in libgfortran's _gfortran_eos...Tobias Burnus2007-05-223-0/+11
* re PR fortran/31964 ([4.2, 4.1 only]ishftc fails with certain thrid argument)Jerry DeLisle2007-05-192-15/+33
* re PR fortran/31917 ([4.1 only] GFORTRAN_CONVERT_UNIT is ignored)Tobias Burnus2007-05-172-2/+19
* re PR fortran/31922 ([4.2 only] Accessing uninitialized variable for print *,...Jerry DeLisle2007-05-162-0/+8
* re PR libfortran/31915 (Failure with unf_io_convert_3.f90)Tobias Burnus2007-05-152-9/+18
* re PR fortran/30723 (Freeing memory doesn't need to call a library function)Francois-Xavier Coudert2007-05-146-50/+29
* re PR libfortran/31880 ([4.2 only] silent data corruption in gfortran read st...Jerry DeLisle2007-05-102-2/+7
* re PR libfortran/31607 (CALL SYSTEM produces garbled output when writing to a...Francois-Xavier Coudert2007-05-074-3/+15
* re PR fortran/31201 (Too large unit number generates wrong code)Jerry DeLisle2007-05-066-10/+50
* Fix typo in PR numbers 22539 <> 22359.Daniel Franke2007-05-041-1/+1
* re PR target/22539 (Internal compiler error with maximum sized array)Daniel Franke2007-05-044-3/+44
* re PR libfortran/31210 (I/O of string with (non-constant) zero length)Francois-Xavier Coudert2007-05-042-0/+16
* re PR libfortran/31501 (libgfortran internal unit I/O performance issues)Jerry DeLisle2007-04-285-46/+32
* re PR libfortran/31532 (INQUIRE(...,POSITION=...) not standard conforming)Jerry DeLisle2007-04-286-4/+48
* re PR libfortran/31299 (Use getpwuid(geteuid()) instead of getlogin() for GET...François-Xavier Coudert2007-04-255-278/+649
* configure: Regenerate using autoconf 2.59.Janne Blomqvist2007-04-254-10691/+6328
* re PR libfortran/27740 (libgfortran should use versioned symbols)Janne Blomqvist2007-04-247-6566/+11941
* re PR fortran/31618 ([4.2, 4.1 only] backspace intrinsic is not working on an...Thomas Koenig2007-04-232-38/+78
* main.c (please_free_exe_path_when_done): New variable.Francois-Xavier Coudert2007-04-192-0/+14
* * ChangeLog: Forgot to include Tobias in the authors.François-Xavier Coudert2007-04-181-0/+1
* re PR libfortran/31286 (cshift uses uninitialized variables)François-Xavier Coudert2007-04-186-95/+107
* open.c (test_endfile): Revert changes for 31052, restoring this function.Jerry DeLisle2007-04-152-1/+29
* Makefile.am: Add -I ..Steve Ellcey2007-04-143-3/+10
* configure: Regenerate.Kai Tietz2007-04-122-0/+43
* cpu_time.c: Don't include headers already included by libgfortran.h.Francois-Xavier Coudert2007-04-06182-307/+194
* re PR fortran/31395 ([4.2 Only] Colon edit descriptor is ignored unless prece...Jerry DeLisle2007-04-062-5/+7
* re PR fortran/31304 (REPEAT argument NCOPIES is not converted as it should)Francois-Xavier Coudert2007-04-032-20/+5
* re PR libfortran/31052 ([4.2 only] Bad IOSTAT values when readings NAMELISTs ...Jerry DeLisle2007-04-014-29/+13
* re PR fortran/31366 ([4.2 only] Last record truncated for read after short wr...Jerry DeLisle2007-04-013-1/+36
* re PR libfortran/31335 (Calls lstat(), stat() and fstat() in libgfortran shou...Francois-Xavier Coudert2007-03-315-5/+41
* re PR libfortran/31052 ([4.2 only] Bad IOSTAT values when readings NAMELISTs ...Jerry DeLisle2007-03-282-4/+11
* Fix date in entry.Jerry DeLisle2007-03-261-4/+1
* re PR fortran/31199 (write with "t1" + nonadvancing transfer format gives wro...Jerry DeLisle2007-03-264-2/+27
* re PR fortran/31196 ([4.1 only] wrong code generated with RESHAPE/TRANSPOSE)Thomas Koenig2007-03-252-1/+7
* re PR libfortran/31052 ([4.2 only] Bad IOSTAT values when readings NAMELISTs ...Jerry DeLisle2007-03-236-5/+48
* configure.ac: Add missing check for gettimeofday.Francois-Xavier Coudert2007-03-204-0/+117
* re PR libfortran/31052 ([4.2 only] Bad IOSTAT values when readings NAMELISTs ...Jerry DeLisle2007-03-186-37/+43
* * runtime/main.c: Include "config.h" first.David Edelsohn2007-03-162-1/+5
* re PR libfortran/31099 (Runtime error on legal code using RECL)Jerry DeLisle2007-03-162-1/+5
* gfortran.h (gfc_option_t): Add flag_backtrace field.Francois-Xavier Coudert2007-03-1513-12/+671
* re PR fortran/31051 ([4.2 Only] gfortran bug with x and t format descriptors.)Jerry DeLisle2007-03-152-3/+14
* re PR libfortran/30690 ([4.2, 4.1 only] Clean up m4 files)Thomas Koenig2007-03-1422-239/+267