about summary refs log tree commit diff
ModeNameSize
-rw-r--r--.gitignore80log plain blame
-rw-r--r--.gitmodules78log plain blame
-rw-r--r--COPYING18009log plain blame
-rw-r--r--Makefile2851log plain blame
-rw-r--r--README3107log plain blame
-rw-r--r--cache.c10166log plain blame
-rw-r--r--cache.h983log plain blame
-rw-r--r--cgit.c11650log plain blame
-rw-r--r--cgit.css5809log plain blame
-rw-r--r--cgit.h4976log plain blame
-rw-r--r--cgit.png1840log plain blame
-rw-r--r--cgitrc5144log plain blame
-rw-r--r--cmd.c2910log plain blame
-rw-r--r--cmd.h271log plain blame
-rw-r--r--configfile.c1426log plain blame
-rw-r--r--configfile.h220log plain blame
-rwxr-xr-x2020-12-31
| | | | Also print the value of each expression separated by commas.
* Add ddateJune McEnroe2020-12-31
| | | | I'm tired of package managers not having this!
* Print octal for 8 bits in bitJune McEnroe2020-12-30
|
* Add unary & to bitJune McEnroe2020-12-30
| | | | Also unary + and fix precedence of unary -.
* Support unary + in orderJune McEnroe2020-12-30
| | | | Missed this because operator(7) just doesn't list it, oddly.
* Add postfix $ operator to bitJune McEnroe2020-12-30
|
* Add make lexerJune McEnroe2020-12-29
| | | | | This is kind of a mess and needs to be cleaned up against more careful reading of the make grammar.
* Clean up C lexerJune McEnroe2020-12-29
| | | | This ordering of rules feels much cleaner.
* Clean up hilex code somewhatJune McEnroe2020-12-29
|
* Match lex/yacc %% %{ %} lines as MacroJune McEnroe2020-12-29
|
* Match top-level C definitions as IdentifierTagJune McEnroe2020-12-29
|
* Match C type declarations as IdentifierTagJune McEnroe2020-12-29
|
* Match function-like macro definitions as IdentifierTagJune McEnroe2020-12-29
|
* Reconfigure C macro start conditionsJune McEnroe2020-12-29
|
* Document HTML class namesJune McEnroe2020-12-29
|
* Rename Tag class to IdentifierTagJune McEnroe2020-12-29
|
* Change HTML class from hi to hilexJune McEnroe2020-12-29
| | | | You can tell I was just copying the HTML code huh.
* Add hilex HTML outputJune McEnroe2020-12-29
|
* Add hilex manual pageJune McEnroe2020-12-29
|
* Match Objective-C #import in C lexerJune McEnroe2020-12-29
|
* Add hilex IRC formatterJune McEnroe2020-12-28
|
* Generate Tag tokens for mdoc headingsJune McEnroe2020-12-28
|
* Add mdoc lexerJune McEnroe2020-12-28
|
* Lex strings inside macrosJune McEnroe2020-12-28
|
* Set H_SETUNIQUEJune McEnroe2020-12-28
|
* Add initial version of hilexJune McEnroe2020-12-28
| | | | | | | | | | hilex is meant to replace hi, based on lex rather than a mess of overlapping regexps. I want to preserve hi's tagging abilities, but that will require some amount of parsing/post-processing, which I'm not sure how to approach yet. Macro lexing for C still needs work, as I want to match strings and comments inside macros.
* Add TOUR.7June McEnroe2020-12-28
|
* Add 'doc/zlib/' from commit '38f010d3972db4262e7e0bcd7d6b9814f95d3538'June McEnroe2020-12-27
|\ | | | | | | | | | | git-subtree-dir: doc/zlib git-subtree-mainline: db652695744cc54584296b54289166b4b21ac407 git-subtree-split: 38f010d3972db4262e7e0bcd7d6b9814f95d3538
| * Replace Makefile with portable oneJune McEnroe2020-12-27
| |
| * Convert zlib.h comments to mdocJune McEnroe2020-12-27
|
a class='ls-blob c' href='/cgit-pink/tree/ui-summary.c?h=1.4.1&id=e352a013aed6e925a10a92916500c7deccf1410a'>ui-summary.c1685log plain blame -rw-r--r--ui-summary.h142log plain blame -rw-r--r--ui-tag.c1629log plain blame -rw-r--r--ui-tag.h101log plain blame -rw-r--r--ui-tree.c5009log plain blame -rw-r--r--ui-tree.h119log plain blame