X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=NEWS;h=87966b87faf4567c588efc644504ada80ff94555;hb=9fc81090f6c5590bd1b0e0fa5087577a2ee43a3e;hp=4ccd8f717836c3d92fecac422517eccac9b54f64;hpb=530dd1744036b6f2b62aea156b399c7cec024d27;p=gnulib.git diff --git a/NEWS b/NEWS index 4ccd8f717..87966b87f 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,13 @@ Important notes Date Modules Changes +2012-06-27 elisp-comp The module 'elisp-comp' is removed; the script is + not independently useful outside of automake. + +2012-06-21 gnulib-tool The option --with-tests is now implied by the + options --create-testdir, --test, + --create-megatestdir, --megatest. + 2012-01-07 quotearg In the C locale, the function will no longer use the grave accent character to begin a quoted string (`like this'). It will use apostrophes @@ -21,6 +28,14 @@ User visible incompatible changes Date Modules Changes +2012-06-26 getopt-posix This module no longer guarantees that option + processing is resettable. If your code uses + 'optreset' or 'optind = 0;', rewrite it to make + only one pass over the argument array. + +2012-02-24 streq This module no longer provides the STREQ macro. + Use STREQ_OPT instead. + 2012-01-10 ignore-value This module no longer provides the ignore_ptr function. It was deprecated a year ago, but existed so briefly before then that it never came into use. @@ -543,12 +558,12 @@ Date Modules Changes . 2007-06-09 xallocsa Renamed to xmalloca. The include file "xallocsa.h" - was remamed to "xmalloca.h". The function was + was renamed to "xmalloca.h". The function was renamed: xallocsa -> xmalloca 2007-06-09 allocsa Renamed to malloca. The include file "allocsa.h" - was remamed to "malloca.h". The function-like + was renamed to "malloca.h". The function-like macros were renamed: allocsa -> malloca freesa -> freea