[HEIMDAL-646] malloc(0) checks for AIX
[heimdal.git] / lib / wind / ChangeLog
blob0d8119d94453d52e87be029648cefbc56975b684
1 2008-07-15  Love Hörnquist Åstrand  <lha@kth.se>
3         * Makefile.am: Try to do depencies better.
4         
5 2008-07-15  Love Hörnquist Åstrand  <lha@kth.se>
7         * Makefile.am: add punycode_examples.[ch] to built files.
9 2008-06-01  Love Hörnquist Åstrand  <lha@kth.se>
11         * Add utf8 <-> utf16 support.
13 2008-05-31  Love Hörnquist Åstrand  <lha@kth.se>
15         * generate files into the source tree
17 2008-05-31  Love Hörnquist Åstrand  <lha@kth.se>
19         * Support utf8 to utf16 conversion.
21 2008-05-30  Love Hörnquist Åstrand  <lha@kth.se>
23         * idn-lookup.c: Drop <stdint.h>
25         * wind.h: Use <krb5-types.h>
27 2008-05-23  Love Hörnquist Åstrand  <lha@kth.se>
29         * windlocl.h: Include <krb5-types.h> to get fixed int types.
30         
31 2008-04-20  Love Hörnquist Åstrand  <lha@it.su.se>
33         * stringprep.c: Use <string.h> instead of <strings.h>.
34         
35 2008-04-14  Love Hörnquist Åstrand  <lha@it.su.se>
37         * wind.h: Make wind_stringprep match prototype in .c file. pointed
38         out by David Rosenstrauch.
39         
40 2008-04-08  Love Hörnquist Åstrand  <lha@it.su.se>
42         * test-normalize.c: include roken.h
44 2008-02-26  Love Hörnquist Åstrand  <lha@it.su.se>
46         * Add more built files so they are distributed.
48 2008-02-24  Love Hörnquist Åstrand  <lha@it.su.se>
50         * Makefile.am: Add LIB_com_err.
52 2008-02-23  Love Hörnquist Åstrand  <lha@it.su.se>
54         * Makefile.am: Add more built files.
56         * Makefile.am: Add unicode header files.
58         * punycode.c: make pass the test cases again.
59         
60         * Makefile.am: add more missing .py files.
62         * Makefile.am: add generate.py
64         * test-ldap.c: Test ldap cases.
66         * Makefile.am: Drop com_err files from dist sources.
68         * ldap.c (_wind_ldap_case_exact_attribute): case exact matching.
70 2008-02-12  Love Hörnquist Åstrand  <lha@it.su.se>
72         * rename wind_punycode_toascii to wind_punycode_label_toascii
74         * stringprep.c: Move else to make it work again.
76 2008-02-11  Love Hörnquist Åstrand  <lha@it.su.se>
78         * Add partial support for LDAP-prep Insignificant Character Handling
80         * normalize.c: use generated constant for length, check for
81         overruns, dont use gcc/c99 extentions
83         * gen-normalize.py, test-normalize.c: use generated constant for length
84         
85 2008-02-05  Love Hörnquist Åstrand  <lha@it.su.se>
87         * utf8.c: Make wind_utf8ucs4_length() work again.
89         * test-utf8.c: Test wind_utf8ucs4_length().
91 2008-02-03  Love Hörnquist Åstrand  <lha@it.su.se>
93         * utf8.c: Fix overaggressive checks, fix comments.
95         * Add UCS-2 reading and writing functions
97 2008-02-01  Love Hörnquist Åstrand  <lha@it.su.se>
99         * Add and use com_err error codes
101         * libwind from Assar. stringprep library supporting nameprep,
102         saslprep and ldapprep. Added libwind to Heimdal repository.
103         
104 2007-01-17  Love Hörnquist Åstrand  <lha@it.su.se>
106         * test-utf8.c: spelling
107         
108         * utf8.c: Add wind_ucs4toutf8
109         
110 2006-10-08  Love Hörnquist Åstrand  <lha@it.su.se>
111         
112         * test-utf8.c: Add test for wind_ucs4toutf8.
114         * wind.h (wind_ucs4toutf8): New function.
115         
116         * utf8.c (wind_utf8toucs4): allow calculation of length by passing
117         in NULL as out buffer.
118         (wind_ucs4toutf8): new function.
119         
120 2004-12-20  Assar Westerlund <assar@kth.se>
121         
122         * util.py: 
123         * rfc3454.py: 
124         * generate.py: 
125         * gen-punycode-examples.py: 
126         * gen-normalize.py: 
127         * gen-map.py: 
128         * gen-errorlist.py: 
129         * gen-combining.py: 
130         * gen-bidi.py: 
131         * UnicodeData.py:
132         Add encoding.
134 2004-12-20  Assar Westerlund  <assar@kth.se>
136         * First version of stringprep library.