OSDN Git Service

* builtin-types.def (BT_FN_PTR_PTR_SIZE): New type.
[pf3gnuchains/gcc-fork.git] / libgfortran / ChangeLog
index 10e6009..aa1df6a 100644 (file)
@@ -1,3 +1,41 @@
+2007-08-29  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       * runtime/memory.c (internal_realloc, allocate, allocate_array,
+       deallocate): Remove functions.
+       * gfortran.map (_gfortran_allocate, _gfortran_allocate_array,
+       _gfortran_deallocate, _gfortran_internal_realloc): Remove symbols.
+       * libgfortran.h (error_codes): Add comment.
+
+2007-08-28  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libfortran/33055
+       Revert previous patch.
+
+2007-08-27  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       * io/write.c (stdbool.h): Add include. (sign_t): Move typedef to
+       new file write_float.def. Include write_float.def.
+       (extract_real): Delete. (calculate_sign): Delete.
+       (calculate_exp): Delete. (calculate_G_format): Delete.
+       (output_float): Delete. (write_float): Delete.
+       * io/write_float.def (calculate_sign): Added.
+       (output_float): Refactored to be independent of kind and added to this
+       file for inclusion. (write_infnan): New function to write "Infinite" or
+       "NaN" depending on flags passed, independent of kind.
+       (CALCULATE_EXP): New macro to build kind specific functions. Use it.
+       (OUTPUT_FLOAT_FMT_G): New macro, likewise. Use it.
+       (DTOA, DTOAL): Macros to implement "decimal to ascii".
+       (WRITE_FLOAT): New macro for kind specific write_float functions.
+       (write_float): Revised function to determine kind and use WRITE_FLOAT
+       to implement kind specific output.
+
+2007-08-26  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libfortran/33055
+       * io/inquire.c (inquire_via_unit):  If inquiring by unit, check for 
+       an error condition from the IOSTAT variable and set EXIST to false if
+       there was a bad unit number.
+
 2007-08-24  Thomas Koenig  <tkoenig@gcc.gnu.org>
 
        PR fortran/32972