X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=NEWS;h=44fc6623c24992be13d1857a13bbffe6bbf7b305;hb=ce85bc7be74fc265cf39d8c85024b2da44eeeb0c;hp=74ca234941e99bc96dddd26bba99d1e857525443;hpb=f2bbde92e487b8446ff201767c430306450220be;p=gnulib.git diff --git a/NEWS b/NEWS index 74ca23494..44fc6623c 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,33 @@ 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"