verify: new macro 'assume'
[gnulib.git] / modules / wchar
2011-07-12 Bruno HaibleRename module 'warn-on-use' to 'snippet/warn-on-use'.
2011-07-12 Bruno HaibleRename module 'c++defs' to 'snippet/c++defs'.
2011-07-12 Bruno HaibleRename module 'arg-nonnull' to 'snippet/arg-nonnull'.
2011-06-08 Bruno Haiblegnulib-tool: Better isolation between different gnulib...
2011-05-29 Bruno HaibleAllow multiple gnulib generated include files to be...
2011-04-05 Bruno HaibleEnsure to rebuild generated .h files when config.status...
2011-02-08 Bruno HaibleSplit large sed scripts, for HP-UX sed.
2011-02-07 Bruno HaibleNew module 'wcswidth'.
2011-02-07 Bruno HaibleNew module 'wcstok'.
2011-02-07 Bruno HaibleNew module 'wcsstr'.
2011-02-07 Bruno HaibleNew module 'wcspbrk'.
2011-02-07 Bruno HaibleNew module 'wcsspn'.
2011-02-07 Bruno HaibleNew module 'wcscspn'.
2011-02-07 Bruno HaibleNew module 'wcsrchr'.
2011-02-07 Bruno HaibleNew module 'wcschr'.
2011-02-07 Bruno HaibleNew module 'wcsdup'.
2011-02-07 Bruno HaibleNew module 'wcsxfrm'.
2011-02-07 Bruno HaibleNew module 'wcscoll'.
2011-02-07 Bruno HaibleNew module 'wcsncasecmp'.
2011-02-07 Bruno HaibleNew module 'wcscasecmp'.
2011-02-07 Bruno HaibleNew module 'wcsncmp'.
2011-02-07 Bruno HaibleNew module 'wcscmp'.
2011-02-07 Bruno HaibleNew module 'wcsncat'.
2011-02-07 Bruno HaibleNew module 'wcscat'.
2011-02-07 Bruno HaibleNew module 'wcpncpy'.
2011-02-07 Bruno HaibleNew module 'wcsncpy'.
2011-02-07 Bruno HaibleNew module 'wcpcpy'.
2011-02-07 Bruno HaibleNew module 'wcscpy'.
2011-02-07 Bruno HaibleNew module 'wcsnlen'.
2011-02-07 Bruno HaibleNew module 'wcslen'.
2011-02-07 Bruno HaibleNew module 'wmemset'.
2011-02-07 Bruno HaibleNew module 'wmemmove'.
2011-02-07 Bruno HaibleNew module 'wmemcpy'.
2011-02-07 Bruno HaibleNew module 'wmemcmp'.
2011-02-06 Bruce Korblibposix: Revert the unreviewed part of yesterday's...
2011-02-05 Bruce Korblibposix: Add _HEADERS primaries to posix modules.
2011-02-05 Bruno HaibleNew module 'wmemchr'.
2010-11-20 Bruno HaibleEnsure that <features.h> is included before __GLIBC__...
2010-10-04 Bruno HaibleAvoid line length limitation from HP NonStop system...
2010-03-08 Bruno Haiblewchar: Avoid #define replacements in C++ mode.
2010-03-06 Bruno HaibleMore consistent naming of *.m4 files.
2010-01-20 Eric Blakewarn-on-use: use instead of link-warning
2009-12-31 Eric Blakelink-warning: always build headers with link warnings
2009-12-11 Bruno HaibleNew module 'arg-nonnull'. Declare which arguments expec...
2009-12-09 Bruno Haiblelink-warning: Add copyright notice.
2009-09-18 Eric Blakemaint: make Include sections of modules consistent
2009-08-22 Jim Meyeringannotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
2009-08-14 Eric Blakestddef: fix NetBSD 5.0 NULL bug, rather than working...
2009-05-01 Bruno HaibleReplace wcrtomb, wcsrtombs, wcsnrtombs if mbstate_t...
2008-12-22 Bruno HaibleWork around mbrlen() bugs on various platforms.
2008-12-21 Bruno HaibleNew module 'wcsnrtombs'.
2008-12-21 Bruno HaibleNew module 'wcsrtombs'.
2008-12-21 Bruno HaibleWork around a wcrtomb() bug on Solaris 10 and OSF/1...
2008-12-21 Bruno HaibleWork around a btowc() bug on IRIX 6.5.
2008-12-21 Bruno HaibleNew module 'wcrtomb'.
2008-12-21 Bruno HaibleNew module 'mbsnrtowcs'.
2008-12-21 Bruno HaibleOverride mbsrtowcs when redefining mbstate_t.
2008-12-21 Bruno HaibleWork around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
2008-12-21 Bruno HaibleWork around wctob bug on Solaris 9.
2008-12-20 Bruno HaibleEnsure wctob is declared on IRIX 6.5.
2008-12-20 Bruno HaibleNew module 'mbsrtowcs'.
2008-12-19 Bruno HaibleNew module 'mbrlen'.
2008-12-19 Bruno HaibleNew module 'mbrtowc'.
2008-12-19 Bruno HaibleNew module 'wctob'.
2008-12-17 Bruno HaibleNew module 'btowc'.
2008-12-17 Bruno HaibleNew module 'mbsinit'.
2008-09-20 Bruno HaibleEnsure that wint_t gets defined on IRIX 5.3.
2008-08-30 Bruno HaibleAvoid some "gcc -pedantic" warnings.
2007-10-01 Bruno HaibleRename wchar_.h to wchar.in.h.
2007-07-13 Bruno HaibleUse the synonymous term "LGPLv2+".
2007-07-07 Bruno HaibleRemove the wcwidth.h file. Move wcwidth's declaration...
2007-06-21 Paul Eggert* m4/include_next.m4 (gl_INCLUDE_NEXT): Define and...
2007-06-07 Bruno HaibleLinux uClibc built without wide character support lacks...
2007-05-17 Paul Eggert* lib/fcntl_.h: Prefer #include_next <foo.h> to #include
2007-01-13 Eric BlakeProvide a robust <wchar.h>. Further simplifications...