aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog7
-rw-r--r--doc/gawk.info114
-rw-r--r--doc/gawk.texi6
-rw-r--r--doc/gawktexi.in6
4 files changed, 59 insertions, 74 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index a5b0e7b9..f171d47c 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -22,7 +22,12 @@
function to be syntactically and semantically correct. Thanks to
Jaromir Obr <jaromir.obr@gmail.com> for the report.
(POSIX String Comparison): Add some URL references in @ignore.
-
+
+ Unrelated:
+
+ * gawktexi.in: Remove description of --with-whiny-user-strftime
+ configuration option.
+
2017-10-08 Andrew J. Schorr <aschorr@telemetry-investments.com>
* gawktexi.in: Fix discussion of AWKPATH in section on @include.
diff --git a/doc/gawk.info b/doc/gawk.info
index 243bd86e..f2b5a11b 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -28929,10 +28929,6 @@ command line when compiling 'gawk' from scratch, including:
desirable, but it may bring you some slight performance
improvement.
-'--with-whiny-user-strftime'
- Force use of the included version of the C 'strftime()' function
- for deficient systems.
-
Use the command './configure --help' to see the full list of options
supplied by 'configure'.
@@ -32871,8 +32867,6 @@ Index
* --traditional option, --posix option and: Options. (line 286)
* --use-lc-numeric option: Options. (line 232)
* --version option: Options. (line 318)
-* --with-whiny-user-strftime configuration option: Additional Configuration Options.
- (line 42)
* -b option: Options. (line 69)
* -c option: Options. (line 82)
* -C option: Options. (line 89)
@@ -33576,8 +33570,6 @@ Index
(line 32)
* configuration option, --disable-nls: Additional Configuration Options.
(line 37)
-* configuration option, --with-whiny-user-strftime: Additional Configuration Options.
- (line 42)
* configuration options, gawk: Additional Configuration Options.
(line 6)
* constant regexps: Regexp Usage. (line 57)
@@ -36403,58 +36395,58 @@ Node: Unix Installation1161711
Node: Quick Installation1162393
Node: Shell Startup Files1164807
Node: Additional Configuration Options1165896
-Node: Configuration Philosophy1167885
-Node: Non-Unix Installation1170254
-Node: PC Installation1170714
-Node: PC Binary Installation1171552
-Node: PC Compiling1171987
-Node: PC Using1173104
-Node: Cygwin1176149
-Node: MSYS1176919
-Node: VMS Installation1177420
-Node: VMS Compilation1178211
-Ref: VMS Compilation-Footnote-11179440
-Node: VMS Dynamic Extensions1179498
-Node: VMS Installation Details1181183
-Node: VMS Running1183436
-Node: VMS GNV1187715
-Node: VMS Old Gawk1188450
-Node: Bugs1188921
-Node: Bug address1189584
-Node: Usenet1192376
-Node: Maintainers1193153
-Node: Other Versions1194414
-Node: Installation summary1201176
-Node: Notes1202378
-Node: Compatibility Mode1203243
-Node: Additions1204025
-Node: Accessing The Source1204950
-Node: Adding Code1206387
-Node: New Ports1212606
-Node: Derived Files1217094
-Ref: Derived Files-Footnote-11222740
-Ref: Derived Files-Footnote-21222775
-Ref: Derived Files-Footnote-31223373
-Node: Future Extensions1223487
-Node: Implementation Limitations1224145
-Node: Extension Design1225328
-Node: Old Extension Problems1226482
-Ref: Old Extension Problems-Footnote-11228000
-Node: Extension New Mechanism Goals1228057
-Ref: Extension New Mechanism Goals-Footnote-11231421
-Node: Extension Other Design Decisions1231610
-Node: Extension Future Growth1233723
-Node: Old Extension Mechanism1234559
-Node: Notes summary1236322
-Node: Basic Concepts1237504
-Node: Basic High Level1238185
-Ref: figure-general-flow1238467
-Ref: figure-process-flow1239152
-Ref: Basic High Level-Footnote-11242453
-Node: Basic Data Typing1242638
-Node: Glossary1245966
-Node: Copying1277802
-Node: GNU Free Documentation License1315341
-Node: Index1340459
+Node: Configuration Philosophy1167757
+Node: Non-Unix Installation1170126
+Node: PC Installation1170586
+Node: PC Binary Installation1171424
+Node: PC Compiling1171859
+Node: PC Using1172976
+Node: Cygwin1176021
+Node: MSYS1176791
+Node: VMS Installation1177292
+Node: VMS Compilation1178083
+Ref: VMS Compilation-Footnote-11179312
+Node: VMS Dynamic Extensions1179370
+Node: VMS Installation Details1181055
+Node: VMS Running1183308
+Node: VMS GNV1187587
+Node: VMS Old Gawk1188322
+Node: Bugs1188793
+Node: Bug address1189456
+Node: Usenet1192248
+Node: Maintainers1193025
+Node: Other Versions1194286
+Node: Installation summary1201048
+Node: Notes1202250
+Node: Compatibility Mode1203115
+Node: Additions1203897
+Node: Accessing The Source1204822
+Node: Adding Code1206259
+Node: New Ports1212478
+Node: Derived Files1216966
+Ref: Derived Files-Footnote-11222612
+Ref: Derived Files-Footnote-21222647
+Ref: Derived Files-Footnote-31223245
+Node: Future Extensions1223359
+Node: Implementation Limitations1224017
+Node: Extension Design1225200
+Node: Old Extension Problems1226354
+Ref: Old Extension Problems-Footnote-11227872
+Node: Extension New Mechanism Goals1227929
+Ref: Extension New Mechanism Goals-Footnote-11231293
+Node: Extension Other Design Decisions1231482
+Node: Extension Future Growth1233595
+Node: Old Extension Mechanism1234431
+Node: Notes summary1236194
+Node: Basic Concepts1237376
+Node: Basic High Level1238057
+Ref: figure-general-flow1238339
+Ref: figure-process-flow1239024
+Ref: Basic High Level-Footnote-11242325
+Node: Basic Data Typing1242510
+Node: Glossary1245838
+Node: Copying1277674
+Node: GNU Free Documentation License1315213
+Node: Index1340331

End Tag Table
diff --git a/doc/gawk.texi b/doc/gawk.texi
index d1aac71c..0485a566 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -39274,12 +39274,6 @@ MPFR support is not available.
Disable all message-translation facilities.
This is usually not desirable, but it may bring you some slight performance
improvement.
-
-@cindex @option{--with-whiny-user-strftime} configuration option
-@cindex configuration option, @code{--with-whiny-user-strftime}
-@item --with-whiny-user-strftime
-Force use of the included version of the C @code{strftime()}
-function for deficient systems.
@end table
Use the command @samp{./configure --help} to see the full list of
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 0d38921b..518ab01f 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -38288,12 +38288,6 @@ MPFR support is not available.
Disable all message-translation facilities.
This is usually not desirable, but it may bring you some slight performance
improvement.
-
-@cindex @option{--with-whiny-user-strftime} configuration option
-@cindex configuration option, @code{--with-whiny-user-strftime}
-@item --with-whiny-user-strftime
-Force use of the included version of the C @code{strftime()}
-function for deficient systems.
@end table
Use the command @samp{./configure --help} to see the full list of