CVS log for src/external/historical/nawk/dist/lib.c
Up to [cvs.NetBSD.org] / src / external / historical / nawk / dist
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.13.6.1: download - view: text, markup, annotated - select for diffs
Mon Nov 18 19:37:27 2024 UTC (2 months ago) by martin
Branches: netbsd-10
CVS tags: netbsd-10-1-RELEASE
Diff to: previous 1.13: preferred, colored; next MAIN 1.14: preferred, colored
Changes since revision 1.13: +2 -1
lines
Pull up following revision(s) (requested by riastradh in ticket #1012):
external/historical/nawk/dist/lib.c: revision 1.14
PR/58421: RVP: fix readdir on tmpfs. Upstream merge is complicated now because
the bsd branch has not been updated in ages.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Aug 18 16:51:05 2024 UTC (5 months, 1 week ago) by christos
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +8 -8
lines
consistently cast ctype macros to unsigned char
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Aug 17 22:22:29 2024 UTC (5 months, 1 week ago) by christos
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +215 -69
lines
Marge conflicts between 2020-02-18 and 2024-08-17
Revision 1.1.1.4 (vendor branch): download - view: text, markup, annotated - select for diffs
Sat Aug 17 22:19:19 2024 UTC (5 months, 1 week ago) by christos
Branches: NAWK
CVS tags: NAWK20240817
Diff to: previous 1.1.1.3: preferred, colored
Changes since revision 1.1.1.3: +246 -77
lines
Import the current version of nawk from github.
Last was imported on 2020-02-18. The major change is utf8 handling.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Jul 21 19:48:47 2024 UTC (6 months ago) by christos
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -1
lines
PR/58421: RVP: fix readdir on tmpfs. Upstream merge is complicated now because
the bsd branch has not been updated in ages.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Aug 31 23:37:55 2020 UTC (4 years, 4 months ago) by christos
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
netbsd-10-base,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Branch point for: netbsd-10
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +20 -16
lines
Add a check_number function that does what is repeated in many places in
the code, but better.
Revision 1.8.26.3: download - view: text, markup, annotated - select for diffs
Tue Apr 21 18:41:56 2020 UTC (4 years, 9 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.8.26.2: preferred, colored; branchpoint 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8.26.2: +2 -1
lines
Sync with HEAD
Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Apr 17 22:35:18 2020 UTC (4 years, 9 months ago) by ad
Branches: MAIN
CVS tags: phil-wifi-20200421
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -1
lines
Now that inputFS is dynamically allocated, make sure it's always non-NULL.
Fixes core dumps when building CDE.
Revision 1.8.26.2: download - view: text, markup, annotated - select for diffs
Mon Apr 13 08:02:17 2020 UTC (4 years, 9 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.8.26.1: preferred, colored; branchpoint 1.8: preferred, colored
Changes since revision 1.8.26.1: +1 -1
lines
Mostly merge changes from HEAD upto 20200411
Revision 1.8.26.1: download - view: text, markup, annotated - select for diffs
Wed Apr 8 14:06:48 2020 UTC (4 years, 9 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +106 -96
lines
Merge changes from current as of 20200406
Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Feb 20 19:59:12 2020 UTC (4 years, 11 months ago) by christos
Branches: MAIN
CVS tags: phil-wifi-20200411,
phil-wifi-20200406,
is-mlppp-base,
is-mlppp
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +14 -3
lines
Fix failing unittests (by restoring old changes).
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Feb 18 21:12:21 2020 UTC (4 years, 11 months ago) by christos
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +104 -105
lines
merge conflicts
Revision 1.1.1.3 (vendor branch): download - view: text, markup, annotated - select for diffs
Tue Feb 18 20:50:46 2020 UTC (4 years, 11 months ago) by christos
Branches: NAWK
CVS tags: NAWK20200218
Diff to: previous 1.1.1.2: preferred, colored
Changes since revision 1.1.1.2: +139 -81
lines
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.
Revision 1.8.28.1: download - view: text, markup, annotated - select for diffs
Sun Aug 4 19:19:31 2019 UTC (5 years, 5 months ago) by martin
Branches: netbsd-9
CVS tags: netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1
Diff to: previous 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8: +1 -1
lines
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.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Aug 1 06:14:45 2019 UTC (5 years, 5 months ago) by christos
Branches: MAIN
CVS tags: phil-wifi-20191119
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1
lines
remove trailing whitespace.
Revision 1.5.2.2: download - view: text, markup, annotated - select for diffs
Tue Aug 19 23:59:40 2014 UTC (10 years, 5 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.5.2.1: preferred, colored; branchpoint 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5.2.1: +1 -2
lines
Rebase to HEAD as of a few days ago.
Revision 1.4.4.3: download - view: text, markup, annotated - select for diffs
Thu May 22 14:07:36 2014 UTC (10 years, 8 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.4.4.2: preferred, colored; branchpoint 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4.4.2: +1 -2
lines
sync with head.
for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Oct 20 21:35:46 2013 UTC (11 years, 3 months ago) by christos
Branches: MAIN
CVS tags: yamt-pagecache-base9,
tls-maxphys-base,
tls-earlyentropy-base,
tls-earlyentropy,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
phil-wifi-base,
phil-wifi-20190609,
pgoyette-localcount-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
pgoyette-localcount,
pgoyette-compat-merge-20190127,
pgoyette-compat-base,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
pgoyette-compat,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
netbsd-9-base,
netbsd-8-base,
netbsd-8-3-RELEASE,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
netbsd-8,
netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-base,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0,
netbsd-7,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
localcount-20160914,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan
Branch point for: phil-wifi,
netbsd-9
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -2
lines
remove unused variable
Revision 1.5.2.1: download - view: text, markup, annotated - select for diffs
Mon Feb 25 00:27:02 2013 UTC (11 years, 11 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +13 -4
lines
resync with head
Revision 1.4.4.2: download - view: text, markup, annotated - select for diffs
Wed Jan 23 00:04:46 2013 UTC (12 years ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.4.4.1: preferred, colored; branchpoint 1.4: preferred, colored
Changes since revision 1.4.4.1: +13 -4
lines
sync with head
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Dec 29 14:51:41 2012 UTC (12 years ago) by christos
Branches: MAIN
CVS tags: yamt-pagecache-base8,
riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
agc-symver-base,
agc-symver
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1
lines
remove useless cast.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Dec 29 02:44:26 2012 UTC (12 years ago) by christos
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +14 -5
lines
merge 2012-12-20
Revision 1.1.1.2 (vendor branch): download - view: text, markup, annotated - select for diffs
Sat Dec 29 02:14:51 2012 UTC (12 years ago) by christos
Branches: NAWK
CVS tags: NAWK20121220
Diff to: previous 1.1.1.1: preferred, colored
Changes since revision 1.1.1.1: +15 -6
lines
from http://www.cs.princeton.edu/~bwk/btl.mirror/
Revision 1.4.6.1: download - view: text, markup, annotated - select for diffs
Thu Jul 12 19:24:21 2012 UTC (12 years, 6 months ago) by riz
Branches: netbsd-6
CVS tags: netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus
Diff to: previous 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4: +31 -47
lines
Pull up following revision(s) (requested by christos in ticket #414):
external/historical/nawk/dist/main.c patch
external/historical/nawk/dist/b.c patch
external/historical/nawk/dist/lib.c patch
external/historical/nawk/dist/proto.h patch
external/historical/nawk/dist/run.c patch
Fix segfault in awk, and address PR#46155.
[christos, ticket #414]
Revision 1.4.4.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 00:04:33 2012 UTC (12 years, 9 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +31 -47
lines
sync with head
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Mar 10 19:18:48 2012 UTC (12 years, 10 months ago) by christos
Branches: MAIN
CVS tags: yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4
Branch point for: tls-maxphys
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +31 -47
lines
PR/46155: Miguel Piņeiro Jr: Fix RS processing. Apply the gawk-like patch
from the excellent PR. Many thanks for all the work you put on this,
explanation, tests, and patch!
Revision 1.3.2.1: download - view: text, markup, annotated - select for diffs
Tue Feb 8 16:18:52 2011 UTC (13 years, 11 months ago) by bouyer
Branches: bouyer-quota2
Diff to: previous 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3: +3 -1
lines
Sync with HEAD
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Jan 20 21:23:11 2011 UTC (14 years ago) by drochner
Branches: MAIN
CVS tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
netbsd-6-base,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base
Branch point for: yamt-pagecache,
netbsd-6
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -1
lines
avoid crash if certain operations are done before an input record is
read, ie in a BEGIN rule
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Nov 7 22:55:26 2010 UTC (14 years, 2 months ago) by christos
Branches: MAIN
CVS tags: matt-mips64-premerge-20101231
Branch point for: bouyer-quota2
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +14 -0
lines
PR/44063: Aleksey Cheusov: awk: setting NF doesn't change $i
http://www.opengroup.org/onlinepubs/009695399/utilities/awk.html
...
References to nonexistent fields (that is, fields after $NF),
shall evaluate to the uninitialized value.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Aug 26 14:55:20 2010 UTC (14 years, 5 months ago) by christos
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +116 -52
lines
Apply all our changes including newer fixes to WARNS?=4
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu Aug 26 14:53:16 2010 UTC (14 years, 5 months ago) by christos
Branches: NAWK
CVS tags: NAWK20100523
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0
lines
imprort latest nawk
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Aug 26 14:53:16 2010 UTC (14 years, 5 months ago) by christos
Branches: MAIN
Initial revision
CVSweb <webmaster@jp.NetBSD.org>