summaryrefslogtreecommitdiff
path: root/src/Resources.c
Commit message (Expand)AuthorAgeFilesLines
* Replace XtMalloc() calls with XtMallocArray()Alan Coopersmith2023-03-071-9/+5
* Replace XtRealloc() calls with XtReallocArray()Alan Coopersmith2023-03-071-4/+3
* Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith2023-02-251-1/+1
* Use memcpy() instead of XtMemmove() when buffers are known to differAlan Coopersmith2022-08-111-1/+1
* Use memcpy() instead of memmove() when buffers are known not to overlapAlan Coopersmith2022-08-111-5/+5
* cppcheck and clang --analyze fixesThomas E. Dickey2022-06-181-1/+2
* Cast via intptr_t when converting integers to pointersAlex Richardson2021-06-271-1/+1
* improved the script used for typedef-options with indent, updated indentationThomas E. Dickey2019-08-011-14/+13
* indent'd like "x-indent.sh", but with a more complete set of typedefs - seeThomas E. Dickey2019-07-141-829/+889
* fix most clang --analyze warnings about null-pointersThomas E. Dickey2019-05-181-62/+74
* fixes cppcheck "style" warnings (mostly variable-scope)Thomas E. Dickey2019-05-181-6/+8
* use "const void *" rather than "char *" for memcmp, etcThomas E. Dickey2019-05-061-2/+2
* eliminate casts of NULL for String* and Cardinal*, since those are unnecessaryThomas E. Dickey2019-04-151-6/+6
* This cleans up the "easy" warning fixes which can be made using myThomas E. Dickey2019-04-061-23/+23
* bzero was marked "legacy" in POSIX 2001, and is not part of the later revisions.Thomas E. Dickey2019-04-021-2/+2
* Use standard size_t type in the casts for length-parameter of memcpy, memmoveThomas E. Dickey2019-04-021-12/+12
* no need to check XFree argumentsWalter Harms2019-01-111-3/+1
* unifdef -UCRAY -UCRAY2Alan Coopersmith2015-02-141-21/+0
* Whitespace changes related to cleaning up previous patchJeremy Huddleston2011-10-071-14/+12
* Don't pop elements from our array while we're itterating through it.Jeremy Huddleston2011-10-071-2/+5
* Strip trailing whitespaceAlan Coopersmith2011-10-031-16/+16
* GetResources: protect against underflow when type conversion failsAlan Coopersmith2011-02-041-1/+1
* Remove unused #ifdef UNALIGNED version of Xt macros & functionsAlan Coopersmith2011-02-041-87/+0
* src/Resource.c: Fix possible NULL accesswalter harms2010-11-101-2/+4
* Purge cvs tags.Jesse Adkins2010-10-061-4/+0
* Sun's copyrights belong to Oracle nowAlan Coopersmith2010-09-231-1/+1
* Update Sun license notices to current X.Org standard formAlan Coopersmith2010-01-141-16/+27
* Sun bug #4962001: Close memory leaks seen in Motif appsQiu-Yuan (Kathleen) Yang2006-09-011-4/+12
* - conditionally include config.h in xc/lib/Xt sourcesXORG-6_8_99_8Søren Sandmann Pedersen2005-05-181-0/+3
* Convert lib/Xt to ANSI C (Thomas Dickey). Fixes for a few valgrind warningsXORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_1Matthieu Herrb2005-02-211-115/+109
* Merging XORG-CURRENT into trunkXACE-SELINUX-MERGECOMPOSITEWRAPEgbert Eich2004-04-231-1/+1
* Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich2004-03-141-1/+1
* Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENTEgbert Eich2004-03-031-1/+1
* readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich2004-02-261-1/+1
* Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich2004-02-261-1/+1
* XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16Kaleb Keithley2003-11-251-47/+21
* XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1Kaleb Keithley2003-11-141-9/+3
* R6.6 is the Xorg base-lineXORG-MAINKaleb Keithley2003-11-141-0/+1294