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