diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-03-17 21:32:08 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-03-17 21:32:08 +0200 |
commit | 0137c489a6e6042d1df9e3818878cfc11ad6cd8f (patch) | |
tree | 1b4cfe3af0067731446eab2544b0d3e55978d9e4 | |
parent | 1d88044bc1478bdb8195acda33ad79baa4a0621f (diff) | |
download | egawk-0137c489a6e6042d1df9e3818878cfc11ad6cd8f.tar.gz egawk-0137c489a6e6042d1df9e3818878cfc11ad6cd8f.tar.bz2 egawk-0137c489a6e6042d1df9e3818878cfc11ad6cd8f.zip |
Minor edits in NEWS.
-rw-r--r-- | NEWS | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -8,7 +8,7 @@ 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 + the units for the "nblocks" element. 2. The extension facility now works on MinGW. Many of the extensions can be built and used directly. @@ -29,23 +29,23 @@ Changes from 4.1.0 to 4.1.1 libtool 2.4.2.418. 10. The configure script now accepts a --disable-extensions option, -which disables checking for and building the extensions. + 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. + 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. + 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. + decimal point character but without a thousands separator character. + If the thousands separator is a string, it will be correctly added + to decimal numbers. -XXX. A number of bugs have been fixed. See the ChangeLog. +14. A number of bugs have been fixed. See the ChangeLog. Changes from 4.0.2 to 4.1.0 --------------------------- |