| 1 | 2008-07-15 Love Hörnquist Ã
|
|---|
| 2 | strand <lha@kth.se>
|
|---|
| 3 |
|
|---|
| 4 | * Makefile.am: Try to do depencies better.
|
|---|
| 5 |
|
|---|
| 6 | 2008-07-15 Love Hörnquist Ã
|
|---|
| 7 | strand <lha@kth.se>
|
|---|
| 8 |
|
|---|
| 9 | * Makefile.am: add punycode_examples.[ch] to built files.
|
|---|
| 10 |
|
|---|
| 11 | 2008-06-01 Love Hörnquist Ã
|
|---|
| 12 | strand <lha@kth.se>
|
|---|
| 13 |
|
|---|
| 14 | * Add utf8 <-> utf16 support.
|
|---|
| 15 |
|
|---|
| 16 | 2008-05-31 Love Hörnquist Ã
|
|---|
| 17 | strand <lha@kth.se>
|
|---|
| 18 |
|
|---|
| 19 | * generate files into the source tree
|
|---|
| 20 |
|
|---|
| 21 | 2008-05-31 Love Hörnquist Ã
|
|---|
| 22 | strand <lha@kth.se>
|
|---|
| 23 |
|
|---|
| 24 | * Support utf8 to utf16 conversion.
|
|---|
| 25 |
|
|---|
| 26 | 2008-05-30 Love Hörnquist Ã
|
|---|
| 27 | strand <lha@kth.se>
|
|---|
| 28 |
|
|---|
| 29 | * idn-lookup.c: Drop <stdint.h>
|
|---|
| 30 |
|
|---|
| 31 | * wind.h: Use <krb5-types.h>
|
|---|
| 32 |
|
|---|
| 33 | 2008-05-23 Love Hörnquist Ã
|
|---|
| 34 | strand <lha@kth.se>
|
|---|
| 35 |
|
|---|
| 36 | * windlocl.h: Include <krb5-types.h> to get fixed int types.
|
|---|
| 37 |
|
|---|
| 38 | 2008-04-20 Love Hörnquist Ã
|
|---|
| 39 | strand <lha@it.su.se>
|
|---|
| 40 |
|
|---|
| 41 | * stringprep.c: Use <string.h> instead of <strings.h>.
|
|---|
| 42 |
|
|---|
| 43 | 2008-04-14 Love Hörnquist Ã
|
|---|
| 44 | strand <lha@it.su.se>
|
|---|
| 45 |
|
|---|
| 46 | * wind.h: Make wind_stringprep match prototype in .c file. pointed
|
|---|
| 47 | out by David Rosenstrauch.
|
|---|
| 48 |
|
|---|
| 49 | 2008-04-08 Love Hörnquist Ã
|
|---|
| 50 | strand <lha@it.su.se>
|
|---|
| 51 |
|
|---|
| 52 | * test-normalize.c: include roken.h
|
|---|
| 53 |
|
|---|
| 54 | 2008-02-26 Love Hörnquist Ã
|
|---|
| 55 | strand <lha@it.su.se>
|
|---|
| 56 |
|
|---|
| 57 | * Add more built files so they are distributed.
|
|---|
| 58 |
|
|---|
| 59 | 2008-02-24 Love Hörnquist Ã
|
|---|
| 60 | strand <lha@it.su.se>
|
|---|
| 61 |
|
|---|
| 62 | * Makefile.am: Add LIB_com_err.
|
|---|
| 63 |
|
|---|
| 64 | 2008-02-23 Love Hörnquist Ã
|
|---|
| 65 | strand <lha@it.su.se>
|
|---|
| 66 |
|
|---|
| 67 | * Makefile.am: Add more built files.
|
|---|
| 68 |
|
|---|
| 69 | * Makefile.am: Add unicode header files.
|
|---|
| 70 |
|
|---|
| 71 | * punycode.c: make pass the test cases again.
|
|---|
| 72 |
|
|---|
| 73 | * Makefile.am: add more missing .py files.
|
|---|
| 74 |
|
|---|
| 75 | * Makefile.am: add generate.py
|
|---|
| 76 |
|
|---|
| 77 | * test-ldap.c: Test ldap cases.
|
|---|
| 78 |
|
|---|
| 79 | * Makefile.am: Drop com_err files from dist sources.
|
|---|
| 80 |
|
|---|
| 81 | * ldap.c (_wind_ldap_case_exact_attribute): case exact matching.
|
|---|
| 82 |
|
|---|
| 83 | 2008-02-12 Love Hörnquist Ã
|
|---|
| 84 | strand <lha@it.su.se>
|
|---|
| 85 |
|
|---|
| 86 | * rename wind_punycode_toascii to wind_punycode_label_toascii
|
|---|
| 87 |
|
|---|
| 88 | * stringprep.c: Move else to make it work again.
|
|---|
| 89 |
|
|---|
| 90 | 2008-02-11 Love Hörnquist Ã
|
|---|
| 91 | strand <lha@it.su.se>
|
|---|
| 92 |
|
|---|
| 93 | * Add partial support for LDAP-prep Insignificant Character Handling
|
|---|
| 94 |
|
|---|
| 95 | * normalize.c: use generated constant for length, check for
|
|---|
| 96 | overruns, dont use gcc/c99 extentions
|
|---|
| 97 |
|
|---|
| 98 | * gen-normalize.py, test-normalize.c: use generated constant for length
|
|---|
| 99 |
|
|---|
| 100 | 2008-02-05 Love Hörnquist Ã
|
|---|
| 101 | strand <lha@it.su.se>
|
|---|
| 102 |
|
|---|
| 103 | * utf8.c: Make wind_utf8ucs4_length() work again.
|
|---|
| 104 |
|
|---|
| 105 | * test-utf8.c: Test wind_utf8ucs4_length().
|
|---|
| 106 |
|
|---|
| 107 | 2008-02-03 Love Hörnquist Ã
|
|---|
| 108 | strand <lha@it.su.se>
|
|---|
| 109 |
|
|---|
| 110 | * utf8.c: Fix overaggressive checks, fix comments.
|
|---|
| 111 |
|
|---|
| 112 | * Add UCS-2 reading and writing functions
|
|---|
| 113 |
|
|---|
| 114 | 2008-02-01 Love Hörnquist Ã
|
|---|
| 115 | strand <lha@it.su.se>
|
|---|
| 116 |
|
|---|
| 117 | * Add and use com_err error codes
|
|---|
| 118 |
|
|---|
| 119 | * libwind from Assar. stringprep library supporting nameprep,
|
|---|
| 120 | saslprep and ldapprep. Added libwind to Heimdal repository.
|
|---|
| 121 |
|
|---|
| 122 | 2007-01-17 Love Hörnquist Ã
|
|---|
| 123 | strand <lha@it.su.se>
|
|---|
| 124 |
|
|---|
| 125 | * test-utf8.c: spelling
|
|---|
| 126 |
|
|---|
| 127 | * utf8.c: Add wind_ucs4toutf8
|
|---|
| 128 |
|
|---|
| 129 | 2006-10-08 Love Hörnquist Ã
|
|---|
| 130 | strand <lha@it.su.se>
|
|---|
| 131 |
|
|---|
| 132 | * test-utf8.c: Add test for wind_ucs4toutf8.
|
|---|
| 133 |
|
|---|
| 134 | * wind.h (wind_ucs4toutf8): New function.
|
|---|
| 135 |
|
|---|
| 136 | * utf8.c (wind_utf8toucs4): allow calculation of length by passing
|
|---|
| 137 | in NULL as out buffer.
|
|---|
| 138 | (wind_ucs4toutf8): new function.
|
|---|
| 139 |
|
|---|
| 140 | 2004-12-20 Assar Westerlund <assar@kth.se>
|
|---|
| 141 |
|
|---|
| 142 | * util.py:
|
|---|
| 143 | * rfc3454.py:
|
|---|
| 144 | * generate.py:
|
|---|
| 145 | * gen-punycode-examples.py:
|
|---|
| 146 | * gen-normalize.py:
|
|---|
| 147 | * gen-map.py:
|
|---|
| 148 | * gen-errorlist.py:
|
|---|
| 149 | * gen-combining.py:
|
|---|
| 150 | * gen-bidi.py:
|
|---|
| 151 | * UnicodeData.py:
|
|---|
| 152 | Add encoding.
|
|---|
| 153 |
|
|---|
| 154 | 2004-12-20 Assar Westerlund <assar@kth.se>
|
|---|
| 155 |
|
|---|
| 156 | * First version of stringprep library.
|
|---|