12
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
BUG #1395689 Patches to permit nedit to be compiled under OpenVMS VMS compilation script and patches contributed by [email protected] More... over 18 years ago
Using Lesstif, util/getfiles.c compiled only with a warning about a missing #include <Xm/TextF.h>. More... over 18 years ago
Using Lesstif, util/getfiles.c compiled only with a warning about a missing #include <Xm/TextF.h>. More... over 18 years ago
another try at fixing the cvs urls More... over 18 years ago
fix sourceforge cvs urls More... over 18 years ago
Fix for bug 1541650 where non-regex replace-in-selection didn't work. More... over 18 years ago
Fix for bug 1541650 where non-regex replace-in-selection didn't work. More... over 18 years ago
Removes some compiler warnings and minor bugs on VMS. More... over 18 years ago
Removes some compiler warnings and minor bugs on VMS. More... over 18 years ago
Made function prototypes match their definitions (added "const"). This corrects broken builds. More... over 18 years ago
Made function prototypes match their definitions (added "const"). This corrects broken builds. More... over 18 years ago
Adds a line to the nedit.rc file header commentary: ! (User settings in X "application defaults" format) which allows copies to be recognised as X app default files for syntax highlighting using the language detection regex for X Resources. More... over 18 years ago
Adds a line to the nedit.rc file header commentary: ! (User settings in X "application defaults" format) which allows copies to be recognised as X app default files for syntax highlighting using the language detection regex for X Resources. More... over 18 years ago
This fixes several small issues: - Some bugs in various language modes pointed out by Volker Kuhlmann. - Some compiler warning (function footprint) caused from my latest changes. - Some compiler warnings (variable initialisation) from elsewhere. - One stuck return. More... over 18 years ago
This fixes several small issues: - Some bugs in various language modes pointed out by Volker Kuhlmann. - Some compiler warning (function footprint) caused from my latest changes. - Some compiler warnings (variable initialisation) from elsewhere. - One stuck return. More... over 18 years ago
Fix for SF#1027788 More... over 18 years ago
Fix for SF#1027788 More... over 18 years ago
Fix for SF#1015499 More... over 18 years ago
Fix for SF#1015499 More... over 18 years ago
Fix for SF#1003241 More... over 18 years ago
Fix for SF#1003241 More... over 18 years ago
Proper fix for part of SF bug #1536451, correcting my previous attempt.
edg
More... over 18 years ago
Proper fix for part of SF bug #1536451, correcting my previous attempt. More... over 18 years ago
Updates for newer Solaris (sparc + x86) boxes. More... over 18 years ago
Updates for newer Solaris (sparc + x86) boxes. More... over 18 years ago
Fixes for SF bug #1536451: highlighting pattern capacity overflow. Limits on the number of patterns per set were not properly checked, or not checked at all. More... over 18 years ago
Fixes for SF bug #1536451: highlighting pattern capacity overflow. Limits on the number of patterns per set were not properly checked, or not checked at all.
edg
More... over 18 years ago
Fix for SF bug #1536002: highlighting pattern compilation crash. An invalid size was used in a malloc call, causing memory corruption.
edg
More... over 18 years ago
Fix for SF bug #1536002: highlighting pattern compilation crash. An invalid size was used in a malloc call, causing memory corruption. More... over 18 years ago
Workaround for a Lesstif bug that caused a crash in the Save As dialog when a proportional font is used (reported by Alexey Kuznetsov at the discuss list). More... over 18 years ago