]> sourceware.org Git - glibc.git/blame - libidn/ChangeLog
Move sysdeps/unix/common/tcsendbrk.c to sysdeps/unix/sysv/linux/.
[glibc.git] / libidn / ChangeLog
CommitLineData
a4300c7a
UD
12012-03-07 Ulrich Drepper <drepper@gmail.com>
2
3 * Makefile (distribute): Remove variable.
4
aff2453d
UD
52011-12-03 Ulrich Drepper <drepper@gmail.com>
6
7 * idna.c (idna_to_unicode_4z4z): Remove variable rc.
8
0726cdf7
UD
92008-02-10 Jim Meyering <meyering@redhat.com>
10
11 * stringprep.c (stringprep, stringprep_profile): Remove useless
12 "if" before "free".
13
62f6b9b2
RM
142006-02-27 Roland McGrath <roland@redhat.com>
15
16 * Makefile: Use $(..) in place of ../.
17 * configure.in (libc_add_on_canonical, libc_add_on_subdirs): Set them.
18 * configure: Regenerated.
19
1d62ae8a
RM
202006-02-25 Roland McGrath <roland@redhat.com>
21
22 * configure.in: New file.
23 * configure: Replaced with generated file.
24 * sysdeps/unix/configure: File removed.
25
1b243ca9
RM
262005-03-08 Paul Eggert <eggert@cs.ucla.edu>
27
28 * iconvme.c (SIZE_MAX): New macro, if not already defined.
29 (iconv_string): Don't guess a size-zero buffer, as that might cause
30 buffer overrun. Instead, avoid multiplying by MB_LEN_MAX if the
31 result would be 'too large', where 'too large' is (heuristically)
32 the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
33 overflow concerns. This will prevent some unwanted malloc failures
34 when the inputs are very large.
35
e13e33e2
UD
362005-02-12 Simon Josefsson <jas@extundo.com >
37
38 * iconvme.h: New file, extracted from toutf8.c but improved.
39 * iconvme.c: New file.
40 * toutf8.c: Include stringprep.h first, to make the compiler check
41 that stringprep.h is standalone. Improve comments. Replace
42 #include of errno.h and sys/param.h with iconvme.h. Don't define
43 ICONV_CONST.
44 (stringprep_convert): Rewrite to use iconvme.h.
45 * Makefile (libcidn-routines): Add iconvme.
46
2c03b6db
UD
472004-10-05 Ulrich Drepper <drepper@redhat.com>
48
49 * idn-stub.c (unload_libidn): Don't define outside libc.
50
8f73811b
RM
512004-07-02 Roland McGrath <roland@redhat.com>
52
53 * configure: Don't exit.
54
3abc82c8
UD
552004-05-21 Ulrich Drepper <drepper@redhat.com>
56
57 * idna.c (idna_to_unicode_4z4z): Fix test for failed memory allocation.
58 Patch by Simon Josefsson.
59
9be31a51
UD
602004-05-06 Ulrich Drepper <drepper@redhat.com>
61
62 * stringprep.c (stringprep): Free memory if allocation failed.
63 * idna.c: Fix memory handling in several places.
64
2d7ae210
UD
652004-04-22 Simon Josefsson <jas@extundo.com>
66
67 * stringprep.h: Update to latest libidn version.
68 * stringprep.c: Likewise.
69 * idna.c: Likewise.
70
8eecbef5
UD
712004-03-14 Ulrich Drepper <drepper@redhat.com>
72
73 * idn-stub.c (__idna_to_unicode_lzlz): Use __strchrnul, not strchrnul.
74
75 * idna.c (idna_to_ascii_4z): Revert last patch.
76
f4089ca1
UD
772004-03-12 Ulrich Drepper <drepper@redhat.com>
78
a17256a4
UD
79 * idna.c (idna_to_ascii_4z): Use strdup if available. Unify two ifs.
80
81 * idn-stub.c: Implement __idna_to_unicode_lzlz. Split
82 __idna_to_ascii_lz in two parts so that loading can be shared with
83 the new function.
84 * Versions (libcidn): Export idna_to_unicode_lzlz.
85
f4089ca1
UD
86 * Makefile (libcidn-inhibit-o): Define. We need no archive.
87
518adf8c
UD
882004-03-08 Simon Josefsson <jas@extundo.com>
89
90 * toutf8.c: Update to latest libidn version.
91
3d96c0d8
UD
922004-03-08 Ulrich Drepper <drepper@redhat.com>
93
94 * stringprep.h: Don't include idn-int.h in glibc.
95 * idn-int.h: Removed.
96
b8ec72d9
UD
972004-03-07 Ulrich Drepper <drepper@redhat.com>
98
99 * idn-stub.c: Include <gnu/lib-names.h>. Use LIBCIDN_SO for dlopen.
100 * shlib-versions: New file.
101 * toutf8.c: Include <sys/param.h>.
102
01859b1c
UD
1032004-03-07 Simon Josefsson <jas@extundo.com>
104
105 * Banner: New file.
106 * Makefile: New file.
107 * Version: New file.
108 * configure: New file.
109 * idn-stub.c: New file.
110 * gunibreak.h: New file. Copied from Libidn.
111 * gunicomp.h: New file. Copied from Libidn.
112 * gunidecomp.h: New file. Copied from Libidn.
113 * idna.h: New file. Copied from Libidn.
114 * idna.c: New file. Copied from Libidn.
115 * nfkc.c: New file. Copied from Libidn.
116 * profiles.c: New file. Copied from Libidn.
117 * punycode.c: New file. Copied from Libidn.
118 * punycode.h: New file. Copied from Libidn.
119 * rfc3454.c: New file. Copied from Libidn.
120 * stringprep.c: New file. Copied from Libidn.
121 * stringprep.h: New file. Copied from Libidn.
122 * toutf8.c: New file. Copied from Libidn. Modified for use in glibc.
This page took 0.164412 seconds and 5 git commands to generate.