CVS commit: src/external/historical/nawk/dist

2020-11-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Nov 2 22:58:51 UTC 2020 Modified Files: src/external/historical/nawk/dist: tran.c Log Message: >From wajap at github: - eat whitespace in infnan checks - set fval to 0 if we are not a floating point number To generate a d

CVS commit: src/external/historical/nawk/dist

2020-09-02 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Sep 2 18:09:04 UTC 2020 Modified Files: src/external/historical/nawk/dist: run.c Log Message: Nix trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/external/historical/nawk/dist/run.c

CVS commit: src/external/historical/nawk/dist

2020-08-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 1 00:35:30 UTC 2020 Modified Files: src/external/historical/nawk/dist: tran.c Log Message: eat the sign, pointed out by uwe@ To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/external/historical/nawk/d

CVS commit: src/external/historical/nawk/dist

2020-08-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 1 00:21:02 UTC 2020 Modified Files: src/external/historical/nawk/dist: tran.c Log Message: check explicitly for inf and nan. We can't check if it is a number, because awk parses 1a as 1... To generate a diff of this c

CVS commit: src/external/historical/nawk/dist

2020-08-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 31 23:37:55 UTC 2020 Modified Files: src/external/historical/nawk/dist: lib.c proto.h run.c Log Message: Add a check_number function that does what is repeated in many places in the code, but better. To generate a diff

CVS commit: src/external/historical/nawk/dist

2020-08-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 31 23:36:58 UTC 2020 Modified Files: src/external/historical/nawk/dist: tran.c Log Message: Don't try so hard to convert strings into numbers. Results in bogus conversions like: % awk 'BEGIN { print "nanotime" + 123 }'

CVS commit: src/external/historical/nawk/dist

2020-04-17 Thread Andrew Doran
Module Name:src Committed By: ad Date: Fri Apr 17 22:35:18 UTC 2020 Modified Files: src/external/historical/nawk/dist: lib.c Log Message: Now that inputFS is dynamically allocated, make sure it's always non-NULL. Fixes core dumps when building CDE. To generate a diff of

CVS commit: src/external/historical/nawk/dist

2020-02-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 20 19:59:12 UTC 2020 Modified Files: src/external/historical/nawk/dist: lex.c lib.c main.c proto.h run.c Log Message: Fix failing unittests (by restoring old changes). To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/external/historical/nawk/dist

2020-02-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 18 21:29:31 UTC 2020 Modified Files: src/external/historical/nawk/dist: maketab.c Log Message: use the correct header name. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/historical/nawk/dist/

CVS commit: src/external/historical/nawk/dist

2020-02-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 18 21:29:39 UTC 2020 Modified Files: src/external/historical/nawk/dist: proctab.c Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/historical/nawk/dist/proctab.c Please note

CVS commit: src/external/historical/nawk/dist

2019-01-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 19 00:37:42 UTC 2019 Modified Files: src/external/historical/nawk/dist: b.c Log Message: PR/53885: Martijn Dekker: Add ERE support from https://opensource.apple.com/tarballs/awk/awk-24.tar.gz To generate a diff of this

CVS commit: src/external/historical/nawk/dist

2018-06-12 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Jun 12 13:24:28 UTC 2018 Modified Files: src/external/historical/nawk/dist: lex.c Log Message: Do not use index out of bounds in nawk $ awk '{w=$1}' < /dev/null /public/src.git/external/historical/nawk/bin/../dist/lex.c:476:16

CVS commit: src/external/historical/nawk/dist

2017-09-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 1 07:01:06 UTC 2017 Modified Files: src/external/historical/nawk/dist: lex.c Log Message: PR/52516: Guy Incognito: Fix memory leak; setsymtab already calls tostring() for the buffer, don't do it twice. XXX: pullup-8 T

CVS commit: src/external/historical/nawk/dist

2015-11-03 Thread Mateusz Kocielski
Module Name:src Committed By: shm Date: Tue Nov 3 14:15:08 UTC 2015 Modified Files: src/external/historical/nawk/dist: run.c Log Message: PR/50199 - fix for strftime called with empty string. Patch written by Juho Salminen To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/historical/nawk/dist

2013-12-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 15 06:41:18 UTC 2013 Modified Files: src/external/historical/nawk/dist: run.c Log Message: PR/48448: David A. Holland: Avoid coredump by checking return code of localtime(3) To generate a diff of this commit: cvs r

CVS commit: src/external/historical/nawk/dist

2013-10-27 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Oct 27 10:06:01 UTC 2013 Modified Files: src/external/historical/nawk/dist: run.c Log Message: Fix memory leak in gensub() To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/historical/nawk/dist/run.c

CVS commit: src/external/historical/nawk/dist

2013-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 20 21:35:46 UTC 2013 Modified Files: src/external/historical/nawk/dist: lib.c Log Message: remove unused variable To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/historical/nawk/dist/lib.c Ple

CVS commit: src/external/historical/nawk/dist

2013-02-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 11 00:32:08 UTC 2013 Modified Files: src/external/historical/nawk/dist: tran.c Log Message: PR/47553: Aleksev Cheusov: awk segfault: NULL dereference. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/ext

CVS commit: src/external/historical/nawk/dist

2013-01-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 2 13:46:17 UTC 2013 Modified Files: src/external/historical/nawk/dist: b.c Log Message: we define HAS_ISBLANK in the Makefile To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/historical/nawk/di

CVS commit: src/external/historical/nawk/dist

2012-12-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 29 14:51:41 UTC 2012 Modified Files: src/external/historical/nawk/dist: lib.c Log Message: remove useless cast. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/historical/nawk/dist/lib.c Pleas

CVS commit: src/external/historical/nawk/dist

2012-12-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 29 02:44:26 UTC 2012 Modified Files: src/external/historical/nawk/dist: awkgram.y b.c lib.c main.c makefile proctab.c proto.h run.c tran.c Log Message: merge 2012-12-20 To generate a diff of this commit: cv

CVS commit: src/external/historical/nawk/dist

2012-12-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 29 02:14:53 UTC 2012 Update of /cvsroot/src/external/historical/nawk/dist In directory ivanova.netbsd.org:/tmp/cvs-serv29526 Log Message: from http://www.cs.princeton.edu/~bwk/btl.mirror/ Status: Vendor Tag: NAWK Release T

CVS commit: src/external/historical/nawk/dist

2012-12-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 10 19:49:05 UTC 2012 Modified Files: src/external/historical/nawk/dist: tran.c Log Message: PR/47306: Aleksey Cheusov: Don't free strings of symbols where we maintain pointers to. To generate a diff of this commit: cvs

CVS commit: src/external/historical/nawk/dist

2012-03-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 12 18:17:12 UTC 2012 Modified Files: src/external/historical/nawk/dist: main.c Log Message: don't switch back LC_NUMERIC after parsing the command line, we always want to format numbers in the C locale. To generate a d

CVS commit: src/external/historical/nawk/dist

2012-03-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 10 19:18:48 UTC 2012 Modified Files: src/external/historical/nawk/dist: b.c lib.c proto.h run.c Log Message: PR/46155: Miguel Pi�eiro Jr: Fix RS processing. Apply the gawk-like patch from the excellent PR. Many thanks fo

CVS commit: src/external/historical/nawk/dist

2011-11-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 22 22:30:22 UTC 2011 Modified Files: src/external/historical/nawk/dist: run.c Log Message: - make decimal conversions use the maximum width integers available on the architecture. - make signed and unsigned code consis

CVS commit: src/external/historical/nawk/dist

2011-09-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Sep 16 16:09:47 UTC 2011 Modified Files: src/external/historical/nawk/dist: main.c proto.h Log Message: Use __dead To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/historical/nawk/dist/main.c cvs rdiff

CVS commit: src/external/historical/nawk/dist

2011-05-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 28 15:13:04 UTC 2011 Modified Files: src/external/historical/nawk/dist: awkgram.y proto.h tran.c Log Message: Handle string concatenation in terms: '{ print "foo" > "file" ".txt"; }', To generate a diff of this

CVS commit: src/external/historical/nawk/dist

2011-04-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 18 15:23:28 UTC 2011 Modified Files: src/external/historical/nawk/dist: main.c run.c Log Message: PR/44876: Aleksey Cheusov: awk: incorrect return value of function srand() Make it return the value of the previous random

CVS commit: src/external/historical/nawk/dist

2011-01-20 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Thu Jan 20 21:26:20 UTC 2011 Modified Files: src/external/historical/nawk/dist: tran.c Log Message: fix bug introduced in rev. 1.3: need to set the string before converting it into a numerical value, otherwise we might get junk

CVS commit: src/external/historical/nawk/dist

2011-01-20 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Thu Jan 20 21:23:11 UTC 2011 Modified Files: src/external/historical/nawk/dist: lib.c Log Message: avoid crash if certain operations are done before an input record is read, ie in a BEGIN rule To generate a diff of this commit

CVS commit: src/external/historical/nawk/dist

2010-11-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 7 22:55:27 UTC 2010 Modified Files: src/external/historical/nawk/dist: lib.c proto.h tran.c Log Message: PR/44063: Aleksey Cheusov: awk: setting NF doesn't change $i http://www.opengroup.org/onlinepubs/009695399/utiliti

CVS commit: src/external/historical/nawk/dist

2010-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 18 15:58:06 UTC 2010 Modified Files: src/external/historical/nawk/dist: main.c Log Message: remove the unused MAX_PFILE define from Aleksey Cheusov. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/exter

CVS commit: src/external/historical/nawk/dist

2010-10-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 17 22:12:23 UTC 2010 Modified Files: src/external/historical/nawk/dist: main.c Log Message: PR/43981: Aleksey Cheusov: awk too small limit on number -f options remove the limit should we pullup to 5.x? To generate a di

CVS commit: src/external/historical/nawk/dist

2010-08-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Aug 27 16:49:48 UTC 2010 Modified Files: src/external/historical/nawk/dist: proctab.c Log Message: fix botched merge. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/historical/nawk/dist/proctab.c

CVS commit: src/external/historical/nawk/dist

2010-08-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 26 14:55:20 UTC 2010 Modified Files: src/external/historical/nawk/dist: awk.h awkgram.y b.c lex.c lib.c main.c makefile maketab.c parse.c proctab.c proto.h run.c tran.c Log Message: Apply all our changes incl

CVS commit: src/external/historical/nawk/dist

2010-08-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 26 14:53:18 UTC 2010 Update of /cvsroot/src/external/historical/nawk/dist In directory ivanova.netbsd.org:/tmp/cvs-serv10406 Log Message: imprort latest nawk Status: Vendor Tag: NAWK Release Tags: NAWK20100523