gcc/libgfortran/io
Jim Meyering 046957830e remove useless if-before-free tests
Change "if (E) free (E);" to "free (E);" everywhere except in the
libgo/, intl/, zlib/ and classpath/ directories.
Also transform equivalent variants like
"if (E != NULL) free (E);" and allow an extra cast on the
argument to free.  Otherwise, the tested and freed "E"
expressions must be identical, modulo white space.

From-SVN: r172785
2011-04-20 18:19:03 +00:00
..
close.c Split up io/io.h 2009-11-02 23:52:59 +02:00
fbuf.c remove useless if-before-free tests 2011-04-20 18:19:03 +00:00
fbuf.h PR 47694 Read from named pipe fails 2011-02-23 08:59:51 +02:00
file_pos.c Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
format.c remove useless if-before-free tests 2011-04-20 18:19:03 +00:00
format.h Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
inquire.c PR 47432 Use ttyname_r() if available 2011-01-27 22:05:45 +02:00
intrinsics.c PR 47432 Use ttyname_r() if available 2011-01-27 22:05:45 +02:00
io.h Cleanup memsize types 2011-04-12 22:27:49 +03:00
list_read.c Replace sprintf with snprintf 2011-04-16 20:43:03 +03:00
lock.c Remove free_mem 2010-05-07 18:55:59 +03:00
open.c remove useless if-before-free tests 2011-04-20 18:19:03 +00:00
read.c re PR libfortran/48030 (Implement read_x using fbuf_getc) 2011-03-24 01:48:57 +00:00
size_from_kind.c Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
transfer.c Replace sprintf with snprintf 2011-04-16 20:43:03 +03:00
transfer128.c re PR fortran/47642 (real(kind=16) - libquadmath - segfault on amd64 FreeBSD) 2011-02-14 16:34:44 +01:00
unit.c remove useless if-before-free tests 2011-04-20 18:19:03 +00:00
unix.c remove useless if-before-free tests 2011-04-20 18:19:03 +00:00
unix.h PR 47432 Use ttyname_r() if available 2011-01-27 22:05:45 +02:00
write.c Replace sprintf with snprintf 2011-04-16 20:43:03 +03:00
write_float.def re PR libfortran/48602 (Invalid F conversion of G descriptor for values close to powers of 10) 2011-04-20 04:18:25 +00:00