X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=libgfortran%2FChangeLog;h=a869f31ccc8236da369e2e97a1f848dc59d68060;hp=c6153d8490a7a478d9d2464bd1c70b916c7c412f;hb=09c759aaf6da911aa1a44898d2b84121991bced9;hpb=2c9c4049905cac841d843e59c4078487f6dca097 diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index c6153d8490a..a869f31ccc8 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,48 +1,9 @@ -2010-05-08 Janne Blomqvist - - * io/unix.h (mem_alloc_r): Fix typo to reduce visibility. - -2010-05-07 Janne Blomqvist - - * libgfortran.h (free_mem): Remove prototype. - * runtime/memory.c (free_mem): Remove function. - * intrinsics/date_and_time.c (secnds): Replace free_mem() with - free(). - * io/fbuf.c (fbuf_destroy): Likewise. - * io/format.c (free_format_hash_table): Likewise. - (save_parsed_format): Likewise. - (free_format_data): Likewise. - * io/list_read.c (free_saved): Likewise. - (free_line): Likewise. - (nml_touch_nodes): Likewise. - (nml_read_obj): Likewise - * io/lock.c (free_ionml): Likewise. - * io/open.c (new_unit): Likewise. - (already_open): Likewise. - * io/unit.c (destroy_unit_mutex): Likewise. - (free_internal_unit): Likewise. - (close_unit_1): Likewise. - * io/unix.c (raw_close): Likewise. - (buf_close): Likewise. - (mem_close): Likewise. - (tempfile): Likewise. - * io/write.c (nml_write_obj): Likewise. - * io/write_float.def (output_float_FMT_G_##): Likewise. - * runtime/error.c (show_locus): Likewise. - -2010-05-04 Ralf Wildenhues - - PR other/43620 - * configure.ac (AM_INIT_AUTOMAKE): Add no-dist. - * configure: Regenerate. - * Makefile.in: Regenerate. - 2010-04-30 Kai Tietz PR/43844 * io/unix.c (raw_truncate): Explicit cast from integer-scalar to pointer. - (tempfile): Use for mingw GetTempPath and avoid double slash + (empfile): Use for mingw GetTempPath and avoid double slash for path. 2010-04-24 Kai Tietz