openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
C
codesets.library
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
2 days
ago. based on code collected
2 days
ago.
Feb 25, 2025 — Feb 25, 2026
Showing page 10 of 11
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
- final release preparations.
Jens Maus
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.
Jens Maus
More...
almost 20 years ago
- final 6.2 release preparations.
Jens Maus
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.
Jens Maus
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.
Jens Maus
More...
almost 20 years ago
- minor fix
Jens Maus
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.
Jens Maus
More...
almost 20 years ago
- final 6.1 release preparations.
Jens Maus
More...
almost 20 years ago
- final 6.1 release preparations.
Jens Maus
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.
Jens Maus
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.
Jens Maus
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.
Jens Maus
More...
almost 20 years ago
- init.c: changed the library base definitions to use "extern" and also define "__UtilityBase" to please constraints of clib2.
Jens Maus
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.
Jens Maus
More...
almost 20 years ago
- fixed minor compiler warning.
Jens Maus
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.
Jens Maus
More...
almost 20 years ago
- some minor cosmetic changes.
Jens Maus
More...
almost 20 years ago
- utils.c: removed the unnecessary snprintf()/sprintf() stuff as it is not required anymore.
Jens Maus
More...
almost 20 years ago
- codesets.c: fixed some minor compiler warnings and added some more debug output.
Jens Maus
More...
almost 20 years ago
- include/SDI_lib.h: updated to latest SDI_lib.h, which fixes some compiler issues with GCC3+ under OS3.
Jens Maus
More...
almost 20 years ago
- removed unnecessarz prototype specifications of sprintf/snprintf.
Jens Maus
More...
almost 20 years ago
- forgot to add LGPL COPYING notice to repository
Jens Maus
More...
about 20 years ago
- misc: final 6.0 release preparations.
Jens Maus
More...
about 20 years ago
- misc: final 6.0 release preparations.
Jens Maus
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.
Jens Maus
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.
Jens Maus
More...
about 20 years ago
- changed the version/revision managment to use version.h instead of the obsolete bumprev tool chain.
Jens Maus
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.
Jens Maus
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.
Jens Maus
More...
about 20 years ago
- slightly restructed the codesets.c sources.
Jens Maus
More...
about 20 years ago
←
1
2
3
4
5
6
7
8
9
10
11
→
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