Date: Wed, 05 Feb 2025 20:46:03 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 283891] awk(1) prints a wrong line number in the error message Message-ID: <bug-283891-227-5Mf8jkowAR@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-283891-227@https.bugs.freebsd.org/bugzilla/> References: <bug-283891-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D283891 Warner Losh <imp@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |In Progress --- Comment #6 from Warner Losh <imp@FreeBSD.org> --- URL: https://cgit.FreeBSD.org/src/commit/?id=3Ddd78d987cb38ef162d40aad86229f1dc1= 9884f78 commit dd78d987cb38ef162d40aad86229f1dc19884f78 Merge: 0ae2ba5e2083 e32b2740f7b6 Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2025-02-05 16:26:01 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2025-02-05 20:35:45 +0000 ota: Merge One True Awk 20250116 bsd-feature 2dce54b053d4 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. Sponsored by: Netflix I plan a MFC after a day or two. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-283891-227-5Mf8jkowAR>