Changes from 3.1.6 to 3.1.7 --------------------------- 1. Gawk now has support for z/OS (IBM S/390 architecture). 2. Gawk now handles multibyte strings better in [s]printf with field widths and such. 3. Gawk now uses libsigsegv to print a message before core dumping. This handles infinite recursion of an awk function a little better. Use of the library can be disabled at configure time with the --disable-libsigsegv option for unusual systems. 4. The handling of BINMODE is now somewhat more sane. 5. A getline from a directory is no longer fatal; instead it returns -1. 6. Per POSIX, special variable names (like FS) cannot be used as function parameter names. 7. The new -O / --optimize option enables simple constant folding on the parse tree during parsing. We hope that with time the number of optimizations will increase. 8. Updated to the latest autotools: Autoconf 2.63, Automake 1.11, Libtool 2.2.6a, and Gettext 0.17. Also latest Bison: 2.4.1. 9. Some improvement in testing for isinf / isnan in builtin.c. 10. Improved the handling of `a = a b c' to be more general. 11. Locale handling for %'d should now work on certain non-Unix / non-Linux systems. 12. Lots of bugs fixed, see the ChangeLog for the details.
51 lines
1.3 KiB
Text
51 lines
1.3 KiB
Text
@comment $NetBSD: PLIST,v 1.14 2009/08/08 16:23:48 wiz Exp $
|
|
bin/gawk
|
|
bin/${PKGNAME}
|
|
bin/igawk
|
|
bin/pgawk
|
|
bin/p${PKGNAME}
|
|
info/gawk.info
|
|
info/gawkinet.info
|
|
libexec/awk/grcat
|
|
libexec/awk/pwcat
|
|
man/man1/gawk.1
|
|
man/man1/igawk.1
|
|
man/man1/pgawk.1
|
|
share/awk/assert.awk
|
|
share/awk/bits2str.awk
|
|
share/awk/cliff_rand.awk
|
|
share/awk/ctime.awk
|
|
share/awk/ftrans.awk
|
|
share/awk/getopt.awk
|
|
share/awk/gettime.awk
|
|
share/awk/group.awk
|
|
share/awk/join.awk
|
|
share/awk/libintl.awk
|
|
share/awk/nextfile.awk
|
|
share/awk/noassign.awk
|
|
share/awk/ord.awk
|
|
share/awk/passwd.awk
|
|
share/awk/readable.awk
|
|
share/awk/rewind.awk
|
|
share/awk/round.awk
|
|
share/awk/strtonum.awk
|
|
share/awk/zerofile.awk
|
|
share/locale/ca/LC_MESSAGES/gawk.mo
|
|
share/locale/da/LC_MESSAGES/gawk.mo
|
|
share/locale/de/LC_MESSAGES/gawk.mo
|
|
share/locale/es/LC_MESSAGES/gawk.mo
|
|
share/locale/fr/LC_MESSAGES/gawk.mo
|
|
share/locale/ga/LC_MESSAGES/gawk.mo
|
|
share/locale/he/LC_MESSAGES/gawk.mo
|
|
share/locale/id/LC_MESSAGES/gawk.mo
|
|
share/locale/it/LC_MESSAGES/gawk.mo
|
|
share/locale/ja/LC_MESSAGES/gawk.mo
|
|
share/locale/nl/LC_MESSAGES/gawk.mo
|
|
share/locale/pl/LC_MESSAGES/gawk.mo
|
|
share/locale/pt_BR/LC_MESSAGES/gawk.mo
|
|
share/locale/ro/LC_MESSAGES/gawk.mo
|
|
share/locale/rw/LC_MESSAGES/gawk.mo
|
|
share/locale/sv/LC_MESSAGES/gawk.mo
|
|
share/locale/tr/LC_MESSAGES/gawk.mo
|
|
share/locale/vi/LC_MESSAGES/gawk.mo
|
|
share/locale/zh_CN/LC_MESSAGES/gawk.mo
|