10
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 20 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
remove unused functions More... almost 18 years ago
add call to our memory functions More... almost 18 years ago
fix memory free issue with strdup and strndup if we use our own memory functions More... almost 18 years ago
add null pointer check More... almost 18 years ago
eliminate free while calling getcwd as we may use our own memory management system and it conflicts with getcwd More... almost 18 years ago
Update ChangeLog (and converted it to ts=8) More... almost 18 years ago
BugFix: Boolean options can be over-ridden on the command line (i.e. they work as they used to before I started messing with the code to save memory). More... almost 18 years ago
Made rxvt_free a macro if OUR_MALLOC is not defined More... almost 18 years ago
Set ts=8 in all source files. More... almost 18 years ago
replace free with rxvt_free More... almost 18 years ago
fix our fast memory management code, now it can be used and tested More... almost 18 years ago
Added a script to convert files with ts=4 to ts=8 More... almost 18 years ago
1. Stabilized previous commit: Boolean options now no longer hog memory. Each boolean option now only costs as much memory as the description and keyword take up. Earlier they would cost roughly 11.5 bytes more per option. Total savings = 54 * 11.5 ~= .5kb :). 2. Renamed ISNOT_OPTION to NOTSET_OPTION. ISNOT_OPTION sounds like something is not an option, which confused me to no end. More... almost 18 years ago
(unstable) Removed resources for boolean options. Reduces RAM usage by .5kb More... almost 18 years ago
define Options array with more portable type More... almost 18 years ago
add fast memory management code, not working right now More... almost 18 years ago
Fixed warnings due to signed/unsigned mismatches More... almost 18 years ago
oops, one more ) More... almost 18 years ago
add empty routines of rxvtmem, our future memory allocation/free routines More... almost 18 years ago
add null pointer macros More... almost 18 years ago
extend the number of options and merge option related macros More... almost 18 years ago
add NULL pointer macros More... almost 18 years ago
add macros to check and set NULL pointers for better code readability More... almost 18 years ago
add macros to check and unset X resources More... almost 18 years ago
add macros to check and set options More... almost 18 years ago
Reflects bugs fixed in r71,72 More... almost 18 years ago
BugFix: If user attempts to execute the last macro in the list, mrxvt sometimes segfaults. More... almost 18 years ago
Bug: If xft-config was missing, then Xft support was disabled. Fix: Use "pkg-config xft" when xft-config is missing (e.g. FC5 systems) More... almost 18 years ago
fix off focus fading More... almost 18 years ago
fix rxvt_cleanup_macros More... almost 18 years ago