[Xcb-commit] xcb ChangeLog,1.73,1.74
Jamey Sharp
xcb-commit at lists.freedesktop.org
Mon Dec 12 15:40:49 PST 2005
Update of /cvs/xcb/xcb
In directory gabe:/tmp/cvs-serv5221
Modified Files:
ChangeLog
Log Message:
Rewrite XCBParseDisplay to handle all error cases correctly.
Thanks to Travis Spencer for pointing out a problem with
the previous sscanf call; turns out that sscanf won't do what
I want anyway, so this version just uses strtoul.
Index: ChangeLog
===================================================================
RCS file: /cvs/xcb/xcb/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -d -r1.73 -r1.74
--- ChangeLog 12 Dec 2005 23:38:16 -0000 1.73
+++ ChangeLog 12 Dec 2005 23:40:47 -0000 1.74
@@ -1,5 +1,13 @@
2005-12-12 Jamey Sharp <jamey at minilop.net>
+ * src/xcb_util.c:
+ Rewrite XCBParseDisplay to handle all error cases correctly.
+ Thanks to Travis Spencer for pointing out a problem with
+ the previous sscanf call; turns out that sscanf won't do what
+ I want anyway, so this version just uses strtoul.
+
+2005-12-12 Jamey Sharp <jamey at minilop.net>
+
* tests/check_public.c:
Fix segfault in fail_unless calls and provide more useful error
messages. Also remove DISPLAY from the environment and test
More information about the xcb-commit
mailing list