3622c02482
Upstream changes: Changes from 4.1.1 to 4.1.2 --------------------------- 1. The manual has been considerably improved. - Thoroughly reviewed and updated. - Out-of-date examples replaced. - Chapter 15 on MPFR reworked. - Summary sections added to all chapters. - Exercises added in several chapters. - Heavily proof-read and copyedited. 2. The debugger's "restart" command now works again. 3. Redirected getline is now allowed inside BEGINFILE/ENDFILE. 4. A number of bugs have been fixed in the MPFR code. 5. Indirect function calls now work for both built-in and extension functions. 6. Built-in functions are now included in FUNCTAB. 7. POSIX and historical practice require the exclusive use of the English alphabet in identifiers. In non-English locales, it was accidentally possible to use "letters" beside those of the English alphabet. This has been fixed. (isalpha and isalnum are NOT our friends.) If you feel that you must have this misfeature, use `configure --help' to see what option to use when configuring gawk to reenable it. 8. The "where" command has been added to the debugger as an alias for "backtrace". This will make life easier for long-time GDB users. 9. Gawk no longer explicitly checks the current directory after doing a path search of AWKPATH. The default value continues to have "." at the front, so most people should not be affected. If you have your own AWKPATH setting, be sure to put "." in it somewhere. The documentation has been updated and clarified. 10. Infrastructure upgrades: Automake 1.15, Gettext 0.19.4, Libtool 2.4.6, Bison 3.0.4. 11. If a user-defined function has a parameter with the same name as another user-defined function, it is no longer possible to call the second function from inside the first. 12. POSIX requires that the names of function parameters not be the same as any of the special built-in variables and also not conflict with the names of any functions. Gawk has checked for the former since 3.1.7. With --posix, it now also checks for the latter. 13. The test suite should check for necessary locales and skip the tests where it matters if support isn't what it should be. 14. Gawk now expects to be compiled on a system with multibyte character support. Systems without such support, at least at the C language level, are so obsolete as to not be worth supporting anymore. 15. A number of bugs have been fixed. See the ChangeLog.
73 lines
2.1 KiB
Text
73 lines
2.1 KiB
Text
@comment $NetBSD: PLIST,v 1.23 2015/05/01 02:02:40 wen Exp $
|
|
bin/gawk
|
|
bin/${PKGNAME}
|
|
bin/igawk
|
|
gnu/bin/awk
|
|
gnu/man/man1/awk.1
|
|
include/gawkapi.h
|
|
info/gawk.info
|
|
info/gawkinet.info
|
|
${PLIST.extension}lib/gawk/filefuncs.la
|
|
${PLIST.extension}lib/gawk/fnmatch.la
|
|
${PLIST.extension}lib/gawk/fork.la
|
|
${PLIST.extension}lib/gawk/inplace.la
|
|
${PLIST.extension}lib/gawk/ordchr.la
|
|
${PLIST.extension}lib/gawk/readdir.la
|
|
${PLIST.extension}lib/gawk/readfile.la
|
|
${PLIST.extension}lib/gawk/revoutput.la
|
|
${PLIST.extension}lib/gawk/revtwoway.la
|
|
${PLIST.extension}lib/gawk/rwarray.la
|
|
${PLIST.extension}lib/gawk/testext.la
|
|
${PLIST.extension}lib/gawk/time.la
|
|
libexec/awk/grcat
|
|
libexec/awk/pwcat
|
|
man/man1/gawk.1
|
|
man/man1/igawk.1
|
|
${PLIST.extension}man/man3am/filefuncs.3am
|
|
${PLIST.extension}man/man3am/fnmatch.3am
|
|
${PLIST.extension}man/man3am/fork.3am
|
|
${PLIST.extension}man/man3am/inplace.3am
|
|
${PLIST.extension}man/man3am/ordchr.3am
|
|
${PLIST.extension}man/man3am/readdir.3am
|
|
${PLIST.extension}man/man3am/readfile.3am
|
|
${PLIST.extension}man/man3am/revoutput.3am
|
|
${PLIST.extension}man/man3am/revtwoway.3am
|
|
${PLIST.extension}man/man3am/rwarray.3am
|
|
${PLIST.extension}man/man3am/time.3am
|
|
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/inplace.awk
|
|
share/awk/join.awk
|
|
share/awk/libintl.awk
|
|
share/awk/noassign.awk
|
|
share/awk/ord.awk
|
|
share/awk/passwd.awk
|
|
share/awk/processarray.awk
|
|
share/awk/quicksort.awk
|
|
share/awk/readable.awk
|
|
share/awk/readfile.awk
|
|
share/awk/rewind.awk
|
|
share/awk/round.awk
|
|
share/awk/shellquote.awk
|
|
share/awk/strtonum.awk
|
|
share/awk/walkarray.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/fi/LC_MESSAGES/gawk.mo
|
|
share/locale/fr/LC_MESSAGES/gawk.mo
|
|
share/locale/it/LC_MESSAGES/gawk.mo
|
|
share/locale/ja/LC_MESSAGES/gawk.mo
|
|
share/locale/ms/LC_MESSAGES/gawk.mo
|
|
share/locale/nl/LC_MESSAGES/gawk.mo
|
|
share/locale/pl/LC_MESSAGES/gawk.mo
|
|
share/locale/sv/LC_MESSAGES/gawk.mo
|
|
share/locale/vi/LC_MESSAGES/gawk.mo
|