gcc/libdecnumber
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
..
bid Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
dpd decContext.h: Add extern "C" if compiling with C++. 2009-06-01 05:28:42 +00:00
.gitignore libdecnumber: start a gitignore 2011-03-29 01:58:42 +00:00
ChangeLog remove useless if-before-free tests 2011-04-20 18:19:03 +00:00
Makefile.in Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
aclocal.m4 configure: Regenerate. 2010-09-03 13:16:24 +00:00
config.in Regenerate tree using Autoconf 2.64 and Automake 1.11. 2009-08-22 13:22:20 +00:00
configure ChangeLog config 2010-09-10 13:39:49 +02:00
configure.ac Don't set enable_decimal_float to dpd if DFP is disabled. 2010-09-06 07:52:54 -07:00
dconfig.h Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
decBasic.c Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
decCommon.c re PR c/41046 (decNumber leaves printf call in libgcc) 2009-08-13 16:54:28 +00:00
decCommonSymbols.h decCommonSymbols.h: Commit. 2008-01-25 18:47:12 +00:00
decContext.c sarray.c (sarray_free): Use old_buckets variable. 2009-11-28 21:31:39 +01:00
decContext.h decContext.h: Add extern "C" if compiling with C++. 2009-06-01 05:28:42 +00:00
decContextSymbols.h Makefile.in (libdecnumber_a_SOURCES): List Symbols headers. 2008-01-25 18:07:54 +00:00
decDPD.h decContext.h: Add extern "C" if compiling with C++. 2009-06-01 05:28:42 +00:00
decDPDSymbols.h decCommonSymbols.h: Commit. 2008-01-25 18:47:12 +00:00
decDouble.c Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
decDouble.h Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
decDoubleSymbols.h Makefile.in (libdecnumber_a_OBJS): Remove decUtility.o 2007-09-10 20:44:08 +00:00
decExcept.c Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
decExcept.h Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
decLibrary.c Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
decNumber.c remove useless if-before-free tests 2011-04-20 18:19:03 +00:00
decNumber.h decContext.h: Add extern "C" if compiling with C++. 2009-06-01 05:28:42 +00:00
decNumberLocal.h Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
decNumberSymbols.h Makefile.in (libdecnumber_a_SOURCES): List Symbols headers. 2008-01-25 18:07:54 +00:00
decPacked.c Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
decPacked.h Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
decPackedSymbols.h Makefile.in (libdecnumber_a_OBJS): Remove decUtility.o 2007-09-10 20:44:08 +00:00
decQuad.c Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
decQuad.h Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
decQuadSymbols.h Makefile.in (libdecnumber_a_OBJS): Remove decUtility.o 2007-09-10 20:44:08 +00:00
decRound.c Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
decRound.h Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
decSingle.c Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
decSingle.h Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
decSingleSymbols.h Makefile.in (libdecnumber_a_OBJS): Remove decUtility.o 2007-09-10 20:44:08 +00:00