Find a file
Alan Coopersmith b90bcfbb7a gitlab CI: drop the ci-fairy check-mr job
The only thing this checked was the checkbox for allowing maintainers to
edit the MR. Changed permissions checks now fail this job but luckily
the setting it checked has been the default for years anyway so we can
drop it.

https://gitlab.freedesktop.org/freedesktop/ci-templates/-/issues/81

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/lib/libxcb-errors/-/merge_requests/9>
2026-01-25 13:00:41 -08:00
m4@c617eee22a Update m4 to xorg/util/xcb-util-m4@c617eee22ae5c285e79e81 2022-07-20 14:58:19 -07:00
src Re-add a missing length check 2015-04-06 16:18:22 +02:00
tests Fix tests 2023-12-08 17:43:53 +01:00
.gitignore Add an autotools-based build system 2015-03-25 10:32:21 +01:00
.gitlab-ci.yml gitlab CI: drop the ci-fairy check-mr job 2026-01-25 13:00:41 -08:00
.gitmodules Update submodule URL from anongit to gitlab 2024-09-07 11:35:30 -07:00
autogen.sh autogen: add default patch prefix 2022-07-24 14:07:36 -07:00
configure.ac xcb-util-errors 1.0.1 2022-10-18 18:10:25 -07:00
COPYING Add COPYING file 2015-04-26 15:59:16 +02:00
KNOWN_ISSUES Update doxygen comments 2015-04-05 14:59:16 +02:00
Makefile.am Add README.md 2022-10-18 18:23:00 -07:00
NEWS set version to 1.0 2015-04-26 16:07:45 +02:00
README.md Add README.md 2022-10-18 18:23:00 -07:00
xcb-errors.pc.in Add xcb-proto version to xcb-errors.pc 2015-04-06 16:37:22 +02:00

xcb-util-errors is a utility library that gives human readable names to error codes and event codes and also to major and minor numbers.

The necessary information is drawn from xcb-proto's protocol descriptions.

This library is especially useful when working with extensions and is mostly useful for debugging.

All questions regarding this software should be directed at the XCB mailing list:

https://lists.x.org/mailman/listinfo/xcb

The primary development code repository can be found at:

https://gitlab.freedesktop.org/xorg/lib/libxcb-errors

Please submit bug reports and requests to merge patches there.

For patch submission instructions, see:

https://www.x.org/wiki/Development/Documentation/SubmittingPatches