OSDN Git Service

2011-05-23 Jonathan Wakely <jwakely.gcc@gmail.com>
[pf3gnuchains/gcc-fork.git] / libiberty / ChangeLog
index bc02da4..0e88ea3 100644 (file)
@@ -1,3 +1,50 @@
+2011-04-20  Jim Meyering  <meyering@redhat.com>
+
+       * cp-demint.c (cplus_demangle_v3_components): Remove useless
+       if-before-free.
+       * cplus-dem.c (squangle_mop_up): Likewise.
+       (delete_non_B_K_work_stuff): Likewise.
+       * pex-common.c (pex_free): Likewise.
+       * pex-msdos.c (pex_msdos_cleanup): Likewise.
+       * pex-win32.c (mingw_rootify, msys_rootify): Likewise.
+       (win32_spawn): Likewise.
+       * regex.c (FREE_VAR, weak_alias): Likewise.
+       * spaces.c (spaces): Likewise.
+
+2011-04-10  Jim Meyering  <meyering@redhat.com>
+
+       Avoid memory overrun in a test leading to potential double-free.
+       * testsuite/test-expandargv.c (writeout_test): Fix off-by-one error:
+       i.e., do copy the trailing NUL byte.
+
+2011-03-31  Tristan Gingold  <gingold@adacore.com>
+
+       * makefile.vms (OBJS): Add filename_cmp.obj
+
+2011-02-28  Kai Tietz  <kai.tietz@onevision.com>
+
+       * filename_cmp.c (filename_ncmp): New function.
+       * functions.texi: Regenerated.
+
+2011-02-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * splay-tree.c: Escape wrapping newlines in texinfo markup
+       with '@', to fix function declaration output rendering.
+       * gather-docs: Relax and improve macro name matching to actually
+       match all current names and to allow input line wrapping.
+       * bsearch.c, concat.c, crc32.c, fnmatch.txh, fopen_unlocked.c,
+       hashtab.c, insque.c, make-relative-prefix.c, memchr.c, memcmp.c,
+       memcpy.c, memmem.c, memmove.c, mempcpy.c, memset.c,
+       pexecute.txh, random.c, setenv.c, setproctitle.c,
+       simple-object.txh, snprintf.c, stpncpy.c, strncmp.c, strtod.c,
+       strtol.c, vasprintf.c, vprintf.c, vsnprintf.c, xmemdup.c:
+       Wrap long texinfo input lines.
+       * functions.texi: Regenerate.
+
+2011-01-18  Mike Frysinger  <vapier@gentoo.org>
+
+       * .gitignore: New file.
+
 2010-12-08  Doug Evans  <dje@google.com>
 
        * splay-tree.c (splay_tree_foreach_helper): Remove arg `sp',