Age | Commit message (Expand) | Author |
2019-04-16 | change ambiguous String's to char* or const-char*, as well as adding the | Thomas E. Dickey |
2019-04-16 | The conversion to xml's funcdef dropped one or more parameters from several | Thomas E. Dickey |
2019-04-16 | correct prototype for XtInitialize; error in spec | Thomas E. Dickey |
2019-04-16 | correct prototype for XtDisplay; error in spec | Thomas E. Dickey |
2019-04-16 | corrected prototype for XtAppSetFallbackResources; error in spec | Thomas E. Dickey |
2019-04-16 | updated return-type for XtFindFile, also due to _CONST_X_STRING | Thomas E. Dickey |
2019-04-16 | modify function prototypes in spec to correspond to updates made in headers | Thomas E. Dickey |
2019-04-16 | update several function prototypes to use void-return or void-parameter, | Thomas E. Dickey |
2019-04-16 | by the way - an overdue notification | Thomas E. Dickey |
2019-04-16 | fix: some ASCII characters were mangled into Unicode look-alikes | Thomas E. Dickey |
2019-04-16 | remove some debris... | Thomas E. Dickey |
2019-04-16 | fix minor regression in prototype updates | Thomas E. Dickey |
2019-04-16 | avoid using C keyword "default" as parameter name | Thomas E. Dickey |
2019-04-16 | updated manual pages' C prototypes to agree with the header-files. | Thomas E. Dickey |
2019-04-16 | change return-type to avoid const-mismatches | Thomas E. Dickey |
2019-04-16 | fix const-mismatches in Tmstate.c | Thomas E. Dickey |
2019-04-16 | fix const-mismatches in TMprint.c | Thomas E. Dickey |
2019-04-16 | fix const-mismatches in TMparse.c | Thomas E. Dickey |
2019-04-16 | fix shadowing warning for widgetClass parameter; no binary-change | Thomas E. Dickey |
2019-04-16 | fix gcc warnings in Display.c | Thomas E. Dickey |
2019-04-16 | resolve const-mismatches in Shell.c | Thomas E. Dickey |
2019-04-16 | resolve const-mismatches in internal functions of Intrinsic.c | Thomas E. Dickey |
2019-04-16 | Allow all of the "argv" strings to be writable, since those arrays may | Thomas E. Dickey |
2019-04-16 | This is a minimal change which compiles when predefining _CONST_X_STRING, | Thomas E. Dickey |
2019-04-16 | The last commit removed "IN" macro, but not the lines which used it. | Thomas E. Dickey |
2019-04-16 | Remove unused macros to ease maintenance | Walter Harms |
2019-04-16 | Merge branch 'master' of ssh://gitlab.freedesktop.org/xorg/lib/libxt | Walter Harms |
2019-04-15 | Referring to the xterm FAQ | Thomas E. Dickey |
2019-04-15 | eliminate casts of NULL for String* and Cardinal*, since those are unnecessary | Thomas E. Dickey |
2019-04-15 | remove in-text macros | Walter Harms |
2019-04-11 | restore fixed-pitch formatting of code-examples | Thomas E. Dickey |
2019-04-11 | The ".BR" macro is used to join bold/regular text. | Thomas E. Dickey |
2019-04-06 | This cleans up the "easy" warning fixes which can be made using my | Thomas E. Dickey |
2019-04-04 | FIX: add missing .fi | Walter Harms |
2019-04-04 | replace the use of .Ds/.De macro with the std. RS/.RE macro | Walter Harms |
2019-04-04 | remove space after < for include filename | Walter Harms |
2019-04-03 | Merge branch 'master' of ssh://gitlab.freedesktop.org/xorg/lib/libxt | Walter Harms |
2019-04-02 | replace .ZN with .BR | Walter Harms |
2019-04-02 | Replace last two uses of .Pn with .ZN | Walter Harms |
2019-04-02 | bzero was marked "legacy" in POSIX 2001, and is not part of the later revisions. | Thomas E. Dickey |
2019-04-02 | Use standard size_t type in the casts for length-parameter of memcpy, memmove | Thomas E. Dickey |
2019-03-16 | update the "Ds" macro in the other files, for consistency | Thomas E. Dickey |
2019-03-16 | None of the versions of the "Ds" macro (going back to X11R4) worked with | Thomas E. Dickey |
2019-03-16 | fix typo from last change | Thomas E. Dickey |
2019-03-16 | trim down the "De" macro by removing the parts that used never-defined registers | Thomas E. Dickey |
2019-03-16 | cleanup undefined macros in manpages | Thomas E. Dickey |
2019-03-16 | split-up lines longer than 80 columns in manpages | Thomas E. Dickey |
2019-03-16 | fix typo from last step | Thomas E. Dickey |
2019-03-16 | trim undefined symbol "D" from ".Ds" macros in manpages. | Thomas E. Dickey |
2019-03-16 | workaround for obsolete macro/command ".ny", in the manpages since late | Thomas E. Dickey |