~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Arnold D. Robbins
  • Date: 2019-04-07 18:43:38 UTC
  • Revision ID: git-v1:8ae4556cd755b7902afba7ab89313d5aa8801173
Single-byte locales use locale settings for ignoring case.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
 
45
45
        gawk -e 'BEGIN {' -e 'print "hello" }'
46
46
 
47
 
12. A number of bugs, some of them quite significant, have been fixed.
 
47
12. Gawk now uses the locale settings for ignoring case in single byte
 
48
    locales, instead of hardwiring in Latin-1.
 
49
 
 
50
13. A number of bugs, some of them quite significant, have been fixed.
48
51
    See the ChangeLog for details.