Commit graph

5 commits

Author SHA1 Message Date
Aleksey Cheusov
66de1b5829 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-26 08:30:40 +00:00
Aleksey Cheusov
6910a704c4 A number of open files is limited to 3072, not FOPEN_MAX
which is too small under Linux (20) and NetBSD.
2007-10-25 09:20:49 +00:00
Aleksey Cheusov
ae3f8e92f0 fixed: building failure on Linux because of stupid inplace.mk... :-( 2007-09-17 19:58:42 +00:00
Aleksey Cheusov
6510cca634 ported to Linux 2007-01-09 08:39:45 +00:00
Aleksey Cheusov
78c54fd26e NetBSD version of awk 2007-01-05 23:53:38 +00:00