~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Arnold D. Robbins
  • Date: 2016-08-03 18:23:22 UTC
  • mto: (408.31.2)
  • mto: This revision was merged to the branch mainline in revision 687.
  • Revision ID: git-v1:9907a598dca8f129422c42f8c4fa3b4e2c988221
Remove typed regexps until they can be done correctly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2016-08-03         Arnold D. Robbins     <arnold@skeeve.com>
 
2
 
 
3
        Remove typed regexes until they can be done properly.
 
4
 
 
5
        * NEWS: Updated.
 
6
        * awk.h (enum nodevals): Remove Node_typedregex.
 
7
        (force_string, force_number): Remove check for Node_typedregex.
 
8
        * awkgram.y (TYPED_REGEXP): Remove token.
 
9
        (grammar): Remove productions related to typed regexps. 
 
10
        (yylex): Don't find a typed regex or return it.
 
11
        (valinfo): Remove code for Node_typedregex.
 
12
        * builtin.c (do_length, do_print, call_sub, call_match,
 
13
        call_split_func, do_typeof): Remove code for Node_typedregex.
 
14
        * debug.c (watchpoint_triggered, print_memory): Remove code
 
15
        for Node_typedregex.
 
16
        * eval.c (nodetypes, setup_frame): Remove code for Node_typedregex.
 
17
        * interpret.h (r_interpret): Remove code for Node_typedregex.
 
18
        * profile.c (pprint): Remove code for Node_typedregex.
 
19
        (pp_strong_regex): Removed.
 
20
        (pp_string_or_strong_regex): Remove code for Node_typedregex.
 
21
        * re.c (re_update): Remove code for Node_typedregex.
 
22
 
1
23
2016-08-01         Arnold D. Robbins     <arnold@skeeve.com>
2
24
 
3
25
        * README, NEWS: Mark DJGPP port as unsupported.