45fa4b7d23
Change the names of parser result structs
...
Change the name of structs CommandResult and ConfigResult to
CommandResultIR and ConfigResultIR to show they are an intermediate
representation used during parsing.
2014-05-20 19:59:01 +02:00
e2ebe3e2ae
Use #pragma once
...
#pragma once is safer and simpler. According to Wikipedia it's supported by all major compilers.
2014-01-01 15:06:57 +01:00
b3d7531947
refactor both i3-nagbar starts into src/util.c
...
With this change, libev >= 4 is a hard dependency. It should be present
in all major linux distributions (even the latest ubuntu LTS).
2012-12-24 16:53:20 +01:00
c127ac3855
remove all references to the old cfgparse
2012-12-24 15:57:02 +01:00
94d95f2b8c
add missing include/config_parser.h (Thanks slowpoke)
2012-10-08 16:28:32 +02:00