~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Arnold D. Robbins
  • Date: 2016-10-25 18:41:43 UTC
  • mfrom: (408.26.86)
  • mto: This revision was merged to the branch mainline in revision 730.
  • Revision ID: git-v1:a6852e4b9f87885fb2ee1285f18343b4bdbc91e3
Merge branch 'master' into feature/typed-regex

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2016-10-25         Arnold D. Robbins     <arnold@skeeve.com>
 
2
 
 
3
        Disallow negative arguments to the bitwise functions.
 
4
 
 
5
        * NEWS: Document this.
 
6
        * builtin.c (do_lshift, do_rshift, do_and, do_or, do_xor, do_compl):
 
7
        Make negative arguments a fatal error.
 
8
        * mpfr.c (do_mpfr_compl, get_intval): Ditto.
 
9
 
1
10
2016-10-23         Arnold D. Robbins     <arnold@skeeve.com>
2
11
 
3
12
        * General: Remove trailing whitespace from all relevant files.