diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-12-10 10:56:18 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-12-10 10:56:18 +0000 |
commit | 3d03fdbfe443cfea53a51def8275f200d4aa0617 (patch) | |
tree | c912d1de6d22f66df2e5439bffa478b910790a64 /ChangeLog | |
parent | f4fad0c741636d017aefd76d58e271466696cc6f (diff) | |
download | pango-3d03fdbfe443cfea53a51def8275f200d4aa0617.tar.gz |
Bug 399573 – replace strtoul in pango-markup.c with pango_scan_int()
2007-12-10 Behdad Esfahbod <behdad@gnome.org>
Bug 399573 – replace strtoul in pango-markup.c with pango_scan_int()
* pango/pango-markup.c (span_parse_func): Use pango_scan_int() and
improve error message on parse failure.
svn path=/trunk/; revision=2520
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2007-12-10 Behdad Esfahbod <behdad@gnome.org> + Bug 399573 – replace strtoul in pango-markup.c with pango_scan_int() + + * pango/pango-markup.c (span_parse_func): Use pango_scan_int() and + improve error message on parse failure. + +2007-12-10 Behdad Esfahbod <behdad@gnome.org> + Bug 478914 – Use something invalid instead of '?' when validating input text |