verify: new macro 'assume'
[gnulib.git] / lib / unistr /
2013-01-01 Eric Blakemaint: update all copyright year number ranges
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-01-21 Bruno HaibleMake uN_strstr functions O(n) worst-case.
2011-01-01 Jim Meyeringmaint: update almost all copyright ranges to include...
2010-11-20 Bruno HaiblePort to uClibc.
2010-11-13 Bruno Haibleunistr/u8-mbtouc: Improve handling of ill-formed UTF...
2010-11-13 Bruno HaibleUpdate comments.
2010-07-31 Bruno Haibleunistr/u8-strstr, unistr/u16-strstr: Optimize the one...
2010-07-31 Bruno Haibleunistr/u8-chr, unistr/u8-strchr: Optimize and add comments.
2010-07-31 Bruno Haibleunistr/u8-strchr: Fix several bugs.
2010-07-28 Bruno Haibleunistr/u*-chr, unistr/u*-strchr: Fix link errors and...
2010-07-28 Bruno HaibleUse spaces for indentation, not tabs.
2010-07-23 Paolo Bonziniunistr/u8-chr, unistr/u8-strchr: use Boyer-Moore like...
2010-07-18 Bruno Haibleunistr/u8-strchr: Optimize non-ASCII argument case.
2010-07-11 Pádraig Bradyunistr/u8-strchr: Optimize ASCII argument case.
2010-05-24 Bruno HaibleDon't use conversion with transliteration in u{8,16...
2010-01-10 Bruno Haibleunistr/u*-strcoll: Try harder to distinguish different...
2010-01-10 Bruno Haibleunistr/u*-stpncpy: Fix the return value.
2010-01-10 Bruno Haibleunistr/u8-mbsnlen: Fix return value for incomplete...
2010-01-09 Bruno Haibleunistr/u16-to-u32: Reject invalid input.
2010-01-09 Bruno Haibleunistr/u16-to-u8: Reject invalid input.
2010-01-09 Bruno Haibleunistr/u8-to-u32: Reject invalid input.
2010-01-09 Bruno Haibleunistr/u8-to-u16: Reject invalid input.
2010-01-01 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-29 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-10 Bruno HaibleUse spaces for indentation, not tabs.
2009-04-26 Bruno HaibleAvoid test failures on AIX and OSF/1.
2009-04-10 Bruno HaibleInside libunistring, define the function always.
2009-04-05 Bruno HaibleNew module 'unistr/u32-cmp2'.
2009-04-05 Bruno HaibleNew module 'unistr/u16-cmp2'.
2009-04-05 Bruno HaibleNew module 'unistr/u8-cmp2'.
2009-02-07 Bruno HaibleNew module 'unistr/u32-strcoll'.
2009-02-07 Bruno HaibleNew module 'unistr/u16-strcoll'.
2009-02-07 Bruno HaibleNew module 'unistr/u8-strcoll'.
2007-10-28 Bruno HaibleDefine and declare u{8,16}_uctomb_aux also if !HAVE_INLINE.
2007-10-07 Bruno HaibleChange copyright notice from LGPLv2.0+ to LGPLv3+.
2007-06-11 Bruno HaibleNew module unistr/u32-mbsnlen
2007-06-11 Bruno HaibleNew module 'unistr/u16-mbsnlen'.
2007-06-11 Bruno HaibleNew module 'unistr/u8-mbsnlen'.
2007-03-28 Bruno HaibleNew module 'unistr/u32-mbtoucr'.
2007-03-28 Bruno HaibleNew module 'unistr/u16-mbtoucr'.
2007-03-28 Bruno HaibleNew module 'unistr/u8-mbtoucr'.
2007-03-24 Bruno HaibleEnable the function only if HAVE_INLINE.
2007-03-24 Bruno HaibleMove to u16-uctomb-aux.c.
2007-03-24 Bruno HaibleMove to here from ucs4-utf16.c.
2007-03-24 Bruno HaibleMove to u8-uctomb-aux.c.
2007-03-24 Bruno HaibleMove to here from ucs4-utf8.c.
2007-03-24 Bruno HaibleMove to u16-mbtouc-unsafe-aux.c.
2007-03-24 Bruno HaibleMove to here from utf16-ucs4-unsafe.c.
2007-03-24 Bruno HaibleMove to u16-mbtouc-aux.c.
2007-03-24 Bruno HaibleMove to here from utf16-ucs4.c.
2007-03-24 Bruno HaibleMove to u8-mbtouc-unsafe-aux.c.
2007-03-24 Bruno HaibleMove to here from utf8-ucs4-unsafe.c.
2007-03-24 Bruno HaibleMove to u8-mbtouc-aux.c.
2007-03-24 Bruno HaibleMove to here from utf8-ucs4.c.
2007-03-24 Bruno HaibleDrop the include files utf8-ucs4.h, utf8-ucs4-unsafe...
2007-03-17 Bruno HaibleUpdate year.
2007-03-17 Bruno HaibleInclude <stdlib.h>, for malloc().
2007-03-17 Bruno HaibleInclude <stdlib>, for malloc().
2007-03-17 Bruno HaibleUndo last patch.
2007-03-17 Bruno HaibleInclude <stdlib.h>, for malloc().
2007-03-11 Bruno HaibleFix syntax error.
2007-01-28 Bruno HaibleRename u32-mbtouc-safe -> u32-mbtouc, u32_mbtouc_safe...
2007-01-28 Bruno HaibleMove to u32-mbtouc.c.
2007-01-28 Bruno HaibleMove to here from u32-mbtouc-safe.c.
2007-01-28 Bruno HaibleMove to u32-mbtouc-unsafe.c.
2007-01-28 Bruno HaibleMove to here from u32-mbtouc.c.
2007-01-28 Bruno HaibleRename utf16-ucs4-safe -> utf16-ucs4, u16_mbtouc_safe...
2007-01-28 Bruno HaibleMove to u16-mbtouc.c.
2007-01-28 Bruno HaibleMove to here from u16-mbtouc-safe.c.
2007-01-28 Bruno HaibleMove to utf16-ucs4.c.
2007-01-28 Bruno HaibleMove to here from utf16-ucs4-safe.c.
2007-01-28 Bruno HaibleMove to u16-mbtouc-unsafe.c.
2007-01-28 Bruno HaibleMove to here from u16-mbtouc.c.
2007-01-28 Bruno HaibleMove to utf16-ucs4-unsafe.c.
2007-01-28 Bruno HaibleMove to here from utf16-ucs4.c.
2007-01-28 Bruno HaibleRename utf8-ucs4-safe -> utf8-ucs4, u8_mbtouc_safe...
2007-01-28 Bruno HaibleMove to u8-mbtouc.c.
2007-01-28 Bruno HaibleMove to here from u8-mbtouc-safe.c.
2007-01-28 Bruno HaibleMove to utf8-ucs4.c.
2007-01-28 Bruno HaibleMove to here from utf8-ucs4-safe.c.
2007-01-27 Bruno HaibleMove to u8-mbtouc-unsafe.c.
2007-01-27 Bruno HaibleMove to here from u8-mbtouc.c.
2007-01-27 Bruno HaibleMove to utf8-ucs4-unsafe.c.
2007-01-27 Bruno HaibleMove to here from utf8-ucs4.c.
2007-01-26 Bruno HaibleVarious fixes.
2007-01-09 Bruno HaibleNew modules 'unistr/u8-uctomb', 'unistr/u16-uctomb...
2007-01-09 Bruno HaibleNew modules 'unistr/u8-strtok', 'unistr/u16-strtok...
2007-01-09 Bruno HaibleNew modules 'unistr/u8-strstr', 'unistr/u16-strstr...
2007-01-09 Bruno HaibleNew modules 'unistr/u8-strspn', 'unistr/u16-strspn...
2007-01-09 Bruno HaibleNew modules 'unistr/u8-strrchr', 'unistr/u16-strrchr...
2007-01-09 Bruno HaibleNew modules 'unistr/u8-strpbrk', 'unistr/u16-strpbrk...
2007-01-09 Bruno HaibleNew modules 'unistr/u8-strnlen', 'unistr/u16-strnlen...
2007-01-09 Bruno HaibleNew modules 'unistr/u8-strncpy', 'unistr/u16-strncpy...
2007-01-09 Bruno HaibleNew modules 'unistr/u8-strncmp', 'unistr/u16-strncmp...
2007-01-09 Bruno HaibleNew modules 'unistr/u8-strncat', 'unistr/u16-strncat...
2007-01-09 Bruno HaibleNew modules 'unistr/u8-strmbtouc', 'unistr/u16-strmbtou...
2007-01-09 Bruno HaibleNew modules 'unistr/u8-strmblen', 'unistr/u16-strmblen...
2007-01-09 Bruno HaibleNew modules 'unistr/u8-strlen', 'unistr/u16-strlen...
2007-01-09 Bruno HaibleNew modules 'unistr/u8-strdup', 'unistr/u16-strdup...
next