X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=NEWS;h=340437bebf00f9c2ee93d30b72d61e7ada77ce15;hb=7094a1e0d56aa303077cc0bccaa559a28e613ade;hp=2043fb238319d576a80a878285b8e8653f06f829;hpb=c03635e1ae69ad9fc848ed85ed5dc8e0c7c9b68c;p=pspp diff --git a/NEWS b/NEWS index 2043fb2383..340437bebf 100644 --- a/NEWS +++ b/NEWS @@ -6,9 +6,39 @@ User visible incompatible changes Date Modules Changes -2007-07-26 human The function human_options takes an additional - third argument, the option that introduced the - argument that was passed to a xstrto* function. +2007-10-07 most modules The license for most modules has changed from + GPLv2+ to GPLv3+, and from LGPLv2+ to LGPLv3+. + A few modules are still under LGPLv2+; see the + module description for the applicable license. + +2007-09-01 linebreak "linebreak.h" no longer declares the functions + locale_charset, uc_width, u{8,16,32}_width. Use + "uniwidth.h" to get these functions declared. + +2007-08-28 areadlink-with-size + Renamed from mreadlink-with-size. + Function renamed: mreadlink_with_size -> + areadlink_with_size. + +2007-08-22 getdelim, getline + The include file is changed from "getdelim.h" + and "getline.h" to the POSIX 200x . + +2007-08-18 idcache Now provides prototypes in "idcache.h". + +2007-08-10 xstrtol The STRTOL_FATAL_ERROR macro is removed. + Use the new xstrtol_fatal function instead. + +2007-08-04 human The function human_options no longer reports an + error to standard error; that is now the + caller's responsibility. It returns an + error code of type enum strtol_error + instead of the integer option value, and stores + the option value via a new int * argument. + xstrtol The first two arguments of STRTOL_FATAL_ERROR + are now an option name and option argument + instead of an option argument and a type string, + STRTOL_FAIL_WARN is removed. 2007-07-14 gpl, lgpl New Texinfo versions with no sectioning commands.