2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- pull latest catalog sources/translations More... about 10 years ago
* Makefile: updated Makefile to be somehwat more generic and compile everything a bit more smoothly. More... about 10 years ago
* misc: bumped revision for final 2.13 release. More... about 10 years ago
- some more minor fixes More... about 10 years ago
* Makefile, scanpo: use the custom strptime implementation for the Windows build as well. More... about 10 years ago
- more language name related fixes and apdations. More... about 10 years ago
* scanpo.c: replaced yet another english language name by the local translation. More... about 10 years ago
* scanpo.c: changed some english language names to their local names. More... about 10 years ago
* utils.c: fixed a buffer overrun in the AmigaOS builds when converting strings to the destination codeset. More... about 10 years ago
* strptime.c: fixed a possible endless loop in the custom strptime implementation. More... about 10 years ago
* readprefs.c: fixed a typo which prevented the AmigaOS builds from compiling. More... about 10 years ago
* scanpo.c, contrib/cd2po: added 'catalan' language to recognized translation languages. More... about 10 years ago
- make sure to properly escape \0 and \33 sequences as well More... about 10 years ago
* scanpo.c: if an empty msgstr is found this string will be now omitted when creating a catalog. If, however, a string should be intentionally empty a translator have to use "<EMPTY>" to signal that this string should be empty. More... about 10 years ago
* scanpo.c, main.c, misc: implemented a new "CODESET" command line option which allows to force the output codeset. By specifying this option a user can force FlexCat to output the catalog strings in a certain codeset encoding (e.g. UTF-8). More... about 10 years ago
- fixed problem where the wrong pointer had been used. More... about 10 years ago
- changed transifex command-line client configuration to use a lang_map instead of having to specify each translation file separately. More... about 10 years ago
* locale: moved all ct/cd based translation files over to po/pot files now that the FlexCat is managed on transifex as well: (https://www.transifex.com/projects/p/flexcat/). More... about 10 years ago
* libcodesets.a: moved the link library to a separate directory to make sure it is used for MorphOS only. More... about 10 years ago
* openlibs.c: fixed the different system dependent definitions of certain library bases. More... about 10 years ago
* Makefile, lib/libcodesets.a: modified build environment to also perfectly build FlexCat for MorphOS again. More... about 10 years ago
* contrib/cd2po, scanpo.c: now "Amiga-1251" will be used for the charset conversion of russian catalogs. This however is currently only possible for the native builds of FlexCat. For the cd2po script and for the unix version where the iconv library is used for charset conversion "windows-1251" will be used instead which should be fine for most cases (non-console apps) More... about 10 years ago
* strptime.c: added a simple custom implementation of strptime() based on a similar function in YAM. More... about 10 years ago
* ChangeLog: added the missing change entry. More... about 10 years ago
* openlibs.c, utils.c: partly fixed the broken AmigaOS3 build. There are still unresolved references to strptime. More... about 10 years ago
* contrib/cd2po, scanpo.c: synchronized charset translation tables of scanpo.c routines and cd2po shell conversion routines. More... about 10 years ago
- converted file from UTF8 encoding to iso-8859-15 More... about 10 years ago
* scanpo.c: optimized the charset conversion routines to better match the default charsets and MIBenum numbers of each language. More... about 10 years ago
* contrib/cd2po: added the cd2po.sh shell script to convert between the cd and po format as a contribution. This script was previously part of the YAM project but has been moved here because that's the place it belongs. More... about 10 years ago
- added POFILE to template More... about 10 years ago