2007-06-16 Emmanuele Bassi <ebassi@gnome.org>
* glib/tmpl/macros.sgml: Document the undefined behaviour of
CLAMP() if low > high. (#448260)
svn path=/trunk/; revision=5571
+2007-06-16 Emmanuele Bassi <ebassi@gnome.org>
+
+ * glib/tmpl/macros.sgml: Document the undefined behaviour of
+ CLAMP() if low > high. (#448260)
+
2007-06-13 Sven Neumann <sven@gimp.org>
* glib/glib-sections.txt
<!-- ##### MACRO CLAMP ##### -->
<para>
-Ensures that @x is between the limits set by @low and @high.
+Ensures that @x is between the limits set by @low and @high. If @low is
+greater than @high the result is undefined.
</para>
<para>
For example,