gcc/libgfortran/io
Janne Blomqvist f4471acbe3 Use calloc instead of malloc and memset.
2012-03-25  Janne Blomqvist  <jb@gcc.gnu.org>

	* runtime/memory.c (xcalloc): New function.
	* libgfortran.h (xcalloc): New prototype.
	* io/list_read.c (push_char): Use xcalloc instead of get_mem and
	memset.
	(l_push_char): Likewise.
	* io/unit.c (insert_unit): Likewise.
	(get_internal_unit): Likewise.
	* io/unix.c (open_internal): Likewise.
	(open_internal4): Likewise.
	(fd_to_stream): Likewise.

From-SVN: r185773
2012-03-25 08:48:49 +03:00
..
close.c
fbuf.c
fbuf.h
file_pos.c
format.c
format.h
inquire.c
intrinsics.c
io.h
list_read.c Use calloc instead of malloc and memset. 2012-03-25 08:48:49 +03:00
lock.c
open.c
read.c
size_from_kind.c
transfer128.c
transfer.c
unit.c Use calloc instead of malloc and memset. 2012-03-25 08:48:49 +03:00
unix.c Use calloc instead of malloc and memset. 2012-03-25 08:48:49 +03:00
unix.h Share vtables instead of replicating them for each unit. 2012-03-16 10:30:26 +02:00
write_float.def PR libfortran/52608 Move the removal of initial zeros. 2012-03-17 19:19:49 +02:00
write.c