X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=NEWS;h=7b918d3460fa25762de93adef92aca5fae9e0e98;hb=a428fac0e9534d605382b75a647bd067b5d2e551;hp=4a9b5dcfd6aa1c882d23150fb5c7cffc97b40f21;hpb=b52ae09f3a74d02e4f203c4b7703416d3b3b5461;p=gnulib.git diff --git a/NEWS b/NEWS index 4a9b5dcfd..7b918d346 100644 --- a/NEWS +++ b/NEWS @@ -6,8 +6,42 @@ User visible incompatible changes Date Modules Changes +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" + to . + +2008-04-28 inet_pton The include file is changed from "inet_pton.h" + to . + 2008-03-06 freadahead The return value's computation has changed. It now increases by 1 after ungetc.