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