4 Commits

Author SHA1 Message Date
Alan Coopersmith
a3a85df9a6 Remove "All rights reserved" from Oracle copyright notices
Oracle no longer includes this term in our copyright & license notices.

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2023-02-25 09:26:20 -08:00
Jon Turney
608640b87d Fix Win32 build since c4ed2e06 "Add some unit testing utilities"
Provide Win32 replacements for realpath() and err.h
2019-10-25 18:37:51 +01:00
Alan Coopersmith
f54470dab5 Convert multiplying realloc calls to use reallocarray instead
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2019-08-03 19:31:14 -07:00
Alan Coopersmith
c4ed2e069d Add some unit testing utilities
The test/utils directory contains some standalone test programs for testing
libXfont funtionality without needing a full X server session.  They could
be used to generate automated unit testing in the future, but that work has
not yet been done.

[v2: updated original work from libXfont 1.5 to 2.0 API & makefiles]

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2019-08-03 13:54:35 -07:00