12
I Use This!
Activity Not Available

Commits : Listings

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