- Sep 29, 2010
- Sep 28, 2010
-
-
chrender authored
- Created separate function "get_path_for_locale" to get path for requested locale. This allows detection whether a locale is supported at all. - Adapted "create_locale_module" function to use "get_path_for_locale" function.
-
chrender authored
- Added "get_interface_name" and "get_interface_version" prototypes for sound interface.
-
chrender authored
- Added "i18n_libfizmo_INVALID_VALUE_P0S_FOR_PARAMETER_P1S" parameter. - Altered cell-interface error codes to allow new error message code "i18n_libfizmo_INVALID_VALUE_P0S_FOR_PARAMETER_P1S" to fit in line. - Added localized values for now parameter check error message.
-
chrender authored
- Improved parsing of numbers for configuarion options (strtol instead of atoi for improved error detection and explicit false/true and yes/no checks).
-
chrender authored
- Improved wordwrap to correctly process dashes in words by implementing a separate "word_start" index.
-
chrender authored
- Added output of sound interface name and version for info command.
-
chrender authored
- Made hyphenation skip the correct (TeX-defined) amount of letters at start and end of word.
-
chrender authored
- Registered stream and abort function as soon as a new interface is registered. This fixes the output of error message while parsing configuration parameters. - Added output of error messages in case of problems during config parameters parsing.
-
- Aug 13, 2010