1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed issue where linking with static library used wrong function prototype More... about 11 years ago
A couple of changes to fix shared library building in windows More... over 11 years ago
currentlang is now cleared in mini18n_close to avoid potential issues More... over 11 years ago
Added an option to enable mini18n logging and fixed a stupid bug.
Guillaume
as yabause
More... about 12 years ago
CPAKE => CPACK
Guillaume
as yabause
More... almost 13 years ago
s/ICR/IRC/
Guillaume
as yabause
More... about 13 years ago
Updated changelog...
Guillaume
as yabause
More... about 13 years ago
0.2.0 => 0.2.1
Guillaume
as yabause
More... about 13 years ago
Added VERSION and SOVERSION to shared library, thanks Zhenech for the help :)
Guillaume
as yabause
More... about 13 years ago
Removed both the autotools build script and the visual c++ files.
Guillaume
as yabause
More... about 13 years ago
Cmake toolchain file for cross compilation to windows
Guillaume
as yabause
More... about 13 years ago
Updated ChangeLog for 0.2.0 release and wrote a better README
Guillaume
as yabause
More... about 13 years ago
Added rules for building source package.
Guillaume
as yabause
More... about 13 years ago
mini18n/mini18n.h => mini18n.h in man pages
Guillaume
as yabause
More... about 13 years ago
Added rules to compile the example programs
Guillaume
as yabause
More... about 13 years ago
Added rules to install man pages
Guillaume
as yabause
More... about 13 years ago
Added code to detect if wcslen / wcscmp are inlined by the compiler and add wrappers if it's the case.
Guillaume
as yabause
More... about 13 years ago
Added initial CMake support for mini18n
Guillaume
as yabause
More... about 13 years ago
Added some initial man pages for mini18n
Guillaume
as yabause
More... over 13 years ago
Not really a bug, but fixing it anyways...
Guillaume
as yabause
More... over 13 years ago
Fix memory leak if file cannot be opened in mini18n_hash_from_file. More... about 14 years ago
Improved gettext format support a bit.
Guillaume
as yabause
More... over 14 years ago
Dropped resl10n and the whole tools directory.
Guillaume
as yabause
More... over 14 years ago
Add support for a few C-style escape sequences. More... over 14 years ago
Check if wcsdup actually exists on the system, since it isn't part of the C language standards. If it doesn't exist, provide an equivalent. More... over 14 years ago
Added multi language API and rewrote the single language
Guillaume
as yabause
More... over 14 years ago
Fixed a stupid bug in mini18n, that fixes:
Guillaume
as yabause
More... over 15 years ago
resl10n now rewrite code_page(something) to code_page(65001) (UTF8)
Guillaume
as yabause
More... over 15 years ago
Made mini18n C++ aware.
Guillaume
as yabause
More... over 15 years ago
Added the resl1On tool that translates strings in a resource file.
Guillaume
as yabause
More... over 15 years ago