./wip/netbsd-awk, NetBSD version of AWK

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 20110509, Package name: netbsd-awk-20110509, Maintainer: cheusov

This is a NetBSD version of awk(1)

Major changes between nbawk and original nawk:
- NetBSD PR/30294: nawk doesn't handle RS as a RE but as a single character
- NetBSD PR/33392: serious bug with regular expression
- NetBSD PR/36394: tolower/toupper functions: support for multibyte charsets
- NetBSD PR/37205: too small limit on a number of open files
- NetBSD PR/37212: incorrect handling of \ at the end of line in awk script
- NetBSD PR/38132: bad description of function "close" in man page
- NetBSD PR/38737: incorrect matching of [:cntrl:]
- NetBSD PR/39002: warning about non-portable escape sequences
- NetBSD PR/39132: free(): warning: junk pointer, too low to make sense
- NetBSD PR/39133: broken -Ft
- NetBSD PR/40689: awk(1) crashes with RE and ^ anchor
- NetBSD PR/42320: LC_NUMERIC in awk is not POSIX compliant
- NetBSD PR/43981: too small limit on a number of -f options
- NetBSD PR/44063: setting NF doesn't change $<fieldnum>
- NetBSD PR/44876: incorrect return value of function srand()


Required to build:
[devel/mk-configure] [pkgtools/cwrappers]

Master sites:

RMD160: 623e77c53b6edded01edcfeae769fa5994758767
Filesize: 55.92 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-03 20:15:31 by Aleksej Saushev | Files touched by this commit (61)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2011-10-09 12:05:43 by Aleksey Cheusov | Files touched by this commit (25)
Log message:
Update my email

   2011-05-29 10:59:17 by Aleksey Cheusov | Files touched by this commit (1)
Log message:
fix (add more headers)

   2011-05-29 10:56:50 by Aleksey Cheusov | Files touched by this commit (3)
Log message:

Remove patch. Use files/nbtool_config.h instead
   2011-05-28 18:20:07 by Aleksey Cheusov | Files touched by this commit (3)
Log message:
fix for Linux; WARNS=4

   2011-05-28 17:59:09 by Aleksey Cheusov | Files touched by this commit (1)
Log message:
fix minor pkglint warnings

   2011-05-28 17:54:14 by Aleksey Cheusov | Files touched by this commit (8)
Log message:

use mk-configure instead of USE_FEATURE(nbcompat).
   This drammatically speeds up build process
   2011-05-09 20:04:30 by Aleksey Cheusov | Files touched by this commit (3)
Log message:

Update to nbawk-20110509
   - NetBSD PR/30294: nawk doesn't handle RS as a RE but
     as a single character
   - NetBSD PR/42320: LC_NUMERIC in awk is not POSIX  compliant
   - NetBSD PR/43981: too small limit on a number of -f options
   - NetBSD PR/44063: setting NF doesn't change $<fieldnum>
   - NetBSD PR/44876: incorrect return value of function srand()
   - Other changes