aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-10-04 11:05:13 +0300
committerArnold D. Robbins <arnold@skeeve.com>2015-10-04 11:05:13 +0300
commit8111eca142100dd5a9e9fc11a29e750b0ccbe31a (patch)
tree31b600703dc306cc095359fc900ebb78691a0fbe /doc/gawktexi.in
parent6d5c1e1d38f71fdfc1794b5b3723a6e476ffddf4 (diff)
parent97c4e427ab48d4e45889ca74abb0701a049d7606 (diff)
downloadegawk-8111eca142100dd5a9e9fc11a29e750b0ccbe31a.tar.gz
egawk-8111eca142100dd5a9e9fc11a29e750b0ccbe31a.tar.bz2
egawk-8111eca142100dd5a9e9fc11a29e750b0ccbe31a.zip
Merge branch 'feature/zOS-try2' into gawk-4.1-stable
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in22
1 files changed, 13 insertions, 9 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index d63a6f60..a604d983 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -2172,6 +2172,7 @@ significant editorial help for this @value{DOCUMENT} for the
@cindex Davies, Stephen
@cindex Deifik, Scott
@cindex Demaille, Akim
+@cindex G., Daniel Richard
@cindex Hankerson, Darrel
@cindex Jaegermann, Michal
@cindex Kahrs, J@"urgen
@@ -2191,6 +2192,7 @@ Antonio Colombo,
Stephen Davies,
Scott Deifik,
Akim Demaille,
+Daniel Richard G.,
Darrel Hankerson,
Michal Jaegermann,
J@"urgen Kahrs,
@@ -21396,11 +21398,7 @@ main(int argc, char **argv)
@c endfile
@ignore
@c file eg/lib/pwcat.c
-#ifdef ZOS_USS
- printf("%s:%ld:%ld:%s:%s\n",
- p->pw_name, (long) p->pw_uid,
- (long) p->pw_gid, p->pw_dir, p->pw_shell);
-#else
+#ifdef HAVE_STRUCT_PASSWD_PW_PASSWD
@c endfile
@end ignore
@c file eg/lib/pwcat.c
@@ -21410,6 +21408,10 @@ main(int argc, char **argv)
@c endfile
@ignore
@c file eg/lib/pwcat.c
+#else
+ printf("%s:*:%ld:%ld:%s:%s\n",
+ p->pw_name, (long) p->pw_uid,
+ (long) p->pw_gid, p->pw_dir, p->pw_shell);
#endif
@c endfile
@end ignore
@@ -21729,9 +21731,7 @@ main(int argc, char **argv)
@c endfile
@ignore
@c file eg/lib/grcat.c
-#ifdef ZOS_USS
- printf("%s:%ld:", g->gr_name, (long) g->gr_gid);
-#else
+#ifdef HAVE_STRUCT_GROUP_GR_PASSWD
@c endfile
@end ignore
@c file eg/lib/grcat.c
@@ -21740,6 +21740,8 @@ main(int argc, char **argv)
@c endfile
@ignore
@c file eg/lib/grcat.c
+#else
+ printf("%s:*:%ld:", g->gr_name, (long) g->gr_gid);
#endif
@c endfile
@end ignore
@@ -37315,6 +37317,7 @@ The people maintaining the various @command{gawk} ports are:
@cindex Deifik, Scott
@cindex Malmberg, John
@cindex Pitts, Dave
+@cindex G., Daniel Richard
@cindex Robbins, Arnold
@cindex Zaretskii, Eli
@multitable {MS-Windows with MinGW} {123456789012345678901234567890123456789001234567890}
@@ -37330,7 +37333,8 @@ The people maintaining the various @command{gawk} ports are:
@item VMS @tab John Malmberg, @EMAIL{wb8tyw@@qsl.net,wb8tyw at qsl.net}
-@item z/OS (OS/390) @tab Dave Pitts, @EMAIL{dpitts@@cozx.com,dpitts at cozx dot com}
+@item z/OS (OS/390) @tab Daniel Richard G.@: @EMAIL{skunk@@iSKUNK.ORG,skunk at iSKUNK.ORG}
+@item @tab Dave Pitts (Maintainer Emeritus), @EMAIL{dpitts@@cozx.com,dpitts at cozx dot com}
@end multitable
If your bug is also reproducible under Unix, send a copy of your