xf.li | bdd93d5 | 2023-05-12 07:10:14 -0700 | [diff] [blame^] | 1 | 2016-01-04 Joseph Myers <joseph@codesourcery.com> |
| 2 | |
| 3 | * All files with FSF copyright notices: Update copyright dates |
| 4 | using ../scripts/update-copyrights. |
| 5 | |
| 6 | 2015-01-02 Joseph Myers <joseph@codesourcery.com> |
| 7 | |
| 8 | * All files with FSF copyright notices: Update copyright dates |
| 9 | using ../scripts/update-copyrights. |
| 10 | |
| 11 | 2014-09-12 Joseph Myers <joseph@codesourcery.com> |
| 12 | |
| 13 | * shlib-versions: Remove first column with configuration names. |
| 14 | |
| 15 | 2014-02-26 Joseph Myers <joseph@codesourcery.com> |
| 16 | |
| 17 | * Makefile: Include Makeconfig immediately after defining subdir. |
| 18 | |
| 19 | 2013-10-30 Mike Frysinger <vapier@gentoo.org> |
| 20 | |
| 21 | * configure.in: Moved to ... |
| 22 | * configure.ac: ... here. |
| 23 | * configure: Regenerated. |
| 24 | |
| 25 | 2013-08-29 Ondřej Bílka <neleai@seznam.cz> |
| 26 | |
| 27 | * stringprep.c: Fix typos. |
| 28 | |
| 29 | 2013-06-11 Ondřej Bílka <neleai@seznam.cz> |
| 30 | |
| 31 | * gunicomp.h: Fix trailing whitespaces. |
| 32 | * gunidecomp.h: Likewise. |
| 33 | * nfkc.c: Likewise. |
| 34 | * rfc3454.c: Likewise. |
| 35 | |
| 36 | 2013-05-31 Joseph Myers <joseph@codesourcery.com> |
| 37 | |
| 38 | * Makefile ($(objpfx)libcidn.so): Remove dependencies on libc. |
| 39 | |
| 40 | 2013-05-16 Ryan S. Arnold <rsa@linux.vnet.ibm.com> |
| 41 | |
| 42 | * idna.c: Add missing #include <stdint.h> due to uint64_t or uint32_t |
| 43 | usage. |
| 44 | * nfkc.c: Likewise. |
| 45 | * stringprep.c: Likewise. |
| 46 | |
| 47 | 2013-01-02 Joseph Myers <joseph@codesourcery.com> |
| 48 | |
| 49 | * All files with FSF copyright notices: Update copyright dates |
| 50 | using scripts/update-copyrights. |
| 51 | |
| 52 | 2012-10-09 Roland McGrath <roland@hack.frob.com> |
| 53 | |
| 54 | * configure.in: If $shared != yes, just disable the add-on entirely |
| 55 | and issue a warning. |
| 56 | * configure: Regenerated. |
| 57 | |
| 58 | 2012-03-07 Ulrich Drepper <drepper@gmail.com> |
| 59 | |
| 60 | * Makefile (distribute): Remove variable. |
| 61 | |
| 62 | 2011-12-03 Ulrich Drepper <drepper@gmail.com> |
| 63 | |
| 64 | * idna.c (idna_to_unicode_4z4z): Remove variable rc. |
| 65 | |
| 66 | 2008-02-10 Jim Meyering <meyering@redhat.com> |
| 67 | |
| 68 | * stringprep.c (stringprep, stringprep_profile): Remove useless |
| 69 | "if" before "free". |
| 70 | |
| 71 | 2006-02-27 Roland McGrath <roland@redhat.com> |
| 72 | |
| 73 | * Makefile: Use $(..) in place of ../. |
| 74 | * configure.in (libc_add_on_canonical, libc_add_on_subdirs): Set them. |
| 75 | * configure: Regenerated. |
| 76 | |
| 77 | 2006-02-25 Roland McGrath <roland@redhat.com> |
| 78 | |
| 79 | * configure.in: New file. |
| 80 | * configure: Replaced with generated file. |
| 81 | * sysdeps/unix/configure: File removed. |
| 82 | |
| 83 | 2005-03-08 Paul Eggert <eggert@cs.ucla.edu> |
| 84 | |
| 85 | * iconvme.c (SIZE_MAX): New macro, if not already defined. |
| 86 | (iconv_string): Don't guess a size-zero buffer, as that might cause |
| 87 | buffer overrun. Instead, avoid multiplying by MB_LEN_MAX if the |
| 88 | result would be 'too large', where 'too large' is (heuristically) |
| 89 | the square root of SIZE_MAX, divided by MB_LEN_MAX to allay |
| 90 | overflow concerns. This will prevent some unwanted malloc failures |
| 91 | when the inputs are very large. |
| 92 | |
| 93 | 2005-02-12 Simon Josefsson <jas@extundo.com > |
| 94 | |
| 95 | * iconvme.h: New file, extracted from toutf8.c but improved. |
| 96 | * iconvme.c: New file. |
| 97 | * toutf8.c: Include stringprep.h first, to make the compiler check |
| 98 | that stringprep.h is standalone. Improve comments. Replace |
| 99 | #include of errno.h and sys/param.h with iconvme.h. Don't define |
| 100 | ICONV_CONST. |
| 101 | (stringprep_convert): Rewrite to use iconvme.h. |
| 102 | * Makefile (libcidn-routines): Add iconvme. |
| 103 | |
| 104 | 2004-10-05 Ulrich Drepper <drepper@redhat.com> |
| 105 | |
| 106 | * idn-stub.c (unload_libidn): Don't define outside libc. |
| 107 | |
| 108 | 2004-07-02 Roland McGrath <roland@redhat.com> |
| 109 | |
| 110 | * configure: Don't exit. |
| 111 | |
| 112 | 2004-05-21 Ulrich Drepper <drepper@redhat.com> |
| 113 | |
| 114 | * idna.c (idna_to_unicode_4z4z): Fix test for failed memory allocation. |
| 115 | Patch by Simon Josefsson. |
| 116 | |
| 117 | 2004-05-06 Ulrich Drepper <drepper@redhat.com> |
| 118 | |
| 119 | * stringprep.c (stringprep): Free memory if allocation failed. |
| 120 | * idna.c: Fix memory handling in several places. |
| 121 | |
| 122 | 2004-04-22 Simon Josefsson <jas@extundo.com> |
| 123 | |
| 124 | * stringprep.h: Update to latest libidn version. |
| 125 | * stringprep.c: Likewise. |
| 126 | * idna.c: Likewise. |
| 127 | |
| 128 | 2004-03-14 Ulrich Drepper <drepper@redhat.com> |
| 129 | |
| 130 | * idn-stub.c (__idna_to_unicode_lzlz): Use __strchrnul, not strchrnul. |
| 131 | |
| 132 | * idna.c (idna_to_ascii_4z): Revert last patch. |
| 133 | |
| 134 | 2004-03-12 Ulrich Drepper <drepper@redhat.com> |
| 135 | |
| 136 | * idna.c (idna_to_ascii_4z): Use strdup if available. Unify two ifs. |
| 137 | |
| 138 | * idn-stub.c: Implement __idna_to_unicode_lzlz. Split |
| 139 | __idna_to_ascii_lz in two parts so that loading can be shared with |
| 140 | the new function. |
| 141 | * Versions (libcidn): Export idna_to_unicode_lzlz. |
| 142 | |
| 143 | * Makefile (libcidn-inhibit-o): Define. We need no archive. |
| 144 | |
| 145 | 2004-03-08 Simon Josefsson <jas@extundo.com> |
| 146 | |
| 147 | * toutf8.c: Update to latest libidn version. |
| 148 | |
| 149 | 2004-03-08 Ulrich Drepper <drepper@redhat.com> |
| 150 | |
| 151 | * stringprep.h: Don't include idn-int.h in glibc. |
| 152 | * idn-int.h: Removed. |
| 153 | |
| 154 | 2004-03-07 Ulrich Drepper <drepper@redhat.com> |
| 155 | |
| 156 | * idn-stub.c: Include <gnu/lib-names.h>. Use LIBCIDN_SO for dlopen. |
| 157 | * shlib-versions: New file. |
| 158 | * toutf8.c: Include <sys/param.h>. |
| 159 | |
| 160 | 2004-03-07 Simon Josefsson <jas@extundo.com> |
| 161 | |
| 162 | * Banner: New file. |
| 163 | * Makefile: New file. |
| 164 | * Version: New file. |
| 165 | * configure: New file. |
| 166 | * idn-stub.c: New file. |
| 167 | * gunibreak.h: New file. Copied from Libidn. |
| 168 | * gunicomp.h: New file. Copied from Libidn. |
| 169 | * gunidecomp.h: New file. Copied from Libidn. |
| 170 | * idna.h: New file. Copied from Libidn. |
| 171 | * idna.c: New file. Copied from Libidn. |
| 172 | * nfkc.c: New file. Copied from Libidn. |
| 173 | * profiles.c: New file. Copied from Libidn. |
| 174 | * punycode.c: New file. Copied from Libidn. |
| 175 | * punycode.h: New file. Copied from Libidn. |
| 176 | * rfc3454.c: New file. Copied from Libidn. |
| 177 | * stringprep.c: New file. Copied from Libidn. |
| 178 | * stringprep.h: New file. Copied from Libidn. |
| 179 | * toutf8.c: New file. Copied from Libidn. Modified for use in glibc. |