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