12
I Use This!
Inactive

Commits : Listings

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