summary refs log tree commit diff
path: root/etc/code.map (unfollow)
Commit message (Expand)Author
2018-11-23Set default .asm, .h, .sh syntax modes for vimJune McEnroe
2018-11-23Replace tableUpdate with tableReplaceJune McEnroe
2018-11-23Move buffer length to blocksJune McEnroe
2018-11-23Disable number, laststatus, ruler in vimJune McEnroe
2018-11-22Add Julia Holter — I Shall Love 2June McEnroe
2018-11-22Add fileWrite for ediJune McEnroe
2018-11-22Simplify edi file readingJune McEnroe
2018-11-21Reorganize ignored directoriesJune McEnroe
2018-11-21Add Iter for ediJune McEnroe
2018-11-21Fix freeing empty buffer blockJune McEnroe
2018-11-21Read files in ediJune McEnroe
2018-11-21Free buffer block if empty when allocating new blockJune McEnroe
2018-11-21Track hot slice in tablesJune McEnroe
2018-11-20Add bufferDeleteJune McEnroe
2018-11-19Alias ls='ls -p'June McEnroe
2018-11-19Add missing include in dtchJune McEnroe
2018-11-18Avoid DST struct TableJune McEnroe
2018-11-18Add Go Mono variantsJune McEnroe
2018-11-18Add seeds of ediJune McEnroe
2018-11-15Use png.h in gfxx.cJune McEnroe
2018-11-14Remove zlib dependency from png.hJune McEnroe
2018-11-14Rearrange bin Makefile once moreJune McEnroe
2018-11-14Factor out png.hJune McEnroe
2018-11-14Add \l binding to insert AGPL commentJune McEnroe
2018-11-14Add Chromatics — Running Up That HillJune McEnroe
2018-11-12Clean up and improve dtchJune McEnroe
2018-11-12Use typedefs uint and byteJune McEnroe
2018-11-11Add \s sort binding and simplify \h and \aJune McEnroe
2018-11-07Remove msr606June McEnroe
2018-11-07Implement all of MSR606June McEnroe
2018-10-30Add Low — Double NegativeJune McEnroe
2018-10-28Prevent buffer overflows in pngoJune McEnroe
2018-10-27Remove other building bindings for engineerJune McEnroe
2018-10-27Set MANSECT for sections 2 and 3 before 1June McEnroe
2018-10-21Add Rival Consoles — HeliosJune McEnroe
2018-10-19Nice shot!June McEnroe
2018-10-17Fix tags targetJune McEnroe
2018-10-16Remove klonJune McEnroe
2018-10-08Use wchar_t in ttpreJune McEnroe
2018-10-08Add ttpreJune McEnroe
2018-10-08Use col -b to remove formatting for READMEJune McEnroe
2018-10-07Remove edi.cJune McEnroe
2018-10-03Add sans6x12June McEnroe
2018-10-03Add -H flag to psfed to increase heightJune McEnroe
2018-10-03Fix ≈ glyph of sans6x8June McEnroe
2018-10-03Fill E0 through FE of sans6x10June McEnroe
2018-10-03Fill 03 through 1F of sans6x10June McEnroe
2018-10-03Fix ¼ glyph of sans6x8June McEnroe
2018-10-03Fill A6 through AF of sans6x10June McEnroe
2018-10-02Rewrite schemeJune McEnroe
r replying to older messages. 2021-09-14Add downgrade IRC botJune McEnroe 2021-09-14Sort by title if authors matchJune McEnroe There are probably better things to sort by but title definitely always exists. 2021-09-13Swap-remove tags as they're foundJune McEnroe This makes it even faster. From ~1s on a sqlite3.c amalgamation to ~0.85s. 2021-09-12Replace htagml regex with strncmpJune McEnroe Since ctags only ever produces regular expressions of the form /^re$/ or /^re/ with no other special characters, instead unescape the pattern and simply use strncmp. Running on a sqlite3.c amalgamation, the regex version takes ~37s while the strncmp version takes ~1s, producing identical output. Big win! 2021-09-11Also defer printing comment for lone close-parensJune McEnroe 2021-09-10Publish "git-comment"June McEnroe 2021-09-10Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe This fixes badly indented comments. 2021-09-08Up default min-repeat to 30 linesJune McEnroe 2021-09-08Handle dirty lines in git-commentJune McEnroe 2021-09-08Document and install git-commentJune McEnroe 2021-09-08Add repeat and all options to git-commentJune McEnroe 2021-09-08Add group threshold to git-commentJune McEnroe