summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* Fail if building --with-libedit and can't find libeditJune McEnroe2020-12-22
* Merge commit '71c7cbab2b50436db940721a10d6ea1ca5d75f89' as 'bin/dash'June McEnroe2020-12-22
|\
| * Squashed 'bin/dash/' content from commit a45870fJune McEnroe2020-12-22
* Limit prune.sh to ~/.config ~/.localJune McEnroe2020-12-22
* Match the number part of the argument to :RFCJune McEnroe2020-12-21
* Move rfc.vim to doc/rfcJune McEnroe2020-12-21
* Move rfc to doc/rfcJune McEnroe2020-12-21
* Move wcfix to port/wcwidthJune McEnroe2020-12-21
* Update PDF URLsJune McEnroe2020-12-21
* Move pdf to doc/pdfJune McEnroe2020-12-21
* Remove TF2 configJune McEnroe2020-12-21
* Emit tags for section headings without trailing dotsJune McEnroe2020-12-20
* Depend on rfc-index.txt.gz in MakefileJune McEnroe2020-12-20
* Convert :RFC number to numberJune McEnroe2020-12-19
* Move :RFC to plugin scriptJune McEnroe2020-12-19
* Sort RFC tags fileJune McEnroe2020-12-19
* Open rfc-index.txt for :RFC without argumentJune McEnroe2020-12-19
* Include rfc-index.txt in RFC syncJune McEnroe2020-12-19
* Add :RFC vim command to view IETF RFCsJune McEnroe2020-12-18
* Add scripts to download, compress and tag IETF RFCsJune McEnroe2020-12-18
* Fix bibsort name sorting for middle names, trailing titlesJune McEnroe2020-12-18
* Add bibsortJune McEnroe2020-12-15
* Add modem -r flag to set baud rateJune McEnroe2020-12-08
* Clean up variable expansions in c.shJune McEnroe2020-12-07
* Add I Feel It AllJune McEnroe2020-12-06
* Handle const strings in c -eJune McEnroe2020-12-05
* Disable mouse in htopJune McEnroe2020-12-05
* Note lack of macro expansions in Q(...)June McEnroe2020-12-03
* Fix missing "to" in "hot tips"June McEnroe2020-12-02
* Publish "hot tips"June McEnroe2020-12-02
* Publish "Inability"June McEnroe2020-11-26
* Render content into atom feedJune McEnroe2020-11-26
* Update plan with different things I won't doJune McEnroe2020-11-26
* Add "Come On Petunia"June McEnroe2020-11-19
* Add x4 to LESSJune McEnroe2020-11-13
* Remove modified sensitivity settingsJune McEnroe2020-11-04
* Remove editJune McEnroe2020-10-29
* Switch gr alias back to git rebaseJune McEnroe2020-10-27
* Allow cd host: to cd to same path over sshJune McEnroe2020-10-27
* Use SendEnv for cd host:pathJune McEnroe2020-10-27
* Allow cd host:path over sshJune McEnroe2020-10-27
* Use mandoc -T utf8 for text.June McEnroe2020-10-07
* Add The Awakened KingdomJune McEnroe2020-09-20
* Move /opt/local back, cheat port select to use system manJune McEnroe2020-09-12
* Move /opt/local behind /usr againJune McEnroe2020-09-12
* Enable toc in cgit renderings of man pagesJune McEnroe2020-09-12
* Install mandoc on macOSJune McEnroe2020-09-11
* Rewrite install script yet againJune McEnroe2020-09-11
* Remove NetBSD from install scriptJune McEnroe2020-09-11
* Use MacPorts rather than pkgsrcJune McEnroe2020-09-11
class='logmsg'> 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