git: vendor/awk: upgrade from 20220912 to 20240122

Aaron LI aly at crater.dragonflybsd.org
Tue Feb 27 21:06:09 PST 2024


commit ed569bc2fa9f5f96aaf271fee03dffc84b81986f
Author: Aaron LI <aly at aaronly.me>
Date:   Wed Feb 28 09:11:54 2024 +0800

    vendor/awk: upgrade from 20220912 to 20240122
    
    This version is described in "The Awk Programming Language", Second
    Edition, by Al Aho, Brian Kernighan, and Peter Weinberger
    (Addison-Wesley, 2024, ISBN-13 978-0138269722, ISBN-10 0138269726).
    
    Features:
    - support UTF-8 input
    - support CSV (comma-separated values) input
    
    Fixes:
    - see FIXES and FIXES.1e
    - see commit history at: https://github.com/onetrueawk/awk/commits/master

Summary of changes:
 contrib/awk/FIXES               | 1469 +++------------------------------------
 contrib/awk/{FIXES => FIXES.1e} |   14 +
 contrib/awk/LICENSE             |   23 +
 contrib/awk/README.md           |   77 +-
 contrib/awk/awk.1               |   34 +-
 contrib/awk/awk.h               |   21 +-
 contrib/awk/awkgram.y           |   14 +-
 contrib/awk/b.c                 |  407 ++++++++---
 contrib/awk/lex.c               |   60 +-
 contrib/awk/lib.c               |  144 +++-
 contrib/awk/main.c              |   19 +-
 contrib/awk/maketab.c           |    4 +-
 contrib/awk/parse.c             |    2 +-
 contrib/awk/proto.h             |   10 +-
 contrib/awk/run.c               |  860 +++++++++++++++++------
 contrib/awk/tran.c              |    8 +-
 16 files changed, 1392 insertions(+), 1774 deletions(-)
 copy contrib/awk/{FIXES => FIXES.1e} (98%)
 create mode 100644 contrib/awk/LICENSE

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ed569bc2fa9f5f96aaf271fee03dffc84b81986f


-- 
DragonFly BSD source repository


More information about the Commits mailing list