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-3571-g390d49


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-3571-g390d497
Date: Tue, 18 Dec 2018 13:23:43 -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, master has been updated
       via  390d49783550036c68a214650e04595f6378837c (commit)
       via  b86b312111fb65a7aa83c985bf0af49ba111ede6 (commit)
       via  6c49a0b2e9d26f2bc5654f60e9177bd268aa2e2e (commit)
       via  1e9784ae40825b1fda854a876a5c2515de47d253 (commit)
      from  92d7c72c7e36c10f1274c79ed539490e6724feea (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=390d49783550036c68a214650e04595f6378837c

commit 390d49783550036c68a214650e04595f6378837c
Merge: 92d7c72 b86b312
Author: Arnold D. Robbins <address@hidden>
Date:   Tue Dec 18 20:22:42 2018 +0200

    Merge branch 'gawk-4.2-stable'

diff --cc doc/ChangeLog
index f4fb7b6,6af2d87..d1775f2
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@@ -1,9 -1,7 +1,17 @@@
+ 2018-12-18         Arnold D. Robbins     <address@hidden>
+ 
+       * gawktexi.in: Added more indexing to the debugger chapter.
+ 
 +2018-11-29         Arnold D. Robbins     <address@hidden>
 +
 +      * gawktexi.in (Auto-set): Document that you can no longer use
 +      arbitrary indices in SYMTAB.
 +      * gawk.1: Ditto.
 +
++2018-12-18         Arnold D. Robbins     <address@hidden>
++
++      * gawktexi.in: Added more indexing to the debugger chapter.
++
  2018-11-27         Arnold D. Robbins     <address@hidden>
  
        * gawktexi.in (Other Versions): Document GoAWK, an awk interpreter
diff --cc doc/gawk.info
index e073835,9fba2e1..b8f5df6
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@@ -36376,368 -36389,370 +36410,369 @@@ Node: Exit Statement45465
  Node: Built-in Variables457056
  Node: User-modified458189
  Node: Auto-set465956
 -Ref: Auto-set-Footnote-1482258
 -Ref: Auto-set-Footnote-2482464
 -Node: ARGC and ARGV482520
 -Node: Pattern Action Summary486733
 -Node: Arrays489163
 -Node: Array Basics490492
 -Node: Array Intro491336
 -Ref: figure-array-elements493311
 -Ref: Array Intro-Footnote-1496015
 -Node: Reference to Elements496143
 -Node: Assigning Elements498607
 -Node: Array Example499098
 -Node: Scanning an Array500857
 -Node: Controlling Scanning503879
 -Ref: Controlling Scanning-Footnote-1509278
 -Node: Numeric Array Subscripts509594
 -Node: Uninitialized Subscripts511778
 -Node: Delete513397
 -Ref: Delete-Footnote-1516149
 -Node: Multidimensional516206
 -Node: Multiscanning519301
 -Node: Arrays of Arrays520892
 -Node: Arrays Summary525660
 -Node: Functions527753
 -Node: Built-in528791
 -Node: Calling Built-in529872
 -Node: Numeric Functions531868
 -Ref: Numeric Functions-Footnote-1535896
 -Ref: Numeric Functions-Footnote-2536253
 -Ref: Numeric Functions-Footnote-3536301
 -Node: String Functions536573
 -Ref: String Functions-Footnote-1560431
 -Ref: String Functions-Footnote-2560559
 -Ref: String Functions-Footnote-3560807
 -Node: Gory Details560894
 -Ref: table-sub-escapes562685
 -Ref: table-sub-proposed564204
 -Ref: table-posix-sub565567
 -Ref: table-gensub-escapes567108
 -Ref: Gory Details-Footnote-1567931
 -Node: I/O Functions568085
 -Ref: table-system-return-values574553
 -Ref: I/O Functions-Footnote-1576633
 -Ref: I/O Functions-Footnote-2576781
 -Node: Time Functions576901
 -Ref: Time Functions-Footnote-1587572
 -Ref: Time Functions-Footnote-2587640
 -Ref: Time Functions-Footnote-3587798
 -Ref: Time Functions-Footnote-4587909
 -Ref: Time Functions-Footnote-5588021
 -Ref: Time Functions-Footnote-6588248
 -Node: Bitwise Functions588514
 -Ref: table-bitwise-ops589108
 -Ref: Bitwise Functions-Footnote-1595171
 -Ref: Bitwise Functions-Footnote-2595344
 -Node: Type Functions595535
 -Node: I18N Functions598286
 -Node: User-defined599937
 -Node: Definition Syntax600742
 -Ref: Definition Syntax-Footnote-1606429
 -Node: Function Example606500
 -Ref: Function Example-Footnote-1609422
 -Node: Function Caveats609444
 -Node: Calling A Function609962
 -Node: Variable Scope610920
 -Node: Pass By Value/Reference613914
 -Node: Return Statement617413
 -Node: Dynamic Typing620392
 -Node: Indirect Calls621322
 -Ref: Indirect Calls-Footnote-1631574
 -Node: Functions Summary631702
 -Node: Library Functions634407
 -Ref: Library Functions-Footnote-1638014
 -Ref: Library Functions-Footnote-2638157
 -Node: Library Names638328
 -Ref: Library Names-Footnote-1641788
 -Ref: Library Names-Footnote-2642011
 -Node: General Functions642097
 -Node: Strtonum Function643200
 -Node: Assert Function646222
 -Node: Round Function649548
 -Node: Cliff Random Function651088
 -Node: Ordinal Functions652104
 -Ref: Ordinal Functions-Footnote-1655167
 -Ref: Ordinal Functions-Footnote-2655419
 -Node: Join Function655629
 -Ref: Join Function-Footnote-1657399
 -Node: Getlocaltime Function657599
 -Node: Readfile Function661341
 -Node: Shell Quoting663318
 -Node: Data File Management664719
 -Node: Filetrans Function665351
 -Node: Rewind Function669447
 -Node: File Checking671357
 -Ref: File Checking-Footnote-1672691
 -Node: Empty Files672892
 -Node: Ignoring Assigns674871
 -Node: Getopt Function676421
 -Ref: Getopt Function-Footnote-1687890
 -Node: Passwd Functions688090
 -Ref: Passwd Functions-Footnote-1696929
 -Node: Group Functions697017
 -Ref: Group Functions-Footnote-1704915
 -Node: Walking Arrays705122
 -Node: Library Functions Summary708130
 -Node: Library Exercises709536
 -Node: Sample Programs710001
 -Node: Running Examples710771
 -Node: Clones711499
 -Node: Cut Program712723
 -Node: Egrep Program722652
 -Ref: Egrep Program-Footnote-1730164
 -Node: Id Program730274
 -Node: Split Program733954
 -Ref: Split Program-Footnote-1737412
 -Node: Tee Program737541
 -Node: Uniq Program740331
 -Node: Wc Program747757
 -Ref: Wc Program-Footnote-1752012
 -Node: Miscellaneous Programs752106
 -Node: Dupword Program753319
 -Node: Alarm Program755349
 -Node: Translate Program760204
 -Ref: Translate Program-Footnote-1764769
 -Node: Labels Program765039
 -Ref: Labels Program-Footnote-1768390
 -Node: Word Sorting768474
 -Node: History Sorting772546
 -Node: Extract Program774381
 -Node: Simple Sed782435
 -Node: Igawk Program785509
 -Ref: Igawk Program-Footnote-1799840
 -Ref: Igawk Program-Footnote-2800042
 -Ref: Igawk Program-Footnote-3800164
 -Node: Anagram Program800279
 -Node: Signature Program803341
 -Node: Programs Summary804588
 -Node: Programs Exercises805802
 -Ref: Programs Exercises-Footnote-1809931
 -Node: Advanced Features810022
 -Node: Nondecimal Data812012
 -Node: Array Sorting813603
 -Node: Controlling Array Traversal814303
 -Ref: Controlling Array Traversal-Footnote-1822671
 -Node: Array Sorting Functions822789
 -Ref: Array Sorting Functions-Footnote-1827880
 -Node: Two-way I/O828076
 -Ref: Two-way I/O-Footnote-1835796
 -Ref: Two-way I/O-Footnote-2835983
 -Node: TCP/IP Networking836065
 -Node: Profiling839183
 -Ref: Profiling-Footnote-1847855
 -Node: Advanced Features Summary848178
 -Node: Internationalization850022
 -Node: I18N and L10N851502
 -Node: Explaining gettext852189
 -Ref: Explaining gettext-Footnote-1858081
 -Ref: Explaining gettext-Footnote-2858266
 -Node: Programmer i18n858431
 -Ref: Programmer i18n-Footnote-1863380
 -Node: Translator i18n863429
 -Node: String Extraction864223
 -Ref: String Extraction-Footnote-1865355
 -Node: Printf Ordering865441
 -Ref: Printf Ordering-Footnote-1868227
 -Node: I18N Portability868291
 -Ref: I18N Portability-Footnote-1870747
 -Node: I18N Example870810
 -Ref: I18N Example-Footnote-1873616
 -Node: Gawk I18N873689
 -Node: I18N Summary874334
 -Node: Debugger875675
 -Node: Debugging876695
 -Node: Debugging Concepts877136
 -Node: Debugging Terms878945
 -Node: Awk Debugging881520
 -Ref: Awk Debugging-Footnote-1882465
 -Node: Sample Debugging Session882597
 -Node: Debugger Invocation883131
 -Node: Finding The Bug884517
 -Node: List of Debugger Commands890991
 -Node: Breakpoint Control892324
 -Node: Debugger Execution Control896018
 -Node: Viewing And Changing Data899380
 -Node: Execution Stack902754
 -Node: Debugger Info904391
 -Node: Miscellaneous Debugger Commands908462
 -Node: Readline Support913524
 -Node: Limitations914420
 -Node: Debugging Summary916529
 -Node: Arbitrary Precision Arithmetic917808
 -Node: Computer Arithmetic919293
 -Ref: table-numeric-ranges923059
 -Ref: table-floating-point-ranges923552
 -Ref: Computer Arithmetic-Footnote-1924210
 -Node: Math Definitions924267
 -Ref: table-ieee-formats927583
 -Ref: Math Definitions-Footnote-1928186
 -Node: MPFR features928291
 -Node: FP Math Caution930009
 -Ref: FP Math Caution-Footnote-1931081
 -Node: Inexactness of computations931450
 -Node: Inexact representation932410
 -Node: Comparing FP Values933770
 -Node: Errors accumulate935011
 -Node: Getting Accuracy936444
 -Node: Try To Round939154
 -Node: Setting precision940053
 -Ref: table-predefined-precision-strings940750
 -Node: Setting the rounding mode942580
 -Ref: table-gawk-rounding-modes942954
 -Ref: Setting the rounding mode-Footnote-1946885
 -Node: Arbitrary Precision Integers947064
 -Ref: Arbitrary Precision Integers-Footnote-1950239
 -Node: Checking for MPFR950388
 -Node: POSIX Floating Point Problems951862
 -Ref: POSIX Floating Point Problems-Footnote-1956147
 -Node: Floating point summary956185
 -Node: Dynamic Extensions958375
 -Node: Extension Intro959928
 -Node: Plugin License961194
 -Node: Extension Mechanism Outline961991
 -Ref: figure-load-extension962430
 -Ref: figure-register-new-function963995
 -Ref: figure-call-new-function965087
 -Node: Extension API Description967149
 -Node: Extension API Functions Introduction968791
 -Node: General Data Types974331
 -Ref: General Data Types-Footnote-1982692
 -Node: Memory Allocation Functions982991
 -Ref: Memory Allocation Functions-Footnote-1987201
 -Node: Constructor Functions987300
 -Node: Registration Functions990886
 -Node: Extension Functions991571
 -Node: Exit Callback Functions996786
 -Node: Extension Version String998036
 -Node: Input Parsers998699
 -Node: Output Wrappers1011420
 -Node: Two-way processors1015932
 -Node: Printing Messages1018197
 -Ref: Printing Messages-Footnote-11019368
 -Node: Updating ERRNO1019521
 -Node: Requesting Values1020260
 -Ref: table-value-types-returned1020997
 -Node: Accessing Parameters1021933
 -Node: Symbol Table Access1023168
 -Node: Symbol table by name1023680
 -Node: Symbol table by cookie1025469
 -Ref: Symbol table by cookie-Footnote-11029654
 -Node: Cached values1029718
 -Ref: Cached values-Footnote-11033254
 -Node: Array Manipulation1033407
 -Ref: Array Manipulation-Footnote-11034498
 -Node: Array Data Types1034535
 -Ref: Array Data Types-Footnote-11037193
 -Node: Array Functions1037285
 -Node: Flattening Arrays1041783
 -Node: Creating Arrays1048759
 -Node: Redirection API1053526
 -Node: Extension API Variables1056359
 -Node: Extension Versioning1057070
 -Ref: gawk-api-version1057499
 -Node: Extension GMP/MPFR Versioning1059230
 -Node: Extension API Informational Variables1060858
 -Node: Extension API Boilerplate1061931
 -Node: Changes from API V11065905
 -Node: Finding Extensions1067477
 -Node: Extension Example1068036
 -Node: Internal File Description1068834
 -Node: Internal File Ops1072914
 -Ref: Internal File Ops-Footnote-11084264
 -Node: Using Internal File Ops1084404
 -Ref: Using Internal File Ops-Footnote-11086787
 -Node: Extension Samples1087061
 -Node: Extension Sample File Functions1088590
 -Node: Extension Sample Fnmatch1096239
 -Node: Extension Sample Fork1097726
 -Node: Extension Sample Inplace1098944
 -Node: Extension Sample Ord1102161
 -Node: Extension Sample Readdir1102997
 -Ref: table-readdir-file-types1103886
 -Node: Extension Sample Revout1104691
 -Node: Extension Sample Rev2way1105280
 -Node: Extension Sample Read write array1106020
 -Node: Extension Sample Readfile1107962
 -Node: Extension Sample Time1109057
 -Node: Extension Sample API Tests1110405
 -Node: gawkextlib1110897
 -Node: Extension summary1113815
 -Node: Extension Exercises1117517
 -Node: Language History1119015
 -Node: V7/SVR3.11120671
 -Node: SVR41122823
 -Node: POSIX1124257
 -Node: BTL1125637
 -Node: POSIX/GNU1126366
 -Node: Feature History1132144
 -Node: Common Extensions1148003
 -Node: Ranges and Locales1149286
 -Ref: Ranges and Locales-Footnote-11153902
 -Ref: Ranges and Locales-Footnote-21153929
 -Ref: Ranges and Locales-Footnote-31154164
 -Node: Contributors1154385
 -Node: History summary1160330
 -Node: Installation1161710
 -Node: Gawk Distribution1162654
 -Node: Getting1163138
 -Node: Extracting1164101
 -Node: Distribution contents1165739
 -Node: Unix Installation1172219
 -Node: Quick Installation1172901
 -Node: Shell Startup Files1175315
 -Node: Additional Configuration Options1176404
 -Node: Configuration Philosophy1178697
 -Node: Non-Unix Installation1181066
 -Node: PC Installation1181526
 -Node: PC Binary Installation1182364
 -Node: PC Compiling1182799
 -Node: PC Using1183916
 -Node: Cygwin1187131
 -Node: MSYS1188230
 -Node: VMS Installation1188731
 -Node: VMS Compilation1189522
 -Ref: VMS Compilation-Footnote-11190751
 -Node: VMS Dynamic Extensions1190809
 -Node: VMS Installation Details1192494
 -Node: VMS Running1194747
 -Node: VMS GNV1199026
 -Node: VMS Old Gawk1199761
 -Node: Bugs1200232
 -Node: Bug address1200895
 -Node: Usenet1203877
 -Node: Maintainers1204881
 -Node: Other Versions1206142
 -Node: Installation summary1213056
 -Node: Notes1214258
 -Node: Compatibility Mode1215052
 -Node: Additions1215834
 -Node: Accessing The Source1216759
 -Node: Adding Code1218196
 -Node: New Ports1224415
 -Node: Derived Files1228903
 -Ref: Derived Files-Footnote-11234549
 -Ref: Derived Files-Footnote-21234584
 -Ref: Derived Files-Footnote-31235182
 -Node: Future Extensions1235296
 -Node: Implementation Limitations1235954
 -Node: Extension Design1237137
 -Node: Old Extension Problems1238281
 -Ref: Old Extension Problems-Footnote-11239799
 -Node: Extension New Mechanism Goals1239856
 -Ref: Extension New Mechanism Goals-Footnote-11243220
 -Node: Extension Other Design Decisions1243409
 -Node: Extension Future Growth1245522
 -Node: Notes summary1246358
 -Node: Basic Concepts1247533
 -Node: Basic High Level1248214
 -Ref: figure-general-flow1248496
 -Ref: figure-process-flow1249181
 -Ref: Basic High Level-Footnote-11252482
 -Node: Basic Data Typing1252667
 -Node: Glossary1255995
 -Node: Copying1287833
 -Node: GNU Free Documentation License1325376
 -Node: Index1350496
 +Ref: Auto-set-Footnote-1482763
 +Ref: Auto-set-Footnote-2482969
 +Node: ARGC and ARGV483025
 +Node: Pattern Action Summary487238
 +Node: Arrays489668
 +Node: Array Basics490997
 +Node: Array Intro491841
 +Ref: figure-array-elements493816
 +Ref: Array Intro-Footnote-1496520
 +Node: Reference to Elements496648
 +Node: Assigning Elements499112
 +Node: Array Example499603
 +Node: Scanning an Array501362
 +Node: Controlling Scanning504384
 +Ref: Controlling Scanning-Footnote-1509783
 +Node: Numeric Array Subscripts510099
 +Node: Uninitialized Subscripts512283
 +Node: Delete513902
 +Ref: Delete-Footnote-1516654
 +Node: Multidimensional516711
 +Node: Multiscanning519806
 +Node: Arrays of Arrays521397
 +Node: Arrays Summary526165
 +Node: Functions528258
 +Node: Built-in529296
 +Node: Calling Built-in530377
 +Node: Numeric Functions532373
 +Ref: Numeric Functions-Footnote-1536401
 +Ref: Numeric Functions-Footnote-2536758
 +Ref: Numeric Functions-Footnote-3536806
 +Node: String Functions537078
 +Ref: String Functions-Footnote-1560936
 +Ref: String Functions-Footnote-2561064
 +Ref: String Functions-Footnote-3561312
 +Node: Gory Details561399
 +Ref: table-sub-escapes563190
 +Ref: table-sub-proposed564709
 +Ref: table-posix-sub566072
 +Ref: table-gensub-escapes567613
 +Ref: Gory Details-Footnote-1568436
 +Node: I/O Functions568590
 +Ref: table-system-return-values575058
 +Ref: I/O Functions-Footnote-1577138
 +Ref: I/O Functions-Footnote-2577286
 +Node: Time Functions577406
 +Ref: Time Functions-Footnote-1588077
 +Ref: Time Functions-Footnote-2588145
 +Ref: Time Functions-Footnote-3588303
 +Ref: Time Functions-Footnote-4588414
 +Ref: Time Functions-Footnote-5588526
 +Ref: Time Functions-Footnote-6588753
 +Node: Bitwise Functions589019
 +Ref: table-bitwise-ops589613
 +Ref: Bitwise Functions-Footnote-1595676
 +Ref: Bitwise Functions-Footnote-2595849
 +Node: Type Functions596040
 +Node: I18N Functions598791
 +Node: User-defined600442
 +Node: Definition Syntax601247
 +Ref: Definition Syntax-Footnote-1606934
 +Node: Function Example607005
 +Ref: Function Example-Footnote-1609927
 +Node: Function Caveats609949
 +Node: Calling A Function610467
 +Node: Variable Scope611425
 +Node: Pass By Value/Reference614419
 +Node: Return Statement617918
 +Node: Dynamic Typing620897
 +Node: Indirect Calls621827
 +Ref: Indirect Calls-Footnote-1632079
 +Node: Functions Summary632207
 +Node: Library Functions634912
 +Ref: Library Functions-Footnote-1638519
 +Ref: Library Functions-Footnote-2638662
 +Node: Library Names638833
 +Ref: Library Names-Footnote-1642293
 +Ref: Library Names-Footnote-2642516
 +Node: General Functions642602
 +Node: Strtonum Function643705
 +Node: Assert Function646727
 +Node: Round Function650053
 +Node: Cliff Random Function651593
 +Node: Ordinal Functions652609
 +Ref: Ordinal Functions-Footnote-1655672
 +Ref: Ordinal Functions-Footnote-2655924
 +Node: Join Function656134
 +Ref: Join Function-Footnote-1657904
 +Node: Getlocaltime Function658104
 +Node: Readfile Function661846
 +Node: Shell Quoting663823
 +Node: Data File Management665224
 +Node: Filetrans Function665856
 +Node: Rewind Function669952
 +Node: File Checking671862
 +Ref: File Checking-Footnote-1673196
 +Node: Empty Files673397
 +Node: Ignoring Assigns675376
 +Node: Getopt Function676926
 +Ref: Getopt Function-Footnote-1688395
 +Node: Passwd Functions688595
 +Ref: Passwd Functions-Footnote-1697434
 +Node: Group Functions697522
 +Ref: Group Functions-Footnote-1705420
 +Node: Walking Arrays705627
 +Node: Library Functions Summary708635
 +Node: Library Exercises710041
 +Node: Sample Programs710506
 +Node: Running Examples711276
 +Node: Clones712004
 +Node: Cut Program713228
 +Node: Egrep Program723157
 +Ref: Egrep Program-Footnote-1730669
 +Node: Id Program730779
 +Node: Split Program734459
 +Ref: Split Program-Footnote-1737917
 +Node: Tee Program738046
 +Node: Uniq Program740836
 +Node: Wc Program748262
 +Ref: Wc Program-Footnote-1752517
 +Node: Miscellaneous Programs752611
 +Node: Dupword Program753824
 +Node: Alarm Program755854
 +Node: Translate Program760709
 +Ref: Translate Program-Footnote-1765274
 +Node: Labels Program765544
 +Ref: Labels Program-Footnote-1768895
 +Node: Word Sorting768979
 +Node: History Sorting773051
 +Node: Extract Program774886
 +Node: Simple Sed782940
 +Node: Igawk Program786014
 +Ref: Igawk Program-Footnote-1800345
 +Ref: Igawk Program-Footnote-2800547
 +Ref: Igawk Program-Footnote-3800669
 +Node: Anagram Program800784
 +Node: Signature Program803846
 +Node: Programs Summary805093
 +Node: Programs Exercises806307
 +Ref: Programs Exercises-Footnote-1810436
 +Node: Advanced Features810527
 +Node: Nondecimal Data812517
 +Node: Array Sorting814108
 +Node: Controlling Array Traversal814808
 +Ref: Controlling Array Traversal-Footnote-1823176
 +Node: Array Sorting Functions823294
 +Ref: Array Sorting Functions-Footnote-1828385
 +Node: Two-way I/O828581
 +Ref: Two-way I/O-Footnote-1836301
 +Ref: Two-way I/O-Footnote-2836488
 +Node: TCP/IP Networking836570
 +Node: Profiling839688
 +Node: Advanced Features Summary848693
 +Node: Internationalization850537
 +Node: I18N and L10N852017
 +Node: Explaining gettext852704
 +Ref: Explaining gettext-Footnote-1858596
 +Ref: Explaining gettext-Footnote-2858781
 +Node: Programmer i18n858946
 +Ref: Programmer i18n-Footnote-1863895
 +Node: Translator i18n863944
 +Node: String Extraction864738
 +Ref: String Extraction-Footnote-1865870
 +Node: Printf Ordering865956
 +Ref: Printf Ordering-Footnote-1868742
 +Node: I18N Portability868806
 +Ref: I18N Portability-Footnote-1871262
 +Node: I18N Example871325
 +Ref: I18N Example-Footnote-1874131
 +Node: Gawk I18N874204
 +Node: I18N Summary874849
 +Node: Debugger876190
- Node: Debugging877213
- Node: Debugging Concepts877654
- Node: Debugging Terms879463
- Node: Awk Debugging882038
- Node: Sample Debugging Session882944
- Node: Debugger Invocation883478
- Node: Finding The Bug884864
- Node: List of Debugger Commands891342
- Node: Breakpoint Control892675
- Node: Debugger Execution Control896369
- Node: Viewing And Changing Data899731
- Node: Execution Stack903105
- Node: Debugger Info904742
- Node: Miscellaneous Debugger Commands908813
- Node: Readline Support913875
- Node: Limitations914771
- Node: Debugging Summary916880
- Node: Arbitrary Precision Arithmetic918159
- Node: Computer Arithmetic919644
- Ref: table-numeric-ranges923410
- Ref: table-floating-point-ranges923903
- Ref: Computer Arithmetic-Footnote-1924561
- Node: Math Definitions924618
- Ref: table-ieee-formats927934
- Ref: Math Definitions-Footnote-1928537
- Node: MPFR features928642
- Node: FP Math Caution930360
- Ref: FP Math Caution-Footnote-1931432
- Node: Inexactness of computations931801
- Node: Inexact representation932761
- Node: Comparing FP Values934121
- Node: Errors accumulate935362
- Node: Getting Accuracy936795
- Node: Try To Round939505
- Node: Setting precision940404
- Ref: table-predefined-precision-strings941101
- Node: Setting the rounding mode942931
- Ref: table-gawk-rounding-modes943305
- Ref: Setting the rounding mode-Footnote-1947236
- Node: Arbitrary Precision Integers947415
- Ref: Arbitrary Precision Integers-Footnote-1950590
- Node: Checking for MPFR950739
- Node: POSIX Floating Point Problems952213
- Ref: POSIX Floating Point Problems-Footnote-1956498
- Node: Floating point summary956536
- Node: Dynamic Extensions958726
- Node: Extension Intro960279
- Node: Plugin License961545
- Node: Extension Mechanism Outline962342
- Ref: figure-load-extension962781
- Ref: figure-register-new-function964346
- Ref: figure-call-new-function965438
- Node: Extension API Description967500
- Node: Extension API Functions Introduction969142
- Node: General Data Types974682
- Ref: General Data Types-Footnote-1983043
- Node: Memory Allocation Functions983342
- Ref: Memory Allocation Functions-Footnote-1987552
- Node: Constructor Functions987651
- Node: Registration Functions991237
- Node: Extension Functions991922
- Node: Exit Callback Functions997137
- Node: Extension Version String998387
- Node: Input Parsers999050
- Node: Output Wrappers1011771
- Node: Two-way processors1016283
- Node: Printing Messages1018548
- Ref: Printing Messages-Footnote-11019719
- Node: Updating ERRNO1019872
- Node: Requesting Values1020611
- Ref: table-value-types-returned1021348
- Node: Accessing Parameters1022284
- Node: Symbol Table Access1023519
- Node: Symbol table by name1024031
- Node: Symbol table by cookie1025820
- Ref: Symbol table by cookie-Footnote-11030005
- Node: Cached values1030069
- Ref: Cached values-Footnote-11033605
- Node: Array Manipulation1033758
- Ref: Array Manipulation-Footnote-11034849
- Node: Array Data Types1034886
- Ref: Array Data Types-Footnote-11037544
- Node: Array Functions1037636
- Node: Flattening Arrays1042134
- Node: Creating Arrays1049110
- Node: Redirection API1053877
- Node: Extension API Variables1056710
- Node: Extension Versioning1057421
- Ref: gawk-api-version1057850
- Node: Extension GMP/MPFR Versioning1059581
- Node: Extension API Informational Variables1061209
- Node: Extension API Boilerplate1062282
- Node: Changes from API V11066256
- Node: Finding Extensions1067828
- Node: Extension Example1068387
- Node: Internal File Description1069185
- Node: Internal File Ops1073265
- Ref: Internal File Ops-Footnote-11084615
- Node: Using Internal File Ops1084755
- Ref: Using Internal File Ops-Footnote-11087138
- Node: Extension Samples1087412
- Node: Extension Sample File Functions1088941
- Node: Extension Sample Fnmatch1096590
- Node: Extension Sample Fork1098077
- Node: Extension Sample Inplace1099295
- Node: Extension Sample Ord1102512
- Node: Extension Sample Readdir1103348
- Ref: table-readdir-file-types1104237
- Node: Extension Sample Revout1105042
- Node: Extension Sample Rev2way1105631
- Node: Extension Sample Read write array1106371
- Node: Extension Sample Readfile1108313
- Node: Extension Sample Time1109408
- Node: Extension Sample API Tests1110756
- Node: gawkextlib1111248
- Node: Extension summary1114166
- Node: Extension Exercises1117868
- Node: Language History1119366
- Node: V7/SVR3.11121022
- Node: SVR41123174
- Node: POSIX1124608
- Node: BTL1125988
- Node: POSIX/GNU1126717
- Node: Feature History1132495
- Node: Common Extensions1148541
- Node: Ranges and Locales1149824
- Ref: Ranges and Locales-Footnote-11154440
- Ref: Ranges and Locales-Footnote-21154467
- Ref: Ranges and Locales-Footnote-31154702
- Node: Contributors1154923
- Node: History summary1160868
- Node: Installation1162248
- Node: Gawk Distribution1163192
- Node: Getting1163676
- Node: Extracting1164639
- Node: Distribution contents1166277
- Node: Unix Installation1172757
- Node: Quick Installation1173439
- Node: Shell Startup Files1175853
- Node: Additional Configuration Options1176942
- Node: Configuration Philosophy1179107
- Node: Non-Unix Installation1181476
- Node: PC Installation1181936
- Node: PC Binary Installation1182774
- Node: PC Compiling1183209
- Node: PC Using1184326
- Node: Cygwin1187879
- Node: MSYS1188978
- Node: VMS Installation1189479
- Node: VMS Compilation1190270
- Ref: VMS Compilation-Footnote-11191499
- Node: VMS Dynamic Extensions1191557
- Node: VMS Installation Details1193242
- Node: VMS Running1195495
- Node: VMS GNV1199774
- Node: VMS Old Gawk1200509
- Node: Bugs1200980
- Node: Bug address1201643
- Node: Usenet1204625
- Node: Maintainers1205629
- Node: Other Versions1206890
- Node: Installation summary1213804
- Node: Notes1215006
- Node: Compatibility Mode1215800
- Node: Additions1216582
- Node: Accessing The Source1217507
- Node: Adding Code1218944
- Node: New Ports1225163
- Node: Derived Files1229651
- Ref: Derived Files-Footnote-11235297
- Ref: Derived Files-Footnote-21235332
- Ref: Derived Files-Footnote-31235930
- Node: Future Extensions1236044
- Node: Implementation Limitations1236702
- Node: Extension Design1237885
- Node: Old Extension Problems1239029
- Ref: Old Extension Problems-Footnote-11240547
- Node: Extension New Mechanism Goals1240604
- Ref: Extension New Mechanism Goals-Footnote-11243968
- Node: Extension Other Design Decisions1244157
- Node: Extension Future Growth1246270
- Node: Notes summary1247106
- Node: Basic Concepts1248281
- Node: Basic High Level1248962
- Ref: figure-general-flow1249244
- Ref: figure-process-flow1249929
- Ref: Basic High Level-Footnote-11253230
- Node: Basic Data Typing1253415
- Node: Glossary1256743
- Node: Copying1288581
- Node: GNU Free Documentation License1326124
- Node: Index1351244
++Node: Debugging877210
++Node: Debugging Concepts877651
++Node: Debugging Terms879460
++Node: Awk Debugging882035
++Ref: Awk Debugging-Footnote-1882980
++Node: Sample Debugging Session883112
++Node: Debugger Invocation883646
++Node: Finding The Bug885032
++Node: List of Debugger Commands891506
++Node: Breakpoint Control892839
++Node: Debugger Execution Control896533
++Node: Viewing And Changing Data899895
++Node: Execution Stack903269
++Node: Debugger Info904906
++Node: Miscellaneous Debugger Commands908977
++Node: Readline Support914039
++Node: Limitations914935
++Node: Debugging Summary917044
++Node: Arbitrary Precision Arithmetic918323
++Node: Computer Arithmetic919808
++Ref: table-numeric-ranges923574
++Ref: table-floating-point-ranges924067
++Ref: Computer Arithmetic-Footnote-1924725
++Node: Math Definitions924782
++Ref: table-ieee-formats928098
++Ref: Math Definitions-Footnote-1928701
++Node: MPFR features928806
++Node: FP Math Caution930524
++Ref: FP Math Caution-Footnote-1931596
++Node: Inexactness of computations931965
++Node: Inexact representation932925
++Node: Comparing FP Values934285
++Node: Errors accumulate935526
++Node: Getting Accuracy936959
++Node: Try To Round939669
++Node: Setting precision940568
++Ref: table-predefined-precision-strings941265
++Node: Setting the rounding mode943095
++Ref: table-gawk-rounding-modes943469
++Ref: Setting the rounding mode-Footnote-1947400
++Node: Arbitrary Precision Integers947579
++Ref: Arbitrary Precision Integers-Footnote-1950754
++Node: Checking for MPFR950903
++Node: POSIX Floating Point Problems952377
++Ref: POSIX Floating Point Problems-Footnote-1956662
++Node: Floating point summary956700
++Node: Dynamic Extensions958890
++Node: Extension Intro960443
++Node: Plugin License961709
++Node: Extension Mechanism Outline962506
++Ref: figure-load-extension962945
++Ref: figure-register-new-function964510
++Ref: figure-call-new-function965602
++Node: Extension API Description967664
++Node: Extension API Functions Introduction969306
++Node: General Data Types974846
++Ref: General Data Types-Footnote-1983207
++Node: Memory Allocation Functions983506
++Ref: Memory Allocation Functions-Footnote-1987716
++Node: Constructor Functions987815
++Node: Registration Functions991401
++Node: Extension Functions992086
++Node: Exit Callback Functions997301
++Node: Extension Version String998551
++Node: Input Parsers999214
++Node: Output Wrappers1011935
++Node: Two-way processors1016447
++Node: Printing Messages1018712
++Ref: Printing Messages-Footnote-11019883
++Node: Updating ERRNO1020036
++Node: Requesting Values1020775
++Ref: table-value-types-returned1021512
++Node: Accessing Parameters1022448
++Node: Symbol Table Access1023683
++Node: Symbol table by name1024195
++Node: Symbol table by cookie1025984
++Ref: Symbol table by cookie-Footnote-11030169
++Node: Cached values1030233
++Ref: Cached values-Footnote-11033769
++Node: Array Manipulation1033922
++Ref: Array Manipulation-Footnote-11035013
++Node: Array Data Types1035050
++Ref: Array Data Types-Footnote-11037708
++Node: Array Functions1037800
++Node: Flattening Arrays1042298
++Node: Creating Arrays1049274
++Node: Redirection API1054041
++Node: Extension API Variables1056874
++Node: Extension Versioning1057585
++Ref: gawk-api-version1058014
++Node: Extension GMP/MPFR Versioning1059745
++Node: Extension API Informational Variables1061373
++Node: Extension API Boilerplate1062446
++Node: Changes from API V11066420
++Node: Finding Extensions1067992
++Node: Extension Example1068551
++Node: Internal File Description1069349
++Node: Internal File Ops1073429
++Ref: Internal File Ops-Footnote-11084779
++Node: Using Internal File Ops1084919
++Ref: Using Internal File Ops-Footnote-11087302
++Node: Extension Samples1087576
++Node: Extension Sample File Functions1089105
++Node: Extension Sample Fnmatch1096754
++Node: Extension Sample Fork1098241
++Node: Extension Sample Inplace1099459
++Node: Extension Sample Ord1102676
++Node: Extension Sample Readdir1103512
++Ref: table-readdir-file-types1104401
++Node: Extension Sample Revout1105206
++Node: Extension Sample Rev2way1105795
++Node: Extension Sample Read write array1106535
++Node: Extension Sample Readfile1108477
++Node: Extension Sample Time1109572
++Node: Extension Sample API Tests1110920
++Node: gawkextlib1111412
++Node: Extension summary1114330
++Node: Extension Exercises1118032
++Node: Language History1119530
++Node: V7/SVR3.11121186
++Node: SVR41123338
++Node: POSIX1124772
++Node: BTL1126152
++Node: POSIX/GNU1126881
++Node: Feature History1132659
++Node: Common Extensions1148705
++Node: Ranges and Locales1149988
++Ref: Ranges and Locales-Footnote-11154604
++Ref: Ranges and Locales-Footnote-21154631
++Ref: Ranges and Locales-Footnote-31154866
++Node: Contributors1155087
++Node: History summary1161032
++Node: Installation1162412
++Node: Gawk Distribution1163356
++Node: Getting1163840
++Node: Extracting1164803
++Node: Distribution contents1166441
++Node: Unix Installation1172921
++Node: Quick Installation1173603
++Node: Shell Startup Files1176017
++Node: Additional Configuration Options1177106
++Node: Configuration Philosophy1179271
++Node: Non-Unix Installation1181640
++Node: PC Installation1182100
++Node: PC Binary Installation1182938
++Node: PC Compiling1183373
++Node: PC Using1184490
++Node: Cygwin1188043
++Node: MSYS1189142
++Node: VMS Installation1189643
++Node: VMS Compilation1190434
++Ref: VMS Compilation-Footnote-11191663
++Node: VMS Dynamic Extensions1191721
++Node: VMS Installation Details1193406
++Node: VMS Running1195659
++Node: VMS GNV1199938
++Node: VMS Old Gawk1200673
++Node: Bugs1201144
++Node: Bug address1201807
++Node: Usenet1204789
++Node: Maintainers1205793
++Node: Other Versions1207054
++Node: Installation summary1213968
++Node: Notes1215170
++Node: Compatibility Mode1215964
++Node: Additions1216746
++Node: Accessing The Source1217671
++Node: Adding Code1219108
++Node: New Ports1225327
++Node: Derived Files1229815
++Ref: Derived Files-Footnote-11235461
++Ref: Derived Files-Footnote-21235496
++Ref: Derived Files-Footnote-31236094
++Node: Future Extensions1236208
++Node: Implementation Limitations1236866
++Node: Extension Design1238049
++Node: Old Extension Problems1239193
++Ref: Old Extension Problems-Footnote-11240711
++Node: Extension New Mechanism Goals1240768
++Ref: Extension New Mechanism Goals-Footnote-11244132
++Node: Extension Other Design Decisions1244321
++Node: Extension Future Growth1246434
++Node: Notes summary1247270
++Node: Basic Concepts1248445
++Node: Basic High Level1249126
++Ref: figure-general-flow1249408
++Ref: figure-process-flow1250093
++Ref: Basic High Level-Footnote-11253394
++Node: Basic Data Typing1253579
++Node: Glossary1256907
++Node: Copying1288745
++Node: GNU Free Documentation License1326288
++Node: Index1351408
  
  End Tag Table
diff --cc doc/it/ChangeLog
index e0a6836,662f285..7d492de
--- a/doc/it/ChangeLog
+++ b/doc/it/ChangeLog
@@@ -1,40 -1,7 +1,44 @@@
+ 2018-12-18         Antonio Giovanni Colombo   <address@hidden>
+ 
+       * gawk.1: Updated.
+ 
 +2018-09-07         Arnold D. Robbins     <address@hidden>
 +
 +      * gawktexi.in, gawk.1, texinfo.tex: Remove execute permission.
 +
 +2018-07-29         Antonio Giovanni Colombo   <address@hidden>
 +
 +      * gawktexi.in: Updates for NaN/Infinity and pty example
 +
 +2018-06-15         Antonio Giovanni Colombo   <address@hidden>
 +
 +      * gawktexi.in: Updates.
 +
 +2018-06-06         Antonio Giovanni Colombo   <address@hidden>
 +
 +      * gawktexi.in: Updates.
 +
 +2018-05-25         Antonio Giovanni Colombo   <address@hidden>
 +
 +      * gawktexi.in: Updates.
 +
 +2018-05-14         Antonio Giovanni Colombo   <address@hidden>
 +
 +      * gawktexi.in: Updates.
 +      * texinfo.tex: Updated to current version.
 +
 +2018-05-12         Antonio Giovanni Colombo   <address@hidden>
 +
 +      * gawktexi.in: Updates.
 +
 +2018-03-30         Antonio Giovanni Colombo   <address@hidden>
 +
 +      * gawktexi.in: Updates.
 +
 +2018-03-11         Antonio Giovanni Colombo   <address@hidden>
 +
 +      * gawktexi.in: Updates modified month.
 +
  2018-02-25         Arnold D. Robbins     <address@hidden>
  
        * 4.2.1: Release tar ball made.
diff --cc doc/it/gawk.1
index b1ab35a,bcc0c59..bcc0c59
mode 100644,100755..100644
--- a/doc/it/gawk.1
+++ b/doc/it/gawk.1

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

Summary of changes:
 doc/ChangeLog    |   8 +
 doc/gawk.info    | 441 +++++++++++++++++++++++++----------------------
 doc/gawk.texi    |  46 ++++-
 doc/gawktexi.in  |  46 ++++-
 doc/it/ChangeLog |   4 +
 doc/it/gawk.1    | 108 ++++++++----
 po/ChangeLog     |   4 +
 po/it.po         | 508 ++++++++++++++++++++++++++++---------------------------
 8 files changed, 656 insertions(+), 509 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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