free-sw/xcb/libxcb
18 years agoMore return value changes, and make _xcb_in_read_packet static since it is not called...
Jamey Sharp [Thu, 23 Feb 2006 20:15:09 +0000 (12:15 -0800)]
More return value changes, and make _xcb_in_read_packet static since it is not called from outside xcb_in.c.

18 years agoMore return value changes.
Jamey Sharp [Thu, 23 Feb 2006 19:50:12 +0000 (11:50 -0800)]
More return value changes.

18 years agoMake the return value of _xcb_conn_wait boolean, instead of syscall-like.
Jamey Sharp [Thu, 23 Feb 2006 18:17:40 +0000 (10:17 -0800)]
Make the return value of _xcb_conn_wait boolean, instead of syscall-like.

18 years agoBugfix: move request_written update *before* _xcb_conn_wait in _xcb_out_flush. Otherw...
Jamey Sharp [Thu, 23 Feb 2006 07:38:16 +0000 (23:38 -0800)]
Bugfix: move request_written update *before* _xcb_conn_wait in _xcb_out_flush. Otherwise a reply may be read before we record that we have sent the request, and then XCB gets... confused.

18 years agoRemove USE_THREAD_ASSERT compile option. _xcb_conn_wait can no longer be re-entered...
Jamey Sharp [Thu, 23 Feb 2006 07:11:36 +0000 (23:11 -0800)]
Remove USE_THREAD_ASSERT compile option. _xcb_conn_wait can no longer be re-entered, since we have no callback hooks now.

18 years agoRemove vestiges of adjacent request combining implementation. It is very dead.
Jamey Sharp [Thu, 23 Feb 2006 07:09:29 +0000 (23:09 -0800)]
Remove vestiges of adjacent request combining implementation. It is very dead.

18 years agoControl debugging, optimization, and warning flags all independently.
Jamey Sharp [Mon, 20 Feb 2006 08:41:39 +0000 (00:41 -0800)]
Control debugging, optimization, and warning flags all independently.

18 years agoMerge branch 'master' of git+ssh://git.freedesktop.org/git/xcb
Jamey Sharp [Sun, 19 Feb 2006 07:57:18 +0000 (23:57 -0800)]
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb

18 years agoUpdate .gitignores for .o files and autofoo stuff.
Jamey Sharp [Sun, 19 Feb 2006 07:57:14 +0000 (23:57 -0800)]
Update .gitignores for .o files and autofoo stuff.

18 years agoAdd missing entries to .gitignore files.
Eric Anholt [Sun, 19 Feb 2006 07:05:32 +0000 (23:05 -0800)]
Add missing entries to .gitignore files.

18 years agoMerge branch 'master' of git+ssh://anholt@git.freedesktop.org/git/xcb
Eric Anholt [Sun, 19 Feb 2006 06:57:42 +0000 (22:57 -0800)]
Merge branch 'master' of git+ssh://anholt@git.freedesktop.org/git/xcb

18 years agoMove .cvsignore to .gitignore.
Eric Anholt [Sun, 19 Feb 2006 06:56:03 +0000 (22:56 -0800)]
Move .cvsignore to .gitignore.

18 years agoQuit defining _XOPEN_SOURCE. We never needed it...
Jamey Sharp [Sun, 19 Feb 2006 04:03:35 +0000 (20:03 -0800)]
Quit defining _XOPEN_SOURCE. We never needed it...

18 years agoRemove the old ChangeLog file. GIT makes that obsolete.
Jamey Sharp [Sun, 19 Feb 2006 03:23:33 +0000 (19:23 -0800)]
Remove the old ChangeLog file. GIT makes that obsolete.

18 years agoWorkaround X server bug, fd.o #3210: if a GLXGetFBConfigs request is sent, fix the...
Jamey Sharp [Sun, 19 Feb 2006 02:12:40 +0000 (18:12 -0800)]
Workaround X server bug, fd.o #3210: if a GLXGetFBConfigs request is sent, fix the length field in the reply.

18 years agoRemove xcl and CVSROOT.
Josh Triplett [Sun, 19 Feb 2006 00:49:41 +0000 (16:49 -0800)]
Remove xcl and CVSROOT.