X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=NEWS;h=da75d7f83d7282381fc462ebbfde0566ec3b4d9b;hb=5e46ea60fd2ce607c894925d9baaf9ea852adfc8;hp=4a9b5dcfd6aa1c882d23150fb5c7cffc97b40f21;hpb=b52ae09f3a74d02e4f203c4b7703416d3b3b5461;p=gnulib.git diff --git a/NEWS b/NEWS index 4a9b5dcfd..da75d7f83 100644 --- a/NEWS +++ b/NEWS @@ -6,8 +6,34 @@ User visible incompatible changes Date Modules Changes +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.