256
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
softwrap: avoid time-consuming computations, to burden large files less More... almost 4 years ago
chars: work around the wrong private-use-character widths on OpenBSD More... almost 4 years ago
options: retire the obsolete 'smooth', 'morespace', and 'nopauses' More... almost 4 years ago
tweaks: simplify two fragments of code More... almost 4 years ago
tweaks: adjust and improve one comment, and frob another More... almost 4 years ago
files: when Mac format has been detected, stay with it More... almost 4 years ago
build: fix compilation for --enable-tiny plus --enable-multibuffer More... almost 4 years ago
tweaks: morph a function into what it is actually used for More... almost 4 years ago
tweaks: remove a misplaced (and nested) #ifdef More... almost 4 years ago
tweaks: avoid parsing a multibyte character twice More... almost 4 years ago
tweaks: rename a variable, for contrast with another More... almost 4 years ago
tweaks: elide a call of strlen() for every row More... almost 4 years ago
tweaks: reduce the maximum character length from six bytes to four More... almost 4 years ago
tweaks: elide a small function that is used just once More... almost 4 years ago
tweaks: elide an unneeded resetting NULL call to wctomb() More... almost 4 years ago
tweaks: improve a couple of comments More... almost 4 years ago
tweaks: avoid converting a file name for more than will fit on screen More... almost 4 years ago
display: avoid determining twice from and until where to draw each row More... almost 4 years ago
tweaks: rename a variable, away from an abbreviation More... almost 4 years ago
tweaks: put the most likely condition first, for a quicker return More... almost 4 years ago
tweaks: reshuffle two conditions, to have the most unlikely one first More... almost 4 years ago
tweaks: reshuffle a comment, and put the main extension first More... almost 4 years ago
syntax: tcl: support Expect scripts too More... almost 4 years ago
tweaks: elide two more instances of useless character copying More... almost 4 years ago
startup: show the helpful message only when ^G has not been rebound More... almost 4 years ago
tweaks: simplify two fragments of code, eliding useless character copying More... almost 4 years ago
chars: implement mbtowc() ourselves, for more efficiency More... almost 4 years ago
chars: implement mblen() ourselves, for efficiency More... almost 4 years ago
build: fix compilation when configured with --disable-multibuffer More... almost 4 years ago
tweaks: drop unneeded braces and adjust indentation after previous change More... almost 4 years ago