summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-01-28config: replace deprecated AC_HELP_STRING with AS_HELP_STRINGGaetan Nadon1-3/+3
2011-01-12Convert ALLOCATE_LOCAL + sprintf to XtAsprintfAlan Coopersmith1-15/+10
2011-01-12Convert ResConfig.c to use XtAsprintf() instead of XtMalloc + sprintfAlan Coopersmith1-31/+9
2011-01-12Add XtAsprintf() as a new exported APIAlan Coopersmith7-4/+72
2010-12-22Convert some sprintf calls to snprintfAlan Coopersmith2-3/+4
2010-12-05config: AC_PROG_CC is provided by XORG_DEFAULT_OPTIONS nowAlan Coopersmith1-1/+0
2010-12-05config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSAlan Coopersmith1-4/+5
2010-12-05Remove ancient #if defined(macII) hack for A/UX from makestrs.cAlan Coopersmith1-3/+0
2010-12-05Remove non-USE_SNPRINTF case from src/Error.cAlan Coopersmith2-18/+2
2010-11-10remove strcmp in src/ResConfig.cwalter harms1-1/+1
2010-11-10QueryEventMask: fix NULL checkwalter harms1-11/+15
2010-11-10src/Resource.c: Fix possible NULL accesswalter harms1-2/+4
2010-11-10XtFree() can handle NULL , remove checkwalter harms1-3/+2
2010-10-28libXt 1.0.9libXt-1.0.9Alan Coopersmith1-1/+2
2010-10-06Purge cvs tags.Jesse Adkins200-712/+2
2010-10-05makestrs: Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONSGaetan Nadon1-7/+1
2010-10-05makestrs: Use $(SED) from AC_PROG_SED supplied by XORG_DEFAULT_OPTIONSGaetan Nadon1-2/+0
2010-10-05makestrs: remove unsed $(appman_DATA)Gaetan Nadon1-1/+1
2010-10-05Honor that GetClassActions() may return NULL.walter harms1-3/+5
2010-09-23Sun's copyrights belong to Oracle nowAlan Coopersmith45-45/+45
2010-09-23Bug 1478: Selection.c damages user error handler functionRyan Hajdaj1-2/+3
2010-09-22fix dereference in TMprint.cwalter harms1-3/+7
2010-08-17man: whitespace managementGaetan Nadon1-458/+457
2010-08-17man: store shadow man pages in git rather than generating themGaetan Nadon161-289/+165
2010-08-06man: using the C preprocessor is not required for man pages.Gaetan Nadon2-43/+5
2010-06-08Move Xt specs from xorg-docs moduleAlan Coopersmith27-3/+28563
2010-05-19Move sm from Requires to Requires.private in xt.pcAlan Coopersmith1-2/+2
2010-04-16Bug 26943: wrong dependencies in xt.pc.inAlan Coopersmith1-1/+1
2010-04-05config: update and relocate AX_DEFINE_DIR macroGaetan Nadon3-3/+9
2010-04-04Use automake silent rules for BUILT_SOURCES generationYaakov Selkowitz1-6/+6
2010-03-29config: update AC_PREREQ statement to 2.60Gaetan Nadon1-1/+1
2010-03-29config: remove the pkgconfig pc.in file from EXTRA_DISTGaetan Nadon1-1/+0
2010-03-27config: remove execute permission on configureation fileGaetan Nadon1-0/+0
2010-03-15libXt 1.0.8libXt-1.0.8Rémi Cardona1-1/+1
2010-01-14Update Sun license notices to current X.Org standard formAlan Coopersmith45-613/+1037
2010-01-14COPYING: add missing copyright noticesGaetan Nadon1-0/+54
2009-12-11darwin: xnu doesn't support poll on ttys on the master side.Jeremy Huddleston1-3/+2
2009-12-07Fix make distcheck (./util/makestrs.1 left after distclean)Alan Coopersmith1-1/+1
2009-12-07Don't install makestrs on the systemRémi Cardona2-14/+0
2009-11-27Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon1-0/+1
2009-10-28INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon4-231/+5
2009-10-27Deploy the new XORG_DEFAULT_OPTIONS #24242Gaetan Nadon1-2/+3
2009-10-26Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon1-2/+1
2009-10-22.gitignore: use common defaults with custom section # 24239Gaetan Nadon4-18/+67
2009-10-21This is not a GNU project, so declare it foreign.Jeremy Huddleston1-1/+1
2009-10-08libXt 1.0.7libXt-1.0.7Alan Coopersmith1-1/+1
2009-10-08Replace AC_DEFINE_DIR with AX_DEFINE_DIR from Autoconf ArchiveAlan Coopersmith2-14/+11
2009-10-06Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith4-83/+77
2009-10-06Use make rules instead of shell for loops to generate shadow man pagesAlan Coopersmith1-220/+276
2009-08-25Link against libICEJulien Cristau1-1/+1