ChangeLog 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. 2015-07-16 Release Manager
  2. * GCC 5.2.0 released.
  3. 2015-07-15 Janne Blomqvist <jb@gcc.gnu.org>
  4. PR libfortran/66861
  5. * io/unix.c (compare_file_filename): Verify that u->filename is
  6. non-NULL before strcmp.
  7. (find_file0): Likewise.
  8. 2015-04-22 Release Manager
  9. * GCC 5.1.0 released.
  10. 2015-03-28 Jerry DeLisle <jvdelisle@gcc.gnu.org>
  11. PR libgfortran/65596
  12. * io/transfer.c (data_transfer_init): If in namelist mode and
  13. delimiter is not specified, set it to DELIM_QUOTE, independent
  14. of -std.
  15. * io/unit.c (init_units): Set flags.delim to the correct
  16. initial value of DELIM_UNSPECIFIED.
  17. 2015-03-25 Jerry DeLisle <jvdelisle@gcc.gnu.org>
  18. PR libgfortran/65541
  19. * io/write.c (nml_write_obj): Convert '+' to '%' before emitting
  20. object names in namelists.
  21. 2015-03-22 Jerry DeLisle <jvdelisle@gcc.gnu.org>
  22. PR libgfortran/59513
  23. * io/transfer.c (data_transfer_init): Do not error for
  24. -std=legacy.
  25. 2015-03-16 Jerry DeLisle <jvdelisle@gcc.gnu.org>
  26. PR libgfortran/64432
  27. * intrinsics/system_clock.c (system_clock4, system_clock8):
  28. Cleanup some whitespace.
  29. 2015-03-11 Thomas Schwinge <thomas@codesourcery.com>
  30. * caf/single.c (caf_runtime_error): Revert 2014-11-28 changes.
  31. * runtime/minimal.c (STRERR_MAXSZ): Don't define.
  32. (runtime_error_at, sys_abort): Bring more in line with the
  33. non-LIBGFOR_MINIMAL code.
  34. (runtime_warning_at, internal_error): New functions.
  35. 2015-03-11 Janne Blomqvist <jb@gcc.gnu.org>
  36. PR libfortran/65200
  37. * io/open.c (new_unit): Use gf_strerror rather than hardcoding
  38. error messages for different errno values.
  39. * io/unix.c (regular_file2): Handle EPERM in addition to EACCES.
  40. 2015-03-10 Alessandro Fanfarillo <fanfarillo.gcc@gmail.com>
  41. Tobias Burnus <burnus@net-b.de>
  42. * caf/libcaf.h (_gfortran_caf_sync_memory): New prototype.
  43. * caf/single.c (_gfortran_caf_sync_memory): Implement.
  44. (_gfortran_caf_sync_all, _gfortran_caf_sync_image): Add
  45. __asm__ __volatile___ ("":::"memory").
  46. 2015-02-10 Jerry DeLisle <jvdelisle@gcc.gnu.org>
  47. PR libgfortran/57822
  48. * io/write_float.def (output_float): Apply fix of previous patch
  49. to correctly calculate the exponent number of digits and take
  50. care of wide character output.
  51. 2015-02-09 Jerry DeLisle <jvdelisle@gcc.gnu.org>
  52. PR libgfortran/57822
  53. * io/write_float.def (output_float): If doing g0 editing and
  54. exponent is zero, do not emit exponent.
  55. 2015-02-07 Jerry DeLisle <jvdelisle@gcc.gnu.org>
  56. PR libgfortran/60956
  57. * io/fbuf.c (fbuf_flush_list): New function that only flushes
  58. if current fbuf position exceeds a limit.
  59. * io/fbuf.h: Declare the new function.
  60. * io/io.h (enum unit_mode): Add two new modes.
  61. * io/list_read.c (list_formatted_read_scalar): Call new function.
  62. * io/write.c: Include fbuf.h. (list_formatted_write_scalar):
  63. Call new function.
  64. 2015-01-24 Janne Blomqvist <jb@gcc.gnu.org>
  65. PR libfortran/64770
  66. * io/unit.c (filename_from_unit): Check that u->filename != NULL
  67. before calling strdup.
  68. 2015-01-22 Jerry DeLisle <jvdelisle@gcc.gnu.org>
  69. PR libgfortran/61933
  70. * io/inquire.c (inquire_via_unit): Set existing to true for
  71. any negative unit that is currently connected and any positive
  72. units within range of KIND=4 value. The unit value for any out
  73. of range case that may occur if the user is using a KIND=8 will
  74. have been set to -2 which is reserved and can never be opened,
  75. and therefore the unit does not exist.
  76. 2015-01-14 Jerry DeLisle <jvdelisle@gcc.gnu.org>
  77. PR libgfortran/61933
  78. * io/inquire.c (inquire_via_unit): Set existing to true if a
  79. gfc_unit stucture was found for the given unit number.
  80. * runtime/error.c (translate_error): Add case for
  81. LIBERROR_INQUIRE_INTERNAL_UNIT.
  82. 2015-01-05 Jakub Jelinek <jakub@redhat.com>
  83. Update copyright years.
  84. 2015-01-02 Tobias Burnus <burnus@net-b.de>
  85. * caf/single.c (_gfortran_caf_co_reduce): New function.
  86. * caf/libcaf.h (_gfortran_caf_co_reduce): New prototype.
  87. ^L
  88. Copyright (C) 2015 Free Software Foundation, Inc.
  89. Copying and distribution of this file, with or without modification,
  90. are permitted in any medium without royalty provided the copyright
  91. notice and this notice are preserved.