1
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Jul 22, 2024 — Jul 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* mcc/TextEditor-Test.c: adapted the example text a bit. 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. More... about 15 years ago
* mcc/Debug.c: fixed some typos and make use of the Get#?() list functions. More... about 15 years ago
* mcc/Get#?.c: added GetHead/Pred/Succ/Tail implementation for those systems which don't implement these natively. More... about 15 years ago
* mcc/Get#?.c: added GetHead/Pred/Succ/Tail implementation for those systems which don't implement these natively. More... about 15 years ago
* mcc/EditorStuff.c: fixed another coloring bug. More... about 15 years ago
* mcc/BlockOperators.c: added a missing color remembrance. 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. More... about 15 years ago
* include/SDI_compiler.h: updated to latest version. More... about 15 years ago
* AROS mmakefile.src: removed vastubs.c from build. 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" More... about 15 years ago
* mcc/EditorStuff.c: fixed an off-by-one string copying. 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. More... about 15 years ago
* mcc/AllocFunctions.c, mcc/#?VecPooled.c, mcc/Makefile: moved the #?VecPooled()functions for OS3 to separate files. More... about 15 years ago
* mcc/EditorStuff.c, mcc/HandleARexx.c: replaced some memcpy() calls by more apropriate strlcpy() calls. More... about 15 years ago
* Debug.c: fixed slightly wrong string parsing. 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. More... about 15 years ago
* mcc/EditorStuff.c: restored the strlcpy() call as memmove() does the thing completely wrong. More... about 15 years ago
* mccinit.c: added CleanupDebug() call to expunge function. More... about 15 years ago
* mccinit.c: added CleanupDebug() call to expunge function. More... about 15 years ago
* mcc/EditorStuff.c: restored the strlcpy() call as memmove() does the thing completely wrong. More... about 15 years ago
* mcc/EditorStuff.c: added missing parameter to function call. More... about 15 years ago
* mcc/Dispatcher: removed unused variable. More... about 15 years ago
* mcc/EditorStuff.c: use memmove() instead of strlcpy() when removing text from a line, because the regions might overlap. More... about 15 years ago
* mcc/BlockOperators.c, mcc/ImportHook.c, mcc/HandleARexx.c: minor code cleanup. More... about 15 years ago
* mcc/MixedFunctions.c: replaced a memcpy() call by strlcpy(). More... about 15 years ago
* mcc/EditorStuff.c, mcc/Dispatcher.c: replaced some free line loops by a call to FreeTextMem(). More... about 15 years ago
* MixedFunctions.c: fixed a possible memory leak. More... about 15 years ago
* dist/icons: set some reasonable default icon positions. 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. More... about 15 years ago