summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
10 daysTextPop: do arithmetic before casting to pointer, not afterHEADmasterAlan Coopersmith1-2/+2
2024-11-05compiler-warningThomas E. Dickey2-2/+3
2024-11-05compiler-warningThomas E. Dickey1-1/+1
2024-11-05adjust length to avoid problem with fractionThomas E. Dickey1-1/+1
2024-11-04fix compiler warnings, eliminate use of nonstandard functionThomas E. Dickey10-34/+52
2024-11-04whitespace and minor fixesThomas E. Dickey10-257/+272
2024-11-04spelling and formatting fixes for README.mdThomas E. Dickey1-20/+19
2024-11-04rename readme.md to README.md for consistencyThomas E. Dickey2-1/+1
2024-11-04examples: include readme file in release tarballsJulien Cristau1-0/+2
2024-06-17all: Use XInternAtoms where appropriateDaniel Lundqvist2-7/+5
2024-05-23Improve linking on macOSMohamed Akram1-13/+8
2024-04-06specs: Fix titles for subsections of Toggle Widget: Convenience RoutinesAlan Coopersmith1-3/+12
2024-04-06specs: remove function prototypes duplicated as arguments to themselvesAlan Coopersmith1-3/+0
2024-04-06specs: fix adjacent parameters with the same type in function prototypesAlan Coopersmith6-23/+45
2024-03-10libXaw 1.0.16: amends XawListChange() prototype, plus code-cleanuplibXaw-1.0.16Thomas E. Dickey1-1/+1
2024-03-10delete code which is never usedThomas E. Dickey6-85/+0
2024-03-10make the examples configurable as (interactive) unit-testsThomas E. Dickey6-14/+27
2024-03-04amend change to XawListChange()Thomas E. Dickey2-2/+2
2024-03-04clang/gcc warnings about undefined behavior (minor bug-fix)Thomas E. Dickey1-1/+1
2024-03-04fix clang/gcc warnings for undefined behavior, also fix a bugThomas E. Dickey1-7/+10
2024-03-04scan-build(clang-17) reports possible null dereference, add checksThomas E. Dickey2-4/+12
2024-03-04split-up assignments which give unnecessary compiler-warningsThomas E. Dickey4-8/+24
2024-03-02add check for null pointer, avoid dereferencingThomas E. Dickey1-1/+1
2024-03-02add check for null pointer, avoid dereferencingThomas E. Dickey1-1/+1
2024-03-02add check for null pointer, avoid dereferencingThomas E. Dickey1-1/+3
2024-03-02add check for null pointer, avoid dereferencingThomas E. Dickey1-0/+6
2024-03-02add check for null pointer, avoid dereferencingThomas E. Dickey1-3/+6
2024-03-02add check for null pointer, avoid dereferencingThomas E. Dickey1-1/+3
2024-03-02add check for null pointer, avoid dereferencingThomas E. Dickey1-3/+6
2024-03-02delete unused assignmentsThomas E. Dickey8-34/+20
2024-03-02reduce variable-length argument lists to match the existing codeThomas E. Dickey1-20/+6
2024-03-02fix references to uninitialized data when constructing argument-listsThomas E. Dickey1-116/+138
2024-03-02manpage: improve formatting consistency of bold/italicsThomas E. Dickey1-93/+150
2024-03-02manpage: assume .EX/.EE macrosThomas E. Dickey1-14/+4
2024-03-02manpage: adjust line-breaks to avoid embedded full-stopsThomas E. Dickey1-135/+237
2024-03-02cppcheck scope and assignment warningsThomas E. Dickey10-39/+54
2024-02-28reduce compiler-warnings using castsThomas E. Dickey7-30/+30
2024-02-28provide fallback for deprecated isascii/toasciiThomas E. Dickey1-4/+10
2024-02-28quiet conversion-warnings with castsThomas E. Dickey14-57/+57
2024-02-28fix missing-initializer warningsThomas E. Dickey19-2/+59
2024-02-28build-fixThomas E. Dickey14-29/+55
2024-02-17unifdef ISCAlan Coopersmith1-5/+0
2024-02-13Remove unused sharedlib.cAlan Coopersmith2-183/+0
2024-02-13unifdef __UNIXOS2__Alan Coopersmith1-2/+2
2024-02-13unifdef __osf__Alan Coopersmith1-2/+2
2024-02-13unifdef AIXV3 || __SCO__Alan Coopersmith1-4/+0
2024-02-13unifdef QNX4Alan Coopersmith1-4/+0
2024-02-13unifdef sonyAlan Coopersmith1-7/+0
2024-02-13unifdef NCRAlan Coopersmith2-22/+0
2023-09-23gitlab CI: add xz-utils to container for "make distcheck"Alan Coopersmith1-3/+3