X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=8d7d115b1e59c0827eccf2e41db5d814a44ce7b4;hb=49549725af344962f45720d4d332d9cf0699ebcd;hp=a7bbb34eab3e8ffa06444d94ddd3177b2bb82e84;hpb=cde82ba3a73b7482132a950ac0d7cb0da67a2e1c;p=pspp diff --git a/ChangeLog b/ChangeLog index a7bbb34eab..8d7d115b1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2011-02-05 Bruno Haible + + New module 'wcpncpy'. + * modules/wcpncpy: New file. + * lib/wchar.in.h (wcpncpy): New declaration. + * lib/wcpncpy.c: New file. + * lib/wcpncpy-impl.h: New file, from libutf8 with modifications. + * m4/wcpncpy.m4: New file. + * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wcpncpy is declared. + (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCPNCPY, HAVE_WCPNCPY. + * modules/wchar (Makefile.am): Substitute GNULIB_WCPNCPY, HAVE_WCPNCPY. + * tests/test-wchar-c++.cc: Test the declaration of wcpncpy. + * doc/posix-functions/wcpncpy.texi: Mention the new module. + 2011-02-05 Bruno Haible New module 'wcsncpy'.