annotate NEWS @ 8882:41d1dcf3e597

Fix an old entry.
author Bruno Haible <bruno@clisp.org>
date Mon, 28 May 2007 14:43:49 +0000
parents 814d6b735b16
children e9aa39473d0f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8435
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Important notes
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 ---------------
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 User visible incompatible changes
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 ---------------------------------
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 Date Modules Changes
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
8861
814d6b735b16 * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
Jim Meyering <jim@meyering.net>
parents: 8783
diff changeset
9 2007-05-20 utimens Renamed futimens to gl_futimens, to avoid
814d6b735b16 * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
Jim Meyering <jim@meyering.net>
parents: 8783
diff changeset
10 conflict with the glibc-2.6-introduced function
814d6b735b16 * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
Jim Meyering <jim@meyering.net>
parents: 8783
diff changeset
11 that has a different signature.
814d6b735b16 * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
Jim Meyering <jim@meyering.net>
parents: 8783
diff changeset
12
8783
bb4e89fdfa87 sigprocmask.h is replaced with <signal.h>.
Bruno Haible <bruno@clisp.org>
parents: 8648
diff changeset
13 2007-05-01 sigprocmask The module now depends on signal, so replace
bb4e89fdfa87 sigprocmask.h is replaced with <signal.h>.
Bruno Haible <bruno@clisp.org>
parents: 8648
diff changeset
14 #include "sigprocmask.h"
bb4e89fdfa87 sigprocmask.h is replaced with <signal.h>.
Bruno Haible <bruno@clisp.org>
parents: 8648
diff changeset
15 with
bb4e89fdfa87 sigprocmask.h is replaced with <signal.h>.
Bruno Haible <bruno@clisp.org>
parents: 8648
diff changeset
16 #include <signal.h>
bb4e89fdfa87 sigprocmask.h is replaced with <signal.h>.
Bruno Haible <bruno@clisp.org>
parents: 8648
diff changeset
17
8648
359d135f748c Assume 'long double' exists.
Bruno Haible <bruno@clisp.org>
parents: 8620
diff changeset
18 2007-04-06 gettext The macro HAVE_LONG_DOUBLE is no longer set.
359d135f748c Assume 'long double' exists.
Bruno Haible <bruno@clisp.org>
parents: 8620
diff changeset
19 You can replace all its uses with 1, i.e. assume
359d135f748c Assume 'long double' exists.
Bruno Haible <bruno@clisp.org>
parents: 8620
diff changeset
20 'long double' as a type exists.
359d135f748c Assume 'long double' exists.
Bruno Haible <bruno@clisp.org>
parents: 8620
diff changeset
21
8608
345e76b911df Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents: 8571
diff changeset
22 2007-04-01 arcfour Renamed to crypto/arcfour.
345e76b911df Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents: 8571
diff changeset
23 arctwo Renamed to crypto/arctwo.
345e76b911df Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents: 8571
diff changeset
24 des Renamed to crypto/des.
8619
4a34aa9fe06b Fix gc.
Simon Josefsson <simon@josefsson.org>
parents: 8608
diff changeset
25 gc Renamed to crypto/gc.
8608
345e76b911df Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents: 8571
diff changeset
26 gc-arcfour Renamed to crypto/gc-arcfour.
345e76b911df Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents: 8571
diff changeset
27 gc-arctwo Renamed to crypto/gc-arctwo.
345e76b911df Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents: 8571
diff changeset
28 gc-des Renamed to crypto/gc-des.
345e76b911df Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents: 8571
diff changeset
29 gc-hmac-md5 Renamed to crypto/gc-hmac-md5.
345e76b911df Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents: 8571
diff changeset
30 gc-hmac-sha1 Renamed to crypto/gc-hmac-sha1.
345e76b911df Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents: 8571
diff changeset
31 gc-md2 Renamed to crypto/gc-md2.
345e76b911df Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents: 8571
diff changeset
32 gc-md4 Renamed to crypto/gc-md4.
345e76b911df Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents: 8571
diff changeset
33 gc-md5 Renamed to crypto/gc-md5.
345e76b911df Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents: 8571
diff changeset
34 gc-pbkdf2-sha1 Renamed to crypto/gc-pbkdf2-sha1.
345e76b911df Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents: 8571
diff changeset
35 gc-random Renamed to crypto/gc-random.
345e76b911df Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents: 8571
diff changeset
36 gc-rijndael Renamed to crypto/gc-rijndael.
345e76b911df Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents: 8571
diff changeset
37 gc-sha1 Renamed to crypto/gc-sha1.
345e76b911df Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents: 8571
diff changeset
38 hmac-md5 Renamed to crypto/hmac-md5.
345e76b911df Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents: 8571
diff changeset
39 hmac-sha1 Renamed to crypto/hmac-sha1.
345e76b911df Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents: 8571
diff changeset
40 md2 Renamed to crypto/md2.
345e76b911df Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents: 8571
diff changeset
41 md4 Renamed to crypto/md4.
345e76b911df Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents: 8571
diff changeset
42 md5 Renamed to crypto/md5.
345e76b911df Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents: 8571
diff changeset
43 rijndael Renamed to crypto/rijndael.
345e76b911df Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents: 8571
diff changeset
44 sha1 Renamed to crypto/sha1.
345e76b911df Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents: 8571
diff changeset
45
8571
2c310f4a00e7 Reorder.
Simon Josefsson <simon@josefsson.org>
parents: 8532
diff changeset
46 2007-03-27 vasprintf The module now depends on stdio, so replace
2c310f4a00e7 Reorder.
Simon Josefsson <simon@josefsson.org>
parents: 8532
diff changeset
47 #include "vasprintf.h"
2c310f4a00e7 Reorder.
Simon Josefsson <simon@josefsson.org>
parents: 8532
diff changeset
48 with
2c310f4a00e7 Reorder.
Simon Josefsson <simon@josefsson.org>
parents: 8532
diff changeset
49 #include <stdio.h>
2c310f4a00e7 Reorder.
Simon Josefsson <simon@josefsson.org>
parents: 8532
diff changeset
50
8532
11f6a87d953a New module 'search'.
Bruno Haible <bruno@clisp.org>
parents: 8507
diff changeset
51 2007-03-24 tsearch The include file is changed from "tsearch.h" to
11f6a87d953a New module 'search'.
Bruno Haible <bruno@clisp.org>
parents: 8507
diff changeset
52 <search.h>.
11f6a87d953a New module 'search'.
Bruno Haible <bruno@clisp.org>
parents: 8507
diff changeset
53
8507
2d9de99c11d9 Drop the include files utf8-ucs4.h, utf8-ucs4-unsafe.h, utf16-ucs4.h,
Bruno Haible <bruno@clisp.org>
parents: 8478
diff changeset
54 2007-03-24 utf8-ucs4 The include file is changed from "utf8-ucs4.h"
2d9de99c11d9 Drop the include files utf8-ucs4.h, utf8-ucs4-unsafe.h, utf16-ucs4.h,
Bruno Haible <bruno@clisp.org>
parents: 8478
diff changeset
55 to "unistr.h".
2d9de99c11d9 Drop the include files utf8-ucs4.h, utf8-ucs4-unsafe.h, utf16-ucs4.h,
Bruno Haible <bruno@clisp.org>
parents: 8478
diff changeset
56 utf8-ucs4-unsafe The include file is changed from
2d9de99c11d9 Drop the include files utf8-ucs4.h, utf8-ucs4-unsafe.h, utf16-ucs4.h,
Bruno Haible <bruno@clisp.org>
parents: 8478
diff changeset
57 "utf8-ucs4-unsafe.h" to "unistr.h".
2d9de99c11d9 Drop the include files utf8-ucs4.h, utf8-ucs4-unsafe.h, utf16-ucs4.h,
Bruno Haible <bruno@clisp.org>
parents: 8478
diff changeset
58 utf16-ucs4 The include file is changed from "utf16-ucs4.h"
2d9de99c11d9 Drop the include files utf8-ucs4.h, utf8-ucs4-unsafe.h, utf16-ucs4.h,
Bruno Haible <bruno@clisp.org>
parents: 8478
diff changeset
59 to "unistr.h".
8882
41d1dcf3e597 Fix an old entry.
Bruno Haible <bruno@clisp.org>
parents: 8861
diff changeset
60 utf16-ucs4-unsafe The include file is changed from
41d1dcf3e597 Fix an old entry.
Bruno Haible <bruno@clisp.org>
parents: 8861
diff changeset
61 "utf16-ucs4-unsafe.h" to "unistr.h".
8507
2d9de99c11d9 Drop the include files utf8-ucs4.h, utf8-ucs4-unsafe.h, utf16-ucs4.h,
Bruno Haible <bruno@clisp.org>
parents: 8478
diff changeset
62 ucs4-utf8 The include file is changed from "ucs4-utf8.h"
2d9de99c11d9 Drop the include files utf8-ucs4.h, utf8-ucs4-unsafe.h, utf16-ucs4.h,
Bruno Haible <bruno@clisp.org>
parents: 8478
diff changeset
63 to "unistr.h".
2d9de99c11d9 Drop the include files utf8-ucs4.h, utf8-ucs4-unsafe.h, utf16-ucs4.h,
Bruno Haible <bruno@clisp.org>
parents: 8478
diff changeset
64 ucs4-utf16 The include file is changed from "ucs4-utf16.h"
2d9de99c11d9 Drop the include files utf8-ucs4.h, utf8-ucs4-unsafe.h, utf16-ucs4.h,
Bruno Haible <bruno@clisp.org>
parents: 8478
diff changeset
65 to "unistr.h".
2d9de99c11d9 Drop the include files utf8-ucs4.h, utf8-ucs4-unsafe.h, utf16-ucs4.h,
Bruno Haible <bruno@clisp.org>
parents: 8478
diff changeset
66
8478
1627fd93e51e Remove module 'iconvme'.
Bruno Haible <bruno@clisp.org>
parents: 8452
diff changeset
67 2007-03-19 iconvme The module is removed. Use module striconv instead:
1627fd93e51e Remove module 'iconvme'.
Bruno Haible <bruno@clisp.org>
parents: 8452
diff changeset
68 iconv_string -> str_iconv
1627fd93e51e Remove module 'iconvme'.
Bruno Haible <bruno@clisp.org>
parents: 8452
diff changeset
69 iconv_alloc -> str_cd_iconv (with reversed
1627fd93e51e Remove module 'iconvme'.
Bruno Haible <bruno@clisp.org>
parents: 8452
diff changeset
70 arguments)
1627fd93e51e Remove module 'iconvme'.
Bruno Haible <bruno@clisp.org>
parents: 8452
diff changeset
71
8438
238942284e2f Allow the use of a destructor for the values stored in the list.
Bruno Haible <bruno@clisp.org>
parents: 8436
diff changeset
72 2007-03-15 list The functions gl_list_create_empty and
8452
1995f0dca46c Mention all modules affected by last change.
Bruno Haible <bruno@clisp.org>
parents: 8450
diff changeset
73 array-list gl_list_create now take an extra fourth argument.
1995f0dca46c Mention all modules affected by last change.
Bruno Haible <bruno@clisp.org>
parents: 8450
diff changeset
74 carray-list You can pass NULL.
1995f0dca46c Mention all modules affected by last change.
Bruno Haible <bruno@clisp.org>
parents: 8450
diff changeset
75 linked-list
1995f0dca46c Mention all modules affected by last change.
Bruno Haible <bruno@clisp.org>
parents: 8450
diff changeset
76 linkedhash-list
1995f0dca46c Mention all modules affected by last change.
Bruno Haible <bruno@clisp.org>
parents: 8450
diff changeset
77 avltree-list
1995f0dca46c Mention all modules affected by last change.
Bruno Haible <bruno@clisp.org>
parents: 8450
diff changeset
78 rbtree-list
1995f0dca46c Mention all modules affected by last change.
Bruno Haible <bruno@clisp.org>
parents: 8450
diff changeset
79 avltreehash-list
1995f0dca46c Mention all modules affected by last change.
Bruno Haible <bruno@clisp.org>
parents: 8450
diff changeset
80 rbtreehash-list
8438
238942284e2f Allow the use of a destructor for the values stored in the list.
Bruno Haible <bruno@clisp.org>
parents: 8436
diff changeset
81
8436
36bbb949160c Add an element disposal function.
Bruno Haible <bruno@clisp.org>
parents: 8435
diff changeset
82 2007-03-15 oset The function gl_oset_create_empty now takes a
36bbb949160c Add an element disposal function.
Bruno Haible <bruno@clisp.org>
parents: 8435
diff changeset
83 array-oset third argument. You can pass NULL.
36bbb949160c Add an element disposal function.
Bruno Haible <bruno@clisp.org>
parents: 8435
diff changeset
84 avltree-oset
36bbb949160c Add an element disposal function.
Bruno Haible <bruno@clisp.org>
parents: 8435
diff changeset
85 rbtree-oset
36bbb949160c Add an element disposal function.
Bruno Haible <bruno@clisp.org>
parents: 8435
diff changeset
86
8435
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
87 2007-03-12 des The types and functions in lib/des.h have been
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
88 gc-des renamed:
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
89
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
90 des_ctx -> gl_des_ctx, tripledes_ctx -> gl_3des_ctx,
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
91 des_is_weak_key -> gl_des_is_weak_key,
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
92 des_setkey -> gl_des_setkey,
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
93 des_makekey -> gl_des_makekey,
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
94 des_ecb_crypt -> gl_des_ecb_crypt,
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
95 des_ecb_encrypt -> gl_des_ecb_encrypt,
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
96 des_ecb_decrypt -> gl_des_ecb_decrypt,
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
97 tripledes_set2keys -> gl_3des_set2keys,
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
98 tripledes_set3keys -> gl_3des_set3keys,
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
99 tripledes_makekey -> gl_3des_makekey,
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
100 tripledes_ecb_crypt -> gl_3des_ecb_crypt.
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
101
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
102 Also consider using the "gc-des" buffer instead of
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
103 using the "des" module directly.
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
104
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
105 2007-02-28 xreadlink The module xreadlink was renamed to
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
106 xreadlink-with-size. The function was renamed:
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
107 xreadlink -> xreadlink_with_size.
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
108
8450
974cb4afc21f * NEWS: Document stdlib change from 2007-02-18.
Eric Blake <ebb9@byu.net>
parents: 8447
diff changeset
109 2007-02-18 exit The modules now depend on stdlib, so replace
974cb4afc21f * NEWS: Document stdlib change from 2007-02-18.
Eric Blake <ebb9@byu.net>
parents: 8447
diff changeset
110 mkdtemp #include "exit.h"
974cb4afc21f * NEWS: Document stdlib change from 2007-02-18.
Eric Blake <ebb9@byu.net>
parents: 8447
diff changeset
111 mkstemp #include "mkdtemp.h"
974cb4afc21f * NEWS: Document stdlib change from 2007-02-18.
Eric Blake <ebb9@byu.net>
parents: 8447
diff changeset
112 #include "mkstemp.h"
974cb4afc21f * NEWS: Document stdlib change from 2007-02-18.
Eric Blake <ebb9@byu.net>
parents: 8447
diff changeset
113 with
974cb4afc21f * NEWS: Document stdlib change from 2007-02-18.
Eric Blake <ebb9@byu.net>
parents: 8447
diff changeset
114 #include <stdlib.h>
974cb4afc21f * NEWS: Document stdlib change from 2007-02-18.
Eric Blake <ebb9@byu.net>
parents: 8447
diff changeset
115
8447
f4bf8ff7f21b Discuss strdup change.
Simon Josefsson <simon@josefsson.org>
parents: 8438
diff changeset
116 2007-01-26 strdup The module now depends on string, so replace
f4bf8ff7f21b Discuss strdup change.
Simon Josefsson <simon@josefsson.org>
parents: 8438
diff changeset
117 #include "strdup.h"
f4bf8ff7f21b Discuss strdup change.
Simon Josefsson <simon@josefsson.org>
parents: 8438
diff changeset
118 with
f4bf8ff7f21b Discuss strdup change.
Simon Josefsson <simon@josefsson.org>
parents: 8438
diff changeset
119 #include <string.h>
f4bf8ff7f21b Discuss strdup change.
Simon Josefsson <simon@josefsson.org>
parents: 8438
diff changeset
120
8435
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
121 # This is for Emacs.
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
122 # Local Variables:
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
123 # indent-tabs-mode: nil
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
124 # whitespace-check-buffer-indent: nil
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
125 # End: