fix license quoting in files.yaml
[gnulib.git] / m4 / vasnprintf.m4
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-11-30 Paul Eggertdup, execute, fatal-signal, etc.: no 'static inline'
2012-04-04 Ian BeckwithMerge branch 'stable'
2012-03-31 Ian BeckwithMerge tag 'snapshot-start' into stable
2012-02-05 Paul Eggertmaint: spelling fixes
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-12-11 Ian BeckwithMerge branch 'stable'
2011-12-11 Ian BeckwithMerge commit 'b572c3a256e7bf1e4eecc8c36448c08093240a6a...
2011-10-15 Bruno Haiblevasnprintf: Optimize bit search operation.
2011-09-14 Bruno HaibleProperly quote AC_CHECK_DECLS' 4th argument.
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-12-16 Ian BeckwithMerge branch 'stable'
2010-12-16 Ian BeckwithMerge branch 'upstream' into stable
2010-11-20 Bruno HaibleEnsure that <features.h> is included before __GLIBC__...
2010-04-19 Ian BeckwithMerge branch 'stable'
2010-04-19 Bruno Haiblevasnprintf: Correct handling of unconvertible wide...
2010-04-10 Bruno Haiblevasnprintf: Correct handling of unconvertible wide...
2010-01-08 Ian BeckwithMerge branch 'stable'
2010-01-08 Ian BeckwithMerge commit '12319ff4e84ca616a671216d991dd6eaf1c39c47...
2010-01-01 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-05-03 Bruno HaibleAvoid warning about use AC_REQUIRE in recent autoconf.
2009-02-26 Bruno HaibleFix *printf behaviour regarding the %ls directive.
2009-02-24 Bruno Haiblevasnprintf: Fix invalid read past end of memory block.
2009-01-14 Jim Meyeringmany *.m4 files: improve m4 quoting
2008-03-30 Karl BerryMerge branch 'master' of ssh://karl@git.sv.gnu.org...
2008-03-30 Bruno HaibleUse module 'EOVERFLOW' rather than defining an EOVERFLO...
2008-02-07 Bruno HaibleFix *printf behaviour regarding the left-adjust flag...
2007-11-11 Bruno HaibleAlign checks for ptrdiff_t.
2007-11-04 Bruno HaibleFix *printf behaviour for large precisions on mingw...
2007-11-03 Bruno HaibleFix *printf behaviour in out-of-memory situations on...
2007-06-11 Bruno HaibleAdd support for Unicode strings (both as output format...
2007-06-10 Bruno HaibleTest for _snprintf (missing since 2003-11-16).
2007-06-06 Bruno HaibleFix typo.
2007-05-20 Bruno HaibleFix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
2007-05-19 Bruno HaibleFix *printf result for NaN, Inf, -0.0 on mingw.
2007-05-18 Bruno HaibleAdd support for 'long double' number output.
2007-05-06 Bruno HaibleWork around an incorrect implementation of the 0 flag...
2007-05-06 Bruno HaibleWork around lack of support of grouping flag.
2007-04-11 Bruno HaibleImplement the %F directive if the system doesn't implem...
2007-04-06 Bruno HaibleAssume 'long double' exists.
2007-03-26 Bruno HaibleNo tabs please.
2007-03-26 Eric Blake* m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A...
2007-03-26 Eric Blake* m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A...
2007-03-26 Bruno HaibleDon't use unportable shell statement.
2007-03-26 Bruno HaiblePrefer nl_langinfo over localeconv.
2007-03-07 Bruno HaibleTest for vasnprintf in the macro that need it.
2007-03-05 Bruno HaibleSmall reorganization.
2007-03-04 Bruno HaibleNew module 'vasnprintf-posix'.
2006-10-27 Bruno HaibleAssume that the C compiler understands the 'signed...
2006-10-11 Bruno HaibleUse HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
2005-01-18 Bruno HaibleUse an all-permissive copyright notice, recommended...
2004-09-09 Bruno HaibleProvide a substitute for EOVERFLOW if <errno.h> doesn...
2004-06-01 Paul EggertMerge from coreutils CVS.
2004-04-18 Jim MeyeringChange jm_ to gl_ in AC_DEFINE'd names. Update all...
2003-11-25 Bruno HaibleUse size_t instead of ssize_t.
2003-11-17 Bruno HaibleUse xsize.h to protect against memory size overflows.
2003-08-11 Bruno HaibleWork around the lack of wcslen() on Solaris 2.5.1.
2003-01-30 Bruno HaibleNew modules vasnprintf and vasprintf.