summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-06specs: Fix titles for subsections of Toggle Widget: Convenience RoutinesHEADmasterAlan 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
2023-09-23Use C99 designated initializers where appropriateAlan Coopersmith19-170/+189
2023-09-21Handle redundantInitialization warnings from cppcheckAlan Coopersmith4-4/+3
2023-09-21Variable scope reductions as suggested by cppcheckAlan Coopersmith21-195/+190
2023-06-18expand for simple widget demoWalter Harms2-1/+4
2023-06-18add simple widget demoWalter Harms1-0/+79
2023-05-13add xawhistoWalter Harms3-2/+86
2023-05-12add examplesWalter Harms10-0/+608
2023-03-28Set close-on-exec when opening filesAlan Coopersmith3-10/+25
2023-03-15libXaw 1.0.15libXaw-1.0.15Alan Coopersmith1-2/+2
2023-03-04configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOLAlan Coopersmith1-1/+2
2023-02-28Replace calls to index() with strchr()Alan Coopersmith2-14/+14