summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-03-10delete code which is never usedThomas E. Dickey6-85/+0
2024-03-04amend change to XawListChange()Thomas E. Dickey1-1/+1
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-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-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-03-28Set close-on-exec when opening filesAlan Coopersmith3-10/+25
2023-02-28Replace calls to index() with strchr()Alan Coopersmith2-14/+14
2022-07-04issue #6: fix typo in XawMax parameter in GetBlockBoundariesThomas E. Dickey1-1/+1
2022-05-07Stop memory leak in error paths in XawTextSinkConvertPropertyList()Alan Coopersmith1-0/+3
2022-05-07Stop memory leak in GetResourcePixmapPath()Alan Coopersmith1-0/+1
2022-05-07Fix ctype(3) users.Taylor R Campbell6-17/+17
2022-05-07Fix spelling/wording issuesAlan Coopersmith23-98/+98
2019-11-26compiler-warning fixes for const-mismatches, no object-changeThomas E. Dickey7-30/+34
2019-11-25reduce compiler warnings using casts, no object changeThomas E. Dickey21-90/+92
2019-11-25fix compiler warning by updating parameter type for call to XtDisplayInitializeThomas E. Dickey1-1/+1
2019-11-25change COMMON_CFLAGS and COMMON_CPPFLAGS to AM_CFLAGS and AM_CPPFLAGSThomas E. Dickey1-8/+8
2019-07-06use _X_UNUSED to quiet unused-parameter warningsThomas E. Dickey36-398/+362
2019-07-04fix some type/conversion warnings (no object change)Thomas E. Dickey1-7/+10
2019-07-04fix some type/conversion warnings (no object change)Thomas E. Dickey1-2/+9
2019-07-04fix misleading indentation, which gave a compiler warningThomas E. Dickey1-2/+2
2019-07-04fix some type/conversion compiler warnings (no object change)Thomas E. Dickey1-4/+7
2019-07-04fix some type/conversion compiler warnings (no object change)Thomas E. Dickey1-3/+6