add a minimal testsuite for the poll module
[gnulib.git] / NEWS
1 Important notes
2 ---------------
3
4 User visible incompatible changes
5 ---------------------------------
6
7 Date        Modules         Changes
8
9 2008-09-01  filename        The module does not define the function
10                             concatenated_filename any more. To get an
11                             equivalent function, use function
12                             xconcatenated_filename from module
13                             'xconcat-filename'.
14
15 2008-08-31  havelib         On Solaris, when searching for 64-bit mode
16                             libraries the directory $prefix/lib is now ignored.
17                             Instead the directory $prefix/lib/64 is searched.
18                             You may need to create a symbolic link for
19                             $prefix/lib/64 if you have 64-bit libraries
20                             installed in $prefix/lib.
21
22 2008-08-19  strverscmp      The include file is changed from "strverscmp.h"
23                             to <string.h>.
24
25 2008-08-14  lock            The include file is changed from "lock.h"
26                             to "glthread/lock.h".
27             tls             The include file is changed from "tls.h"
28                             to "glthread/tls.h".
29
30 2008-07-17  c-stack         The module now requires the addition of
31                             $(LIBCSTACK) or $(LTLIBCSTACK) in Makefile.am,
32                             since it may depend on linking with libsigsegv.
33
34 2008-07-07  isnanf-nolibm   The include file is changed from "isnanf.h"
35                             to "isnanf-nolibm.h".
36             isnand-nolibm   The include file is changed from "isnand.h"
37                             to "isnand-nolibm.h".
38
39 2008-06-10  execute         The execute function takes an additional termsigp
40                             argument. Passing termsigp = NULL is ok.
41             wait-process    The wait_subprocess function takes an additional
42                             termsigp argument. Passing termsigp = NULL is ok.
43
44 2008-05-10  linebreak       The module is split into several modules unilbrk/*.
45                             The include file is changed from "linebreak.h" to
46                             "unilbrk.h". Two functions are renamed:
47                             mbs_possible_linebreaks -> ulc_possible_linebreaks
48                             mbs_width_linebreaks -> ulc_width_linebreaks
49
50 2008-04-28  rpmatch         The include file is now <stdlib.h>.
51
52 2008-04-28  inet_ntop       The include file is changed from "inet_ntop.h"
53                             to <arpa/inet.h>.
54
55 2008-04-28  inet_pton       The include file is changed from "inet_pton.h"
56                             to <arpa/inet.h>.
57
58 2008-03-06  freadahead      The return value's computation has changed. It
59                             now increases by 1 after ungetc.
60
61 2008-01-26  isnan-nolibm    The module name is changed from isnan-nolibm to
62                             isnand-nolibm. The include file is changed from
63                             "isnan.h" to "isnand.h". The function that it
64                             defines is changed from isnan() to isnand().
65
66 2008-01-14  strcasestr      This module now replaces worst-case inefficient
67                             implementations; clients that use controlled
68                             needles and thus do not care about worst-case
69                             efficiency should use the new strcasestr-simple
70                             module instead for smaller code size.
71
72 2008-01-09  alloca-opt      Now defines HAVE_ALLOCA_H only when the system
73                             supplies an <alloca.h>.  Gnulib-using code is now
74                             expected to include <alloca.h> unconditionally.
75                             Non-gnulib-using code can continue to include
76                             <alloca.h> only if HAVE_ALLOCA_H is defined.
77
78 2008-01-08  memmem          This module now replaces worst-case inefficient
79                             implementations; clients that use controlled
80                             needles and thus do not care about worst-case
81                             efficiency should use the new memmem-simple
82                             module instead for smaller code size.
83
84 2007-12-24  setenv          The include file is changed from "setenv.h" to
85                             <stdlib.h>. Also, the unsetenv function is no
86                             longer declared in this module; use the 'unsetenv'
87                             module if you need it.
88
89 2007-12-03  getpagesize     The include file is changed from "getpagesize.h"
90                             to <unistd.h>.
91
92 2007-12-03  strcase         The include file is changed from <string.h> to
93                             <strings.h>.
94
95 2007-10-07  most modules    The license for most modules has changed from
96                             GPLv2+ to GPLv3+, and from LGPLv2+ to LGPLv3+.
97                             A few modules are still under LGPLv2+; see the
98                             module description for the applicable license.
99
100 2007-09-01  linebreak       "linebreak.h" no longer declares the functions
101                             locale_charset, uc_width, u{8,16,32}_width. Use
102                             "uniwidth.h" to get these functions declared.
103
104 2007-08-28  areadlink-with-size
105                             Renamed from mreadlink-with-size.
106                             Function renamed: mreadlink_with_size ->
107                             areadlink_with_size.
108
109 2007-08-22  getdelim, getline
110                             The include file is changed from "getdelim.h"
111                             and "getline.h" to the POSIX 200x <stdio.h>.
112
113 2007-08-18  idcache         Now provides prototypes in "idcache.h".
114
115 2007-08-10  xstrtol         The STRTOL_FATAL_ERROR macro is removed.
116                             Use the new xstrtol_fatal function instead.
117
118 2007-08-04  human           The function human_options no longer reports an
119                             error to standard error; that is now the
120                             caller's responsibility.  It returns an
121                             error code of type enum strtol_error
122                             instead of the integer option value, and stores
123                             the option value via a new int * argument.
124             xstrtol         The first two arguments of STRTOL_FATAL_ERROR
125                             are now an option name and option argument
126                             instead of an option argument and a type string,
127                             STRTOL_FAIL_WARN is removed.
128
129 2007-07-14  gpl, lgpl       New Texinfo versions with no sectioning commands.
130
131 2007-07-10  version-etc     Output now mentions GPLv3+, not GPLv2+.  Use
132                             gnulib-tool --local-dir to override this.
133
134 2007-07-07  wcwidth         The include file is changed from "wcwidth.h" to
135                             <wchar.h>.
136
137 2007-07-02  gpl, lgpl       Renamed to gpl-2.0 and lgpl-2.1 respectively.
138                             (There is also a new module gpl-3.0.)
139
140 2007-06-16  lchown          The include file is changed from "lchown.h" to
141                             <unistd.h>.
142
143 2007-06-09  xallocsa        Renamed to xmalloca. The include file "xallocsa.h"
144                             was remamed to "xmalloca.h". The function was
145                             renamed:
146                               xallocsa -> xmalloca
147
148 2007-06-09  allocsa         Renamed to malloca. The include file "allocsa.h"
149                             was remamed to "malloca.h". The function-like
150                             macros were renamed:
151                               allocsa -> malloca
152                               freesa -> freea
153
154 2007-05-20  utimens         Renamed futimens to gl_futimens, to avoid
155                             conflict with the glibc-2.6-introduced function
156                             that has a different signature.
157
158 2007-05-01  sigprocmask     The module now depends on signal, so replace
159                               #include "sigprocmask.h"
160                             with
161                               #include <signal.h>
162
163 2007-04-06  gettext         The macro HAVE_LONG_DOUBLE is no longer set.
164                             You can replace all its uses with 1, i.e. assume
165                             'long double' as a type exists.
166
167 2007-04-01  arcfour         Renamed to crypto/arcfour.
168             arctwo          Renamed to crypto/arctwo.
169             des             Renamed to crypto/des.
170             gc              Renamed to crypto/gc.
171             gc-arcfour      Renamed to crypto/gc-arcfour.
172             gc-arctwo       Renamed to crypto/gc-arctwo.
173             gc-des          Renamed to crypto/gc-des.
174             gc-hmac-md5     Renamed to crypto/gc-hmac-md5.
175             gc-hmac-sha1    Renamed to crypto/gc-hmac-sha1.
176             gc-md2          Renamed to crypto/gc-md2.
177             gc-md4          Renamed to crypto/gc-md4.
178             gc-md5          Renamed to crypto/gc-md5.
179             gc-pbkdf2-sha1  Renamed to crypto/gc-pbkdf2-sha1.
180             gc-random       Renamed to crypto/gc-random.
181             gc-rijndael     Renamed to crypto/gc-rijndael.
182             gc-sha1         Renamed to crypto/gc-sha1.
183             hmac-md5        Renamed to crypto/hmac-md5.
184             hmac-sha1       Renamed to crypto/hmac-sha1.
185             md2             Renamed to crypto/md2.
186             md4             Renamed to crypto/md4.
187             md5             Renamed to crypto/md5.
188             rijndael        Renamed to crypto/rijndael.
189             sha1            Renamed to crypto/sha1.
190
191 2007-03-27  vasprintf       The module now depends on stdio, so replace
192                                #include "vasprintf.h"
193                             with
194                                #include <stdio.h>
195
196 2007-03-24  tsearch         The include file is changed from "tsearch.h" to
197                             <search.h>.
198
199 2007-03-24  utf8-ucs4       The include file is changed from "utf8-ucs4.h"
200                             to "unistr.h".
201             utf8-ucs4-unsafe  The include file is changed from
202                             "utf8-ucs4-unsafe.h" to "unistr.h".
203             utf16-ucs4      The include file is changed from "utf16-ucs4.h"
204                             to "unistr.h".
205             utf16-ucs4-unsafe  The include file is changed from
206                             "utf16-ucs4-unsafe.h" to "unistr.h".
207             ucs4-utf8       The include file is changed from "ucs4-utf8.h"
208                             to "unistr.h".
209             ucs4-utf16      The include file is changed from "ucs4-utf16.h"
210                             to "unistr.h".
211
212 2007-03-19  iconvme         The module is removed. Use module striconv instead:
213                             iconv_string -> str_iconv
214                             iconv_alloc -> str_cd_iconv (with reversed
215                                            arguments)
216
217 2007-03-15  list            The functions gl_list_create_empty and
218             array-list      gl_list_create now take an extra fourth argument.
219             carray-list     You can pass NULL.
220             linked-list
221             linkedhash-list
222             avltree-list
223             rbtree-list
224             avltreehash-list
225             rbtreehash-list
226
227 2007-03-15  oset            The function gl_oset_create_empty now takes a
228             array-oset      third argument. You can pass NULL.
229             avltree-oset
230             rbtree-oset
231
232 2007-03-12  des             The types and functions in lib/des.h have been
233             gc-des          renamed:
234
235                             des_ctx -> gl_des_ctx, tripledes_ctx -> gl_3des_ctx,
236                             des_is_weak_key -> gl_des_is_weak_key,
237                             des_setkey -> gl_des_setkey,
238                             des_makekey -> gl_des_makekey,
239                             des_ecb_crypt -> gl_des_ecb_crypt,
240                             des_ecb_encrypt -> gl_des_ecb_encrypt,
241                             des_ecb_decrypt -> gl_des_ecb_decrypt,
242                             tripledes_set2keys -> gl_3des_set2keys,
243                             tripledes_set3keys -> gl_3des_set3keys,
244                             tripledes_makekey -> gl_3des_makekey,
245                             tripledes_ecb_crypt -> gl_3des_ecb_crypt.
246
247                             Also consider using the "gc-des" buffer instead of
248                             using the "des" module directly.
249
250 2007-02-28  xreadlink       The module xreadlink was renamed to
251                             xreadlink-with-size. The function was renamed:
252                             xreadlink -> xreadlink_with_size.
253
254 2007-02-18  exit            The modules now depend on stdlib, so replace
255             mkdtemp           #include "exit.h"
256             mkstemp           #include "mkdtemp.h"
257                               #include "mkstemp.h"
258                             with
259                               #include <stdlib.h>
260
261 2007-01-26  strdup          The module now depends on string, so replace
262                               #include "strdup.h"
263                             with
264                               #include <string.h>
265
266 # This is for Emacs.
267 # Local Variables:
268 # indent-tabs-mode: nil
269 # whitespace-check-buffer-indent: nil
270 # End: