Home | History | Annotate | Download | only in dist
History log of /src/external/historical/nawk/dist/FIXES
RevisionDateAuthorComments
 1.4  17-Aug-2024  christos Marge conflicts between 2020-02-18 and 2024-08-17
 1.3  18-Feb-2020  christos branches: 1.3.10;
merge conflicts
 1.2  01-Aug-2019  christos remove trailing whitespace.
 1.1  26-Aug-2010  christos branches: 1.1.1;
Initial revision
 1.1.1.4  17-Aug-2024  christos Import the current version of nawk from github.
Last was imported on 2020-02-18. The major change is utf8 handling.
 1.1.1.3  18-Feb-2020  christos Last import was 2010 when there was no ChangeLog yet. I've worked
with upstream to merge all our changes and this includes many other
fixes including new operator support etc. The change to pass an
extra "isnew" argument to open was not preserved as none of the
tests supplied with the PR fail.

This also adds the testsuite and all the bugs fixed since then.
 1.1.1.2  29-Dec-2012  christos branches: 1.1.1.2.30; 1.1.1.2.32;
from http://www.cs.princeton.edu/~bwk/btl.mirror/
 1.1.1.1  26-Aug-2010  christos branches: 1.1.1.1.6; 1.1.1.1.12;
imprort latest nawk
 1.1.1.2.32.1  04-Aug-2019  martin Pull up following revision(s) (requested by christos in ticket #11):

external/historical/nawk/dist/awk.h: revision 1.3
external/historical/nawk/dist/run.c: revision 1.10
external/historical/nawk/dist/FIXES: revision 1.2
external/historical/nawk/dist/b.c: revision 1.7
external/historical/nawk/dist/b.c: revision 1.8
external/historical/nawk/dist/lex.c: revision 1.5
external/historical/nawk/dist/main.c: revision 1.9
external/historical/nawk/dist/proto.h: revision 1.8
external/historical/nawk/dist/tran.c: revision 1.10
external/historical/nawk/dist/proto.h: revision 1.9
external/historical/nawk/dist/awk.1: revision 1.2
external/historical/nawk/dist/lib.c: revision 1.9
external/historical/nawk/dist/ytab.c: revision 1.2
external/historical/nawk/dist/tran.c: revision 1.9

remove trailing whitespace.

PR/54424: Martijn Dekker: awk: broken character classes in UTF-8 locale:
only the first matches

Pick up some of the fixes from upstream:
- posix paren matching
- print \v \a
- some more fatal handling
- init all the character range.

remove ### error output accidentally committed.

Add translators for \v and \a per posix.
 1.1.1.2.30.2  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.1.1.2.30.1  08-Apr-2020  martin Merge changes from current as of 20200406
 1.1.1.1.12.1  25-Feb-2013  tls resync with head
 1.1.1.1.6.1  23-Jan-2013  yamt sync with head
 1.3.10.1  02-Aug-2025  perseant Sync with HEAD

RSS XML Feed