ChangeLog.libidn 5.6 KB

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