summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Florian Forster [Sun, 11 Feb 2007 16:52:49 +0000 (17:52 +0100)]
src/oconfig.[ch]: Implemented a first version.
Florian Forster [Sun, 11 Feb 2007 16:52:22 +0000 (17:52 +0100)]
src/Makefile.am: Updated `CLEANFILES' and removed comments.
Florian Forster [Sun, 11 Feb 2007 16:51:27 +0000 (17:51 +0100)]
Defined this to be version 0.1.0.
Florian Forster [Fri, 9 Feb 2007 07:23:29 +0000 (08:23 +0100)]
More fiddling with the automake stuff.
It's starting to annoy me, but I might just be getting there..
Florian Forster [Wed, 7 Feb 2007 16:31:45 +0000 (17:31 +0100)]
More work on that autoconf/automake stuff..
Florian Forster [Wed, 7 Feb 2007 14:58:46 +0000 (15:58 +0100)]
renamed: src/parser.l -> src/scanner.l
Florian Forster [Wed, 7 Feb 2007 14:52:46 +0000 (15:52 +0100)]
Some basic auto{conf,make} stuff..
Florian Forster [Wed, 7 Feb 2007 14:09:44 +0000 (15:09 +0100)]
Renamed src/parser.lex -> src/parser.l.
Florian Forster [Wed, 7 Feb 2007 13:56:26 +0000 (14:56 +0100)]
Implemented quoted string options, comments and empty lines.
Florian Forster [Wed, 7 Feb 2007 11:33:17 +0000 (12:33 +0100)]
parser.y: Fix segfaults due to wrong allocation size.
Florian Forster [Wed, 7 Feb 2007 10:33:47 +0000 (11:33 +0100)]
Initial commit.