annotate NEWS @ 8478:1627fd93e51e

Remove module 'iconvme'.
author Bruno Haible <bruno@clisp.org>
date Tue, 20 Mar 2007 00:35:56 +0000
parents 1995f0dca46c
children 2d9de99c11d9
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
8478
1627fd93e51e Remove module 'iconvme'.
Bruno Haible <bruno@clisp.org>
parents: 8452
diff changeset
9 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
10 iconv_string -> str_iconv
1627fd93e51e Remove module 'iconvme'.
Bruno Haible <bruno@clisp.org>
parents: 8452
diff changeset
11 iconv_alloc -> str_cd_iconv (with reversed
1627fd93e51e Remove module 'iconvme'.
Bruno Haible <bruno@clisp.org>
parents: 8452
diff changeset
12 arguments)
1627fd93e51e Remove module 'iconvme'.
Bruno Haible <bruno@clisp.org>
parents: 8452
diff changeset
13
8438
238942284e2f Allow the use of a destructor for the values stored in the list.
Bruno Haible <bruno@clisp.org>
parents: 8436
diff changeset
14 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
15 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
16 carray-list You can pass NULL.
1995f0dca46c Mention all modules affected by last change.
Bruno Haible <bruno@clisp.org>
parents: 8450
diff changeset
17 linked-list
1995f0dca46c Mention all modules affected by last change.
Bruno Haible <bruno@clisp.org>
parents: 8450
diff changeset
18 linkedhash-list
1995f0dca46c Mention all modules affected by last change.
Bruno Haible <bruno@clisp.org>
parents: 8450
diff changeset
19 avltree-list
1995f0dca46c Mention all modules affected by last change.
Bruno Haible <bruno@clisp.org>
parents: 8450
diff changeset
20 rbtree-list
1995f0dca46c Mention all modules affected by last change.
Bruno Haible <bruno@clisp.org>
parents: 8450
diff changeset
21 avltreehash-list
1995f0dca46c Mention all modules affected by last change.
Bruno Haible <bruno@clisp.org>
parents: 8450
diff changeset
22 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
23
8436
36bbb949160c Add an element disposal function.
Bruno Haible <bruno@clisp.org>
parents: 8435
diff changeset
24 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
25 array-oset third argument. You can pass NULL.
36bbb949160c Add an element disposal function.
Bruno Haible <bruno@clisp.org>
parents: 8435
diff changeset
26 avltree-oset
36bbb949160c Add an element disposal function.
Bruno Haible <bruno@clisp.org>
parents: 8435
diff changeset
27 rbtree-oset
36bbb949160c Add an element disposal function.
Bruno Haible <bruno@clisp.org>
parents: 8435
diff changeset
28
8447
f4bf8ff7f21b Discuss strdup change.
Simon Josefsson <simon@josefsson.org>
parents: 8438
diff changeset
29 2007-03-13 vasprintf The module now depends on stdio, so replace
f4bf8ff7f21b Discuss strdup change.
Simon Josefsson <simon@josefsson.org>
parents: 8438
diff changeset
30 #include "vasprintf.h"
f4bf8ff7f21b Discuss strdup change.
Simon Josefsson <simon@josefsson.org>
parents: 8438
diff changeset
31 with
f4bf8ff7f21b Discuss strdup change.
Simon Josefsson <simon@josefsson.org>
parents: 8438
diff changeset
32 #include <stdio.h>
f4bf8ff7f21b Discuss strdup change.
Simon Josefsson <simon@josefsson.org>
parents: 8438
diff changeset
33
8435
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
34 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
35 gc-des renamed:
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
36
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
37 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
38 des_is_weak_key -> gl_des_is_weak_key,
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
39 des_setkey -> gl_des_setkey,
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
40 des_makekey -> gl_des_makekey,
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
41 des_ecb_crypt -> gl_des_ecb_crypt,
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
42 des_ecb_encrypt -> gl_des_ecb_encrypt,
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
43 des_ecb_decrypt -> gl_des_ecb_decrypt,
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
44 tripledes_set2keys -> gl_3des_set2keys,
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
45 tripledes_set3keys -> gl_3des_set3keys,
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
46 tripledes_makekey -> gl_3des_makekey,
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
47 tripledes_ecb_crypt -> gl_3des_ecb_crypt.
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
48
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
49 Also consider using the "gc-des" buffer instead of
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
50 using the "des" module directly.
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
51
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
52 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
53 xreadlink-with-size. The function was renamed:
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
54 xreadlink -> xreadlink_with_size.
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
55
8450
974cb4afc21f * NEWS: Document stdlib change from 2007-02-18.
Eric Blake <ebb9@byu.net>
parents: 8447
diff changeset
56 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
57 mkdtemp #include "exit.h"
974cb4afc21f * NEWS: Document stdlib change from 2007-02-18.
Eric Blake <ebb9@byu.net>
parents: 8447
diff changeset
58 mkstemp #include "mkdtemp.h"
974cb4afc21f * NEWS: Document stdlib change from 2007-02-18.
Eric Blake <ebb9@byu.net>
parents: 8447
diff changeset
59 #include "mkstemp.h"
974cb4afc21f * NEWS: Document stdlib change from 2007-02-18.
Eric Blake <ebb9@byu.net>
parents: 8447
diff changeset
60 with
974cb4afc21f * NEWS: Document stdlib change from 2007-02-18.
Eric Blake <ebb9@byu.net>
parents: 8447
diff changeset
61 #include <stdlib.h>
974cb4afc21f * NEWS: Document stdlib change from 2007-02-18.
Eric Blake <ebb9@byu.net>
parents: 8447
diff changeset
62
8447
f4bf8ff7f21b Discuss strdup change.
Simon Josefsson <simon@josefsson.org>
parents: 8438
diff changeset
63 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
64 #include "strdup.h"
f4bf8ff7f21b Discuss strdup change.
Simon Josefsson <simon@josefsson.org>
parents: 8438
diff changeset
65 with
f4bf8ff7f21b Discuss strdup change.
Simon Josefsson <simon@josefsson.org>
parents: 8438
diff changeset
66 #include <string.h>
f4bf8ff7f21b Discuss strdup change.
Simon Josefsson <simon@josefsson.org>
parents: 8438
diff changeset
67
8435
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
68 # This is for Emacs.
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
69 # Local Variables:
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
70 # indent-tabs-mode: nil
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
71 # whitespace-check-buffer-indent: nil
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
72 # End: