2
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Feb 25, 2025 — Feb 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- final release preparations. More... almost 20 years ago
- revised the ppcinline include header to use USE_INLINE_STDARG instead of NO_PPCINLINE_STDARG like defined in the latest MOS SDK. More... almost 20 years ago
- final 6.2 release preparations. More... almost 20 years ago
* misc: reworked the whole API of the CodesetsFindBestA() function which was more or less unused until today. The function now only accepts a variable tagitem list. All former fixed arguments have to be set via TagItems now. This should make the function more flexible for the future. In addition, I added the cyrillic codeset autodetection code kindly provided by Alexey Ivanov. codesets.library can now be used together with the new CSA_CodesetsFamily attribute to specify the family to which against the supplied text should be matched. This will also allow to add more different codeset families in future to the autodetection. Revised the autodocs and includes of CodesetsFindBest() accordingly. More... almost 20 years ago
* Makefile.os4, libinit.c: reworked the OS4 library interface to cleanly compile with newlib instead of clib2. Future OS4 version will be built for newlib only as that is the standard runtime library for AmigaOS4. More... almost 20 years ago
- minor fix More... almost 20 years ago
* libinit.c: slightly reworked the library init/expunge code to act a bit more robust and don't use any semaphore during the library expunge phase which in fact should cure the crashing on MorphOS during expunging of the library. More... almost 20 years ago
- final 6.1 release preparations. More... almost 20 years ago
- final 6.1 release preparations. More... almost 20 years ago
- codesets.c: replaced the underscore char '_' use for an unknown char during an UTF-8 conversion to a questionmark '?' as this might be a more proper replacement and it doesn't triggers YAM's text highlighting routines. More... almost 20 years ago
* codesets.c: slightly reworked the ReadTable() function. Reworked the CodesetsUTF8ToStrA() function to correctly take respect of the CSA_SourceLen attribute as documented. Previously it always converted until strlen(src). Now in case the SourceLen is specified it will stop converting the UTF8 string. More... almost 20 years ago
- libinit.c, base.h: moved the internal charset table initialization routine from the LibInit() function to the first call of the LibOpen(). This in fact should fix the various strange crash bugs reported since the release of 6.0. More... almost 20 years ago
- init.c: changed the library base definitions to use "extern" and also define "__UtilityBase" to please constraints of clib2. More... almost 20 years ago
- misc: switched from CVS to the new SVN (subversion) services of sf.net. Should should definitly increase our project's flexibility. More... almost 20 years ago
- fixed minor compiler warning. More... almost 20 years ago
- utils.c: removed the unnecessary snprintf()/sprintf() stuff as it is not required anymore. - codesets.c: fixed some minor compiler warnings and added some more debug output. - include/SDI_lib.h: updated to latest SDI_lib.h, which fixes some compiler issues with GCC3+ under OS3. More... almost 20 years ago
- some minor cosmetic changes. More... almost 20 years ago
- utils.c: removed the unnecessary snprintf()/sprintf() stuff as it is not required anymore. More... almost 20 years ago
- codesets.c: fixed some minor compiler warnings and added some more debug output. More... almost 20 years ago
- include/SDI_lib.h: updated to latest SDI_lib.h, which fixes some compiler issues with GCC3+ under OS3. More... almost 20 years ago
- removed unnecessarz prototype specifications of sprintf/snprintf. More... almost 20 years ago
- forgot to add LGPL COPYING notice to repository More... about 20 years ago
- misc: final 6.0 release preparations. More... about 20 years ago
- misc: final 6.0 release preparations. More... about 20 years ago
- codesets.doc: updated the autodocs according to our latest changes sind the open-source release of the library. Added some common examples and also restructed it. - codesets.c: changed all "struct MinList *" related functions to use the newly defined "struct codesetList *" instead. This new type instead of the public MinList type keeps those functions more flexible in future. - codesets.c: changed CodesetsListDelete() to be a tagitem receiving function. This should make it much more usable in future. - codesets.c: modified all CodesetsListX() functions to return a boolean value to signal if an operating succeeded or not. - libraries/codesets.h: changed all tag items to carry the shortcut CSA instead of the long CODESETSA_XXXX string. This should make the use of codesets.library more intuitive. More... about 20 years ago
- codesets.c: changed the scandir function to use ExAll() instead of using the FileInfoBlock structures. This should be slightly faster and more consistent. More... about 20 years ago
- changed the version/revision managment to use version.h instead of the obsolete bumprev tool chain. More... about 20 years ago
- codesets.c: replaced the previously added internal private codeset list management functions with a more transparent approach using separate functions (CodesetsListCreateA(), CodesetsListDelete(), etc.). Now a user may generate an unlimited number of own private codesets lists allowing him to load additional codesets on runtime from either a directory, file or already existing codesets. More... about 20 years ago
* codesets.c: added a new internal "findPrivateCodesetList()" function and made CodesetsFindA()/CodesetsFindBestA() aware of the newly added CODESETSA_RefTask attribute which will allow a user to directly specify the referencing task for searching for a private codesets list. This in fact may only be used in multithreaded applications where functions like CodesetsFindA() are used from a different task/thread than the OpenLibrary() of codesets.library was done. More... about 20 years ago
- slightly restructed the codesets.c sources. More... about 20 years ago