summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2000-11-05 18:09:16 +0000
committerHavoc Pennington <hp@src.gnome.org>2000-11-05 18:09:16 +0000
commit194ae568820ef0717363c0e4e1f3371abd27f6ad (patch)
treec043270a9ad26c5926ef2da663ebd279ea409f91 /ChangeLog.pre-2-10
parent7e85ae4f28d15c6a6d138e32fa92f895b43606f2 (diff)
downloadglib-194ae568820ef0717363c0e4e1f3371abd27f6ad.tar.gz
inline docs (unescape_text): properly check strtoul for failure.
2000-11-05 Havoc Pennington <hp@pobox.com> * gmarkup.c: inline docs (unescape_text): properly check strtoul for failure. * gerror.c (g_propagate_error): Free the src error if the dest location is NULL - I'm pretty sure that's what this function was supposed to do.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-103
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index c184cf286..4199a7d2c 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,5 +1,8 @@
2000-11-05 Havoc Pennington <hp@pobox.com>
+ * gmarkup.c: inline docs
+ (unescape_text): properly check strtoul for failure.
+
* gerror.c (g_propagate_error): Free the src error if the dest
location is NULL - I'm pretty sure that's what this function was
supposed to do.