2015-05-01 10:44:16 by Thomas Klausner | Files touched by this commit (2) |
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
|
2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163) |
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
|
2014-03-10 12:05:54 by Jonathan Perkin | Files touched by this commit (57) |
Log message:
Search for pkgconfig files in lib${LIBABISUFFIX} and share directories
as appropriate. This is required for X11_TYPE=native on Red Hat Linux.
|
2013-06-23 07:39:56 by OBATA Akio | Files touched by this commit (1) |
Log message:
preprocessor is a tool.
|
2013-06-14 00:30:41 by Joerg Sonnenberger | Files touched by this commit (7) |
Log message:
Consistently use devel/tradcpp as preprocessor.
|
2013-05-31 10:27:17 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.1.4:
This release provides the fixes for the recently announced security issues
CVE-2013-2002 & CVE-2013-2005, along with other code & doc cleanups, build
fixes, automake compatibility changes, and packaging improvements.
Adam Jackson (1):
configure: Remove AM_MAINTAINER_MODE
Alan Coopersmith (5):
unifdef -U__UNIXOS2__
Unchecked return values of XGetWindowProperty [CVE-2013-2005]
unvalidated length in _XtResourceConfigurationEH [CVE-2013-2002]
Remove old strtoul workaround for SunOS 4
libXt 1.1.4
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Egbert Eich (2):
Install ErrorDB into a $datarootdir-path, not $libdir.
Add XtErrorDB directory to pkg-config file.
Eric S. Raymond (2):
Eliminate use of tab stops.
Remove unused macros that are temptations to presentation-level klugery.
Julien Cristau (1):
Add copyright notice and license from the X Consortium to COPYING
Thierry Reding (1):
Use AM_CPPFLAGS instead of INCLUDES
Thomas Klausner (2):
Avoid referencing something that isn't defined. Bring in the definition \
from another manual page.
Fix DEBUG build (TMparse.c:376:1: error: overflow in implicit constant \
conversion)
|
2013-05-10 02:40:27 by Taylor R Campbell | Files touched by this commit (1) |
Log message:
Fix x11/libXt cross-build.
The configure script, not just the makefile, needs to know about the
native C compiler.
ok agc
|
2012-10-29 06:07:25 by Aleksej Saushev | Files touched by this commit (563) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-06-03 19:33:41 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 1.1.3:
1.1.3:
This regression repair release reverts a regrettable revision.
1.1.2:
This release includes a good number of bug fixes, some initial unit tests
for checking several recent fixes, compiler warning cleanups, and build
configuration improvements.
The included documentation for the libXt API has been transformed into the
DocBook/XML format, to allow processing with the same toolchain as the rest
of the X.Org docs, producing better and more modern output formats, and
providing support for cross-linking with the other X.Org docs.
1.1.1:
This release fixes a longstanding crash on 64bit sparc, and a nasty bug
in the new XtAsprintf function added in 1.1.0.
1.1.0:
This release includes several bug fixes, as well as the usual set of recent
build configuration improvements & janitorial cleanups. The minor version
was bumped to indicate addition of XtAsprintf to exported API.
1.0.9:
This release includes several bug fixes, as well as the usual set
of recent build configuration improvements & janitorial cleanups.
|
2011-07-19 16:00:24 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
When building with clang, pull in devel/ucpp for the man page
processing. XXX should be fixed upstream to use sed
|