Path to this page:
Subject: CVS commit: pkgsrc/x11/libXt
From: Thomas Klausner
Date: 2015-05-01 10:44:16
Message id: 20150501084416.4355B98@cvs.netbsd.org
Log Message:
Update to 1.1.5:
Alan Coopersmith (8):
Revert "Avoid shadowing variables."
If CFLAGS_FOR_BUILD is not set, include CWARNFLAGS in default value
makestrs: use strchr() instead of index()
makestrs: Replace malloc()+strcpy() calls with strdup() calls
makestrs: Replace strcpy()+strcat() calls with snprintf() calls
makestrs: Use asprintf() if available
unifdef -UCRAY -UCRAY2
libXt 1.1.5
Gaetan Nadon (1):
Use $(MKDIR_P) in Makefile.am for better code portability
Jon TURNEY (2):
Include direct.h header for _getdrives() on Win32
Include unistd.h for getpid()
Rob Clark (1):
asprintf needs _GNU_SOURCE on some platforms
Thierry Reding (1):
Fix cross-compilation
Thomas Klausner (7):
Add missing comma to fix DEBUG build.
Use appropriate variable type for vsnprintf return value.
Mark non-returning function with appropriate attribute.
Ignore test-driver from automake-1.13.
Avoid shadowing variables.
Fix char vs. unsigned char warnings.
Use string.h instead of X11/Xos.h.
Yaakov Selkowitz (1):
Fix _XtInherit on x86_64 Windows
Files: