8
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix octal option core dump More... over 23 years ago
include curses library in libs when checking curses functionality More... over 23 years ago
correct cursor calculation on partial character during input More... over 23 years ago
allocate enough mem for repl string More... over 23 years ago
remove double use of conversion buffer More... over 23 years ago
one of those rare code paths... More... over 23 years ago
fix use of RE_W{START,STOP} in wide char version More... over 23 years ago
failed attempt to use slang curses; leave changes in in case someone wants to try again More... over 23 years ago
output a space when a two column character is pushed off of a line More... over 23 years ago
only log first of multiple successive identical commands More... over 23 years ago
change pango character size to 15, because I don't have a 16pt unicode font More... over 23 years ago
allow ^X input of more that 8bit characters More... over 23 years ago
Display single column Unicode characters in one column. All the Unicode handling ignores locale settings for now. More... over 23 years ago
Move open back to where it belongs. Specify DB_NOMMAP when using fcntl locking. More... over 23 years ago
Ensure buffer is large enough for copy in v_txt. Looks like an old bug. More... over 23 years ago
don't depend on pango or zvt More... over 23 years ago
lock file structure during undo More... over 23 years ago
CHAR_T unsigned More... over 23 years ago
add multibyte.h to list of source files More... over 23 years ago
Postpone actual opening of db until after locking the underlying re_source. Makes locking work beter on NFS on solaris. More... over 23 years ago
Preliminary Unicode displaying. Assumes pango for now and assumes every unicode character is wide. Will need some cleaning up. More... over 23 years ago
Fix signedness bug. Maybe CHAR_T should be unsigned afterall. I don't know. More... over 23 years ago
more careful in determening alloc size More... over 23 years ago
fix reading and filtering in wide char version More... over 23 years ago
The original commit missed the catalog files. More... over 23 years ago
Update the license: we're going to standard BSD, copyright UC Berkeley, Keith Bostic and Sven Verdoolaege. without the advertising clause. More... over 23 years ago
pass char string to shell More... almost 24 years ago
fix gtk frontend drawing More... almost 24 years ago
use thread specific memory for conversions More... almost 24 years ago
missing backslash More... almost 24 years ago