Remove the wcwidth.h file. Move wcwidth's declaration to wchar_.h.
[gnulib.git] / NEWS
1 Important notes
2 ---------------
3
4 User visible incompatible changes
5 ---------------------------------
6
7 Date        Modules         Changes
8
9 2007-07-07  wcwidth         The include file is changed from "wcwidth.h" to
10                             <wchar.h>.
11
12 2007-07-02  gpl, lgpl       Renamed to gpl-2.0 and lgpl-2.1 respectively.
13                             (There is also a new module gpl-3.0.)
14
15 2007-06-16  lchown          The include file is changed from "lchown.h" to
16                             <unistd.h>.
17
18 2007-06-09  xallocsa        Renamed to xmalloca. The include file "xallocsa.h"
19                             was remamed to "xmalloca.h". The function was
20                             renamed:
21                               xallocsa -> xmalloca
22
23 2007-06-09  allocsa         Renamed to malloca. The include file "allocsa.h"
24                             was remamed to "malloca.h". The function-like
25                             macros were renamed:
26                               allocsa -> malloca
27                               freesa -> freea
28
29 2007-05-20  utimens         Renamed futimens to gl_futimens, to avoid
30                             conflict with the glibc-2.6-introduced function
31                             that has a different signature.
32
33 2007-05-01  sigprocmask     The module now depends on signal, so replace
34                               #include "sigprocmask.h"
35                             with
36                               #include <signal.h>
37
38 2007-04-06  gettext         The macro HAVE_LONG_DOUBLE is no longer set.
39                             You can replace all its uses with 1, i.e. assume
40                             'long double' as a type exists.
41
42 2007-04-01  arcfour         Renamed to crypto/arcfour.
43             arctwo          Renamed to crypto/arctwo.
44             des             Renamed to crypto/des.
45             gc              Renamed to crypto/gc.
46             gc-arcfour      Renamed to crypto/gc-arcfour.
47             gc-arctwo       Renamed to crypto/gc-arctwo.
48             gc-des          Renamed to crypto/gc-des.
49             gc-hmac-md5     Renamed to crypto/gc-hmac-md5.
50             gc-hmac-sha1    Renamed to crypto/gc-hmac-sha1.
51             gc-md2          Renamed to crypto/gc-md2.
52             gc-md4          Renamed to crypto/gc-md4.
53             gc-md5          Renamed to crypto/gc-md5.
54             gc-pbkdf2-sha1  Renamed to crypto/gc-pbkdf2-sha1.
55             gc-random       Renamed to crypto/gc-random.
56             gc-rijndael     Renamed to crypto/gc-rijndael.
57             gc-sha1         Renamed to crypto/gc-sha1.
58             hmac-md5        Renamed to crypto/hmac-md5.
59             hmac-sha1       Renamed to crypto/hmac-sha1.
60             md2             Renamed to crypto/md2.
61             md4             Renamed to crypto/md4.
62             md5             Renamed to crypto/md5.
63             rijndael        Renamed to crypto/rijndael.
64             sha1            Renamed to crypto/sha1.
65
66 2007-03-27  vasprintf       The module now depends on stdio, so replace
67                                #include "vasprintf.h"
68                             with
69                                #include <stdio.h>
70
71 2007-03-24  tsearch         The include file is changed from "tsearch.h" to
72                             <search.h>.
73
74 2007-03-24  utf8-ucs4       The include file is changed from "utf8-ucs4.h"
75                             to "unistr.h".
76             utf8-ucs4-unsafe  The include file is changed from
77                             "utf8-ucs4-unsafe.h" to "unistr.h".
78             utf16-ucs4      The include file is changed from "utf16-ucs4.h"
79                             to "unistr.h".
80             utf16-ucs4-unsafe  The include file is changed from
81                             "utf16-ucs4-unsafe.h" to "unistr.h".
82             ucs4-utf8       The include file is changed from "ucs4-utf8.h"
83                             to "unistr.h".
84             ucs4-utf16      The include file is changed from "ucs4-utf16.h"
85                             to "unistr.h".
86
87 2007-03-19  iconvme         The module is removed. Use module striconv instead:
88                             iconv_string -> str_iconv
89                             iconv_alloc -> str_cd_iconv (with reversed
90                                            arguments)
91
92 2007-03-15  list            The functions gl_list_create_empty and
93             array-list      gl_list_create now take an extra fourth argument.
94             carray-list     You can pass NULL.
95             linked-list
96             linkedhash-list
97             avltree-list
98             rbtree-list
99             avltreehash-list
100             rbtreehash-list
101
102 2007-03-15  oset            The function gl_oset_create_empty now takes a
103             array-oset      third argument. You can pass NULL.
104             avltree-oset
105             rbtree-oset
106
107 2007-03-12  des             The types and functions in lib/des.h have been
108             gc-des          renamed:
109
110                             des_ctx -> gl_des_ctx, tripledes_ctx -> gl_3des_ctx,
111                             des_is_weak_key -> gl_des_is_weak_key,
112                             des_setkey -> gl_des_setkey,
113                             des_makekey -> gl_des_makekey,
114                             des_ecb_crypt -> gl_des_ecb_crypt,
115                             des_ecb_encrypt -> gl_des_ecb_encrypt,
116                             des_ecb_decrypt -> gl_des_ecb_decrypt,
117                             tripledes_set2keys -> gl_3des_set2keys,
118                             tripledes_set3keys -> gl_3des_set3keys,
119                             tripledes_makekey -> gl_3des_makekey,
120                             tripledes_ecb_crypt -> gl_3des_ecb_crypt.
121
122                             Also consider using the "gc-des" buffer instead of
123                             using the "des" module directly.
124
125 2007-02-28  xreadlink       The module xreadlink was renamed to
126                             xreadlink-with-size. The function was renamed:
127                             xreadlink -> xreadlink_with_size.
128
129 2007-02-18  exit            The modules now depend on stdlib, so replace
130             mkdtemp           #include "exit.h"
131             mkstemp           #include "mkdtemp.h"
132                               #include "mkstemp.h"
133                             with
134                               #include <stdlib.h>
135
136 2007-01-26  strdup          The module now depends on string, so replace
137                               #include "strdup.h"
138                             with
139                               #include <string.h>
140
141 # This is for Emacs.
142 # Local Variables:
143 # indent-tabs-mode: nil
144 # whitespace-check-buffer-indent: nil
145 # End: