]> git.ipfire.org Git - thirdparty/gettext.git/log
thirdparty/gettext.git
16 years agoMore reliable subprocess handling.
Bruno Haible [Tue, 14 Oct 2003 10:27:30 +0000 (10:27 +0000)] 
More reliable subprocess handling.

16 years agoFacility for registered fatal signal cleanups.
Bruno Haible [Tue, 14 Oct 2003 10:27:04 +0000 (10:27 +0000)] 
Facility for registered fatal signal cleanups.

16 years agoTest for sig_atomic_t. Needed for reliable signal handlers.
Bruno Haible [Tue, 14 Oct 2003 10:24:31 +0000 (10:24 +0000)] 
Test for sig_atomic_t. Needed for reliable signal handlers.

16 years agoRemove --keyword-substring option.
Bruno Haible [Mon, 13 Oct 2003 09:59:01 +0000 (09:59 +0000)] 
Remove --keyword-substring option.

16 years agoRecognize format strings depending on their position.
Bruno Haible [Fri, 10 Oct 2003 10:45:55 +0000 (10:45 +0000)] 
Recognize format strings depending on their position.

16 years agoRemove extraneous optimization of extract_all.
Bruno Haible [Thu, 9 Oct 2003 10:04:26 +0000 (10:04 +0000)] 
Remove extraneous optimization of extract_all.

16 years agoMake option -N work.
Bruno Haible [Wed, 8 Oct 2003 15:39:53 +0000 (15:39 +0000)] 
Make option -N work.

16 years agoNew Java backend x-java.c, replaces the old Java backend x-java.l.
Bruno Haible [Wed, 8 Oct 2003 10:01:55 +0000 (10:01 +0000)] 
New Java backend x-java.c, replaces the old Java backend x-java.l.

16 years agoFix a failure of lang-tcl when LC_CTYPE was set to an UTF-8 locale.
Bruno Haible [Tue, 7 Oct 2003 19:57:08 +0000 (19:57 +0000)] 
Fix a failure of lang-tcl when LC_CTYPE was set to an UTF-8 locale.

16 years agoFix breakage done in last commit.
Bruno Haible [Tue, 7 Oct 2003 19:26:28 +0000 (19:26 +0000)] 
Fix breakage done in last commit.

16 years agoFix stupid mistake in last patch.
Bruno Haible [Tue, 7 Oct 2003 19:17:07 +0000 (19:17 +0000)] 
Fix stupid mistake in last patch.

16 years agoImplement --extract-all for Glade.
Bruno Haible [Tue, 7 Oct 2003 10:04:07 +0000 (10:04 +0000)] 
Implement --extract-all for Glade.

16 years agoForgot to initialize some global variables.
Bruno Haible [Tue, 7 Oct 2003 10:02:54 +0000 (10:02 +0000)] 
Forgot to initialize some global variables.

16 years agoRemove unused #includes.
Bruno Haible [Tue, 7 Oct 2003 10:01:08 +0000 (10:01 +0000)] 
Remove unused #includes.

16 years agoTypo in comment.
Bruno Haible [Mon, 6 Oct 2003 17:30:45 +0000 (17:30 +0000)] 
Typo in comment.

16 years agoRecognize the sub keyword and don't interpret dollars in the following
Bruno Haible [Mon, 6 Oct 2003 17:25:57 +0000 (17:25 +0000)] 
Recognize the sub keyword and don't interpret dollars in the following
parenthesized function prototype.

16 years agoWarn about $"...".
Bruno Haible [Mon, 6 Oct 2003 10:42:15 +0000 (10:42 +0000)] 
Warn about $"...".

16 years agoAssume ANSI C.
Bruno Haible [Wed, 24 Sep 2003 10:37:58 +0000 (10:37 +0000)] 
Assume ANSI C.

16 years agoAdditional API for libgettextpo.
Bruno Haible [Wed, 24 Sep 2003 10:36:11 +0000 (10:36 +0000)] 
Additional API for libgettextpo.

16 years agoUse bool where appropriate.
Bruno Haible [Wed, 24 Sep 2003 10:34:30 +0000 (10:34 +0000)] 
Use bool where appropriate.

16 years agoPortability to SunOS 4, which lacks atexit().
Bruno Haible [Tue, 23 Sep 2003 10:14:26 +0000 (10:14 +0000)] 
Portability to SunOS 4, which lacks atexit().

16 years agoPortability to SunOS 4, which lacks strtoul() and atexit().
Bruno Haible [Tue, 23 Sep 2003 10:14:01 +0000 (10:14 +0000)] 
Portability to SunOS 4, which lacks strtoul() and atexit().

16 years agoWhitespace changes.
Bruno Haible [Mon, 22 Sep 2003 09:57:54 +0000 (09:57 +0000)] 
Whitespace changes.

16 years agoFix comment: sh backend exists.
Bruno Haible [Mon, 22 Sep 2003 09:55:57 +0000 (09:55 +0000)] 
Fix comment: sh backend exists.

16 years agoAvoid gcc warnings.
Bruno Haible [Mon, 22 Sep 2003 09:55:22 +0000 (09:55 +0000)] 
Avoid gcc warnings.

16 years agoMark some strings as c-format.
Bruno Haible [Mon, 22 Sep 2003 09:54:41 +0000 (09:54 +0000)] 
Mark some strings as c-format.

16 years agoUpdate file list.
Bruno Haible [Fri, 19 Sep 2003 08:35:48 +0000 (08:35 +0000)] 
Update file list.

16 years agoUpdate the source file list.
Bruno Haible [Fri, 19 Sep 2003 08:34:04 +0000 (08:34 +0000)] 
Update the source file list.

16 years agoMore reliable checking for read errors.
Bruno Haible [Fri, 19 Sep 2003 08:32:51 +0000 (08:32 +0000)] 
More reliable checking for read errors.

16 years agoUse fwriteerror().
Bruno Haible [Fri, 19 Sep 2003 08:31:56 +0000 (08:31 +0000)] 
Use fwriteerror().

16 years agoRemove stdout write error check.
Bruno Haible [Fri, 19 Sep 2003 08:31:44 +0000 (08:31 +0000)] 
Remove stdout write error check.

16 years agoUse fwriteerror() for reliable signalling of write error during stream output.
Bruno Haible [Thu, 18 Sep 2003 15:57:53 +0000 (15:57 +0000)] 
Use fwriteerror() for reliable signalling of write error during stream output.

16 years agoDistribute gettext.sh.
Bruno Haible [Thu, 18 Sep 2003 14:56:37 +0000 (14:56 +0000)] 
Distribute gettext.sh.

16 years agoImprove error behaviour.
Bruno Haible [Thu, 18 Sep 2003 12:10:21 +0000 (12:10 +0000)] 
Improve error behaviour.

16 years agoCygwin portability.
Bruno Haible [Wed, 17 Sep 2003 16:13:13 +0000 (16:13 +0000)] 
Cygwin portability.

16 years agoPortability to cygwin.
Bruno Haible [Wed, 17 Sep 2003 16:11:10 +0000 (16:11 +0000)] 
Portability to cygwin.

16 years agoDon't mention $"..." bash shorthand any more.
Bruno Haible [Wed, 17 Sep 2003 14:14:22 +0000 (14:14 +0000)] 
Don't mention $"..." bash shorthand any more.

16 years agoDocument how to internationalize shell scripts.
Bruno Haible [Wed, 17 Sep 2003 08:28:30 +0000 (08:28 +0000)] 
Document how to internationalize shell scripts.

16 years agoDocumentation of programs of gettext-runtime package.
Bruno Haible [Wed, 17 Sep 2003 08:27:22 +0000 (08:27 +0000)] 
Documentation of programs of gettext-runtime package.

16 years agoSupport for internationalized shell scripts.
Bruno Haible [Wed, 17 Sep 2003 08:25:06 +0000 (08:25 +0000)] 
Support for internationalized shell scripts.

16 years agoSupport for internationalized shell scripts: Documentation for envsubst.
Bruno Haible [Wed, 17 Sep 2003 08:22:22 +0000 (08:22 +0000)] 
Support for internationalized shell scripts: Documentation for envsubst.

16 years agoSupport for internationalized shell scripts: Shell functions.
Bruno Haible [Wed, 17 Sep 2003 08:21:59 +0000 (08:21 +0000)] 
Support for internationalized shell scripts: Shell functions.

16 years agoSupport for internationalized shell scripts: Program to substitute
Bruno Haible [Wed, 17 Sep 2003 08:21:32 +0000 (08:21 +0000)] 
Support for internationalized shell scripts: Program to substitute
environment variable values.

16 years agoSupport only simple access to shell variables, only ASCII names, and
Bruno Haible [Tue, 16 Sep 2003 08:52:23 +0000 (08:52 +0000)] 
Support only simple access to shell variables, only ASCII names, and
no $0 or $?.

16 years agoDocument the shell format strings.
Bruno Haible [Tue, 16 Sep 2003 08:51:40 +0000 (08:51 +0000)] 
Document the shell format strings.

16 years agoCheck for write error on stdout when the program exits.
Bruno Haible [Mon, 15 Sep 2003 19:06:16 +0000 (19:06 +0000)] 
Check for write error on stdout when the program exits.

16 years agoMove away from K&R C.
Bruno Haible [Mon, 15 Sep 2003 09:39:19 +0000 (09:39 +0000)] 
Move away from K&R C.

16 years agoMake handling of out-of-range Unicode characters consistent with the handling
Bruno Haible [Thu, 11 Sep 2003 17:07:33 +0000 (17:07 +0000)] 
Make handling of out-of-range Unicode characters consistent with the handling
of invalid multibyte sequences.

16 years agoNew test against out-of-range Unicode characters.
Bruno Haible [Thu, 11 Sep 2003 16:50:51 +0000 (16:50 +0000)] 
New test against out-of-range Unicode characters.

16 years agoTypo in comment.
Bruno Haible [Thu, 11 Sep 2003 16:45:52 +0000 (16:45 +0000)] 
Typo in comment.

16 years agoAvoid an abort() when the source file contains out-of-range Unicode characters.
Bruno Haible [Thu, 11 Sep 2003 16:40:32 +0000 (16:40 +0000)] 
Avoid an abort() when the source file contains out-of-range Unicode characters.

16 years agoAvoid a warning on OSF/1.
Bruno Haible [Tue, 9 Sep 2003 13:49:07 +0000 (13:49 +0000)] 
Avoid a warning on OSF/1.

16 years agoUse putc_unlocked only when it is declared.
Bruno Haible [Tue, 9 Sep 2003 13:44:04 +0000 (13:44 +0000)] 
Use putc_unlocked only when it is declared.

16 years agoAvoid warnings on OSF/1.
Bruno Haible [Tue, 9 Sep 2003 13:40:36 +0000 (13:40 +0000)] 
Avoid warnings on OSF/1.

16 years agoFixes from Guido Flohr.
Bruno Haible [Tue, 9 Sep 2003 10:54:47 +0000 (10:54 +0000)] 
Fixes from Guido Flohr.

16 years agoMake it work with Solaris sh.
Bruno Haible [Mon, 8 Sep 2003 10:36:52 +0000 (10:36 +0000)] 
Make it work with Solaris sh.

16 years agoAvoid a test failure.
Bruno Haible [Mon, 8 Sep 2003 10:17:00 +0000 (10:17 +0000)] 
Avoid a test failure.

16 years agoTrivial update.
Bruno Haible [Sun, 7 Sep 2003 16:04:33 +0000 (16:04 +0000)] 
Trivial update.

16 years agoTrivial update.
Bruno Haible [Thu, 4 Sep 2003 22:06:24 +0000 (22:06 +0000)] 
Trivial update.

16 years agoPortability to Solaris 7.
Bruno Haible [Thu, 4 Sep 2003 21:28:30 +0000 (21:28 +0000)] 
Portability to Solaris 7.

16 years agoFix a warning on Solaris.
Bruno Haible [Thu, 4 Sep 2003 20:58:51 +0000 (20:58 +0000)] 
Fix a warning on Solaris.

16 years agoMention support of shell scripts.
Bruno Haible [Wed, 3 Sep 2003 10:29:21 +0000 (10:29 +0000)] 
Mention support of shell scripts.

16 years agoSupport for xgettext sh/bash backend.
Bruno Haible [Wed, 3 Sep 2003 10:29:04 +0000 (10:29 +0000)] 
Support for xgettext sh/bash backend.

16 years agoIntegration test with bash.
Bruno Haible [Wed, 3 Sep 2003 10:28:28 +0000 (10:28 +0000)] 
Integration test with bash.

16 years agoIntegration test with sh.
Bruno Haible [Wed, 3 Sep 2003 10:28:17 +0000 (10:28 +0000)] 
Integration test with sh.

16 years agoTest of backslash/quoting/escaping recognition of sh/bash extractor.
Bruno Haible [Wed, 3 Sep 2003 10:27:53 +0000 (10:27 +0000)] 
Test of backslash/quoting/escaping recognition of sh/bash extractor.

16 years agosh/bash script parser.
Bruno Haible [Wed, 3 Sep 2003 10:27:17 +0000 (10:27 +0000)] 
sh/bash script parser.

16 years agoHandling of sh format strings.
Bruno Haible [Wed, 3 Sep 2003 10:21:42 +0000 (10:21 +0000)] 
Handling of sh format strings.

16 years agoTweak.
Bruno Haible [Mon, 1 Sep 2003 20:07:22 +0000 (20:07 +0000)] 
Tweak.

16 years agoNew test for --extract-all in Perl mode.
Bruno Haible [Mon, 1 Sep 2003 19:46:47 +0000 (19:46 +0000)] 
New test for --extract-all in Perl mode.

16 years agoRemove unused code.
Bruno Haible [Mon, 1 Sep 2003 19:38:42 +0000 (19:38 +0000)] 
Remove unused code.

16 years agoFix confusion about last_token.
Bruno Haible [Mon, 1 Sep 2003 12:59:15 +0000 (12:59 +0000)] 
Fix confusion about last_token.

16 years agoUpdate the config.h.msvc generation.
Bruno Haible [Fri, 29 Aug 2003 20:29:31 +0000 (20:29 +0000)] 
Update the config.h.msvc generation.

16 years agoFix last patch for NetBSD.
Bruno Haible [Fri, 29 Aug 2003 20:25:35 +0000 (20:25 +0000)] 
Fix last patch for NetBSD.

16 years agoTweak last patch for NetBSD.
Bruno Haible [Fri, 29 Aug 2003 20:24:35 +0000 (20:24 +0000)] 
Tweak last patch for NetBSD.

16 years agoPortability tweak for NetBSD.
Bruno Haible [Fri, 29 Aug 2003 20:21:32 +0000 (20:21 +0000)] 
Portability tweak for NetBSD.

16 years agoPortability tweaks for NetBSD.
Bruno Haible [Fri, 29 Aug 2003 20:19:33 +0000 (20:19 +0000)] 
Portability tweaks for NetBSD.

16 years agoPortability tweaks for NetBSD.
Bruno Haible [Fri, 29 Aug 2003 20:18:02 +0000 (20:18 +0000)] 
Portability tweaks for NetBSD.

16 years agoAvoid a warning about undeclared gnu_getline.
Bruno Haible [Fri, 29 Aug 2003 18:37:35 +0000 (18:37 +0000)] 
Avoid a warning about undeclared gnu_getline.

16 years agoAvoid warning on QNX.
Bruno Haible [Thu, 28 Aug 2003 13:58:32 +0000 (13:58 +0000)] 
Avoid warning on QNX.

16 years agoSmall bug fix.
Bruno Haible [Wed, 27 Aug 2003 19:50:39 +0000 (19:50 +0000)] 
Small bug fix.

16 years agoUpdate comment in last patch.
Bruno Haible [Wed, 27 Aug 2003 19:25:30 +0000 (19:25 +0000)] 
Update comment in last patch.

16 years agoPortability fix for OSF/1 4.0.
Bruno Haible [Wed, 27 Aug 2003 17:45:21 +0000 (17:45 +0000)] 
Portability fix for OSF/1 4.0.

16 years agoFix a build problem with AIX 3.2.5 xlc.
Bruno Haible [Tue, 26 Aug 2003 18:23:35 +0000 (18:23 +0000)] 
Fix a build problem with AIX 3.2.5 xlc.

16 years agoNew simplified Chinese translations.
Bruno Haible [Tue, 26 Aug 2003 18:22:18 +0000 (18:22 +0000)] 
New simplified Chinese translations.

16 years agoFix breakage introduced in last patch.
Bruno Haible [Mon, 25 Aug 2003 11:04:14 +0000 (11:04 +0000)] 
Fix breakage introduced in last patch.

16 years agoUpdate file list.
Bruno Haible [Mon, 25 Aug 2003 11:02:33 +0000 (11:02 +0000)] 
Update file list.

16 years agovcvars32 -> vsvars32.
Bruno Haible [Sun, 24 Aug 2003 19:55:13 +0000 (19:55 +0000)] 
vcvars32 -> vsvars32.
Recommend using MFLAGS=-MD everywhere; needed for using libiconv's DLL.
Remove the warning against building gettext-tools with DLLs.

16 years agoFix last change.
Bruno Haible [Sun, 24 Aug 2003 19:50:42 +0000 (19:50 +0000)] 
Fix last change.

16 years agoDeal with system dependent naming of s*printf functions.
Bruno Haible [Sun, 24 Aug 2003 19:13:21 +0000 (19:13 +0000)] 
Deal with system dependent naming of s*printf functions.

16 years agoExport all functions defined here from the Windows DLL.
Bruno Haible [Sun, 24 Aug 2003 19:05:37 +0000 (19:05 +0000)] 
Export all functions defined here from the Windows DLL.

16 years agoSupport for building DLLs on Windows.
Bruno Haible [Sun, 24 Aug 2003 18:55:06 +0000 (18:55 +0000)] 
Support for building DLLs on Windows.

16 years agoOn Windows, use _snprintf and _snwprintf instead of snprintf, swprintf.
Bruno Haible [Sun, 24 Aug 2003 18:47:20 +0000 (18:47 +0000)] 
On Windows, use _snprintf and _snwprintf instead of snprintf, swprintf.

16 years agoCompile some files in C++ mode.
Bruno Haible [Sun, 24 Aug 2003 18:22:54 +0000 (18:22 +0000)] 
Compile some files in C++ mode.

16 years agoCast xrealloc result, to make it compile in C++ mode.
Bruno Haible [Sun, 24 Aug 2003 18:17:09 +0000 (18:17 +0000)] 
Cast xrealloc result, to make it compile in C++ mode.

16 years agoInclude <io.h>, needed to declare close(), read(), write().
Bruno Haible [Sun, 24 Aug 2003 18:15:34 +0000 (18:15 +0000)] 
Include <io.h>, needed to declare close(), read(), write().

16 years agoUse plural-count.
Bruno Haible [Sun, 24 Aug 2003 18:11:08 +0000 (18:11 +0000)] 
Use plural-count.

16 years agoNew compilation unit plural-count.c.
Bruno Haible [Sun, 24 Aug 2003 18:07:58 +0000 (18:07 +0000)] 
New compilation unit plural-count.c.

16 years agoSupport for building DLLs on Windows.
Bruno Haible [Sun, 24 Aug 2003 17:53:56 +0000 (17:53 +0000)] 
Support for building DLLs on Windows.

16 years agoAdd extern "C" { ... }.
Bruno Haible [Sun, 24 Aug 2003 17:51:43 +0000 (17:51 +0000)] 
Add extern "C" { ... }.