Don't use uint32_t in one odd place.
[libidn.git] / ChangeLog
blob56307946d5950693af0ef1aa494955dcf614165d
1 2002-12-09 01:24  Simon Josefsson <simon@josefsson.org>
3         * NEWS, configure.ac:
5         Release 0.0.7 (version 0.0.6 was abandon).  
7 2002-12-09 01:17  Simon Josefsson <simon@josefsson.org>
9         * configure.ac:
11         Release 0.0.6.  
13 2002-12-09 01:16  Simon Josefsson <simon@josefsson.org>
15         * tst_stringprep.c:
17         Check all upper string case mapping.  
19 2002-12-09 01:16  Simon Josefsson <simon@josefsson.org>
21         * stringprep.c:
23         Apply table until it can't be applied any longer.  
25 2002-12-07 07:06  Simon Josefsson <simon@josefsson.org>
27         * tst_stringprep.c:
29         Add nameprep vector.  
31 2002-12-07 07:05  Simon Josefsson <simon@josefsson.org>
33         * example.c:
35         Cosmetic fix.  
37 2002-12-07 07:03  Simon Josefsson <simon@josefsson.org>
39         * stringprep.c:
41         Fix printf() format warnings.  Fix bidi table for loop (affected
42         only nameprep).  
44 2002-12-07 04:38  Simon Josefsson <simon@josefsson.org>
46         * NEWS:
48         Release 0.0.5.  
50 2002-12-07 04:38  Simon Josefsson <simon@josefsson.org>
52         * Makefile.am, configure.ac:
54         Add memset.c, an AC_LIBOBJ.  
56 2002-12-07 04:35  Simon Josefsson <simon@josefsson.org>
58         * memset.c:
60         An AC_LIBOBJ, from gnulib.  
62 2002-12-07 04:31  Simon Josefsson <simon@josefsson.org>
64         * profiles.c, stringprep.c, stringprep.h.in:
66         Indent.  
68 2002-12-07 04:30  Simon Josefsson <simon@josefsson.org>
70         * README:
72         Use new types.  
74 2002-12-07 04:22  Simon Josefsson <simon@josefsson.org>
76         * profiles.c, stringprep.c, stringprep.h.in, tst_stringprep.c:
78         Fixes.  
80 2002-12-07 04:11  Simon Josefsson <simon@josefsson.org>
82         * profiles.c, stringprep.c, tst_stringprep.c:
84         Fix bidi code and add self tests.  
86 2002-12-07 03:30  Simon Josefsson <simon@josefsson.org>
88         * gen-stringprep-tables.pl, profiles.c, stringprep.c,
89         stringprep.h.in, stringprep_generic.h, stringprep_kerberos5.h,
90         stringprep_nameprep.h, tst_stringprep.c:
92         Clean up internal profiling definitions.  
94 2002-12-06 05:25  Simon Josefsson <simon@josefsson.org>
96         * example.c:
98         Fix typo.  
100 2002-12-06 04:33  Simon Josefsson <simon@josefsson.org>
102         * configure.ac:
104         Release 0.0.4.  
106 2002-12-06 04:32  Simon Josefsson <simon@josefsson.org>
108         * NEWS, README, profiles.c, stringprep.c, stringprep.h.in,
109         stringprep_nameprep.h, tst_stringprep.c:
111         Add unassigned code point handling, and self test.  
113 2002-12-06 03:56  Simon Josefsson <simon@josefsson.org>
115         * tst_stringprep.c:
117         Don't modify constant string during debug.  
119 2002-12-05 03:07  Simon Josefsson <simon@josefsson.org>
121         * stringprep.c:
123         Don't use *_fast().  
125 2002-12-05 02:44  Simon Josefsson <simon@josefsson.org>
127         * Makefile.am:
129         Don't use $< (GNU specific).  
131 2002-12-03 04:19  Simon Josefsson <simon@josefsson.org>
133         * Makefile.am:
135         Portability fixes.  
137 2002-12-03 03:38  Simon Josefsson <simon@josefsson.org>
139         * internal.h, nfkc.c, stringprep.c, toutf8.c, tst_nfkc.c,
140         tst_stringprep.c, version.c:
142         Simplify the #include-mess. (NULL wasn't found on 
143         alpha-unknown-netbsd1.6) 
145 2002-11-30 16:22  Simon Josefsson <simon@josefsson.org>
147         * config.rpath:
149         [no log message] 
151 2002-11-30 16:16  Simon Josefsson <simon@josefsson.org>
153         * NEWS, configure.ac:
155         Release 0.0.3.  
157 2002-11-30 16:14  Simon Josefsson <simon@josefsson.org>
159         * Makefile.am, configure.ac, strdup.c:
161         Add replacement strdup.c for system's without it.  Increment shared
162         library version.  Trim autoconf tests.  
164 2002-11-30 16:11  Simon Josefsson <simon@josefsson.org>
166         * README:
168         Added copying conditions.  Added more API documentation.  
170 2002-11-30 16:10  Simon Josefsson <simon@josefsson.org>
172         * THANKS:
174         Add copying conditions.  
176 2002-11-30 16:10  Simon Josefsson <simon@josefsson.org>
178         * AUTHORS:
180         Add copying conditions and public key.  
182 2002-11-30 15:52  Simon Josefsson <simon@josefsson.org>
184         * Makefile.am, example.c, nfkc.c, stringprep.h.in,
185         tst_stringprep.c:
187         Export stringprep_utf8_to_unichar.  
188         
189         Rename stringprep_utf8_to_ucs4_fast to stringprep_utf8_to_ucs4 to 
190         clean up API (old entry maintained for binary backwards
191         compatibility though).  
192         
193         Indent.  
194         
195         Add sign make target.  
197 2002-11-29 04:03  Simon Josefsson <simon@josefsson.org>
199         * nfkc.c, profiles.c, toutf8.c:
201         indent 
203 2002-11-29 04:02  Simon Josefsson <simon@josefsson.org>
205         * stringprep.c:
207         improve debugging output 
209 2002-11-14 09:55  Simon Josefsson <simon@josefsson.org>
211         * configure.ac:
213         AC_PROG_RANLIB obsoleted by libtool.  
215 2002-11-07 06:55  Simon Josefsson <simon@josefsson.org>
217         * example.c:
219         improve comment 
221 2002-11-07 06:50  Simon Josefsson <simon@josefsson.org>
223         * Makefile.am:
225         add dependency 
227 2002-11-07 04:28  Simon Josefsson <simon@josefsson.org>
229         * NEWS, configure.ac:
231         Release 0.0.2.  
233 2002-11-07 04:14  Simon Josefsson <simon@josefsson.org>
235         * toutf8.c:
237         Remove unused variable.  
239 2002-11-07 04:14  Simon Josefsson <simon@josefsson.org>
241         * stringprep.c:
243         Fix memory leak.  
245 2002-11-07 02:51  Simon Josefsson <simon@josefsson.org>
247         * Makefile.am, tst_nfkc.c, tst_stringprep.c:
249         Add NFKC self test.  
251 2002-11-06 12:25  Simon Josefsson <simon@josefsson.org>
253         * stringprep.h.in, toutf8.c:
255         Cosmetic fixes.  
257 2002-11-06 12:25  Simon Josefsson <simon@josefsson.org>
259         * ANNOUNCE:
261         Add.  
263 2002-11-06 07:56  Simon Josefsson <simon@josefsson.org>
265         * README:
267         Explain why GLIB is not used.  
269 2002-11-06 07:33  Simon Josefsson <simon@josefsson.org>
271         * Makefile.am, README:
273         Build fixes.  
275 2002-11-06 07:15  Simon Josefsson <simon@josefsson.org>
277         * Makefile.am, NEWS, README, THANKS, configure.ac, example.c,
278         iconv.m4, libstringprep.pc.in, profiles.c, stringprep.h.in,
279         stringprep_generic.h, stringprep_kerberos5.h,
280         stringprep_nameprep.h, toutf8.c:
282         Add example.  Add toutf8.c.  Check if OS has locale functions.  Add
283         -R to pkg-config info file.  Moved profile variables to profile.c
284         from header files.  
286 2002-11-05 12:53  Simon Josefsson <simon@josefsson.org>
288         * AUTHORS, COPYING.LIB, CaseFolding-3.2.0.txt,
289         CompositionExclusions-3.2.0.txt, LineBreak-3.2.0.txt, Makefile.am,
290         NEWS, README, SpecialCasing-3.2.0.txt, THANKS,
291         UnicodeData-3.2.0.txt, configure.ac,
292         draft-hoffman-stringprep-07.txt, gen-stringprep-tables.pl,
293         gen-unicode-tables.pl, libstringprep.pc.in, nfkc.c, stringprep.c,
294         stringprep.h.in, stringprep_generic.h, stringprep_kerberos5.h,
295         stringprep_nameprep.h, tst_stringprep.c, version.c:
297         Initial version.