Home | History | Annotate | Download | only in testdir
History log of /src/external/historical/nawk/dist/testdir/T.misc
RevisionDateAuthorComments
 1.1  18-Feb-2020  christos branches: 1.1.1;
Initial revision
 1.1.1.3  03-May-2026  christos Import NAWK 20260426, previous was 20240817

Apr 26, 2026
regex fixes: limit the repetition count to 255 like
POSIX does to prevent signed integer overflow.
prevent a crash when the repetition is the first atom parsed
Thanks to Renaud Allard an Todd Miller.

Dec 24, 2025
Previously changed and broken rand() implementation
restored in run.c with a variant thanks to Henry Spencer.

Aug 04, 2025
Fix a syntax issue with /= that caused constants to
turn into variables [eg. 42 /= 7]. Thanks to Arnold
Robbins.

Jan 14, 2025
Fix incorrect error line number issues. unput has
no business managing lineno. Thanks to Ozan Yigit.

Jan 05, 2025
Fix hex detection in is_valid_number.
Fix indirect field specification with non-numeric string
eg. $("foo") in indirect. This is not illegal.
Thanks to Arnold Robbins.

Jan 01, 2025
Fixed openfile to not try to read from a directory.
Thanks to Arnold Robbins.
 1.1.1.2  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.1  18-Feb-2020  christos branches: 1.1.1.1.4; 1.1.1.1.12;
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.1.12.1  02-Aug-2025  perseant Sync with HEAD
 1.1.1.1.4.2  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.1.1.1.4.1  18-Feb-2020  martin file T.misc was added on branch phil-wifi on 2020-04-13 08:02:18 +0000

RSS XML Feed