about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2007-09-03 22:58:02 +0200
committerLars Hjemli <hjemli@gmail.com>2007-09-03 22:58:16 +0200
commit4e7e8bf9616661bec0c9b9d9c50aca03e600f32b (patch)
tree73b376958ac4f388a30ed874c78e6b7bc878bf2a /Makefile
parentDelete submodules.sh and prepare for using git-submodule (diff)
downloadcgit-pink-4e7e8bf9616661bec0c9b9d9c50aca03e600f32b.tar.gz
cgit-pink-4e7e8bf9616661bec0c9b9d9c50aca03e600f32b.zip
Use git-1.5.3 as submodule
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions
d/> 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