11
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Nov 10, 2024 — Nov 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed EditNewFile()'s file path init to use default dir instead of "". cf bug #1907176 "Empty $file_path". Also added some code to do similarly for VMS - untested. More... over 17 years ago
Changed EditNewFile()'s file path init to use default dir instead of "". cf bug #1907176 "Empty $file_path". Also added some code to do similarly for VMS - untested. More... over 17 years ago
There is no struct SparseArrayEntry{,Wrapper} More... over 17 years ago
There is no struct SparseArrayEntry{,Wrapper} More... over 17 years ago
Amendment to prev commit: We can distinguish these two scenarios by the return value from LookupSymbol(). This fixes a possible GlobalSymList corruption, for the case sym is already in the GlobalSymList. More... over 17 years ago
Amendment to prev commit: We can distinguish these two scenarios by the return value from LookupSymbol(). This fixes a possible GlobalSymList corruption, for the case sym is already in the GlobalSymList. More... over 17 years ago
Fix multiple memory leaks in interpret.c:PromoteToGlobal() More... over 17 years ago
Fix multiple memory leaks in interpret.c:PromoteToGlobal() More... over 17 years ago
The AutoScroll feature does not work if the target position of a goto_matching() command is inside the AutoScroll area. More... over 17 years ago
The AutoScroll feature does not work if the target position of a goto_matching() command is inside the AutoScroll area. More... over 17 years ago
Fix for SF bug #1908890: window title not updated.
edg
More... over 17 years ago
Fix for SF bug #1908890: window title not updated. More... over 17 years ago
Fixed the outdated Niki links.
edg
More... over 17 years ago
Fix sporadic windows at (0,0), from Ivan Skytte Jørgensen More... over 17 years ago
Fix sporadic windows at (0,0), from Ivan Skytte Jørgensen More... over 17 years ago
Fix text typo More... over 17 years ago
Fix text typo More... over 17 years ago
Remove duplicate free. More... over 17 years ago
Remove duplicate free. More... over 17 years ago
In macro.c a newly parsed macro programs are stored in the .val.prog pointer, but in interpret.c we use the .var.str.rep pointer. Fix this. More... over 17 years ago
In macro.c a newly parsed macro programs are stored in the .val.prog pointer, but in interpret.c we use the .var.str.rep pointer. Fix this. More... over 17 years ago
Fix possible stack overflows in interpret.c More... over 17 years ago
Fix possible stack overflows in interpret.c More... over 17 years ago
The prog parameter from ExecRE() is first dereferenced and than checked for NULL. Fix this. More... over 17 years ago
The prog parameter from ExecRE() is first dereferenced and than checked for NULL. Fix this. More... over 17 years ago
Fix crash when changing directories with a selected file. Thanks, Dale Whitfield! More... over 17 years ago
Fix crash when changing directories with a selected file. Thanks, Dale Whitfield! More... over 17 years ago
Always cast to (unsigned char) with is...() ctype funcs (for ancient Cs) More... over 17 years ago
Always cast to (unsigned char) with is...() ctype funcs (for ancient Cs) More... over 17 years ago
Small corrections: it's -> its, NOT -> ~not~, can not -> cannot. More... over 17 years ago