about summary refs log tree commit diff
path: root/cmd.h
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2014-06-29 18:52:16 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2014-06-29 20:18:42 +0200
commit4b91269bdbc21a664cc56c26d6071c630560f2e0 (patch)
treebef8a6bebf724b06f7d2f11f01b46d65f36cd0d3 /cmd.h
parentgit: update to 2.0.1 (diff)
downloadcgit-pink-4b91269bdbc21a664cc56c26d6071c630560f2e0.tar.gz
cgit-pink-4b91269bdbc21a664cc56c26d6071c630560f2e0.zip
remove debug fprinf() calls that sneaked in with commit 79c985
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
cause operator(7) just doesn't list it, oddly. 2020-12-30Add postfix $ operator to bitJune McEnroe 2020-12-29Add make lexerJune McEnroe This is kind of a mess and needs to be cleaned up against more careful reading of the make grammar. 2020-12-29Clean up C lexerJune McEnroe This ordering of rules feels much cleaner. 2020-12-29Clean up hilex code somewhatJune McEnroe 2020-12-29Match lex/yacc %% %{ %} lines as MacroJune McEnroe 2020-12-29Match top-level C definitions as IdentifierTagJune McEnroe 2020-12-29Match C type declarations as IdentifierTagJune McEnroe 2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe 2020-12-29Reconfigure C macro start conditionsJune McEnroe 2020-12-29Document HTML class namesJune McEnroe 2020-12-29Rename Tag class to IdentifierTagJune McEnroe 2020-12-29Change HTML class from hi to hilexJune McEnroe You can tell I was just copying the HTML code huh. 2020-12-29Add hilex HTML outputJune McEnroe