Age | Commit message (Expand) | Author | Files | Lines |
10 days | TextPop: do arithmetic before casting to pointer, not afterHEADmaster | Alan Coopersmith | 1 | -2/+2 |
2024-11-05 | compiler-warning | Thomas E. Dickey | 2 | -2/+3 |
2024-11-05 | compiler-warning | Thomas E. Dickey | 1 | -1/+1 |
2024-11-05 | adjust length to avoid problem with fraction | Thomas E. Dickey | 1 | -1/+1 |
2024-11-04 | fix compiler warnings, eliminate use of nonstandard function | Thomas E. Dickey | 10 | -34/+52 |
2024-11-04 | whitespace and minor fixes | Thomas E. Dickey | 10 | -257/+272 |
2024-11-04 | spelling and formatting fixes for README.md | Thomas E. Dickey | 1 | -20/+19 |
2024-11-04 | rename readme.md to README.md for consistency | Thomas E. Dickey | 2 | -1/+1 |
2024-11-04 | examples: include readme file in release tarballs | Julien Cristau | 1 | -0/+2 |
2024-06-17 | all: Use XInternAtoms where appropriate | Daniel Lundqvist | 2 | -7/+5 |
2024-05-23 | Improve linking on macOS | Mohamed Akram | 1 | -13/+8 |
2024-04-06 | specs: Fix titles for subsections of Toggle Widget: Convenience Routines | Alan Coopersmith | 1 | -3/+12 |
2024-04-06 | specs: remove function prototypes duplicated as arguments to themselves | Alan Coopersmith | 1 | -3/+0 |
2024-04-06 | specs: fix adjacent parameters with the same type in function prototypes | Alan Coopersmith | 6 | -23/+45 |
2024-03-10 | libXaw 1.0.16: amends XawListChange() prototype, plus code-cleanuplibXaw-1.0.16 | Thomas E. Dickey | 1 | -1/+1 |
2024-03-10 | delete code which is never used | Thomas E. Dickey | 6 | -85/+0 |
2024-03-10 | make the examples configurable as (interactive) unit-tests | Thomas E. Dickey | 6 | -14/+27 |
2024-03-04 | amend change to XawListChange() | Thomas E. Dickey | 2 | -2/+2 |
2024-03-04 | clang/gcc warnings about undefined behavior (minor bug-fix) | Thomas E. Dickey | 1 | -1/+1 |
2024-03-04 | fix clang/gcc warnings for undefined behavior, also fix a bug | Thomas E. Dickey | 1 | -7/+10 |
2024-03-04 | scan-build(clang-17) reports possible null dereference, add checks | Thomas E. Dickey | 2 | -4/+12 |
2024-03-04 | split-up assignments which give unnecessary compiler-warnings | Thomas E. Dickey | 4 | -8/+24 |
2024-03-02 | add check for null pointer, avoid dereferencing | Thomas E. Dickey | 1 | -1/+1 |
2024-03-02 | add check for null pointer, avoid dereferencing | Thomas E. Dickey | 1 | -1/+1 |
2024-03-02 | add check for null pointer, avoid dereferencing | Thomas E. Dickey | 1 | -1/+3 |
2024-03-02 | add check for null pointer, avoid dereferencing | Thomas E. Dickey | 1 | -0/+6 |
2024-03-02 | add check for null pointer, avoid dereferencing | Thomas E. Dickey | 1 | -3/+6 |
2024-03-02 | add check for null pointer, avoid dereferencing | Thomas E. Dickey | 1 | -1/+3 |
2024-03-02 | add check for null pointer, avoid dereferencing | Thomas E. Dickey | 1 | -3/+6 |
2024-03-02 | delete unused assignments | Thomas E. Dickey | 8 | -34/+20 |
2024-03-02 | reduce variable-length argument lists to match the existing code | Thomas E. Dickey | 1 | -20/+6 |
2024-03-02 | fix references to uninitialized data when constructing argument-lists | Thomas E. Dickey | 1 | -116/+138 |
2024-03-02 | manpage: improve formatting consistency of bold/italics | Thomas E. Dickey | 1 | -93/+150 |
2024-03-02 | manpage: assume .EX/.EE macros | Thomas E. Dickey | 1 | -14/+4 |
2024-03-02 | manpage: adjust line-breaks to avoid embedded full-stops | Thomas E. Dickey | 1 | -135/+237 |
2024-03-02 | cppcheck scope and assignment warnings | Thomas E. Dickey | 10 | -39/+54 |
2024-02-28 | reduce compiler-warnings using casts | Thomas E. Dickey | 7 | -30/+30 |
2024-02-28 | provide fallback for deprecated isascii/toascii | Thomas E. Dickey | 1 | -4/+10 |
2024-02-28 | quiet conversion-warnings with casts | Thomas E. Dickey | 14 | -57/+57 |
2024-02-28 | fix missing-initializer warnings | Thomas E. Dickey | 19 | -2/+59 |
2024-02-28 | build-fix | Thomas E. Dickey | 14 | -29/+55 |
2024-02-17 | unifdef ISC | Alan Coopersmith | 1 | -5/+0 |
2024-02-13 | Remove unused sharedlib.c | Alan Coopersmith | 2 | -183/+0 |
2024-02-13 | unifdef __UNIXOS2__ | Alan Coopersmith | 1 | -2/+2 |
2024-02-13 | unifdef __osf__ | Alan Coopersmith | 1 | -2/+2 |
2024-02-13 | unifdef AIXV3 || __SCO__ | Alan Coopersmith | 1 | -4/+0 |
2024-02-13 | unifdef QNX4 | Alan Coopersmith | 1 | -4/+0 |
2024-02-13 | unifdef sony | Alan Coopersmith | 1 | -7/+0 |
2024-02-13 | unifdef NCR | Alan Coopersmith | 2 | -22/+0 |
2023-09-23 | gitlab CI: add xz-utils to container for "make distcheck" | Alan Coopersmith | 1 | -3/+3 |