1. e0983ab Update to UCD 5.1.0; remove files we don't actually need. by H. Peter Anvin · 16 years ago master libucd-0.2.3-5.1.0
  2. 53ba1e1 Remove ucd/Index.txt; unused *and* incorrect UTF-8 by H. Peter Anvin · 17 years ago
  3. a66a836 Change the block enums so zero is No_Block. Update CHANGES. by H. Peter Anvin · 17 years ago libucd-0.2.2-5.0.0
  4. eff7f79 Remove files that aren't used, including Unihan.zip by H. Peter Anvin · 17 years ago
  5. 7c7fbc8 Include both the long and short tags when creating enumerations. by H. Peter Anvin · 18 years ago libucd-0.2.1-5.0.0
  6. 32db11c File to document changes by H. Peter Anvin · 18 years ago libucd-0.2-5.0.0
  7. e3e2e50 Add enumeration values for UCD 5.0.0 by H. Peter Anvin · 18 years ago
  8. f64c42e Update UCD to version 5.0.0. Since we don't use Unihan.txt, remove it. by H. Peter Anvin · 18 years ago
  9. 3b54e6a nametoucs.c: Need <errno.h> by H. Peter Anvin · 18 years ago
  10. 37c740f Add README file by H. Peter Anvin · 18 years ago libucd-0.1.3
  11. a0f344c Handle NULL returns from unicode_character_data() (e.g. ENOMEM) by H. Peter Anvin · 18 years ago
  12. e4d1763 Set errno to EINVAL on missing entry. It's sort of an odd error code, by H. Peter Anvin · 18 years ago
  13. 9352315 Actually handle the include file for "make install" by H. Peter Anvin · 18 years ago libucd-0.1.2
  14. 1f908c7 Another missing dependency by H. Peter Anvin · 18 years ago
  15. 079d26e Warnings cleanup in perfect/ by H. Peter Anvin · 18 years ago
  16. bea60af Clean up *.a, add make distclean by H. Peter Anvin · 18 years ago libucd-0.1.1
  17. ba6096e Missing file (script which creates ucdversion.c) by H. Peter Anvin · 18 years ago
  18. f524b10 Make unicode_database_version() prototype match docs & code by H. Peter Anvin · 18 years ago
  19. 70186f0 Fix install procedure by H. Peter Anvin · 18 years ago
  20. 355ac90 Add "make install" by H. Peter Anvin · 18 years ago libucd-0.1
  21. 92eb5c8 More of a man page by H. Peter Anvin · 18 years ago
  22. 0f902cf Make clean should remove ucd.h by H. Peter Anvin · 18 years ago
  23. 0d096ea Beginnings of a man page by H. Peter Anvin · 18 years ago
  24. 5979c9f Clean a bit better by H. Peter Anvin · 18 years ago
  25. 6a9b8df No need to test for valid ucs in two places; invalid ucs is exceptional. by Peter Anvin · 18 years ago
  26. 9f91b36 Make sure errno gets set properly; if _libucd_character_data_raw fails, by Peter Anvin · 18 years ago
  27. 460efef Add interface to query the UCD version number by Peter Anvin · 18 years ago
  28. c241022 Don't hold the cache lock while freeing an old entry. by Peter Anvin · 18 years ago
  29. a9d918f Move configuration to MCONFIG file by Peter Anvin · 18 years ago
  30. effaa87 Protoize the source by Peter Anvin · 18 years ago
  31. 2e3ef5a Portability fixes: [u]int32_t isn't necessarily the same as long by Peter Anvin · 18 years ago
  32. 871366a enum.list: list of enumerations by H. Peter Anvin · 18 years ago
  33. 3c530d6 Add missing file proparray.c by H. Peter Anvin · 18 years ago
  34. 69f0547 Common prefix unicode_property_names_* by H. Peter Anvin · 18 years ago
  35. 3a15504 Fix constness; auto-generate prototypes for enum query functions by H. Peter Anvin · 18 years ago
  36. c6a68c1 More advanced, associative cache; "constipate" the ucd pointer by default by H. Peter Anvin · 18 years ago
  37. 5fe33d6 chmod +x by H. Peter Anvin · 18 years ago
  38. bd8acab Generate enumerations automagically; canonicalize names by H. Peter Anvin · 18 years ago
  39. 8986e43 Complete the handling of name-to-ucs lookups by H. Peter Anvin · 18 years ago
  40. 12a407d Add caching of UCS data by H. Peter Anvin · 18 years ago
  41. f6d64d8 Compilation fixes by H. Peter Anvin · 18 years ago
  42. 50488e7 Build ucslookup.c by H. Peter Anvin · 18 years ago
  43. 3e0ae58 Remove obsolete file get_name.c (replaced by ucslookup.c) by H. Peter Anvin · 18 years ago
  44. 2d1f849 Actual ucs-to-properties function by H. Peter Anvin · 18 years ago
  45. 6d4ddcf Age is coded as 31.7 not 7.31 by H. Peter Anvin · 18 years ago
  46. c35d346 Use all 256 possible codepoints; prefix with uncompressed string length. by H. Peter Anvin · 18 years ago
  47. 150a707 name_to_ucs, not ucs_to_name by H. Peter Anvin · 18 years ago
  48. 36c939a Don't need length and mtime for this application by H. Peter Anvin · 18 years ago
  49. 26995d0 name-to-ucs mapping function, first attempt by H. Peter Anvin · 18 years ago
  50. 3f0ea61 Make nametoucs hash by H. Peter Anvin · 18 years ago
  51. eb5064e Correct references to "nametoucs" which really are "ucstoname" by H. Peter Anvin · 18 years ago
  52. ee098bb Produce table for the ucstoname hash by H. Peter Anvin · 18 years ago
  53. 3dc28c5 Correct (and better) compression by H. Peter Anvin · 18 years ago
  54. 297c21b Add compressor; more work towards being able to actually build hash tables by H. Peter Anvin · 18 years ago
  55. 86a84dd Add enumerations for additional properties; actually generate property array by H. Peter Anvin · 18 years ago
  56. c76509f Add Unicode auxilliary properties by H. Peter Anvin · 18 years ago
  57. a356473 Flesh out the properties array by H. Peter Anvin · 18 years ago
  58. a6d38fc More massaging of the external structure; outline the internal structure by H. Peter Anvin · 18 years ago
  59. 8a4b940 Compression algorithm for the names array by H. Peter Anvin · 18 years ago
  60. 48e36b9 Beginnings of a properties array; always use UCC names for flags by H. Peter Anvin · 18 years ago
  61. 49b5618 Rename structure; add field for UCS value by H. Peter Anvin · 18 years ago
  62. 75635d8 Add enums for more properties by H. Peter Anvin · 18 years ago
  63. d6203ae Prefix internal symbols with _libucd; add support for 24-bit integers by H. Peter Anvin · 18 years ago
  64. 4cf9a4c Generate forward hash for UCS->name calculation by H. Peter Anvin · 18 years ago
  65. 83d603e Create a proper Makefile setup by H. Peter Anvin · 18 years ago
  66. 3ed0dc4 Perfect hash generator from Bob Jenkins, with local modifications by H. Peter Anvin · 18 years ago
  67. e2dfede Handle CJK as well as Hangul by H. Peter Anvin · 18 years ago
  68. f3f7d1c Produce a keyfile for name-to-codepoint hashing by H. Peter Anvin · 18 years ago
  69. 5ea8095 Correct Jamo code; make names list; dump properties for property range analysis by H. Peter Anvin · 18 years ago
  70. 3592acd Initial commit of Unicode Character Database library by H. Peter Anvin · 18 years ago