master
Purge CVS/RCS id tags
Don't cast sizeof() results to unsigned when passing to Xmalloc/Xcalloc
Add some missing allocation failure checks in src/xcms
xcms: use size_t for pointer offsets passed to strncmp
Fix spelling/wording issues
xcms: use size_t for strlen/sizeof values instead of converting to int & back
Mark FreeBlueTblElements label unused in LRGB.c
reduce gcc-normal warnings using casts (no object change)
Install Xcms.txt in $(datadir) rather than $(libdir).
Convert malloc(strlen()); strcpy() sets to strdup
Remove unnecessary casts of pointers to (char *) in calls to Xfree()
Make colormap private interfaces thread safe.
cmsColNm: remove obsolete comment about FirstCmp being public
cmsMath.c: Add missing stdio header for printf(3) in DEBUG build.
Revert "unifdef __vax__"