mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-05 18:48:55 +01:00
Forgot to actually switch to trio if snprintf() isn't good enough.
2003-08-08 Matthias Clasen <maclas@gmx.de> * configure.in: Forgot to actually switch to trio if snprintf() isn't good enough.
This commit is contained in:
committed by
Matthias Clasen
parent
b09c3ff50b
commit
63ac98ef80
@@ -1,3 +1,7 @@
|
|||||||
|
2003-08-08 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* configure.in: Forgot to actually switch to trio if snprintf() isn't good enough.
|
||||||
|
|
||||||
2003-08-07 Matthias Clasen <maclas@gmx.de>
|
2003-08-07 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* glib/trio/trio.c (trio_snprintf, trio_vsnprintf): Accept NULL buffer if max is zero.
|
* glib/trio/trio.c (trio_snprintf, trio_vsnprintf): Accept NULL buffer if max is zero.
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-08-08 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* configure.in: Forgot to actually switch to trio if snprintf() isn't good enough.
|
||||||
|
|
||||||
2003-08-07 Matthias Clasen <maclas@gmx.de>
|
2003-08-07 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* glib/trio/trio.c (trio_snprintf, trio_vsnprintf): Accept NULL buffer if max is zero.
|
* glib/trio/trio.c (trio_snprintf, trio_vsnprintf): Accept NULL buffer if max is zero.
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-08-08 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* configure.in: Forgot to actually switch to trio if snprintf() isn't good enough.
|
||||||
|
|
||||||
2003-08-07 Matthias Clasen <maclas@gmx.de>
|
2003-08-07 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* glib/trio/trio.c (trio_snprintf, trio_vsnprintf): Accept NULL buffer if max is zero.
|
* glib/trio/trio.c (trio_snprintf, trio_vsnprintf): Accept NULL buffer if max is zero.
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-08-08 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* configure.in: Forgot to actually switch to trio if snprintf() isn't good enough.
|
||||||
|
|
||||||
2003-08-07 Matthias Clasen <maclas@gmx.de>
|
2003-08-07 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* glib/trio/trio.c (trio_snprintf, trio_vsnprintf): Accept NULL buffer if max is zero.
|
* glib/trio/trio.c (trio_snprintf, trio_vsnprintf): Accept NULL buffer if max is zero.
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-08-08 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* configure.in: Forgot to actually switch to trio if snprintf() isn't good enough.
|
||||||
|
|
||||||
2003-08-07 Matthias Clasen <maclas@gmx.de>
|
2003-08-07 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* glib/trio/trio.c (trio_snprintf, trio_vsnprintf): Accept NULL buffer if max is zero.
|
* glib/trio/trio.c (trio_snprintf, trio_vsnprintf): Accept NULL buffer if max is zero.
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-08-08 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* configure.in: Forgot to actually switch to trio if snprintf() isn't good enough.
|
||||||
|
|
||||||
2003-08-07 Matthias Clasen <maclas@gmx.de>
|
2003-08-07 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* glib/trio/trio.c (trio_snprintf, trio_vsnprintf): Accept NULL buffer if max is zero.
|
* glib/trio/trio.c (trio_snprintf, trio_vsnprintf): Accept NULL buffer if max is zero.
|
||||||
|
|||||||
@@ -710,6 +710,9 @@ fi
|
|||||||
if test "$ac_cv_func_vsnprintf_c99" != "yes" ; then
|
if test "$ac_cv_func_vsnprintf_c99" != "yes" ; then
|
||||||
need_trio=yes
|
need_trio=yes
|
||||||
fi
|
fi
|
||||||
|
if test "$ac_cv_func_snprintf_c99" != "yes" ; then
|
||||||
|
need_trio=yes
|
||||||
|
fi
|
||||||
if test "$ac_cv_func_printf_unix98" != "yes" ; then
|
if test "$ac_cv_func_printf_unix98" != "yes" ; then
|
||||||
need_trio=yes
|
need_trio=yes
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user