about summary refs log tree commit diff
path: root/COPYING
diff options
context:
space:
mode:
authorJohn Keeping <john@keeping.me.uk>2015-03-08 16:32:26 +0000
committerJason A. Donenfeld <Jason@zx2c4.com>2015-03-09 17:40:44 +0100
commit80d52079f7f58d273d99745f93909e5c6524a9bd (patch)
treea577aa7a00cce154704bdce68f7b2b28d8449adf /COPYING
parentui-shared: don't use an integer as a NULL pointer (diff)
downloadcgit-pink-80d52079f7f58d273d99745f93909e5c6524a9bd.tar.gz
cgit-pink-80d52079f7f58d273d99745f93909e5c6524a9bd.zip
cache: don't use an integer as a NULL pointer
Signed-off-by: John Keeping <john@keeping.me.uk>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
108ba12b0&follow=1'>Add 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