| Commit message (Expand) | Author | Age |
* | Clean up C lexer | June McEnroe | 2020-12-29 |
* | Clean up hilex code somewhat | June McEnroe | 2020-12-29 |
* | Match lex/yacc %% %{ %} lines as Macro | June McEnroe | 2020-12-29 |
* | Match top-level C definitions as IdentifierTag | June McEnroe | 2020-12-29 |
* | Match C type declarations as IdentifierTag | June McEnroe | 2020-12-29 |
* | Match function-like macro definitions as IdentifierTag | June McEnroe | 2020-12-29 |
* | Reconfigure C macro start conditions | June McEnroe | 2020-12-29 |
* | Document HTML class names | June McEnroe | 2020-12-29 |
* | Rename Tag class to IdentifierTag | June McEnroe | 2020-12-29 |
* | Change HTML class from hi to hilex | June McEnroe | 2020-12-29 |
* | Add hilex HTML output | June McEnroe | 2020-12-29 |
* | Add hilex manual page | June McEnroe | 2020-12-29 |
* | Match Objective-C #import in C lexer | June McEnroe | 2020-12-29 |
* | Add hilex IRC formatter | June McEnroe | 2020-12-28 |
* | Generate Tag tokens for mdoc headings | June McEnroe | 2020-12-28 |
* | Add mdoc lexer | June McEnroe | 2020-12-28 |
* | Lex strings inside macros | June McEnroe | 2020-12-28 |
* | Set H_SETUNIQUE | June McEnroe | 2020-12-28 |
* | Add initial version of hilex | June McEnroe | 2020-12-28 |
* | Remove 1sh | June McEnroe | 2020-12-23 |
* | Fix dash Makefile compatibility with BSD make | June McEnroe | 2020-12-23 |
* | Fix multi-line prompts when right prompts are used | June McEnroe | 2020-12-23 |
* | Add RPS1 and RPS2 right prompt variables | June McEnroe | 2020-12-23 |
* | Cache the expanded prompt for editline | June McEnroe | 2020-12-23 |
* | Bind libedit's secret filename completion function | June McEnroe | 2020-12-22 |
* | Build with libedit by default | June McEnroe | 2020-12-22 |
* | Fail if building --with-libedit and can't find libedit | June McEnroe | 2020-12-22 |
* | Merge commit '9e55e38997ed4d6998af9e113e215a926c24988e' as 'bin/dash' | June McEnroe | 2020-12-22 |
* | Fix bibsort name sorting for middle names, trailing titles | June McEnroe | 2020-12-18 |
* | Add bibsort | June McEnroe | 2020-12-15 |
* | Add modem -r flag to set baud rate | June McEnroe | 2020-12-08 |
* | Clean up variable expansions in c.sh | June McEnroe | 2020-12-07 |
* | Handle const strings in c -e | June McEnroe | 2020-12-05 |
* | Remove edit | June McEnroe | 2020-10-29 |
* | Open /dev/tty in nudge | June McEnroe | 2020-09-04 |
* | Add nudge | June McEnroe | 2020-09-04 |
* | Build fbclock with -lz | June McEnroe | 2020-09-03 |
* | Use scheme for bin html | June McEnroe | 2020-08-23 |
* | Use CSS variables in scheme output | June McEnroe | 2020-08-23 |
* | Highlight .in files as sh | June McEnroe | 2020-08-18 |
* | Bump title buffer to 64K | June McEnroe | 2020-08-15 |
* | Fix setting second title request to GET | June McEnroe | 2020-07-25 |
* | Read from stdin in order | June McEnroe | 2020-07-18 |
* | Add facebook and twitter to title user-agent | June McEnroe | 2020-07-08 |
* | Remove aes | June McEnroe | 2020-06-17 |
* | Fix pbd for neovim | June McEnroe | 2020-06-11 |
* | Add additional permission for linking with LibreSSL | June McEnroe | 2020-06-08 |
* | Replace __DECONST with regular casts | June McEnroe | 2020-06-08 |
* | Replace __printflike with __attribute__((format(printf, ...))) | June McEnroe | 2020-06-08 |
* | Replace __dead2 with __attribute__((noreturn)) | June McEnroe | 2020-06-08 |