gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-1598-g844a64


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-1598-g844a64a
Date: Wed, 06 Jan 2016 18:45:31 +0000

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, master has been updated
       via  844a64ad302bfd4475024826ef57651079a02f98 (commit)
      from  38561c59605cabc43ebc9a6416a04e0a53d445b8 (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=844a64ad302bfd4475024826ef57651079a02f98

commit 844a64ad302bfd4475024826ef57651079a02f98
Author: Arnold D. Robbins <address@hidden>
Date:   Wed Jan 6 20:45:19 2016 +0200

    Minor doc fix.

diff --git a/doc/ChangeLog b/doc/ChangeLog
index 97ee91d..8d29cd8 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,9 @@
+2016-01-06         Arnold D. Robbins     <address@hidden>
+
+       * gawktexi.in: Finish documenting that --pretty-print
+       doesn't run the program. Thanks to Antonio
+       Giovanni Colombo for the report and patch.
+
 2016-01-03         Arnold D. Robbins     <address@hidden>
 
        * gawktexi.in: Document that GNU/Linux on Alpha is no
diff --git a/doc/gawk.info b/doc/gawk.info
index a091e70..ad05dcf 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -20196,8 +20196,7 @@ File: gawk.info,  Node: Advanced Features Summary,  
Prev: Profiling,  Up: Advanc
      'USR1' signal while profiling causes 'gawk' to dump the profile and
      keep going, including a function call stack.
 
-   * You can also just "pretty-print" the program.  This currently also
-     runs the program, but that will change in the next major release.
+   * You can also just "pretty-print" the program.
 
 
 File: gawk.info,  Node: Internationalization,  Next: Debugger,  Prev: Advanced 
Features,  Up: Top
@@ -35389,212 +35388,212 @@ Ref: Two-way I/O-Footnote-2807969
 Node: TCP/IP Networking808051
 Node: Profiling811169
 Node: Advanced Features Summary819440
-Node: Internationalization821376
-Node: I18N and L10N822856
-Node: Explaining gettext823543
-Ref: Explaining gettext-Footnote-1828566
-Ref: Explaining gettext-Footnote-2828751
-Node: Programmer i18n828916
-Ref: Programmer i18n-Footnote-1833772
-Node: Translator i18n833821
-Node: String Extraction834615
-Ref: String Extraction-Footnote-1835748
-Node: Printf Ordering835834
-Ref: Printf Ordering-Footnote-1838620
-Node: I18N Portability838684
-Ref: I18N Portability-Footnote-1841140
-Node: I18N Example841203
-Ref: I18N Example-Footnote-1844009
-Node: Gawk I18N844082
-Node: I18N Summary844727
-Node: Debugger846068
-Node: Debugging847090
-Node: Debugging Concepts847531
-Node: Debugging Terms849340
-Node: Awk Debugging851915
-Node: Sample Debugging Session852821
-Node: Debugger Invocation853355
-Node: Finding The Bug854741
-Node: List of Debugger Commands861219
-Node: Breakpoint Control862552
-Node: Debugger Execution Control866246
-Node: Viewing And Changing Data869608
-Node: Execution Stack872982
-Node: Debugger Info874619
-Node: Miscellaneous Debugger Commands878690
-Node: Readline Support883778
-Node: Limitations884674
-Ref: Limitations-Footnote-1888905
-Node: Debugging Summary888956
-Node: Arbitrary Precision Arithmetic890235
-Node: Computer Arithmetic891651
-Ref: table-numeric-ranges895242
-Ref: Computer Arithmetic-Footnote-1895964
-Node: Math Definitions896021
-Ref: table-ieee-formats899335
-Ref: Math Definitions-Footnote-1899938
-Node: MPFR features900043
-Node: FP Math Caution901716
-Ref: FP Math Caution-Footnote-1902788
-Node: Inexactness of computations903157
-Node: Inexact representation904117
-Node: Comparing FP Values905477
-Node: Errors accumulate906559
-Node: Getting Accuracy907992
-Node: Try To Round910702
-Node: Setting precision911601
-Ref: table-predefined-precision-strings912298
-Node: Setting the rounding mode914128
-Ref: table-gawk-rounding-modes914502
-Ref: Setting the rounding mode-Footnote-1917910
-Node: Arbitrary Precision Integers918089
-Ref: Arbitrary Precision Integers-Footnote-1923006
-Node: POSIX Floating Point Problems923155
-Ref: POSIX Floating Point Problems-Footnote-1927037
-Node: Floating point summary927075
-Node: Dynamic Extensions929265
-Node: Extension Intro930818
-Node: Plugin License932084
-Node: Extension Mechanism Outline932881
-Ref: figure-load-extension933320
-Ref: figure-register-new-function934885
-Ref: figure-call-new-function935977
-Node: Extension API Description938040
-Node: Extension API Functions Introduction939572
-Node: General Data Types944431
-Ref: General Data Types-Footnote-1950386
-Node: Memory Allocation Functions950685
-Ref: Memory Allocation Functions-Footnote-1953530
-Node: Constructor Functions953629
-Node: Registration Functions955374
-Node: Extension Functions956059
-Node: Exit Callback Functions958358
-Node: Extension Version String959608
-Node: Input Parsers960271
-Node: Output Wrappers970156
-Node: Two-way processors974668
-Node: Printing Messages976932
-Ref: Printing Messages-Footnote-1978006
-Node: Updating ERRNO978159
-Node: Requesting Values978898
-Ref: table-value-types-returned979635
-Node: Accessing Parameters980518
-Node: Symbol Table Access981754
-Node: Symbol table by name982266
-Node: Symbol table by cookie984287
-Ref: Symbol table by cookie-Footnote-1988436
-Node: Cached values988500
-Ref: Cached values-Footnote-1992001
-Node: Array Manipulation992092
-Ref: Array Manipulation-Footnote-1993183
-Node: Array Data Types993220
-Ref: Array Data Types-Footnote-1995878
-Node: Array Functions995970
-Node: Flattening Arrays999829
-Node: Creating Arrays1006737
-Node: Redirection API1011509
-Node: Extension API Variables1014340
-Node: Extension Versioning1014973
-Node: Extension API Informational Variables1016864
-Node: Extension API Boilerplate1017928
-Node: Finding Extensions1021742
-Node: Extension Example1022302
-Node: Internal File Description1023100
-Node: Internal File Ops1027180
-Ref: Internal File Ops-Footnote-11038942
-Node: Using Internal File Ops1039082
-Ref: Using Internal File Ops-Footnote-11041465
-Node: Extension Samples1041740
-Node: Extension Sample File Functions1043269
-Node: Extension Sample Fnmatch1050918
-Node: Extension Sample Fork1052405
-Node: Extension Sample Inplace1053623
-Node: Extension Sample Ord1056833
-Node: Extension Sample Readdir1057669
-Ref: table-readdir-file-types1058558
-Node: Extension Sample Revout1059363
-Node: Extension Sample Rev2way1059952
-Node: Extension Sample Read write array1060692
-Node: Extension Sample Readfile1062634
-Node: Extension Sample Time1063729
-Node: Extension Sample API Tests1065077
-Node: gawkextlib1065569
-Node: Extension summary1068016
-Node: Extension Exercises1071708
-Node: Language History1073205
-Node: V7/SVR3.11074861
-Node: SVR41077013
-Node: POSIX1078447
-Node: BTL1079827
-Node: POSIX/GNU1080557
-Node: Feature History1086396
-Node: Common Extensions1100766
-Node: Ranges and Locales1102049
-Ref: Ranges and Locales-Footnote-11106665
-Ref: Ranges and Locales-Footnote-21106692
-Ref: Ranges and Locales-Footnote-31106927
-Node: Contributors1107148
-Node: History summary1112717
-Node: Installation1114097
-Node: Gawk Distribution1115042
-Node: Getting1115526
-Node: Extracting1116487
-Node: Distribution contents1118125
-Node: Unix Installation1124221
-Node: Quick Installation1124903
-Node: Shell Startup Files1127317
-Node: Additional Configuration Options1128395
-Node: Configuration Philosophy1130200
-Node: Non-Unix Installation1132570
-Node: PC Installation1133028
-Node: PC Binary Installation1134348
-Node: PC Compiling1136200
-Ref: PC Compiling-Footnote-11139224
-Node: PC Testing1139333
-Node: PC Using1140513
-Node: Cygwin1144627
-Node: MSYS1145397
-Node: VMS Installation1145898
-Node: VMS Compilation1146689
-Ref: VMS Compilation-Footnote-11147919
-Node: VMS Dynamic Extensions1147977
-Node: VMS Installation Details1149662
-Node: VMS Running1151915
-Node: VMS GNV1154756
-Node: VMS Old Gawk1155491
-Node: Bugs1155962
-Node: Other Versions1160159
-Node: Installation summary1166745
-Node: Notes1167803
-Node: Compatibility Mode1168668
-Node: Additions1169450
-Node: Accessing The Source1170375
-Node: Adding Code1171811
-Node: New Ports1178030
-Node: Derived Files1182518
-Ref: Derived Files-Footnote-11188003
-Ref: Derived Files-Footnote-21188038
-Ref: Derived Files-Footnote-31188636
-Node: Future Extensions1188750
-Node: Implementation Limitations1189408
-Node: Extension Design1190591
-Node: Old Extension Problems1191745
-Ref: Old Extension Problems-Footnote-11193263
-Node: Extension New Mechanism Goals1193320
-Ref: Extension New Mechanism Goals-Footnote-11196684
-Node: Extension Other Design Decisions1196873
-Node: Extension Future Growth1198986
-Node: Old Extension Mechanism1199822
-Node: Notes summary1201585
-Node: Basic Concepts1202767
-Node: Basic High Level1203448
-Ref: figure-general-flow1203730
-Ref: figure-process-flow1204415
-Ref: Basic High Level-Footnote-11207716
-Node: Basic Data Typing1207901
-Node: Glossary1211229
-Node: Copying1243175
-Node: GNU Free Documentation License1280714
-Node: Index1305832
+Node: Internationalization821284
+Node: I18N and L10N822764
+Node: Explaining gettext823451
+Ref: Explaining gettext-Footnote-1828474
+Ref: Explaining gettext-Footnote-2828659
+Node: Programmer i18n828824
+Ref: Programmer i18n-Footnote-1833680
+Node: Translator i18n833729
+Node: String Extraction834523
+Ref: String Extraction-Footnote-1835656
+Node: Printf Ordering835742
+Ref: Printf Ordering-Footnote-1838528
+Node: I18N Portability838592
+Ref: I18N Portability-Footnote-1841048
+Node: I18N Example841111
+Ref: I18N Example-Footnote-1843917
+Node: Gawk I18N843990
+Node: I18N Summary844635
+Node: Debugger845976
+Node: Debugging846998
+Node: Debugging Concepts847439
+Node: Debugging Terms849248
+Node: Awk Debugging851823
+Node: Sample Debugging Session852729
+Node: Debugger Invocation853263
+Node: Finding The Bug854649
+Node: List of Debugger Commands861127
+Node: Breakpoint Control862460
+Node: Debugger Execution Control866154
+Node: Viewing And Changing Data869516
+Node: Execution Stack872890
+Node: Debugger Info874527
+Node: Miscellaneous Debugger Commands878598
+Node: Readline Support883686
+Node: Limitations884582
+Ref: Limitations-Footnote-1888813
+Node: Debugging Summary888864
+Node: Arbitrary Precision Arithmetic890143
+Node: Computer Arithmetic891559
+Ref: table-numeric-ranges895150
+Ref: Computer Arithmetic-Footnote-1895872
+Node: Math Definitions895929
+Ref: table-ieee-formats899243
+Ref: Math Definitions-Footnote-1899846
+Node: MPFR features899951
+Node: FP Math Caution901624
+Ref: FP Math Caution-Footnote-1902696
+Node: Inexactness of computations903065
+Node: Inexact representation904025
+Node: Comparing FP Values905385
+Node: Errors accumulate906467
+Node: Getting Accuracy907900
+Node: Try To Round910610
+Node: Setting precision911509
+Ref: table-predefined-precision-strings912206
+Node: Setting the rounding mode914036
+Ref: table-gawk-rounding-modes914410
+Ref: Setting the rounding mode-Footnote-1917818
+Node: Arbitrary Precision Integers917997
+Ref: Arbitrary Precision Integers-Footnote-1922914
+Node: POSIX Floating Point Problems923063
+Ref: POSIX Floating Point Problems-Footnote-1926945
+Node: Floating point summary926983
+Node: Dynamic Extensions929173
+Node: Extension Intro930726
+Node: Plugin License931992
+Node: Extension Mechanism Outline932789
+Ref: figure-load-extension933228
+Ref: figure-register-new-function934793
+Ref: figure-call-new-function935885
+Node: Extension API Description937948
+Node: Extension API Functions Introduction939480
+Node: General Data Types944339
+Ref: General Data Types-Footnote-1950294
+Node: Memory Allocation Functions950593
+Ref: Memory Allocation Functions-Footnote-1953438
+Node: Constructor Functions953537
+Node: Registration Functions955282
+Node: Extension Functions955967
+Node: Exit Callback Functions958266
+Node: Extension Version String959516
+Node: Input Parsers960179
+Node: Output Wrappers970064
+Node: Two-way processors974576
+Node: Printing Messages976840
+Ref: Printing Messages-Footnote-1977914
+Node: Updating ERRNO978067
+Node: Requesting Values978806
+Ref: table-value-types-returned979543
+Node: Accessing Parameters980426
+Node: Symbol Table Access981662
+Node: Symbol table by name982174
+Node: Symbol table by cookie984195
+Ref: Symbol table by cookie-Footnote-1988344
+Node: Cached values988408
+Ref: Cached values-Footnote-1991909
+Node: Array Manipulation992000
+Ref: Array Manipulation-Footnote-1993091
+Node: Array Data Types993128
+Ref: Array Data Types-Footnote-1995786
+Node: Array Functions995878
+Node: Flattening Arrays999737
+Node: Creating Arrays1006645
+Node: Redirection API1011417
+Node: Extension API Variables1014248
+Node: Extension Versioning1014881
+Node: Extension API Informational Variables1016772
+Node: Extension API Boilerplate1017836
+Node: Finding Extensions1021650
+Node: Extension Example1022210
+Node: Internal File Description1023008
+Node: Internal File Ops1027088
+Ref: Internal File Ops-Footnote-11038850
+Node: Using Internal File Ops1038990
+Ref: Using Internal File Ops-Footnote-11041373
+Node: Extension Samples1041648
+Node: Extension Sample File Functions1043177
+Node: Extension Sample Fnmatch1050826
+Node: Extension Sample Fork1052313
+Node: Extension Sample Inplace1053531
+Node: Extension Sample Ord1056741
+Node: Extension Sample Readdir1057577
+Ref: table-readdir-file-types1058466
+Node: Extension Sample Revout1059271
+Node: Extension Sample Rev2way1059860
+Node: Extension Sample Read write array1060600
+Node: Extension Sample Readfile1062542
+Node: Extension Sample Time1063637
+Node: Extension Sample API Tests1064985
+Node: gawkextlib1065477
+Node: Extension summary1067924
+Node: Extension Exercises1071616
+Node: Language History1073113
+Node: V7/SVR3.11074769
+Node: SVR41076921
+Node: POSIX1078355
+Node: BTL1079735
+Node: POSIX/GNU1080465
+Node: Feature History1086304
+Node: Common Extensions1100674
+Node: Ranges and Locales1101957
+Ref: Ranges and Locales-Footnote-11106573
+Ref: Ranges and Locales-Footnote-21106600
+Ref: Ranges and Locales-Footnote-31106835
+Node: Contributors1107056
+Node: History summary1112625
+Node: Installation1114005
+Node: Gawk Distribution1114950
+Node: Getting1115434
+Node: Extracting1116395
+Node: Distribution contents1118033
+Node: Unix Installation1124129
+Node: Quick Installation1124811
+Node: Shell Startup Files1127225
+Node: Additional Configuration Options1128303
+Node: Configuration Philosophy1130108
+Node: Non-Unix Installation1132478
+Node: PC Installation1132936
+Node: PC Binary Installation1134256
+Node: PC Compiling1136108
+Ref: PC Compiling-Footnote-11139132
+Node: PC Testing1139241
+Node: PC Using1140421
+Node: Cygwin1144535
+Node: MSYS1145305
+Node: VMS Installation1145806
+Node: VMS Compilation1146597
+Ref: VMS Compilation-Footnote-11147827
+Node: VMS Dynamic Extensions1147885
+Node: VMS Installation Details1149570
+Node: VMS Running1151823
+Node: VMS GNV1154664
+Node: VMS Old Gawk1155399
+Node: Bugs1155870
+Node: Other Versions1160067
+Node: Installation summary1166653
+Node: Notes1167711
+Node: Compatibility Mode1168576
+Node: Additions1169358
+Node: Accessing The Source1170283
+Node: Adding Code1171719
+Node: New Ports1177938
+Node: Derived Files1182426
+Ref: Derived Files-Footnote-11187911
+Ref: Derived Files-Footnote-21187946
+Ref: Derived Files-Footnote-31188544
+Node: Future Extensions1188658
+Node: Implementation Limitations1189316
+Node: Extension Design1190499
+Node: Old Extension Problems1191653
+Ref: Old Extension Problems-Footnote-11193171
+Node: Extension New Mechanism Goals1193228
+Ref: Extension New Mechanism Goals-Footnote-11196592
+Node: Extension Other Design Decisions1196781
+Node: Extension Future Growth1198894
+Node: Old Extension Mechanism1199730
+Node: Notes summary1201493
+Node: Basic Concepts1202675
+Node: Basic High Level1203356
+Ref: figure-general-flow1203638
+Ref: figure-process-flow1204323
+Ref: Basic High Level-Footnote-11207624
+Node: Basic Data Typing1207809
+Node: Glossary1211137
+Node: Copying1243083
+Node: GNU Free Documentation License1280622
+Node: Index1305740
 
 End Tag Table
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 19e0922..d609c66 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -28253,8 +28253,7 @@ you tune them more easily.  Sending the @code{USR1} 
signal while profiling cause
 @command{gawk} to dump the profile and keep going, including a function call 
stack.
 
 @item
-You can also just ``pretty-print'' the program. This currently also runs
-the program, but that will change in the next major release.
+You can also just ``pretty-print'' the program.
 
 @end itemize
 
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index c27e58a..7975d28 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -27344,8 +27344,7 @@ you tune them more easily.  Sending the @code{USR1} 
signal while profiling cause
 @command{gawk} to dump the profile and keep going, including a function call 
stack.
 
 @item
-You can also just ``pretty-print'' the program. This currently also runs
-the program, but that will change in the next major release.
+You can also just ``pretty-print'' the program.
 
 @end itemize
 

-----------------------------------------------------------------------

Summary of changes:
 doc/ChangeLog   |    6 +
 doc/gawk.info   |  417 +++++++++++++++++++++++++++----------------------------
 doc/gawk.texi   |    3 +-
 doc/gawktexi.in |    3 +-
 4 files changed, 216 insertions(+), 213 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]