Skip to content

3 more fixes - #75

Merged
arnoldrobbins merged 7 commits into
onetrueawk:stagingfrom
zoulasc:staging
Feb 28, 2020
Merged

3 more fixes#75
arnoldrobbins merged 7 commits into
onetrueawk:stagingfrom
zoulasc:staging

Conversation

@zoulasc

@zoulasc zoulasc commented Feb 24, 2020

Copy link
Copy Markdown
Contributor
  1. LC_NUMERIC handling
  2. backslash continuation handling
  3. RS regex application

- add missing initializers
- fix sign-compare warnings
- fix shadowed variable
- remove parameter names from the 2 prototypes that had them for consistency.

With those changes, NetBSD is now running 20200218 unchanged.
According to https://pubs.opengroup.org/onlinepubs/7990989775/xcu/awk.html
The period character is the character recognized in processing awk
programs.  Make it so that during output we also print the period
character, since this is what other awk implementations do, and it
makes sense from an interoperability point of view.
@arnoldrobbins
arnoldrobbins merged commit ffee778 into onetrueawk:staging Feb 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants