summary refs log tree commit diff
path: root/parse.y
Commit message (Expand)AuthorAgeFilesLines
* Make this not crash when compiled with -g.mk2008-06-161-5/+2
* Rip out and burn the HASH_* stuff. We don't need a SPLAY tree for one font.oga2008-06-151-5/+1
* slightly alter the semantics of config files:okan2008-06-141-1/+2
* confable menu and window mouse bindings from rivo nurges (thanks!) withokan2008-06-141-1/+19
* allow an autogroup value of 0 to mean no group. This means you can setoga2008-05-191-1/+1
* Kill conf_get_int(), it was a silly function anyway.oga2008-05-181-1/+0
* When we're cleaning out the lists in parse_config and conf_clear it's aoga2008-05-181-36/+16
* Allow slashes in unquoted strings.simon2008-04-291-3/+2
* Replace a few leftover calls to strdup and calloc with xstrdup and xcallocoga2008-04-161-10/+5
* hit it with the knf stick.oga2008-04-151-20/+27
* Add "gap" support to .cwmrc. The options put in here make gaps on the edgeoga2008-04-151-2/+10
* malloc -> callocokan2008-04-151-2/+1
* Replace the symlink configuration scheme with a simple yacc parser assimon2008-03-231-0/+583