gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, feature/dev-5.0, updated. gawk-4.1.0-283


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, feature/dev-5.0, updated. gawk-4.1.0-2831-gfcbfa70
Date: Thu, 19 Oct 2017 14:41:09 -0400 (EDT)

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, feature/dev-5.0 has been updated
       via  fcbfa70fc1b8d84f27ede1b95271fd489f02d27c (commit)
       via  acab04b6519db09c614cd833938b1f693f288096 (commit)
       via  8824630bc89a8cfe5dbe734f5dc0e99faf6cccbb (commit)
       via  9842a449bf7612c763790c34be7eef39774f63be (commit)
       via  224aa5e7c6c06b99cb7402d7135ee4f926d42acd (commit)
       via  518dcf7c0412adc97b86e14ce87e4841e3624e37 (commit)
       via  17bc0dd5d9ae05d6e9cd1536277fbc4689183a95 (commit)
       via  4f111c357fb2b398aa59926930d807ad56006638 (commit)
      from  a6ebb5697f02034ca5865940f43e016a730570df (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=fcbfa70fc1b8d84f27ede1b95271fd489f02d27c

commit fcbfa70fc1b8d84f27ede1b95271fd489f02d27c
Merge: 8824630 acab04b
Author: Arnold D. Robbins <address@hidden>
Date:   Thu Oct 19 21:41:00 2017 +0300

    Merge branch 'master' into feature/dev-5.0

diff --cc missing_d/ChangeLog
index c8368e1,56325e5..f430027
--- a/missing_d/ChangeLog
+++ b/missing_d/ChangeLog
@@@ -1,7 -1,7 +1,11 @@@
+ 2017-10-19         Arnold D. Robbins     <address@hidden>
+ 
+       * 4.2.0: Release tar ball made.
+ 
 +2017-10-13         Arnold D. Robbins     <address@hidden>
 +
 +      * gawkbool.h: Removed.
 +
  2017-10-08         Arnold D. Robbins     <address@hidden>
  
        * strncasecmp.c: Fix FSF's address.

http://git.sv.gnu.org/cgit/gawk.git/commit/?id=8824630bc89a8cfe5dbe734f5dc0e99faf6cccbb

commit 8824630bc89a8cfe5dbe734f5dc0e99faf6cccbb
Merge: a6ebb56 9842a44
Author: Arnold D. Robbins <address@hidden>
Date:   Tue Oct 17 21:44:06 2017 +0300

    Merge branch 'master' into feature/dev-5.0

diff --cc doc/gawk.info
index 18cc047,243bd86..f2b5a11
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@@ -36146,313 -36148,313 +36140,313 @@@ Ref: table-bitwise-ops58390
  Ref: Bitwise Functions-Footnote-1589936
  Ref: Bitwise Functions-Footnote-2590109
  Node: Type Functions590300
- Node: I18N Functions593217
- Node: User-defined594868
- Node: Definition Syntax595673
- Ref: Definition Syntax-Footnote-1601360
- Node: Function Example601431
- Ref: Function Example-Footnote-1604353
- Node: Function Caveats604375
- Node: Calling A Function604893
- Node: Variable Scope605851
- Node: Pass By Value/Reference608845
- Node: Return Statement612344
- Node: Dynamic Typing615323
- Node: Indirect Calls616253
- Ref: Indirect Calls-Footnote-1626505
- Node: Functions Summary626633
- Node: Library Functions629338
- Ref: Library Functions-Footnote-1632945
- Ref: Library Functions-Footnote-2633088
- Node: Library Names633259
- Ref: Library Names-Footnote-1636719
- Ref: Library Names-Footnote-2636942
- Node: General Functions637028
- Node: Strtonum Function638131
- Node: Assert Function641153
- Node: Round Function644479
- Node: Cliff Random Function646020
- Node: Ordinal Functions647036
- Ref: Ordinal Functions-Footnote-1650099
- Ref: Ordinal Functions-Footnote-2650351
- Node: Join Function650561
- Ref: Join Function-Footnote-1652331
- Node: Getlocaltime Function652531
- Node: Readfile Function656273
- Node: Shell Quoting658250
- Node: Data File Management659651
- Node: Filetrans Function660283
- Node: Rewind Function664379
- Node: File Checking666289
- Ref: File Checking-Footnote-1667623
- Node: Empty Files667824
- Node: Ignoring Assigns669803
- Node: Getopt Function671353
- Ref: Getopt Function-Footnote-1682822
- Node: Passwd Functions683022
- Ref: Passwd Functions-Footnote-1691861
- Node: Group Functions691949
- Ref: Group Functions-Footnote-1699847
- Node: Walking Arrays700054
- Node: Library Functions Summary703062
- Node: Library Exercises704468
- Node: Sample Programs704933
- Node: Running Examples705703
- Node: Clones706431
- Node: Cut Program707655
- Node: Egrep Program717584
- Ref: Egrep Program-Footnote-1725096
- Node: Id Program725206
- Node: Split Program728886
- Ref: Split Program-Footnote-1732345
- Node: Tee Program732474
- Node: Uniq Program735264
- Node: Wc Program742690
- Ref: Wc Program-Footnote-1746945
- Node: Miscellaneous Programs747039
- Node: Dupword Program748252
- Node: Alarm Program750282
- Node: Translate Program755137
- Ref: Translate Program-Footnote-1759702
- Node: Labels Program759972
- Ref: Labels Program-Footnote-1763323
- Node: Word Sorting763407
- Node: History Sorting767479
- Node: Extract Program769314
- Node: Simple Sed776844
- Node: Igawk Program779918
- Ref: Igawk Program-Footnote-1794249
- Ref: Igawk Program-Footnote-2794451
- Ref: Igawk Program-Footnote-3794573
- Node: Anagram Program794688
- Node: Signature Program797750
- Node: Programs Summary798997
- Node: Programs Exercises800211
- Ref: Programs Exercises-Footnote-1804340
- Node: Advanced Features804431
- Node: Nondecimal Data806421
- Node: Array Sorting808012
- Node: Controlling Array Traversal808712
- Ref: Controlling Array Traversal-Footnote-1817079
- Node: Array Sorting Functions817197
- Ref: Array Sorting Functions-Footnote-1822288
- Node: Two-way I/O822484
- Ref: Two-way I/O-Footnote-1829036
- Ref: Two-way I/O-Footnote-2829223
- Node: TCP/IP Networking829305
- Node: Profiling832423
- Ref: Profiling-Footnote-1841095
- Node: Advanced Features Summary841418
- Node: Internationalization843262
- Node: I18N and L10N844742
- Node: Explaining gettext845429
- Ref: Explaining gettext-Footnote-1851321
- Ref: Explaining gettext-Footnote-2851506
- Node: Programmer i18n851671
- Ref: Programmer i18n-Footnote-1856620
- Node: Translator i18n856669
- Node: String Extraction857463
- Ref: String Extraction-Footnote-1858595
- Node: Printf Ordering858681
- Ref: Printf Ordering-Footnote-1861467
- Node: I18N Portability861531
- Ref: I18N Portability-Footnote-1863987
- Node: I18N Example864050
- Ref: I18N Example-Footnote-1866856
- Node: Gawk I18N866929
- Node: I18N Summary867574
- Node: Debugger868915
- Node: Debugging869938
- Node: Debugging Concepts870379
- Node: Debugging Terms872188
- Node: Awk Debugging874763
- Node: Sample Debugging Session875669
- Node: Debugger Invocation876203
- Node: Finding The Bug877589
- Node: List of Debugger Commands884067
- Node: Breakpoint Control885400
- Node: Debugger Execution Control889094
- Node: Viewing And Changing Data892456
- Node: Execution Stack895830
- Node: Debugger Info897467
- Node: Miscellaneous Debugger Commands901538
- Node: Readline Support906626
- Node: Limitations907522
- Node: Debugging Summary909631
- Node: Arbitrary Precision Arithmetic910910
- Node: Computer Arithmetic912395
- Ref: table-numeric-ranges915986
- Ref: Computer Arithmetic-Footnote-1916708
- Node: Math Definitions916765
- Ref: table-ieee-formats920081
- Ref: Math Definitions-Footnote-1920684
- Node: MPFR features920789
- Node: FP Math Caution922507
- Ref: FP Math Caution-Footnote-1923579
- Node: Inexactness of computations923948
- Node: Inexact representation924908
- Node: Comparing FP Values926268
- Node: Errors accumulate927350
- Node: Getting Accuracy928783
- Node: Try To Round931493
- Node: Setting precision932392
- Ref: table-predefined-precision-strings933089
- Node: Setting the rounding mode934919
- Ref: table-gawk-rounding-modes935293
- Ref: Setting the rounding mode-Footnote-1938701
- Node: Arbitrary Precision Integers938880
- Ref: Arbitrary Precision Integers-Footnote-1942055
- Node: Checking for MPFR942204
- Node: POSIX Floating Point Problems943501
- Ref: POSIX Floating Point Problems-Footnote-1947372
- Node: Floating point summary947410
- Node: Dynamic Extensions949600
- Node: Extension Intro951153
- Node: Plugin License952419
- Node: Extension Mechanism Outline953216
- Ref: figure-load-extension953655
- Ref: figure-register-new-function955220
- Ref: figure-call-new-function956312
- Node: Extension API Description958374
- Node: Extension API Functions Introduction960016
- Node: General Data Types965556
- Ref: General Data Types-Footnote-1973677
- Node: Memory Allocation Functions973976
- Ref: Memory Allocation Functions-Footnote-1978184
- Node: Constructor Functions978283
- Node: Registration Functions981869
- Node: Extension Functions982554
- Node: Exit Callback Functions987769
- Node: Extension Version String989019
- Node: Input Parsers989682
- Node: Output Wrappers1002403
- Node: Two-way processors1006915
- Node: Printing Messages1009180
- Ref: Printing Messages-Footnote-11010351
- Node: Updating ERRNO1010504
- Node: Requesting Values1011243
- Ref: table-value-types-returned1011980
- Node: Accessing Parameters1012916
- Node: Symbol Table Access1014151
- Node: Symbol table by name1014663
- Node: Symbol table by cookie1016452
- Ref: Symbol table by cookie-Footnote-11020637
- Node: Cached values1020701
- Ref: Cached values-Footnote-11024237
- Node: Array Manipulation1024390
- Ref: Array Manipulation-Footnote-11025481
- Node: Array Data Types1025518
- Ref: Array Data Types-Footnote-11028176
- Node: Array Functions1028268
- Node: Flattening Arrays1032766
- Node: Creating Arrays1039742
- Node: Redirection API1044511
- Node: Extension API Variables1047344
- Node: Extension Versioning1048055
- Ref: gawk-api-version1048484
- Node: Extension GMP/MPFR Versioning1050212
- Node: Extension API Informational Variables1051840
- Node: Extension API Boilerplate1052913
- Node: Changes from API V11056887
- Node: Finding Extensions1057547
- Node: Extension Example1058106
- Node: Internal File Description1058904
- Node: Internal File Ops1062984
- Ref: Internal File Ops-Footnote-11074384
- Node: Using Internal File Ops1074524
- Ref: Using Internal File Ops-Footnote-11076907
- Node: Extension Samples1077181
- Node: Extension Sample File Functions1078710
- Node: Extension Sample Fnmatch1086359
- Node: Extension Sample Fork1087846
- Node: Extension Sample Inplace1089064
- Node: Extension Sample Ord1092281
- Node: Extension Sample Readdir1093117
- Ref: table-readdir-file-types1094006
- Node: Extension Sample Revout1094811
- Node: Extension Sample Rev2way1095400
- Node: Extension Sample Read write array1096140
- Node: Extension Sample Readfile1098082
- Node: Extension Sample Time1099177
- Node: Extension Sample API Tests1100525
- Node: gawkextlib1101017
- Node: Extension summary1103473
- Node: Extension Exercises1107175
- Node: Language History1108673
- Node: V7/SVR3.11110329
- Node: SVR41112481
- Node: POSIX1113915
- Node: BTL1115295
- Node: POSIX/GNU1116024
- Node: Feature History1121802
- Node: Common Extensions1137661
- Node: Ranges and Locales1138944
- Ref: Ranges and Locales-Footnote-11143560
- Ref: Ranges and Locales-Footnote-21143587
- Ref: Ranges and Locales-Footnote-31143822
- Node: Contributors1144043
- Node: History summary1149988
- Node: Installation1151368
- Node: Gawk Distribution1152312
- Node: Getting1152796
- Node: Extracting1153759
- Node: Distribution contents1155397
- Node: Unix Installation1161877
- Node: Quick Installation1162559
- Node: Shell Startup Files1164973
- Node: Additional Configuration Options1166062
- Node: Configuration Philosophy1167923
- Node: Non-Unix Installation1170292
- Node: PC Installation1170752
- Node: PC Binary Installation1171590
- Node: PC Compiling1172025
- Node: PC Using1173142
- Node: Cygwin1176187
- Node: MSYS1176957
- Node: VMS Installation1177458
- Node: VMS Compilation1178249
- Ref: VMS Compilation-Footnote-11179478
- Node: VMS Dynamic Extensions1179536
- Node: VMS Installation Details1181221
- Node: VMS Running1183474
- Node: VMS GNV1187753
- Node: VMS Old Gawk1188488
- Node: Bugs1188959
- Node: Bug address1189622
- Node: Usenet1192414
- Node: Maintainers1193191
- Node: Other Versions1194452
- Node: Installation summary1201247
- Node: Notes1202449
- Node: Compatibility Mode1203314
- Node: Additions1204096
- Node: Accessing The Source1205021
- Node: Adding Code1206458
- Node: New Ports1212677
- Node: Derived Files1217165
- Ref: Derived Files-Footnote-11222811
- Ref: Derived Files-Footnote-21222846
- Ref: Derived Files-Footnote-31223444
- Node: Future Extensions1223558
- Node: Implementation Limitations1224216
- Node: Extension Design1225399
- Node: Old Extension Problems1226553
- Ref: Old Extension Problems-Footnote-11228071
- Node: Extension New Mechanism Goals1228128
- Ref: Extension New Mechanism Goals-Footnote-11231492
- Node: Extension Other Design Decisions1231681
- Node: Extension Future Growth1233794
- Node: Old Extension Mechanism1234630
- Node: Notes summary1236393
- Node: Basic Concepts1237575
- Node: Basic High Level1238256
- Ref: figure-general-flow1238538
- Ref: figure-process-flow1239223
- Ref: Basic High Level-Footnote-11242524
- Node: Basic Data Typing1242709
- Node: Glossary1246037
- Node: Copying1277987
- Node: GNU Free Documentation License1315526
- Node: Index1340644
+ Node: I18N Functions593051
+ Node: User-defined594702
+ Node: Definition Syntax595507
+ Ref: Definition Syntax-Footnote-1601194
+ Node: Function Example601265
+ Ref: Function Example-Footnote-1604187
+ Node: Function Caveats604209
+ Node: Calling A Function604727
+ Node: Variable Scope605685
+ Node: Pass By Value/Reference608679
+ Node: Return Statement612178
+ Node: Dynamic Typing615157
+ Node: Indirect Calls616087
+ Ref: Indirect Calls-Footnote-1626339
+ Node: Functions Summary626467
+ Node: Library Functions629172
+ Ref: Library Functions-Footnote-1632779
+ Ref: Library Functions-Footnote-2632922
+ Node: Library Names633093
+ Ref: Library Names-Footnote-1636553
+ Ref: Library Names-Footnote-2636776
+ Node: General Functions636862
+ Node: Strtonum Function637965
+ Node: Assert Function640987
+ Node: Round Function644313
+ Node: Cliff Random Function645854
+ Node: Ordinal Functions646870
+ Ref: Ordinal Functions-Footnote-1649933
+ Ref: Ordinal Functions-Footnote-2650185
+ Node: Join Function650395
+ Ref: Join Function-Footnote-1652165
+ Node: Getlocaltime Function652365
+ Node: Readfile Function656107
+ Node: Shell Quoting658084
+ Node: Data File Management659485
+ Node: Filetrans Function660117
+ Node: Rewind Function664213
+ Node: File Checking666123
+ Ref: File Checking-Footnote-1667457
+ Node: Empty Files667658
+ Node: Ignoring Assigns669637
+ Node: Getopt Function671187
+ Ref: Getopt Function-Footnote-1682656
+ Node: Passwd Functions682856
+ Ref: Passwd Functions-Footnote-1691695
+ Node: Group Functions691783
+ Ref: Group Functions-Footnote-1699681
+ Node: Walking Arrays699888
+ Node: Library Functions Summary702896
+ Node: Library Exercises704302
+ Node: Sample Programs704767
+ Node: Running Examples705537
+ Node: Clones706265
+ Node: Cut Program707489
+ Node: Egrep Program717418
+ Ref: Egrep Program-Footnote-1724930
+ Node: Id Program725040
+ Node: Split Program728720
+ Ref: Split Program-Footnote-1732179
+ Node: Tee Program732308
+ Node: Uniq Program735098
+ Node: Wc Program742524
+ Ref: Wc Program-Footnote-1746779
+ Node: Miscellaneous Programs746873
+ Node: Dupword Program748086
+ Node: Alarm Program750116
+ Node: Translate Program754971
+ Ref: Translate Program-Footnote-1759536
+ Node: Labels Program759806
+ Ref: Labels Program-Footnote-1763157
+ Node: Word Sorting763241
+ Node: History Sorting767313
+ Node: Extract Program769148
+ Node: Simple Sed776678
+ Node: Igawk Program779752
+ Ref: Igawk Program-Footnote-1794083
+ Ref: Igawk Program-Footnote-2794285
+ Ref: Igawk Program-Footnote-3794407
+ Node: Anagram Program794522
+ Node: Signature Program797584
+ Node: Programs Summary798831
+ Node: Programs Exercises800045
+ Ref: Programs Exercises-Footnote-1804174
+ Node: Advanced Features804265
+ Node: Nondecimal Data806255
+ Node: Array Sorting807846
+ Node: Controlling Array Traversal808546
+ Ref: Controlling Array Traversal-Footnote-1816913
+ Node: Array Sorting Functions817031
+ Ref: Array Sorting Functions-Footnote-1822122
+ Node: Two-way I/O822318
+ Ref: Two-way I/O-Footnote-1828870
+ Ref: Two-way I/O-Footnote-2829057
+ Node: TCP/IP Networking829139
+ Node: Profiling832257
+ Ref: Profiling-Footnote-1840929
+ Node: Advanced Features Summary841252
+ Node: Internationalization843096
+ Node: I18N and L10N844576
+ Node: Explaining gettext845263
+ Ref: Explaining gettext-Footnote-1851155
+ Ref: Explaining gettext-Footnote-2851340
+ Node: Programmer i18n851505
+ Ref: Programmer i18n-Footnote-1856454
+ Node: Translator i18n856503
+ Node: String Extraction857297
+ Ref: String Extraction-Footnote-1858429
+ Node: Printf Ordering858515
+ Ref: Printf Ordering-Footnote-1861301
+ Node: I18N Portability861365
+ Ref: I18N Portability-Footnote-1863821
+ Node: I18N Example863884
+ Ref: I18N Example-Footnote-1866690
+ Node: Gawk I18N866763
+ Node: I18N Summary867408
+ Node: Debugger868749
+ Node: Debugging869772
+ Node: Debugging Concepts870213
+ Node: Debugging Terms872022
+ Node: Awk Debugging874597
+ Node: Sample Debugging Session875503
+ Node: Debugger Invocation876037
+ Node: Finding The Bug877423
+ Node: List of Debugger Commands883901
+ Node: Breakpoint Control885234
+ Node: Debugger Execution Control888928
+ Node: Viewing And Changing Data892290
+ Node: Execution Stack895664
+ Node: Debugger Info897301
+ Node: Miscellaneous Debugger Commands901372
+ Node: Readline Support906460
+ Node: Limitations907356
+ Node: Debugging Summary909465
+ Node: Arbitrary Precision Arithmetic910744
+ Node: Computer Arithmetic912229
+ Ref: table-numeric-ranges915820
+ Ref: Computer Arithmetic-Footnote-1916542
+ Node: Math Definitions916599
+ Ref: table-ieee-formats919915
+ Ref: Math Definitions-Footnote-1920518
+ Node: MPFR features920623
+ Node: FP Math Caution922341
+ Ref: FP Math Caution-Footnote-1923413
+ Node: Inexactness of computations923782
+ Node: Inexact representation924742
+ Node: Comparing FP Values926102
+ Node: Errors accumulate927184
+ Node: Getting Accuracy928617
+ Node: Try To Round931327
+ Node: Setting precision932226
+ Ref: table-predefined-precision-strings932923
+ Node: Setting the rounding mode934753
+ Ref: table-gawk-rounding-modes935127
+ Ref: Setting the rounding mode-Footnote-1938535
+ Node: Arbitrary Precision Integers938714
+ Ref: Arbitrary Precision Integers-Footnote-1941889
+ Node: Checking for MPFR942038
+ Node: POSIX Floating Point Problems943335
+ Ref: POSIX Floating Point Problems-Footnote-1947206
+ Node: Floating point summary947244
+ Node: Dynamic Extensions949434
+ Node: Extension Intro950987
+ Node: Plugin License952253
+ Node: Extension Mechanism Outline953050
+ Ref: figure-load-extension953489
+ Ref: figure-register-new-function955054
+ Ref: figure-call-new-function956146
+ Node: Extension API Description958208
+ Node: Extension API Functions Introduction959850
+ Node: General Data Types965390
+ Ref: General Data Types-Footnote-1973511
+ Node: Memory Allocation Functions973810
+ Ref: Memory Allocation Functions-Footnote-1978018
+ Node: Constructor Functions978117
+ Node: Registration Functions981703
+ Node: Extension Functions982388
+ Node: Exit Callback Functions987603
+ Node: Extension Version String988853
+ Node: Input Parsers989516
+ Node: Output Wrappers1002237
+ Node: Two-way processors1006749
+ Node: Printing Messages1009014
+ Ref: Printing Messages-Footnote-11010185
+ Node: Updating ERRNO1010338
+ Node: Requesting Values1011077
+ Ref: table-value-types-returned1011814
+ Node: Accessing Parameters1012750
+ Node: Symbol Table Access1013985
+ Node: Symbol table by name1014497
+ Node: Symbol table by cookie1016286
+ Ref: Symbol table by cookie-Footnote-11020471
+ Node: Cached values1020535
+ Ref: Cached values-Footnote-11024071
+ Node: Array Manipulation1024224
+ Ref: Array Manipulation-Footnote-11025315
+ Node: Array Data Types1025352
+ Ref: Array Data Types-Footnote-11028010
+ Node: Array Functions1028102
+ Node: Flattening Arrays1032600
+ Node: Creating Arrays1039576
+ Node: Redirection API1044345
+ Node: Extension API Variables1047178
+ Node: Extension Versioning1047889
+ Ref: gawk-api-version1048318
+ Node: Extension GMP/MPFR Versioning1050046
+ Node: Extension API Informational Variables1051674
+ Node: Extension API Boilerplate1052747
+ Node: Changes from API V11056721
+ Node: Finding Extensions1057381
+ Node: Extension Example1057940
+ Node: Internal File Description1058738
+ Node: Internal File Ops1062818
+ Ref: Internal File Ops-Footnote-11074218
+ Node: Using Internal File Ops1074358
+ Ref: Using Internal File Ops-Footnote-11076741
+ Node: Extension Samples1077015
+ Node: Extension Sample File Functions1078544
+ Node: Extension Sample Fnmatch1086193
+ Node: Extension Sample Fork1087680
+ Node: Extension Sample Inplace1088898
+ Node: Extension Sample Ord1092115
+ Node: Extension Sample Readdir1092951
+ Ref: table-readdir-file-types1093840
+ Node: Extension Sample Revout1094645
+ Node: Extension Sample Rev2way1095234
+ Node: Extension Sample Read write array1095974
+ Node: Extension Sample Readfile1097916
+ Node: Extension Sample Time1099011
+ Node: Extension Sample API Tests1100359
+ Node: gawkextlib1100851
+ Node: Extension summary1103307
+ Node: Extension Exercises1107009
+ Node: Language History1108507
+ Node: V7/SVR3.11110163
+ Node: SVR41112315
+ Node: POSIX1113749
+ Node: BTL1115129
+ Node: POSIX/GNU1115858
+ Node: Feature History1121636
+ Node: Common Extensions1137495
+ Node: Ranges and Locales1138778
+ Ref: Ranges and Locales-Footnote-11143394
+ Ref: Ranges and Locales-Footnote-21143421
+ Ref: Ranges and Locales-Footnote-31143656
+ Node: Contributors1143877
+ Node: History summary1149822
+ Node: Installation1151202
+ Node: Gawk Distribution1152146
+ Node: Getting1152630
+ Node: Extracting1153593
+ Node: Distribution contents1155231
+ 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

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

Summary of changes:
 ChangeLog                     |   9 +
 NEWS                          |   3 +-
 README_d/ChangeLog            |   4 +
 awklib/ChangeLog              |   4 +
 builtin.c                     |   6 -
 cmake/ChangeLog               |   4 +
 configure                     |  20 +-
 configure.ac                  |   2 +-
 doc/ChangeLog                 |  18 ++
 doc/awkcard.in                |   1 -
 doc/gawk.1                    |   1 -
 doc/gawk.info                 | 712 +++++++++++++++++++++---------------------
 doc/gawk.texi                 |  14 +-
 doc/gawktexi.in               |  14 +-
 doc/it/ChangeLog              |  13 +
 doc/it/gawktexi.in            |  13 +-
 extension/ChangeLog           |   4 +
 extension/build-aux/ChangeLog |   4 +
 extension/m4/ChangeLog        |   4 +
 extras/ChangeLog              |   4 +
 helpers/ChangeLog             |   4 +
 m4/ChangeLog                  |   4 +
 missing_d/ChangeLog           |   4 +
 old-extension/ChangeLog       |   4 +
 pc/ChangeLog                  |   4 +
 pc/config.h                   |   6 +-
 po/ChangeLog                  |   4 +
 po/ca.gmo                     | Bin 77799 -> 77799 bytes
 po/ca.po                      | 390 ++++++++++++-----------
 po/da.gmo                     | Bin 47570 -> 47570 bytes
 po/da.po                      | 390 ++++++++++++-----------
 po/de.gmo                     | Bin 88259 -> 88133 bytes
 po/de.po                      | 393 ++++++++++++-----------
 po/es.gmo                     | Bin 41918 -> 41918 bytes
 po/es.po                      | 390 ++++++++++++-----------
 po/fi.gmo                     | Bin 85271 -> 85271 bytes
 po/fi.po                      | 390 ++++++++++++-----------
 po/fr.gmo                     | Bin 88553 -> 88436 bytes
 po/fr.po                      | 393 ++++++++++++-----------
 po/gawk.pot                   | 392 ++++++++++++-----------
 po/id.gmo                     | Bin 71064 -> 71064 bytes
 po/id.po                      | 390 ++++++++++++-----------
 po/it.gmo                     | Bin 84432 -> 84306 bytes
 po/it.po                      | 393 ++++++++++++-----------
 po/ja.gmo                     | Bin 48204 -> 48204 bytes
 po/ja.po                      | 390 ++++++++++++-----------
 po/ms.gmo                     | Bin 1082 -> 1082 bytes
 po/ms.po                      | 390 ++++++++++++-----------
 po/nl.gmo                     | Bin 75617 -> 75617 bytes
 po/nl.po                      | 390 ++++++++++++-----------
 po/pl.gmo                     | Bin 63078 -> 63078 bytes
 po/pl.po                      | 390 ++++++++++++-----------
 po/pt_BR.gmo                  | Bin 84907 -> 84792 bytes
 po/pt_BR.po                   | 393 ++++++++++++-----------
 po/sv.gmo                     | Bin 83958 -> 83833 bytes
 po/sv.po                      | 393 ++++++++++++-----------
 po/vi.gmo                     | Bin 95837 -> 95707 bytes
 po/vi.po                      | 393 ++++++++++++-----------
 po/zh_CN.gmo                  | Bin 79110 -> 78992 bytes
 po/zh_CN.po                   | 393 ++++++++++++-----------
 posix/ChangeLog               |   4 +
 support/ChangeLog             |   4 +
 test/ChangeLog                |  12 +
 test/forcenum.awk             |  17 +-
 test/forcenum.ok              |   2 +
 vms/ChangeLog                 |  12 +-
 vms/vax/ChangeLog             |   4 +
 67 files changed, 3825 insertions(+), 3767 deletions(-)
 mode change 100755 => 100644 doc/it/gawktexi.in


hooks/post-receive
-- 
gawk



reply via email to

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