summary refs log tree commit diff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* Prevent out of boundary write with configuration files in which too manytobias2020-04-161-1/+1
* Unrelated style fixes, consistency changes and sorting, appropriateokan2020-02-271-3/+3
* Plug a memory leak in log_debug(); OK okan@tim2019-04-291-0/+1
* fix missing includesokan2019-02-131-0/+1
* Slightly expand and expose verbose debugging.okan2018-02-041-3/+5
* Add a simple debug logging mechanism.okan2018-02-021-0/+30
* Quick fix: exit after a failed execvp in u_spawn instead; previously we did inokan2018-01-081-1/+1
* If the replacement window manager fails to start, restart the fallback (theokan2017-12-291-1/+1
|\
* | On execwm, we should properly release resources before exec'ing into aokan2015-09-161-4/+28
* | Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAXokan2015-01-191-1/+2
* | sortokan2012-11-091-1/+1
* | We are inconsistent when it comes to function returns, so just go allokan2011-07-251-2/+2
* | alter a few function returns and prototypes; found by lint.okan2011-06-241-4/+1
* | tag and comment cleanup; ok oga@okan2011-05-111-1/+1
* | pull all non-X11 headers from calmwm.h and place them only where theyokan2009-12-151-0/+10
* | merge the 2 common header files; specific includes to be pulled out asokan2009-12-151-1/+0
* | spacing, declaration lineup to be consistent throughout cwm,okan2008-07-111-3/+2
* | KNF, no binary change.oga2008-05-151-2/+2
* | make the argument parser for commands accept quoted strings, while i'moga2008-04-151-15/+25
* | Kill dirent_isdir() and dirent_islink() nothing used them since the newoga2008-04-151-28/+0
* | hit it with the knf stick.oga2008-04-151-18/+20
* | add exec_wm to calmwm.h, it was missing (bad ian@!)oga2008-02-201-1/+1
* | huge amount of cleanup and dead code removal.oga2008-01-161-7/+0
* | - Remove the "all rights reserved" tag at the top of most of the sourceoga2008-01-111-1/+12
* | Add a "restart wm" function. ok oga@ian2007-11-281-0/+16
|/
* Initial revisionbernd2007-04-271-0/+72