11
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Oct 30, 2024 — Oct 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
"Save All" Courtesy of: [email protected] & [email protected] More... almost 5 years ago
remove "/" between path and filename More... over 5 years ago
fix compilation on OpenVMS 8.4 with Compaq/HP C 7.3 More... over 5 years ago
Allow to override current time More... over 8 years ago
Force C89 on gcc/linux to prevent accidental changes to C90/GNU dialect More... over 8 years ago
Refuse to run with a broken Motif, rather than complicate the build. More... over 8 years ago
Fix for fd resource leak, from arnef More... over 8 years ago
Updated to 5.7 in help text, release notes, etc. More... almost 9 years ago
tag loading speedup, new string hash djb2, tag unloading bug + crash More... over 9 years ago
Fix crash on tag-unload, from [email protected] More... over 9 years ago
Enable compiling on IRIX again, from [email protected] More... almost 10 years ago
Performance fixes for large (500MB+) tag files More... about 10 years ago
Early update to 5.7 More... about 10 years ago
Avoid crash and fallback to fixed when there is no X core font. More... about 10 years ago
Fix SIGABRT on Help/Find-Again under OS-X More... over 10 years ago
Replace XtNew with NEditNew, for completeness with XtMalloc wrappers More... over 10 years ago
Support clang explicitly More... over 10 years ago
fixed x86 Linux Clang v3.5 warnings, whitelisted OpenMotif v2.3.4, added all build artifacts to .gitignore More... over 10 years ago
Removed more CVS keywords More... over 10 years ago
Use enumeration for indent-style, wrap-style/mode and show-matching-style More... over 10 years ago
Merge conflict resolution More... over 10 years ago
Removed CVS keywords More... over 10 years ago
Refactored rbTree and reference-counted strings into util More... over 10 years ago
Replaced calls to XtMalloc/XtRealloc/XtCalloc/XtFree/XtNewString with (new functions) NEditMalloc/NEditCalloc/NEditRealloc/NEditFree/NEditStrdup so we have proper prototypes using size_t and void* but also can exit cleanly on out-of-memory More... over 10 years ago
Fix compiler warnings from gcc (all false positives) More... over 10 years ago
Initial C++11 syntax highlighting support More... over 10 years ago
Remove some function pointer casts that tend to hide bugs. More... over 10 years ago
Fix font selector rejecting fonts with multiple copies More... over 10 years ago
Changed default fonts to use pixels rather than points More... almost 11 years ago
Fix Find-Selection broken on big-endian LP64 builds More... almost 11 years ago