openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
M
MCC TextEditor
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 7 hours
ago. based on code collected
about 7 hours
ago.
Jul 22, 2024 — Jul 22, 2025
Showing page 15 of 37
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
* mcc/TextEditor-Test.c: adapted the example text a bit.
Thore Böckelmann
More...
about 15 years ago
* mcc/EditorStuff.c: use the growing tables as well when removing characters and the style/color information needs to be updated. This should have been the last place for possible buffer overruns if removing some styled text resulted in more style changes than before.
Thore Böckelmann
More...
about 15 years ago
* mcc/Debug.c: fixed some typos and make use of the Get#?() list functions.
Thore Böckelmann
More...
about 15 years ago
* mcc/Get#?.c: added GetHead/Pred/Succ/Tail implementation for those systems which don't implement these natively.
Thore Böckelmann
More...
about 15 years ago
* mcc/Get#?.c: added GetHead/Pred/Succ/Tail implementation for those systems which don't implement these natively.
Thore Böckelmann
More...
about 15 years ago
* mcc/EditorStuff.c: fixed another coloring bug.
Thore Böckelmann
More...
about 15 years ago
* mcc/BlockOperators.c: added a missing color remembrance.
Thore Böckelmann
More...
about 15 years ago
* mcc/misc: replaced all hand crafted style and color array allocations by growing arrays which are resized on demand. This makes buffer overruns due to imprecise size calculation impossible and should fix the random crashes.
Thore Böckelmann
More...
about 15 years ago
* include/SDI_compiler.h: updated to latest version.
Thore Böckelmann
More...
about 15 years ago
* AROS mmakefile.src: removed vastubs.c from build.
Matthias Rustler
More...
about 15 years ago
* Fixes for 64-bit AROS: changed some ULONG to IPTR to get rid of warnings like "conversion from/to pointer to/from integer with different size"
Matthias Rustler
More...
about 15 years ago
* mcc/EditorStuff.c: fixed an off-by-one string copying.
Thore Böckelmann
More...
about 15 years ago
* mcc/ClipboardServer.c: removed the ENTER()/LEAVE() macro calls from the server process' function as these are cluttering up the debug log.
Thore Böckelmann
More...
about 15 years ago
* mcc/AllocFunctions.c, mcc/#?VecPooled.c, mcc/Makefile: moved the #?VecPooled()functions for OS3 to separate files.
Thore Böckelmann
More...
about 15 years ago
* mcc/EditorStuff.c, mcc/HandleARexx.c: replaced some memcpy() calls by more apropriate strlcpy() calls.
Thore Böckelmann
More...
about 15 years ago
* Debug.c: fixed slightly wrong string parsing.
Thore Böckelmann
More...
about 15 years ago
* Debug.c, misc: implemented a basic check to verify that stuff is being freed using the correct function, i.e. FreeVec() for AllocVec()'ed memory.
Thore Böckelmann
More...
about 15 years ago
* mcc/EditorStuff.c: restored the strlcpy() call as memmove() does the thing completely wrong.
Thore Böckelmann
More...
about 15 years ago
* mccinit.c: added CleanupDebug() call to expunge function.
Thore Böckelmann
More...
about 15 years ago
* mccinit.c: added CleanupDebug() call to expunge function.
Thore Böckelmann
More...
about 15 years ago
* mcc/EditorStuff.c: restored the strlcpy() call as memmove() does the thing completely wrong.
Thore Böckelmann
More...
about 15 years ago
* mcc/EditorStuff.c: added missing parameter to function call.
Thore Böckelmann
More...
about 15 years ago
* mcc/Dispatcher: removed unused variable.
Thore Böckelmann
More...
about 15 years ago
* mcc/EditorStuff.c: use memmove() instead of strlcpy() when removing text from a line, because the regions might overlap.
Thore Böckelmann
More...
about 15 years ago
* mcc/BlockOperators.c, mcc/ImportHook.c, mcc/HandleARexx.c: minor code cleanup.
Thore Böckelmann
More...
about 15 years ago
* mcc/MixedFunctions.c: replaced a memcpy() call by strlcpy().
Thore Böckelmann
More...
about 15 years ago
* mcc/EditorStuff.c, mcc/Dispatcher.c: replaced some free line loops by a call to FreeTextMem().
Thore Böckelmann
More...
about 15 years ago
* MixedFunctions.c: fixed a possible memory leak.
Thore Böckelmann
More...
about 15 years ago
* dist/icons: set some reasonable default icon positions.
Thore Böckelmann
More...
about 15 years ago
* dist/Install-MCC: the supported languages are now collected dynamically instead of being defined statically. Furthermore the .mcc name must be specified in the script's icon as application name. This makes it possible to use the script for arbitrary classes without modification.
Thore Böckelmann
More...
about 15 years ago
←
1
2
…
11
12
13
14
15
16
17
18
19
…
36
37
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree