summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-03-09nuke RCS IdsMatthieu Herrb
2008-03-07Solaris builds need to pass -intelabi to makestrs, even on SPARCAlan Coopersmith
For some reason, when Solaris moved to X11R6.0, the intelabi version of StringDefs.c/.h was used on SPARC, so now we're stuck with 10+ years of binaries built to use it.
2007-12-06Add missing PHONY line for automatic ChangeLog generationJames Cloos
2007-06-23Allow C++ apps to build using libXtJulien Cristau
2007-04-08Recalculate fd_set more aggressively (bug #808)Andreas Luik
select() can modify the fd set, so be a bit pessimistic and recalculate it more often.
2007-02-26Sync XtGetErrorDatabaseText() prototype with reality.Matthieu Herrb
2007-02-20added -flat_namespace to CFLAGS for DarwinBen Byer
2007-01-27Version bump: 1.0.5libXt-1.0.5Alan Coopersmith
2007-01-27Replace static ChangeLog with dist-hook to generate from git logAlan Coopersmith
2007-01-02Bug 9514: Markup error in makestrs.1x man pageEric S. Raymond
<https://bugs.freedesktop.org/show_bug.cgi?id=9514>
2006-12-09Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/lib/libXtJeremy C. Reed
2006-12-09Don't use "INSTALL" during the build because INSTALL may be set byJeremy C. Reed
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.
2006-11-08bump to 1.0.4libXt-1.0.4Daniel Stone
2006-10-27Fix .pc file with new autotools by using AC_DEFINE_DIR.Eric Anholt
With autoconf 2.60, $datadir now expands to use $datarootdir rather than just $prefix, so the .pc referenced the undefined $datarootdir. AC_DEFINE_DIR expands it all out for us.
2006-10-27Add more generated files to ignore.Eric Anholt
2006-10-13Bump to 1.0.3libXt-1.0.3Adam Jackson
2006-09-01Sun bug #4962001: Close memory leaks seen in Motif appsQiu-Yuan (Kathleen) Yang
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.
2006-09-01Add *~ to .gitignore to skip over emacs droppingsAlan Coopersmith
2006-08-30Generate the internal manpage section using __libmansuffix__David Nusinow
2006-07-13renamed: .cvsignore -> .gitignoreAlan Coopersmith
2006-05-12Bump to 1.0.2libXt-1_0_2XORG-7_1Adam Jackson
2006-04-30Fix ERRORDB definition for the case where ${prefix} != /usrMatthieu Herrb
2006-04-27Bump to 1.0.1libXt-1_0_1Adam Jackson
2006-02-12Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pagesXORG-7_0_99_901Alan Coopersmith
not created correctly when MANDIR & MANSUFFIX don't match.
2005-12-15Update package version number for final X11R7 release candidate.XORG-7_0XORG-6_99_99_904Kevin E Martin
2005-12-10Add configure option to install makestrs and its manpage.MODULAR_COPYKevin E Martin
Add makestrs man page.
2005-12-07Add configure option to set the build's app-default dir, and put the resultKevin E Martin
in the xt.pc file for applications to use.
2005-12-06Change *man_SOURCES ==> *man_PRE to fix autotools warnings.Kevin E Martin
2005-12-03Update package version number for X11R7 RC3 release.XORG-6_99_99_903Kevin E Martin
2005-12-03Add check and cflags for malloc(0) returning NULL.Kevin E Martin
2005-11-28Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
2005-11-23Bug #5003 <https://bugs.freedesktop.org/show_bug.cgi?id=5003> Patch #3763XORG-6_8_99_903Alan Coopersmith
<https://bugs.freedesktop.org/attachment.cgi?id=3763> Xorg code misuses S_IF* macros
2005-11-19Update pkgconfig files to separate library build-time dependencies fromKevin E Martin
application build-time dependencies, and update package deps to work with separate build roots.
2005-11-09Update package version number for X11R7 RC2 release.XORG-6_99_99_902Kevin E Martin
2005-11-08See ChangeLog entry 2005-11-07 for details.XORG-6_8_99_902Kean Johnson
2005-11-01Update pkgcheck dependencies to work with separate build roots.Kevin E Martin
2005-10-19Update package version number for RC1 release.XORG-6_99_99_901Kevin E Martin
2005-10-18Use $(INSTALL) instead of $(install_sh_DATA) for creating directories.Kevin E Martin
2005-10-18Split the 'install -d' over multiple lines so certain lame versions ofAdam Jackson
autotools don't flip out.
2005-10-18Add --with-xfile-search-path=<path> and default setting to match monolithAlan Coopersmith
XFileSearchPathDefault in Imake (including extra directories used in Debian section of linux.cf.)
2005-10-18Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions toAlan Coopersmith
work better with BSD make
2005-10-17Rename .shadows.DONE to shadows.DONE to avoid some make's thinking it's aAlan Coopersmith
suffix rule (reported by Matthieu Herrb)
2005-10-13Add generated man pages to .cvsignore fileAlan Coopersmith
2005-10-12configure.ac Set up cpp pre-processing of man pages Add shadow man pagesAlan Coopersmith
for man pages that document multiple functions.
2005-09-24Include <X11/XlibConf.h> to get correct XTHREADS settings in non-ImakeXORG-6_8_99_901Alan Coopersmith
builds.
2005-09-21Add checks for poll & snprintf & define old Imake names if found Enable XKBAlan Coopersmith
usage in Xt unless --disable-xkb is specified Set STRINGSABIOPTIONS for building StringDefs files on Solaris, SCO, and SVR4 systems.
2005-08-01Properly define BUILT_FILESXORG-6_99_99_900Adam Jackson
2005-08-01Move building of StringDefs files to src and fix them so that parallel makeKeith Packard
works right.
2005-07-29Various changes preparing packages for RC0:Kevin E Martin
- Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version
2005-07-22Bug #3824: <https://bugs.freedesktop.org/show_bug.cgi?id=3824> CorrectXORG-6_8_99_900XORG-6_8_99_16Alan Coopersmith
incomplete license statement from Sun.