~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Arnold D. Robbins
  • Date: 2019-10-13 18:29:16 UTC
  • Revision ID: git-v1:71f74c483838db2e18a7756469aa8c7edc76c33f
Fix assigning typed regex to FS and RS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2019-10-13         Arnold D. Robbins     <arnold@skeeve.com>
 
2
 
 
3
        Fix handling of assigning @/.../ to FS and RS. Thanks
 
4
        to Stephane Chazelas <stephane.chazelas@gmail.com>
 
5
        for the report.
 
6
 
 
7
        * field.c (set_FS): Check for REGEX in the flags.
 
8
        * io.c (set_RS): Ditto.
 
9
 
1
10
2019-10-04         Arnold D. Robbins     <arnold@skeeve.com>
2
11
 
3
12
        * config.guess, config.sub, install-sh: Updated from GNULIB.