Update to latest version: May 6, 2011: added #ifdef for isblank. now allows -ffoo as well as -f foo arguments. (thanks, ruslan) May 1, 2011: after advice from todd miller, kevin lo, ruslan ermilov, and arnold robbins, changed srand() to return the previous seed (which is 1 on the first call of srand). the seed is an Awkfloat internally though converted to unsigned int to pass to the library srand(). thanks, everyone. fixed a subtle (and i hope low-probability) overflow error in fldbld, by adding space for one extra \0. thanks to robert bassett for spotting this one and providing a fix. removed the files related to compilation on windows. i no longer have anything like a current windows environment, so i can't test any of it. Fix: Patch attached: Patch attached with submission follows:
Maintainer of lang/nawk, Please note that PR ports/156888 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/156888 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Whom it may concern: I will approve the patch. Thank you for posting. Hiro On Sun, 8 May 2011 17:00:24 UT Edwin Groothuis <edwin@FreeBSD.org> wrote: > Maintainer of lang/nawk, > > Please note that PR ports/156888 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/156888 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org
State Changed From-To: feedback->open Maintainer approved.
Responsible Changed From-To: freebsd-ports-bugs->culot I'll take it.
culot 2011-05-12 07:58:53 UTC FreeBSD ports repository Modified files: lang/nawk Makefile distinfo lang/nawk/files patch-main.c patch-run.c Log: - Update to 20110506 PR: ports/156888 Submitted by: Pedro Giffuni <giffunip@tutopia.com> Approved by: Yoshihiro Ota <ota@j.email.ne.jp> (maintainer) Revision Changes Path 1.41 +1 -1 ports/lang/nawk/Makefile 1.22 +2 -2 ports/lang/nawk/distinfo 1.2 +6 -6 ports/lang/nawk/files/patch-main.c 1.4 +7 -6 ports/lang/nawk/files/patch-run.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!