2
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 23, 2025 — Feb 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* src/init.c: don't allocate locked memory. More... over 13 years ago
* Install: fixed the wrong selection of the builtin language. More... almost 14 years ago
* Makefile: removed -funroll-loops as this is potentially dangerous. More... almost 14 years ago
* src/libinit.c: fixed the broken build for all non-AROS platforms. More... almost 14 years ago
Some AROS fixes added. SDI headers updated. More... about 14 years ago
* misc: final 6.13 release preparations. More... about 14 years ago
* tools/mkrelease.sh: enforced lh5 compression to avoid incompatibilities with older LhA versions. More... about 15 years ago
* Makefile: don't complain about a missing Makefile.dep More... about 15 years ago
* all/Makefile: fixed the dependency generation to respect the system specific object file path. More... about 15 years ago
* codesets.c: added some "const" keywords to avoid type casts. More... about 15 years ago
* dist/Install: adapted the Installer script to respect MorphOS' default location for 3rd party libraries. More... over 15 years ago
* libinit.c: call LibDelete() from LibClose() as well. More... over 15 years ago
* libinit.c: make sure that removing the library during LibClose() really operates on the correct base. Calling LibExpunge() on MorphOS is wrong, since that takes no parameter but expects the base to be in A6. We work around this by using an additional function which gets called from LibClose() and LibExpunge() with the correct base pointer. More... over 15 years ago
* tools/mkrelease.sh: remove the mmakefile.src file from the distribution. More... over 15 years ago
* misc: final 6.12 release preparations. More... over 15 years ago
* codesets.c: fixed a possible length issue in case a UTF8 sequence had to be replaced more than once by "lookalike" characters. Before the length of the sequence to be replaced was not modified after the first replacement. Thanks to Bernd Gollesch for the hint. More... over 15 years ago
* codesets.c: CodesetsUTF8ToStr() did not return the correct length of the converted string in case mapping of foreign characters was requested and the string really contained mappable characters which might be replaced by longer ASCII strings of than one single character. More... over 15 years ago
* libinit.c, debug.c: clear all semaphore structures before calling InitSemaphore(). More... over 15 years ago
* misc: final 6.11 release preparations. More... over 15 years ago
* libinit.c, SDI_compiler.h: removed the RODATA hack again. More... over 15 years ago
* SDI_compiler.h: added missing RODATA definition. More... over 15 years ago
* libinit.c: the library init code now ensures that the entry code is really the first code to be executed in case the .library is executed like a regular command by accident. More... over 15 years ago
* include/SDI_compiler.h: updated to latest version. More... over 15 years ago
Some fixes for 64-bit AROS More... over 15 years ago
* src/init.c: added car plate codes and ISO3166 Alpha 3 country code detection when obtaining the system default codeset. Thus a user can use a system default language/codeset which doesn't match the country's language/codeset. This fulfils feature request #2971890. More... over 15 years ago
* src/init.c: enabled querying of ENV:CODEPAGES to obtain the default codeset for all systems. More... over 15 years ago
* include/SDI_hook.h: updated to latest version. More... over 15 years ago
* src/codesets.c: added a union of several pointer types to avoid the tons of warnings of GCC4+ about type punned pointer accesses. More... over 15 years ago
* Install: extended the final message that a reboot might be necessary to be able to use the just installed version. More... over 15 years ago
* added release directory and *.lha to svn:ignore list More... over 15 years ago