[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-291
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-2919-g4197063 |
Date: |
Thu, 8 Feb 2018 00:28:36 -0500 (EST) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".
The branch, gawk-4.2-stable has been updated
via 4197063335d758d0eacb8b4cb74b232ad596c784 (commit)
via 9286ef6a6e2817a8fa126e6d6a83ec16678a812d (commit)
from f9ff7769b7b38973bf7447b8ca596435ccf77b67 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=4197063335d758d0eacb8b4cb74b232ad596c784
commit 4197063335d758d0eacb8b4cb74b232ad596c784
Author: Arnold D. Robbins <address@hidden>
Date: Thu Feb 8 07:28:16 2018 +0200
Update doc w.r.t. cygwin binary mode.
diff --git a/doc/ChangeLog b/doc/ChangeLog
index a8e3368..a1fd0c8 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,10 @@
+2018-02-08 Arnold D. Robbins <address@hidden>
+
+ * gawktexi.in: Clarify binary mode is default on Cygwin,
+ improve section on using on PCs to refer to MinGW and DJGPP.
+ Thanks for the report to a contributor who wishes to
+ remain anonymous.
+
2018-01-28 Arnold D. Robbins <address@hidden>
* wordlist: Updated.
diff --git a/doc/gawk.info b/doc/gawk.info
index b272653..8d4643e 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -29150,8 +29150,12 @@ File: gawk.info, Node: PC Using, Next: Cygwin,
Prev: PC Compiling, Up: PC In
B.3.1.3 Using 'gawk' on PC Operating Systems
............................................
-Under MS-Windows, the Cygwin and MinGW environments support both the
-'|&' operator and TCP/IP networking (*note TCP/IP Networking::).
+Information in this section applies to the MinGW and DJGPP ports of
+'gawk'. *Note Cygwin:: for information about the Cygwin port.
+
+ Under MS-Windows, the MinGW environment supports both the '|&'
+operator and TCP/IP networking (*note TCP/IP Networking::). The DJGPP
+environment does not support '|&'.
The MS-Windows version of 'gawk' searches for program files as
described in *note AWKPATH Variable::. However, semicolons (rather than
@@ -29239,6 +29243,14 @@ Cygwin is the same as for a Unix system:
on Cygwin takes considerably longer. However, it does finish, and then
the 'make' proceeds as usual.
+ Recent versions of Cygwin open all files in binary mode. This means
+that you should use 'RS = "\r?\n"' in order to be able to handle
+standard MS-Windows text files with carriage-return plus line-feed line
+endings.
+
+ The Cygwin environment supports both the '|&' operator and TCP/IP
+networking (*note TCP/IP Networking::).
+
File: gawk.info, Node: MSYS, Prev: Cygwin, Up: PC Installation
@@ -33022,7 +33034,7 @@ Index
* /inet/... special files (gawk): TCP/IP Networking. (line 6)
* /inet4/... special files (gawk): TCP/IP Networking. (line 6)
* /inet6/... special files (gawk): TCP/IP Networking. (line 6)
-* ; (semicolon), AWKPATH variable and: PC Using. (line 9)
+* ; (semicolon), AWKPATH variable and: PC Using. (line 13)
* ; (semicolon), separating statements in actions: Statements/Lines.
(line 90)
* ; (semicolon), separating statements in actions <1>: Action Overview.
@@ -33351,7 +33363,7 @@ Index
* awka compiler for awk: Other Versions. (line 73)
* AWKLIBPATH environment variable: AWKLIBPATH Variable. (line 6)
* AWKPATH environment variable: AWKPATH Variable. (line 6)
-* AWKPATH environment variable <1>: PC Using. (line 9)
+* AWKPATH environment variable <1>: PC Using. (line 13)
* awkprof.out file: Profiling. (line 6)
* awksed.awk program: Simple Sed. (line 25)
* awkvars.out file: Options. (line 94)
@@ -33445,7 +33457,7 @@ Index
* bindtextdomain() function (gawk), portability and: I18N Portability.
(line 33)
* BINMODE variable: User-modified. (line 15)
-* BINMODE variable <1>: PC Using. (line 16)
+* BINMODE variable <1>: PC Using. (line 20)
* bit-manipulation functions: Bitwise Functions. (line 6)
* bits2str() user-defined function: Bitwise Functions. (line 69)
* bitwise AND: Bitwise Functions. (line 40)
@@ -33628,7 +33640,7 @@ Index
* common extensions, /dev/stderr special file: Special FD. (line 48)
* common extensions, /dev/stdin special file: Special FD. (line 48)
* common extensions, /dev/stdout special file: Special FD. (line 48)
-* common extensions, BINMODE variable: PC Using. (line 16)
+* common extensions, BINMODE variable: PC Using. (line 20)
* common extensions, delete to delete entire arrays: Delete. (line 39)
* common extensions, func keyword: Definition Syntax. (line 99)
* common extensions, length() applied to an array: String Functions.
@@ -33935,7 +33947,7 @@ Index
* differences in awk and gawk, BINMODE variable: User-modified.
(line 15)
* differences in awk and gawk, BINMODE variable <1>: PC Using.
- (line 16)
+ (line 20)
* differences in awk and gawk, close() function: Close Files And Pipes.
(line 81)
* differences in awk and gawk, close() function <1>: Close Files And Pipes.
@@ -34169,7 +34181,7 @@ Index
* extensions, common, /dev/stderr special file: Special FD. (line 48)
* extensions, common, /dev/stdin special file: Special FD. (line 48)
* extensions, common, /dev/stdout special file: Special FD. (line 48)
-* extensions, common, BINMODE variable: PC Using. (line 16)
+* extensions, common, BINMODE variable: PC Using. (line 20)
* extensions, common, delete to delete entire arrays: Delete. (line 39)
* extensions, common, fflush() function: I/O Functions. (line 43)
* extensions, common, func keyword: Definition Syntax. (line 99)
@@ -34477,7 +34489,7 @@ Index
* gawk, line continuation in: Conditional Exp. (line 34)
* gawk, LINT variable in: User-modified. (line 90)
* gawk, list of contributors to: Contributors. (line 6)
-* gawk, MS-Windows version of: PC Using. (line 9)
+* gawk, MS-Windows version of: PC Using. (line 13)
* gawk, newlines in: Statements/Lines. (line 12)
* gawk, octal numbers and: Nondecimal-numbers. (line 41)
* gawk, predefined variables and: Built-in Variables. (line 14)
@@ -35493,12 +35505,12 @@ Index
* search and replace in strings: String Functions. (line 89)
* search in string: String Functions. (line 155)
* search paths: Programs Exercises. (line 70)
-* search paths <1>: PC Using. (line 9)
+* search paths <1>: PC Using. (line 13)
* search paths <2>: VMS Running. (line 57)
* search paths, for loadable extensions: AWKLIBPATH Variable. (line 6)
* search paths, for source files: AWKPATH Variable. (line 6)
* search paths, for source files <1>: Programs Exercises. (line 70)
-* search paths, for source files <2>: PC Using. (line 9)
+* search paths, for source files <2>: PC Using. (line 13)
* search paths, for source files <3>: VMS Running. (line 57)
* searching, files for regular expressions: Egrep Program. (line 6)
* searching, for words: Dupword Program. (line 6)
@@ -35506,7 +35518,7 @@ Index
* sed utility <1>: Simple Sed. (line 6)
* sed utility <2>: Glossary. (line 16)
* seeding random number generator: Numeric Functions. (line 64)
-* semicolon (;), AWKPATH variable and: PC Using. (line 9)
+* semicolon (;), AWKPATH variable and: PC Using. (line 13)
* semicolon (;), separating statements in actions: Statements/Lines.
(line 90)
* semicolon (;), separating statements in actions <1>: Action Overview.
@@ -36522,52 +36534,52 @@ Node: PC Installation1174500
Node: PC Binary Installation1175338
Node: PC Compiling1175773
Node: PC Using1176890
-Node: Cygwin1179935
-Node: MSYS1180705
-Node: VMS Installation1181206
-Node: VMS Compilation1181997
-Ref: VMS Compilation-Footnote-11183226
-Node: VMS Dynamic Extensions1183284
-Node: VMS Installation Details1184969
-Node: VMS Running1187222
-Node: VMS GNV1191501
-Node: VMS Old Gawk1192236
-Node: Bugs1192707
-Node: Bug address1193370
-Node: Usenet1196162
-Node: Maintainers1196939
-Node: Other Versions1198200
-Node: Installation summary1204962
-Node: Notes1206164
-Node: Compatibility Mode1207029
-Node: Additions1207811
-Node: Accessing The Source1208736
-Node: Adding Code1210173
-Node: New Ports1216392
-Node: Derived Files1220880
-Ref: Derived Files-Footnote-11226526
-Ref: Derived Files-Footnote-21226561
-Ref: Derived Files-Footnote-31227159
-Node: Future Extensions1227273
-Node: Implementation Limitations1227931
-Node: Extension Design1229114
-Node: Old Extension Problems1230268
-Ref: Old Extension Problems-Footnote-11231786
-Node: Extension New Mechanism Goals1231843
-Ref: Extension New Mechanism Goals-Footnote-11235207
-Node: Extension Other Design Decisions1235396
-Node: Extension Future Growth1237509
-Node: Old Extension Mechanism1238345
-Node: Notes summary1240108
-Node: Basic Concepts1241290
-Node: Basic High Level1241971
-Ref: figure-general-flow1242253
-Ref: figure-process-flow1242938
-Ref: Basic High Level-Footnote-11246239
-Node: Basic Data Typing1246424
-Node: Glossary1249752
-Node: Copying1281590
-Node: GNU Free Documentation License1319133
-Node: Index1344253
+Node: Cygwin1180105
+Node: MSYS1181204
+Node: VMS Installation1181705
+Node: VMS Compilation1182496
+Ref: VMS Compilation-Footnote-11183725
+Node: VMS Dynamic Extensions1183783
+Node: VMS Installation Details1185468
+Node: VMS Running1187721
+Node: VMS GNV1192000
+Node: VMS Old Gawk1192735
+Node: Bugs1193206
+Node: Bug address1193869
+Node: Usenet1196661
+Node: Maintainers1197438
+Node: Other Versions1198699
+Node: Installation summary1205461
+Node: Notes1206663
+Node: Compatibility Mode1207528
+Node: Additions1208310
+Node: Accessing The Source1209235
+Node: Adding Code1210672
+Node: New Ports1216891
+Node: Derived Files1221379
+Ref: Derived Files-Footnote-11227025
+Ref: Derived Files-Footnote-21227060
+Ref: Derived Files-Footnote-31227658
+Node: Future Extensions1227772
+Node: Implementation Limitations1228430
+Node: Extension Design1229613
+Node: Old Extension Problems1230767
+Ref: Old Extension Problems-Footnote-11232285
+Node: Extension New Mechanism Goals1232342
+Ref: Extension New Mechanism Goals-Footnote-11235706
+Node: Extension Other Design Decisions1235895
+Node: Extension Future Growth1238008
+Node: Old Extension Mechanism1238844
+Node: Notes summary1240607
+Node: Basic Concepts1241789
+Node: Basic High Level1242470
+Ref: figure-general-flow1242752
+Ref: figure-process-flow1243437
+Ref: Basic High Level-Footnote-11246738
+Node: Basic Data Typing1246923
+Node: Glossary1250251
+Node: Copying1282089
+Node: GNU Free Documentation License1319632
+Node: Index1344752
End Tag Table
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 9b4d392..d99e33b 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -39745,9 +39745,14 @@ type @samp{make mingw32}.
@cindex operating systems, PC, @command{gawk} on
@cindex PC operating systems, @command{gawk} on
-Under MS-Windows, the Cygwin and MinGW environments support
+Information in this section applies to the MinGW and
+DJGPP ports of @command{gawk}. @xref{Cygwin} for information
+about the Cygwin port.
+
+Under MS-Windows, the MinGW environment supports
both the @samp{|&} operator and TCP/IP networking
(@pxref{TCP/IP Networking}).
+The DJGPP environment does not support @samp{|&}.
@cindex search paths
@cindex search paths, for source files
@@ -39873,6 +39878,15 @@ When compared to GNU/Linux on the same system, the
@samp{configure}
step on Cygwin takes considerably longer. However, it does finish,
and then the @samp{make} proceeds as usual.
+Recent versions of Cygwin open all files in binary mode. This means
+that you should use @samp{RS = "\r?\n"} in order to be able to
+handle standard MS-Windows text files with carriage-return plus
+line-feed line endings.
+
+The Cygwin environment supports
+both the @samp{|&} operator and TCP/IP networking
+(@pxref{TCP/IP Networking}).
+
@node MSYS
@appendixsubsubsec Using @command{gawk} In The MSYS Environment
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index ce7d62c..d0317ce 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -38719,9 +38719,14 @@ type @samp{make mingw32}.
@cindex operating systems, PC, @command{gawk} on
@cindex PC operating systems, @command{gawk} on
-Under MS-Windows, the Cygwin and MinGW environments support
+Information in this section applies to the MinGW and
+DJGPP ports of @command{gawk}. @xref{Cygwin} for information
+about the Cygwin port.
+
+Under MS-Windows, the MinGW environment supports
both the @samp{|&} operator and TCP/IP networking
(@pxref{TCP/IP Networking}).
+The DJGPP environment does not support @samp{|&}.
@cindex search paths
@cindex search paths, for source files
@@ -38847,6 +38852,15 @@ When compared to GNU/Linux on the same system, the
@samp{configure}
step on Cygwin takes considerably longer. However, it does finish,
and then the @samp{make} proceeds as usual.
+Recent versions of Cygwin open all files in binary mode. This means
+that you should use @samp{RS = "\r?\n"} in order to be able to
+handle standard MS-Windows text files with carriage-return plus
+line-feed line endings.
+
+The Cygwin environment supports
+both the @samp{|&} operator and TCP/IP networking
+(@pxref{TCP/IP Networking}).
+
@node MSYS
@appendixsubsubsec Using @command{gawk} In The MSYS Environment
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=9286ef6a6e2817a8fa126e6d6a83ec16678a812d
commit 9286ef6a6e2817a8fa126e6d6a83ec16678a812d
Author: Arnold D. Robbins <address@hidden>
Date: Wed Feb 7 22:06:14 2018 +0200
Update zh_CN translation.
diff --git a/po/ChangeLog b/po/ChangeLog
index e2491c1..575b488 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+2018-02-07 Arnold D. Robbins <address@hidden>
+
+ * zh_CN.po: Updated.
+
2018-02-04 Arnold D. Robbins <address@hidden>
* pt_BR.po: Updated.
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 36942ac..6c27fee 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -8,10 +8,10 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: gawk 4.1.64\n"
+"Project-Id-Version: gawk 4.2.0e\n"
"Report-Msgid-Bugs-To: address@hidden"
"POT-Creation-Date: 2018-01-28 20:07+0200\n"
-"PO-Revision-Date: 2017-09-16 13:10+0200\n"
+"PO-Revision-Date: 2018-02-05 19:53+0100\n"
"Last-Translator: Tianze Wang <address@hidden>\n"
"Language-Team: Chinese (simplified) <address@hidden>\n"
"Language: zh_CN\n"
@@ -516,8 +516,7 @@ msgid "division by zero attempted in `%%'"
msgstr "å¨â%%âä¸è¯å¾é¤ 0"
#: awkgram.y:5552
-msgid ""
-"cannot assign a value to the result of a field post-increment expression"
+msgid "cannot assign a value to the result of a field post-increment
expression"
msgstr "æ æ³å°å¼èµç»å段åå¢è¡¨è¾¾å¼"
#: awkgram.y:5555
@@ -767,8 +766,7 @@ msgstr "substrï¼å¼å§åæ %g è¶
åºå符串尾é¨"
#: builtin.c:1863
#, c-format
-msgid ""
-"substr: length %g at start index %g exceeds length of first argument (%lu)"
+msgid "substr: length %g at start index %g exceeds length of first argument
(%lu)"
msgstr "substrï¼å¨å¼å§åæ %2$g ä¸é¿åº¦ %1$g è¶
åºç¬¬ä¸ä¸ªåæ°çé¿åº¦ (%3$lu)"
#: builtin.c:1936
@@ -1007,8 +1005,7 @@ msgstr "intdivï¼è¯å¾é¤0"
#: builtin.c:4080
#, c-format
-msgid ""
-"typeof detected invalid flags combination `%s'; please file a bug report."
+msgid "typeof detected invalid flags combination `%s'; please file a bug
report."
msgstr "typeof å½æ°åç°ä¸ä¸ªæ
æçé项ç»åâ%sâï¼è¯·åå¼åè
æ±æ¥æ¤é误ã"
#: builtin.c:4095
@@ -1122,14 +1119,11 @@ msgid "non-zero integer value"
msgstr "éé¶æ´æ°å¼"
#: command.y:819
-msgid ""
-"backtrace [N] - print trace of all or N innermost (outermost if N < 0) "
-"frames."
+msgid "backtrace [N] - print trace of all or N innermost (outermost if N < 0)
frames."
msgstr "backtrace [N] - æ¾ç¤ºææææè¿ N å± (è¥ N <
0ï¼åæ¾ç¤ºæè¿ N å±) è°ç¨ã"
#: command.y:821
-msgid ""
-"break [[filename:]N|function] - set breakpoint at the specified location."
+msgid "break [[filename:]N|function] - set breakpoint at the specified
location."
msgstr "break [[æ件å:]N|å½æ°] - å¨æå®å¤è®¾ç½®æç¹ã"
#: command.y:823
@@ -1137,9 +1131,7 @@ msgid "clear [[filename:]N|function] - delete breakpoints
previously set."
msgstr "clear [[æ件å:]N|å½æ°] - å é¤ä¹å设置çæç¹ã"
#: command.y:825
-msgid ""
-"commands [num] - starts a list of commands to be executed at a "
-"breakpoint(watchpoint) hit."
+msgid "commands [num] - starts a list of commands to be executed at a
breakpoint(watchpoint) hit."
msgstr "commands [ç¼å·] - å¨æç¹ (çè§ç¹) å¤æ§è¡ä¸ç³»åå½ä»¤ã"
#: command.y:827
@@ -1203,12 +1195,8 @@ msgid "ignore N COUNT - set ignore-count of breakpoint
number N to COUNT."
msgstr "ignore N æ¬¡æ° - 设置忽ç¥æç¹ N ç次æ°ã"
#: command.y:857
-msgid ""
-"info topic - source|sources|variables|functions|break|frame|args|locals|"
-"display|watch."
-msgstr ""
-"info ä¸»é¢ - æ¥ç info ä¿¡æ¯ï¼ä¸»é¢å¯ä»¥ä¸º
source|sources|variables|functions|"
-"break|frame|args|locals|display|watchã"
+msgid "info topic -
source|sources|variables|functions|break|frame|args|locals|display|watch."
+msgstr "info ä¸»é¢ - æ¥ç info ä¿¡æ¯ï¼ä¸»é¢å¯ä»¥ä¸º
source|sources|variables|functions|break|frame|args|locals|display|watchã"
#: command.y:859
msgid "list [-|+|[filename:]lineno|function|range] - list specified line(s)."
@@ -1219,8 +1207,7 @@ msgid "next [COUNT] - step program, proceeding through
subroutine calls."
msgstr "next [次æ°] - åæ¥è¿è¡ç¨åºï¼å¹¶ä¸æ¥è¿åè°ç¨ã"
#: command.y:863
-msgid ""
-"nexti [COUNT] - step one instruction, but proceed through subroutine calls."
+msgid "nexti [COUNT] - step one instruction, but proceed through subroutine
calls."
msgstr "nexti [次æ°] - åè¿è¡ä¸æ¥æ令ï¼ä½æ¥è¿å
¶åè°ç¨ã"
#: command.y:865
@@ -1256,8 +1243,7 @@ msgid "set var = value - assign value to a scalar
variable."
msgstr "set åé = å¼ - ç»æ éåéèµå¼ã"
#: command.y:883
-msgid ""
-"silent - suspends usual message when stopped at a breakpoint/watchpoint."
+msgid "silent - suspends usual message when stopped at a
breakpoint/watchpoint."
msgstr "silent - å¨æç¹/çè§ç¹å¤ä¸ææ¶ï¼éè常è§æ¶æ¯ã"
#: command.y:885
@@ -1285,9 +1271,7 @@ msgid "undisplay [N] - remove variable(s) from automatic
display list."
msgstr "undisplay [N] - ä»èªå¨æ¾ç¤ºå表ä¸ç§»é¤æå®åéã"
#: command.y:897
-msgid ""
-"until [[filename:]N|function] - execute until program reaches a different "
-"line or line N within current frame."
+msgid "until [[filename:]N|function] - execute until program reaches a
different line or line N within current frame."
msgstr "until [[æ件å:]N|å½æ°] -
å¨å½åå±ä¸æ§è¡ï¼å¨ä¸ä¸è¡æ第 N è¡å¤æåã"
#: command.y:899
@@ -1303,12 +1287,8 @@ msgid "watch var - set a watchpoint for a variable."
msgstr "watch åé - 为åé设置çè§ç¹ã"
#: command.y:905
-msgid ""
-"where [N] - (same as backtrace) print trace of all or N innermost (outermost "
-"if N < 0) frames."
-msgstr ""
-"where [N] - (ä¸backtraceç¸å) æ¾ç¤ºææææè¿ N å± (è¥ N <
0ï¼åæ¾ç¤ºæè¿ N "
-"å±) è°ç¨ã"
+msgid "where [N] - (same as backtrace) print trace of all or N innermost
(outermost if N < 0) frames."
+msgstr "where [N] - (ä¸backtraceç¸å) æ¾ç¤ºææææè¿ N å± (è¥ N <
0ï¼åæ¾ç¤ºæè¿ N å±) è°ç¨ã"
#: command.y:1016 debug.c:401 gawkapi.c:258 msg.c:137
#, c-format
@@ -1993,8 +1973,7 @@ msgstr "load_extï¼æ æ³æå¼åºâ%sâ(%s)\n"
#: ext.c:66
#, c-format
-msgid ""
-"load_ext: library `%s': does not define `plugin_is_GPL_compatible' (%s)\n"
+msgid "load_ext: library `%s': does not define `plugin_is_GPL_compatible'
(%s)\n"
msgstr "load_extï¼åºâ%sâï¼æªå®ä¹âplugin_is_GPL_compatibleâ(%s)\n"
#: ext.c:72
@@ -2436,9 +2415,7 @@ msgstr "awk_value_to_nodeï¼æ°å¼ç±»åâ%dâæ æ"
#: gawkapi.c:520
#, c-format
-msgid ""
-"node_to_awk_value: detected invalid numeric flags combination `%s'; please "
-"file a bug report."
+msgid "node_to_awk_value: detected invalid numeric flags combination `%s';
please file a bug report."
msgstr "node_to_awk_valueï¼åç°ä¸ä¸ªæ
æçé项ç»åâ%sâï¼è¯·åå¼åè
æ±æ¥æ¤é误ã"
#: gawkapi.c:548
@@ -2451,9 +2428,7 @@ msgstr "node_to_awk_valueï¼å¼ä¸ºç©º"
#: gawkapi.c:607 gawkapi.c:641 gawkapi.c:668 gawkapi.c:701
#, c-format
-msgid ""
-"node_to_awk_value detected invalid flags combination `%s'; please file a bug "
-"report."
+msgid "node_to_awk_value detected invalid flags combination `%s'; please file
a bug report."
msgstr "node_to_awk_value åç°äºä¸ä¸ªæ
æçé项ç»åâ%sâï¼è¯·åå¼åè
æ±æ¥æ¤é误ã"
#: gawkapi.c:1072
@@ -2518,8 +2493,7 @@ msgstr "â%sâéå®åä¸ç表达å¼æ¯ç©ºå符串"
#: io.c:796
#, c-format
-msgid ""
-"filename `%.*s' for `%s' redirection may be result of logical expression"
+msgid "filename `%.*s' for `%s' redirection may be result of logical
expression"
msgstr
"â%3$sâéå®åä¸çæ件åâ%2$.*1$sâå¯è½æ¯é»è¾è¡¨è¾¾å¼çç»æ"
#: io.c:844
@@ -2544,8 +2518,7 @@ msgstr "æ æ³ä¸ºè¾å
¥æå¼ç®¡éâ%sâ(%s)"
#: io.c:950
#, c-format
-msgid ""
-"get_file socket creation not supported on this platform for `%s' with fd %d"
+msgid "get_file socket creation not supported on this platform for `%s' with
fd %d"
msgstr "æ¤å¹³å°ä¸æ¯æä½¿ç¨ get_file å建æ件æ述符为 %2$d
çå¥æ¥åâ%1$sâ"
#: io.c:961
@@ -2564,8 +2537,7 @@ msgid "can't redirect to `%s' (%s)"
msgstr "æ æ³éå®åå°â%sâ(%s)"
#: io.c:1153
-msgid ""
-"reached system limit for open files: starting to multiplex file descriptors"
+msgid "reached system limit for open files: starting to multiplex file
descriptors"
msgstr "æå¼çæ件æ°è¾¾å°ç³»ç»éå¶ï¼å¼å§å¤ç¨æ件æ述符"
#: io.c:1169
@@ -2720,9 +2692,8 @@ msgid "close of slave pty failed (%s)"
msgstr "å
³éä» pty 失败(%s)"
#: io.c:2245
-#, fuzzy
msgid "could not create child process or open pty"
-msgstr "æ æ³ä¸ºâ%sâå建åè¿ç¨(forkï¼%s)"
+msgstr "æ æ³å建åè¿ç¨ææå¼ pty"
#: io.c:2333 io.c:2401 io.c:2613 io.c:2645
#, c-format
@@ -2785,8 +2756,7 @@ msgstr "register_output_parserï¼æé为空"
#: io.c:3201
#, c-format
-msgid ""
-"output wrapper `%s' conflicts with previously installed output wrapper `%s'"
+msgid "output wrapper `%s' conflicts with previously installed output wrapper
`%s'"
msgstr "è¾åºè§£æå¨â%sâä¸ä¹å设置çâ%sâç¸å²çª"
#: io.c:3208
@@ -2800,9 +2770,7 @@ msgstr "register_output_processorï¼æé为空"
#: io.c:3258
#, c-format
-msgid ""
-"two-way processor `%s' conflicts with previously installed two-way processor "
-"`%s'"
+msgid "two-way processor `%s' conflicts with previously installed two-way
processor `%s'"
msgstr "ååå¤çå¨â%sâä¸ä¹å设置çâ%sâç¸å²çª"
#: io.c:3267
@@ -3010,7 +2978,6 @@ msgstr "\t-Y\t\t--parsedebug\n"
#. address for translation bugs.
#. no-wrap
#: main.c:627
-#, fuzzy
msgid ""
"\n"
"To report bugs, see node `Bugs' in `gawk.info'\n"
@@ -3025,6 +2992,7 @@ msgstr ""
"Problems and Bugsâä¸èãæ¨ä¹å¯ä»¥å¨\n"
"https://www.gnu.org/software/gawk/manual/html_node/Bugs.html\n"
"ä¸æ¾å°ç¸åçä¿¡æ¯ã\n"
+"请å¿å¨ç¾¤ç» comp.lang.awk ä¸æ交é误æ¥åã\n"
"\n"
#: main.c:634
@@ -3080,9 +3048,7 @@ msgstr ""
msgid ""
"You should have received a copy of the GNU General Public License\n"
"along with this program. If not, see http://www.gnu.org/licenses/.\n"
-msgstr ""
-"ä½ åºè¯¥æ¶å°ç¨åºé带çä¸ä»½ GNU éç¨å
Œ
±è®¸å¯è¯(GPL)ãå¦æ没ææ¶å°ï¼è¯·åç "
-"http://www.gnu.org/licenses/ ã\n"
+msgstr "ä½ åºè¯¥æ¶å°ç¨åºé带çä¸ä»½ GNU éç¨å
Œ
±è®¸å¯è¯(GPL)ãå¦æ没ææ¶å°ï¼è¯·åç http://www.gnu.org/licenses/
ã\n"
#: main.c:725
msgid "-Ft does not set FS to tab in POSIX awk"
@@ -3239,9 +3205,7 @@ msgstr "â\\xâ转ä¹åºåä¸æ²¡æåå
è¿å¶æ°"
#: node.c:611
#, c-format
-msgid ""
-"hex escape \\x%.*s of %d characters probably not interpreted the way you "
-"expect"
+msgid "hex escape \\x%.*s of %d characters probably not interpreted the way
you expect"
msgstr "åå
è¿å¶è½¬ä¹ç¬¦ \\x%.*s 表示ç %d
个å符å¯è½ä¸ä¼è¢«å¦æææ
åµè§£é"
#: node.c:626
@@ -3250,9 +3214,7 @@ msgid "escape sequence `\\%c' treated as plain `%c'"
msgstr "转ä¹åºåâ\\%câ被å½ä½å纯çâ%câ"
#: node.c:762
-msgid ""
-"Invalid multibyte data detected. There may be a mismatch between your data "
-"and your locale."
+msgid "Invalid multibyte data detected. There may be a mismatch between your
data and your locale."
msgstr "æ£æµå°äºæ æçå¤åèæ°æ®ãå¯è½ä½
çæ°æ®ååºå设置ä¸å¹é
ã"
#: posix/gawkmisc.c:177
@@ -3528,8 +3490,7 @@ msgstr "æ æ³å¼¹åº main çä¸ä¸æ"
#~ msgid "extension: cannot open library `%s' (%s)"
#~ msgstr "extensionï¼æ æ³æå¼åºâ%sâ(%s)"
-#~ msgid ""
-#~ "extension: library `%s': does not define `plugin_is_GPL_compatible' (%s)"
+#~ msgid "extension: library `%s': does not define `plugin_is_GPL_compatible'
(%s)"
#~ msgstr
"extensionï¼åºâ%sâï¼æªå®ä¹âplugin_is_GPL_compatibleâ(%s)"
#~ msgid "extension: library `%s': cannot call function `%s' (%s)"
@@ -3679,8 +3640,7 @@ msgstr "æ æ³å¼¹åº main çä¸ä¸æ"
#~ msgid "xor(%lf, %lf): fractional values will be truncated"
#~ msgstr "xor(%lf, %lf): å°æ°é¨åä¼è¢«æªæ"
-#~ msgid ""
-#~ "for loop: array `%s' changed size from %ld to %ld during loop execution"
+#~ msgid "for loop: array `%s' changed size from %ld to %ld during loop
execution"
#~ msgstr "for loop: æ°ç»â%sâå¨å¾ªç¯æ§è¡æ¶å¤§å°ä» %ld æ¹å为
%ld"
#~ msgid "`break' outside a loop is not portable"
@@ -3701,9 +3661,7 @@ msgstr "æ æ³å¼¹åº main çä¸ä¸æ"
#~ msgid "statement has no effect"
#~ msgstr "表达å¼æ ä»»ä½ä½ç¨"
-#~ msgid ""
-#~ "concatenation: side effects in one expression have changed the length of "
-#~ "another!"
+#~ msgid "concatenation: side effects in one expression have changed the
length of another!"
#~ msgstr "concatenation:
ä¸ä¸ªè¡¨è¾¾å¼çé¢å¤æåºå·²æ¹åå¦ä¸ä¸ªçé¿åº¦ï¼"
#~ msgid "assignment used in conditional context"
-----------------------------------------------------------------------
Summary of changes:
doc/ChangeLog | 7 +++
doc/gawk.info | 130 +++++++++++++++++++++++++++++++-------------------------
doc/gawk.texi | 16 ++++++-
doc/gawktexi.in | 16 ++++++-
po/ChangeLog | 4 ++
po/zh_CN.po | 104 ++++++++++++++-------------------------------
6 files changed, 143 insertions(+), 134 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-2919-g4197063,
Arnold Robbins <=