pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/gawk



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri Jun  6 23:24:10 UTC 2014

Modified Files:
        pkgsrc/lang/gawk: Makefile PLIST distinfo
        pkgsrc/lang/gawk/patches: patch-extension_Makefile.in
            patch-extension_filefuncs.c patch-test_Makefile.in
Removed Files:
        pkgsrc/lang/gawk/patches: patch-extension_configure patch-getopt.c

Log Message:
Update to 4.1.1

Changelog:
Changes from 4.1.0 to 4.1.1
---------------------------

1. The "stat" extension now includes a "devbsize" element which indicates
   the units for the "nblocks" element.

2. The extension facility now works on MinGW. Many of the extensions can be
   built and used directly.

3. A number of bugs in the pretty-printing / profiling code have been fixed.

4. Sockets and two-way pipes now work under MinGW.

5. The debugger now lists source code correctly under Cygwin.

6. Configuration and building with the Mac OS X libreadline should work now.

7. The -O option now works again.

8. The --include option, documented since 4.0, now actually works.

9. Infrastructure updated to automake 1.13.4, bison 3.0.2, and
   libtool 2.4.2.418.

10. The configure script now accepts a --disable-extensions option,
    which disables checking for and building the extensions.

11. The VMS port has been considerably improved. In particular config.h
    is now generated by a DCL script. Also, the extension facility works
    and several of the extensions can be built and used. Currently, the
    extension facility only works on Alpha and Itanium.

12. The API now provides functions pointers for malloc(), calloc(),
    realloc() and free(), to insure that the same memory allocation
    functions are always used. This bumps the minor version by one.

13. The printf quote flag now works correctly in locales with a different
    decimal point character but without a thousands separator character.
    If the thousands separator is a string, it will be correctly added
    to decimal numbers.

14. The readfile extension now has an input parser that will read whole
    files as a single record.

15. A number of bugs have been fixed. See the ChangeLog.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/lang/gawk/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/lang/gawk/PLIST
cvs rdiff -u -r1.29 -r1.30 pkgsrc/lang/gawk/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/gawk/patches/patch-extension_Makefile.in \
    pkgsrc/lang/gawk/patches/patch-extension_filefuncs.c \
    pkgsrc/lang/gawk/patches/patch-test_Makefile.in
cvs rdiff -u -r1.1 -r0 pkgsrc/lang/gawk/patches/patch-extension_configure \
    pkgsrc/lang/gawk/patches/patch-getopt.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index