OSDN Git Service

2006-12-04 Kazunori Asayama <asayama@sm.sony.co.jp>
[pf3gnuchains/pf3gnuchains4x.git] / newlib / ChangeLog
index 8ce2495..119c0a6 100644 (file)
@@ -1,3 +1,34 @@
+2006-12-04  Kazunori Asayama  <asayama@sm.sony.co.jp>
+
+       * testsuite/newlib.string/tstring.c: 
+
+2006-12-01  Kazunori Asayama  <asayama@sm.sony.co.jp>
+
+       * libc/machine/spu/strchr.c: Fix mask for misaligned string.
+       * libc/machine/spu/strrchr.c: Ditto.
+
+2006-11-30  Lev Bishop  <lev.bishop@gmail.com>
+
+       * libc/include/math.h: Allow C99 functions/macros to be
+       defined for C++ even when __STRICT_ANSI__.
+
+2006-11-29  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * libc/stdio/makebuf.c (__smakebuf): If dealing with
+       an asprintf-family buffer, make the default initial size 64.
+
+2006-11-29  Eric Blake  <ebb9@byu.net>
+
+       * libc/stdio/fvwrite.c (__sfvwrite_r): Avoid off-by-one error in
+       asprintf, as well as quadratic realloc behavior.
+
+2006-11-29  Kazunori Asayama  <asayama@sm.sony.co.jpi
+
+       * libc/machine/spu/memset.c: Fix type of explicit cast.
+       * libc/machine/spu/strncmp.c: Add explicit cast.
+       * libc/machine/spu/strrchr.c: Ditto.
+       * libc/machine/spu/strspn.c: Ditto.
+
 2006-11-22  Luca Barbato  <lu_zero@gentoo.org>
 
        * libc/machine/spu/memcpy.c: Use spu_splats, explicit cast.