2009-09-05 20:16:30 by Aleksey Cheusov | Files touched by this commit (2) | |
Log message:
updated to netbsd-awk-20090901
fixed: NetBSD bin/30294:
nawk doesn't handle RS as a RE but as a single character
fixed: NetBSD bin/40689
awk(1) crash with RE and ^ anchor
|
2008-09-09 22:44:13 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
fixed: pkglint warning
|
2008-07-22 19:04:03 by Aleksey Cheusov | Files touched by this commit (5) |
Log message:
Updated to the latest version of AWK from NetBSD cvs repository (20080721)
Major changes:
- incorrect handling of \ at the end of line
in awk script NetBSD PR/37212
- fixed: description of function "close" in man page PR/38132
- fixed: incorrect matching of [:cntrl:] PR/38737
- warning about non-portable escape sequences PR/39002
- fixed: free(): warning: junk pointer, too low to make sense PR/39132
- fixed: broken -Ft is broken PR/39133
- fixed: segfaults when "nextfile" is in BEGIN {...} PR/39134
patches reworked (drammatically reduced in size)
|
2008-03-30 14:38:29 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
DESTDIR support, INSTALLATION_DIRS
|
2007-11-02 23:29:32 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
fixed: pkglint warning
|
2007-10-26 10:30:40 by Aleksey Cheusov | Files touched by this commit (4) | |
Log message:
updated to NetBSD awk 20071026.
Major changes from original nawk:
- fixed: serious bug with regular expression, NetBSD PR/33392
- tolower/toupper functions support multibyte charsets, NetBSD PR/36394
- there is no hardcoded limit on number of open files, NetBSD PR/37205
Change from previous version.
- fix in literal strings
cvs diff -r 1.7 -r 1.8 dist/nawk/lex.c
date: 2007/10/25 14:40:33; author: he; state: Exp; lines: +1 -0
Bring back the fix in revision 1.6, apparently accidentally lost
during last merge, to allow escape of a newline in string literals.
|
2007-10-25 11:20:49 by Aleksey Cheusov | Files touched by this commit (3) |
Log message:
A number of open files is limited to 3072, not FOPEN_MAX
which is too small under Linux (20) and NetBSD.
|
2007-10-25 11:18:48 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
define AWK_FOPEN_MAX limits a number of open files, not FOPEN_MAX
|
2007-10-01 22:03:47 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
Now USE_FEATURES is used
|
2007-09-17 21:58:42 by Aleksey Cheusov | Files touched by this commit (3) |
Log message:
fixed: building failure on Linux because of stupid inplace.mk... :-(
|