aboutsummaryrefslogtreecommitdiffstats
path: root/xmalloc.c (follow)
Commit message (Expand)AuthorAgeLines
* Add BSD compatibility functions and headersWynn Wolf Arbor2021-04-27-1/+1
* Unrelated style fixes, consistency changes and sorting, appropriate dosage/re...okan2020-03-18-7/+7
* add, then use, xvasprintf, checking for appropriate return.okan2020-03-18-4/+13
* Introduce a xreallocarray and convert a few xcalloc instances that dookan2015-03-28-1/+13
* Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAXokan2015-01-19-2/+3
* more style nitsokan2014-09-07-5/+5
* missing stdarg.h includeokan2013-12-17-1/+2
* add xasprintf() for upcoming changes.okan2012-11-28-1/+17
* add some checksokan2012-11-16-1/+8
* sortokan2012-11-09-2/+2
* get rid of the xfree() wrapper around free(); from Tiago Cunha.okan2012-11-07-7/+1
* tag and comment cleanup; ok oga@okan2011-05-11-1/+1
* pull all non-X11 headers from calmwm.h and place them only where theyokan2009-12-15-1/+11
* merge the 2 common header files; specific includes to be pulled out asokan2009-12-15-2/+1
* spacing, declaration lineup to be consistent throughout cwm,okan2008-07-11-4/+4
* Replace a few leftover calls to strdup and calloc with xstrdup and xcallocoga2008-04-16-3/+3
* - Remove the "all rights reserved" tag at the top of most of the sourceoga2008-01-11-2/+13
* Initial import of cwm-3.bernd2007-04-27-0/+50