Add missing ',' between parameters [HEIMDAL-599]
[heimdal.git] / lib / wind / ChangeLog
blob9b652d9597137e6d1ac0b0266e744e90465ac12b
1 2008-05-30  Love Hörnquist Åstrand  <lha@kth.se>
3         * idn-lookup.c: Drop <stdint.h>
5         * wind.h: Use <krb5-types.h>
7 2008-05-23  Love Hörnquist Åstrand  <lha@kth.se>
9         * windlocl.h: Include <krb5-types.h> to get fixed int types.
10         
11 2008-04-20  Love Hörnquist Åstrand  <lha@it.su.se>
13         * stringprep.c: Use <string.h> instead of <strings.h>.
14         
15 2008-04-14  Love Hörnquist Åstrand  <lha@it.su.se>
17         * wind.h: Make wind_stringprep match prototype in .c file. pointed
18         out by David Rosenstrauch.
19         
20 2008-04-08  Love Hörnquist Åstrand  <lha@it.su.se>
22         * test-normalize.c: include roken.h
24 2008-02-26  Love Hörnquist Åstrand  <lha@it.su.se>
26         * Add more built files so they are distributed.
28 2008-02-24  Love Hörnquist Åstrand  <lha@it.su.se>
30         * Makefile.am: Add LIB_com_err.
32 2008-02-23  Love Hörnquist Åstrand  <lha@it.su.se>
34         * Makefile.am: Add more built files.
36         * Makefile.am: Add unicode header files.
38         * punycode.c: make pass the test cases again.
39         
40         * Makefile.am: add more missing .py files.
42         * Makefile.am: add generate.py
44         * test-ldap.c: Test ldap cases.
46         * Makefile.am: Drop com_err files from dist sources.
48         * ldap.c (_wind_ldap_case_exact_attribute): case exact matching.
50 2008-02-12  Love Hörnquist Åstrand  <lha@it.su.se>
52         * rename wind_punycode_toascii to wind_punycode_label_toascii
54         * stringprep.c: Move else to make it work again.
56 2008-02-11  Love Hörnquist Åstrand  <lha@it.su.se>
58         * Add partial support for LDAP-prep Insignificant Character Handling
60         * normalize.c: use generated constant for length, check for
61         overruns, dont use gcc/c99 extentions
63         * gen-normalize.py, test-normalize.c: use generated constant for length
64         
65 2008-02-05  Love Hörnquist Åstrand  <lha@it.su.se>
67         * utf8.c: Make wind_utf8ucs4_length() work again.
69         * test-utf8.c: Test wind_utf8ucs4_length().
71 2008-02-03  Love Hörnquist Åstrand  <lha@it.su.se>
73         * utf8.c: Fix overaggressive checks, fix comments.
75         * Add UCS-2 reading and writing functions
77 2008-02-01  Love Hörnquist Åstrand  <lha@it.su.se>
79         * Add and use com_err error codes
81         * libwind from Assar. stringprep library supporting nameprep,
82         saslprep and ldapprep. Added libwind to Heimdal repository.
83         
84 2007-01-17  Love Hörnquist Åstrand  <lha@it.su.se>
86         * test-utf8.c: spelling
87         
88         * utf8.c: Add wind_ucs4toutf8
89         
90 2006-10-08  Love Hörnquist Åstrand  <lha@it.su.se>
91         
92         * test-utf8.c: Add test for wind_ucs4toutf8.
94         * wind.h (wind_ucs4toutf8): New function.
95         
96         * utf8.c (wind_utf8toucs4): allow calculation of length by passing
97         in NULL as out buffer.
98         (wind_ucs4toutf8): new function.
99         
100 2004-12-20  Assar Westerlund <assar@kth.se>
101         
102         * util.py: 
103         * rfc3454.py: 
104         * generate.py: 
105         * gen-punycode-examples.py: 
106         * gen-normalize.py: 
107         * gen-map.py: 
108         * gen-errorlist.py: 
109         * gen-combining.py: 
110         * gen-bidi.py: 
111         * UnicodeData.py:
112         Add encoding.
114 2004-12-20  Assar Westerlund  <assar@kth.se>
116         * First version of stringprep library.