fix license quoting in files.yaml
[gnulib.git] / lib / mbswidth.c
2014-02-02 Ian BeckwithMerge tag 'snapshot-start' into stable
2014-02-02 Ian BeckwithMerge commit 'a39d4083cab589d7cd6a13e8a4b8db8875261d75'
2014-01-01 Eric Blakemaint: update copyright
2013-08-05 Ian BeckwithMerge branch 'stable'
2013-08-05 Ian BeckwithMerge tag 'snapshot-start' into stable
2013-01-01 Eric Blakemaint: update all copyright year number ranges
2012-04-04 Ian BeckwithMerge branch 'stable'
2012-03-31 Ian BeckwithMerge tag 'snapshot-start' into stable
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-04-13 Ian BeckwithMerge branch 'stable'
2011-04-11 Ian BeckwithMerge commit 'snapstart' into stable
2011-03-12 Bruno Haiblewcswidth, mbswidth: Avoid integer overflow.
2011-02-16 Ian BeckwithMerge branch 'stable'
2011-02-11 Ian BeckwithMerge branch 'upstream' into stable
2011-01-01 Jim Meyeringmaint: update almost all copyright ranges to include...
2010-01-08 Ian BeckwithMerge branch 'stable'
2010-01-08 Ian BeckwithMerge commit '441aa3044f43e5572f58c354f01e6bc070acd5c7'
2010-01-08 Ian BeckwithMerge commit '12319ff4e84ca616a671216d991dd6eaf1c39c47...
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-14 Ian BeckwithMerge branch 'upstream' into stable
2009-12-10 Bruno HaibleUse spaces for indentation, not tabs.
2008-12-22 Bruno HaibleRemove HAVE_MBRTOWC conditionals. Use mbrtowc unconditi...
2007-10-07 Bruno HaibleChange copyright notice from GPLv2+ to GPLv3+.
2007-07-07 Bruno HaibleRemove the wcwidth.h file. Move wcwidth's declaration...
2007-01-16 Eric Blake* modules/fnmatch (Depends-on): Depend on wchar.
2006-12-27 Paul Eggert* lib/mbchar.h: Just include <wctype.h>; the wctype...
2006-09-14 Bruno HaibleInclude <config.h> unconditionally.
2006-07-28 Bruno HaibleAssume an ASCII compatible wide character encoding.
2006-07-04 Bruno HaibleAssume ANSI C.
2006-06-28 Bruno HaibleFixes after wcwidth module creation.
2006-06-28 Eric Blake* mbchar.h (wcwidth): Include wcwidth.h.
2005-05-14 Paul Eggert*** empty log message ***
2005-04-11 Bruno HaibleAdd comment about possible integer overflow.
2004-11-08 Bruno HaibleUse British English, not German English.
2004-03-18 Bruno HaibleFix portability problem with Tru64 and BSD/OS.
2003-07-31 Paul EggertFix comments to identify Solaris versions using the...
2002-11-19 Bruno HaibleStandard specification idiom. Make mbswidth.h self...
2002-11-19 Bruno HaibleMove to ANSI C.
2001-08-04 Jim MeyeringDon't include <limits.h>.
2001-02-17 Jim Meyering(mbrtowc, mbsinit):
2000-12-08 Jim Meyering(mbsnwidth): Don't loop endlessly when called with an
2000-09-09 Jim MeyeringRename ISASCII to IN_CTYPE_DOMAIN.
2000-07-24 Jim Meyering(mbswidth): Add a flags argument.
2000-07-24 Jim Meyering(_XOPEN_SOURCE): Don't define; this causes problems...
2000-07-17 Jim Meyeringfrom Bruno Haible.