Age | Commit message (Collapse) | Author |
|
Most "compiler" warnings were actually sparse warnings, due to
assigning a integer to a pointer, or an external symbol without
a previous declaration.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
select() can modify the fd set, so be a bit pessimistic and recalculate
it more often.
|
|
build environment with settings for chown and make not work with
permissions of the builder. So use mkdir -p and cp instead. This
is for my bug #6599.
|
|
The function "GetResources" will return a copy of resources to the caller
and the caller has the responsibility to free the returned copy. However some
functions, such as "XtGetSubresources", "_XtGetResources", and
"XtGetApplicationResources" invoked "GetResources" without freeing the
returned resource copy.
|
|
|
|
|
|
|
|
<https://bugs.freedesktop.org/attachment.cgi?id=3763> Xorg code misuses
S_IF* macros
|
|
|
|
|
|
autotools don't flip out.
|
|
XFileSearchPathDefault in Imake (including extra directories used in
Debian section of linux.cf.)
|
|
|
|
works right.
|
|
incomplete license statement from Sun.
|
|
|
|
|
|
|
|
|
|
|
|
duplicate installation lines.
Add AM_CFLAGS to pass through XT_CFLAGS & X11_CFLAGS
|
|
|
|
- add build system for lib/Xt
|
|
attachment #2469 (https://bugs.freedesktop.org/attachment.cgi?id=2469):
fix uninitialized pointer in libXt on Win32. Reported by Dave Williss
|
|
(Thomas Dickey).
|
|
COMPOSITE extension's new macro. These appear to only be used
internally.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|