2
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 21, 2025 — Feb 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* libinit.c: removed the unnecessary variable assignment. More... over 16 years ago
* libinit.c: in case something in the LibInit() call fails everything set up before will now correctly be freed again to avoid memory leaks. More... over 16 years ago
* codesets.c: duplicating the source string upon identical souce and destination codesets now correctly respects the size of the single characters when adding the trailing NUL character. More... over 16 years ago
* codesets.c: added a small comment on the latest change. More... over 16 years ago
* codesets.c: a conversion with identical source and destination codesets no longer fails, although such a conversion doesn't make much sense. Instead a copy of the source string is created which must be freed by a call to CodesetsFree() as usual. More... over 16 years ago
Added standard UTF#?_TYPEDEF to make sure typedefs dont clash with system types in the future More... over 16 years ago
- some minor cleanup and more detailed explainations for using UTF8_Encode in MOS. More... over 16 years ago
Added reference to fixe bug More... over 16 years ago
Workaround for locale.library bug in MorphOS 2.2 More... over 16 years ago
* libinit.c: On AROS library base is not necessarily passed on the stack to the lib (de)init functions. Use AROS macros for the definition of those functions so that the passing is always done in the right way. More... over 16 years ago
* Makefiles for examples and linkerlib fixed. * Bugfix in demo1.c. (variable codesets defined outside application to ensure that it exists when it's used) More... over 16 years ago
* Some warnings removed * Use standard MUIM_Application_AboutMUI because custom method crashes under AROS More... over 16 years ago
- fixed some AROS related compiler warnings More... over 16 years ago
* lib_protos.h: fixed the compilation for OS3, MOS and AROS because of incompatible function prototypes for the library functions with a variable argument list. More... over 16 years ago
- updated SDI headers to latest available versions. More... over 16 years ago
* include/SDI_lib.h: updated to the latest version. More... almost 17 years ago
Set RTF_EXTENDED for the MorphOS build More... almost 17 years ago
* include/SDI_lib.h: updated to the latest version. More... almost 17 years ago
* include/defines/codesets.h: regenerated the AROS codesets.h includes by using the very latest sfdc 1.4 tool. That should hopefully fix all existing issues with using codesets.lib for an AROS project. More... almost 17 years ago
Copied the file with correct offsets More... almost 17 years ago
* include/defines/codesets.h: fixed the codesets AROS defines.h include by shifting the function offsets by one to match the offsets using in the 68k build. More... almost 17 years ago
* libinit.c: fixed broken stackswap_call() prototype for the assembler version. More... almost 17 years ago
* include/defines/codesets.h: updated the AROS codesets.h file to the one that is distributed with AROS. More... almost 17 years ago
- replace the "i386" string in the version string with the more generic "x86" one More... almost 17 years ago
* codesets.c: the UTF8 compare function now uses a proper prototype to be used with qsort(). More... almost 17 years ago
* codesets.c: in case the default codeset could not be created two libraties were left open in the MOS build. More... almost 17 years ago
- updated SDI_compiler.h to very latest version. More... almost 17 years ago
* misc: replaced the last remaining TAB characters. More... almost 17 years ago
* libinit.c: reenabled the prototype for the stackswap_call() function to avoid warnings about implicitly declared functions. More... almost 17 years ago
* codesets.c: fixed some warnings about uninitialized variables. More... almost 17 years ago