X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=inline;f=NEWS;h=44fc6623c24992be13d1857a13bbffe6bbf7b305;hb=4f26ef2e4e431adbe04f2929f775240d7f3fb466;hp=3dce1f4c890f02114056667a73a7949a39139a07;hpb=a8bff17e9e5e195ccc99d83fec3368f3d3f74f23;p=gnulib.git diff --git a/NEWS b/NEWS index 3dce1f4c8..44fc6623c 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,49 @@ User visible incompatible changes Date Modules Changes +2008-09-13 EOVERFLOW The module is removed. Use module errno instead. + +2008-09-01 filename The module does not define the function + concatenated_filename any more. To get an + equivalent function, use function + xconcatenated_filename from module + 'xconcat-filename'. + +2008-08-31 havelib On Solaris, when searching for 64-bit mode + libraries the directory $prefix/lib is now ignored. + Instead the directory $prefix/lib/64 is searched. + You may need to create a symbolic link for + $prefix/lib/64 if you have 64-bit libraries + installed in $prefix/lib. + +2008-08-19 strverscmp The include file is changed from "strverscmp.h" + to . + +2008-08-14 lock The include file is changed from "lock.h" + to "glthread/lock.h". + tls The include file is changed from "tls.h" + to "glthread/tls.h". + +2008-07-17 c-stack The module now requires the addition of + $(LIBCSTACK) or $(LTLIBCSTACK) in Makefile.am, + since it may depend on linking with libsigsegv. + +2008-07-07 isnanf-nolibm The include file is changed from "isnanf.h" + to "isnanf-nolibm.h". + isnand-nolibm The include file is changed from "isnand.h" + to "isnand-nolibm.h". + +2008-06-10 execute The execute function takes an additional termsigp + argument. Passing termsigp = NULL is ok. + wait-process The wait_subprocess function takes an additional + termsigp argument. Passing termsigp = NULL is ok. + +2008-05-10 linebreak The module is split into several modules unilbrk/*. + The include file is changed from "linebreak.h" to + "unilbrk.h". Two functions are renamed: + mbs_possible_linebreaks -> ulc_possible_linebreaks + mbs_width_linebreaks -> ulc_width_linebreaks + 2008-04-28 rpmatch The include file is now . 2008-04-28 inet_ntop The include file is changed from "inet_ntop.h"