]> mj.ucw.cz Git - libucw.git/commit
conf2: debugged a lot
authorRobert Spalek <robert@ucw.cz>
Sun, 23 Apr 2006 00:09:32 +0000 (02:09 +0200)
committerRobert Spalek <robert@ucw.cz>
Sun, 23 Apr 2006 00:09:32 +0000 (02:09 +0200)
commitbc8c3dcae6ed97fdaecb3e4d353a6e28bc9e0561
tree4a637b46a4a82a6042920bd84c1bd2465eea5aa2
parent2a398424821105ee848714333038079f3a6edc69
conf2: debugged a lot

- closing_brace() confused current operation with the one on the stack a lot
- get_word() fix when recognizing = in the parameter name
- split_line() totally rewritten to 2 nice procedures: get_token() and
  split_command()
- #include back to include, otherwise it would be a comment
- local fastbufs in parse_fastbuf()

- the test file updated accordingly
lib/conf2.c
lib/conf2.t