summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-11The ".BR" macro is used to join bold/regular text.Thomas E. Dickey
2019-04-06This cleans up the "easy" warning fixes which can be made using myThomas E. Dickey
2019-04-04FIX: add missing .fiWalter Harms
2019-04-04replace the use of .Ds/.De macro with the std. RS/.RE macroWalter Harms
2019-04-04remove space after < for include filenameWalter Harms
2019-04-03Merge branch 'master' of ssh://gitlab.freedesktop.org/xorg/lib/libxtWalter Harms
2019-04-02replace .ZN with .BRWalter Harms
2019-04-02Replace last two uses of .Pn with .ZNWalter Harms
2019-04-02bzero was marked "legacy" in POSIX 2001, and is not part of the later revisions.Thomas E. Dickey
2019-04-02Use standard size_t type in the casts for length-parameter of memcpy, memmoveThomas E. Dickey
2019-03-16update the "Ds" macro in the other files, for consistencyThomas E. Dickey
2019-03-16None of the versions of the "Ds" macro (going back to X11R4) worked withThomas E. Dickey
2019-03-16fix typo from last changeThomas E. Dickey
2019-03-16trim down the "De" macro by removing the parts that used never-defined registersThomas E. Dickey
2019-03-16cleanup undefined macros in manpagesThomas E. Dickey
2019-03-16split-up lines longer than 80 columns in manpagesThomas E. Dickey
2019-03-16fix typo from last stepThomas E. Dickey
2019-03-16trim undefined symbol "D" from ".Ds" macros in manpages.Thomas E. Dickey
2019-03-16workaround for obsolete macro/command ".ny", in the manpages since lateThomas E. Dickey
2019-03-15fix bug introduced byThomas E. Dickey
2019-03-12fix build when XT_GEO_TATTLER is definedThomas E. Dickey
2019-01-15resolv:assignment discards 'const' qualifier from pointer targetWalter Harms
2019-01-11no need to check XFree argumentsWalter Harms
2019-01-11resolv:shadows a global declarationWalter Harms
2019-01-11alloc+bzero == callocWalter Harms
2019-01-08resolv:assignment discards 'const' qualifier from pointer targetWalter Harms
2019-01-08no need to check args for freeWalter Harms
2019-01-08resolv:shadows a previous localWalter Harms
2019-01-08resolv:shadows a previous localWalter Harms
2019-01-08resolv:shadows a previous localWalter Harms
2019-01-08resolv:shadows a previous localWalter Harms
2019-01-08resolv:shadows a previous localWalter Harms
2019-01-08no need to check XFree argumentsWalter Harms
2018-12-07Update configure.ac bug URL for gitlab migrationAlan Coopersmith
2018-11-19Update README for gitlab migrationAlan Coopersmith
2018-03-24avoid -Wformat errors from clang when building with -DDEBUGRin Okuyama
2017-01-26autogen: add default patch prefixMihail Konev
2017-01-26autogen.sh: use quoted string variablesEmil Velikov
2017-01-26autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer
2016-09-08darwin: Don't build libXt with -flat_namespaceJeremy Huddleston Sequoia
2015-09-27Get rid of some extraneous ; at the end of C source linesAlan Coopersmith
2015-04-30libXt 1.1.5libXt-1.1.5Alan Coopersmith
2015-04-21Fix _XtInherit on x86_64 WindowsYaakov Selkowitz
2015-04-14Include unistd.h for getpid()Jon TURNEY
2015-04-14Include direct.h header for _getdrives() on Win32Jon TURNEY
2015-02-14unifdef -UCRAY -UCRAY2Alan Coopersmith
2015-01-26asprintf needs _GNU_SOURCE on some platformsRob Clark
2015-01-25makestrs: Use asprintf() if availableAlan Coopersmith
2015-01-25makestrs: Replace strcpy()+strcat() calls with snprintf() callsAlan Coopersmith
2015-01-25makestrs: Replace malloc()+strcpy() calls with strdup() callsAlan Coopersmith