0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Cast char to u_char before passing to isalnum(). More... almost 15 years ago
Recent code to try and detect if a terminal supports UTF-8 by printing to it fails spectacularly on (at least) sparc64, so disable it for now. Thanks to naddy and Josh Elsasser for help and testing. More... almost 15 years ago
remove unused flag; while here, make usage's output fit on 80-column displays. More... almost 15 years ago
sort options alphabetically. More... almost 15 years ago
spawn login shells by default, adapt manpage bits as well. ok nicm@ More... almost 15 years ago
Don't access array[-1] if array is an empty string. More... almost 15 years ago
Make code clearer: - if (hdr->size > SIZE_MAX - 1) + if (hdr->size == SIZE_MAX) More... almost 15 years ago
Don't dereference NULL if buf winds up being empty. Can't happen right now according to NicM but better safe than sorry. More... almost 15 years ago
Don't leak memory if multiple -f flags are given. More... almost 15 years ago
Update the man page with some recent changes to the code: More... almost 15 years ago
Whoops, didn't mean to add this. More... almost 15 years ago
Import tmux, a terminal multiplexor allowing (among other things) a single terminal to be switched between several different windows and programs displayed on one terminal be detached from one terminal and moved to another. More... almost 15 years ago