Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add BSD compatibility functions and headers | Wynn Wolf Arbor | 2021-04-27 | -1/+1 |
| | | | | | | | | | Original file locations in the OpenBSD tree: - lib/libc/stdlib/reallocarray.c - lib/libc/stdlib/strtonum.c - lib/libc/string/strlcat.c - lib/libc/string/strlcpy.c - sys/sys/queue.h | |||
* | Unrelated style fixes, consistency changes and sorting, appropriate ↵ | okan | 2020-03-18 | -7/+7 |
| | | | | dosage/removal of wrappers, simplification of name queue, client cycle joins other kb/mb bound functions. | |||
* | add, then use, xvasprintf, checking for appropriate return. | okan | 2020-03-18 | -4/+13 |
| | ||||
* | Introduce a xreallocarray and convert a few xcalloc instances that do | okan | 2015-03-28 | -1/+13 |
| | | | | not require zero'ing. | |||
* | Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAX | okan | 2015-01-19 | -2/+3 |
| | | | | | | and HOST_NAME_MAX+1, respectively. ok doug@ | |||
* | more style nits | okan | 2014-09-07 | -5/+5 |
| | ||||
* | missing stdarg.h include | okan | 2013-12-17 | -1/+2 |
| | ||||
* | add xasprintf() for upcoming changes. | okan | 2012-11-28 | -1/+17 |
| | ||||
* | add some checks | okan | 2012-11-16 | -1/+8 |
| | ||||
* | sort | okan | 2012-11-09 | -2/+2 |
| | ||||
* | get rid of the xfree() wrapper around free(); from Tiago Cunha. | okan | 2012-11-07 | -7/+1 |
| | ||||
* | tag and comment cleanup; ok oga@ | okan | 2011-05-11 | -1/+1 |
| | ||||
* | pull all non-X11 headers from calmwm.h and place them only where they | okan | 2009-12-15 | -1/+11 |
| | | | | | | are required. encourged to go all the way by oga@ | |||
* | merge the 2 common header files; specific includes to be pulled out as | okan | 2009-12-15 | -2/+1 |
| | | | | | | separate commits. ok oga@ | |||
* | spacing, declaration lineup to be consistent throughout cwm, | okan | 2008-07-11 | -4/+4 |
| | | | | | | readability, and a bit of knf. ok oga@ | |||
* | Replace a few leftover calls to strdup and calloc with xstrdup and xcalloc | oga | 2008-04-16 | -3/+3 |
| | | | | | | respectively. ok okan. | |||
* | - Remove the "all rights reserved" tag at the top of most of the source | oga | 2008-01-11 | -2/+13 |
| | | | | | | | | | | | | | | | | | | files, and replace them with the actual ISC license. - add license to the manpage (it was lacking before) - correct license statement in the README Permission given by Marius (copyright holder): "1. please replace with the standard ISC license 2. you may add the ISC license to the man page 3. feel free to replace the information in the README as well" and Dros (copyright holder for group.c): "Please switch group.c to the ISC License." ok ian@ | |||
* | Initial import of cwm-3. | bernd | 2007-04-27 | -0/+50 |
tested by sturm@, ok matthieu@ |