1. bf20d2f Bump version to 3.0.0 by Laslo Hunhold · 2 days ago master 3.0.0
  2. 40bc7df Update README by Laslo Hunhold · 2 days ago
  3. 2f5fb97 Update Unicode data to version 17.0.0 by Laslo Hunhold · 4 weeks ago
  4. 748658d Rename .out.h to .gen.h by Laslo Hunhold · 2 months ago
  5. 5c252ef Fully rework LUT generation by Laslo Hunhold · 2 months ago
  6. 400ae9b Update license by Laslo Hunhold · 2 months ago
  7. 65b354f Update grapheme break algorithm to Unicode version 15.1.0 by Laslo Hunhold · 1 year, 4 months ago
  8. 3ee106e Bump Unicode version and data to 15.1.0 by Laslo Hunhold · 1 year, 4 months ago
  9. f016749 Don't warn about overlength strings in test data by Laslo Hunhold · 1 year, 4 months ago
  10. d56ad5a Fix typo in man/libgrapheme.sh by Laslo Hunhold · 1 year, 4 months ago
  11. c8b34aa Close data file in parse_file_with_callback() at the end by Laslo Hunhold · 2 years, 1 month ago
  12. af792eb Free generated mirror-LUT data structures to avoid memory leak by Laslo Hunhold · 2 years, 7 months ago
  13. 719d805 Reflect mirroring in the bidi-tests by Laslo Hunhold · 2 years, 7 months ago
  14. a17b629 Fix bidi-line-level-loop boundaries by Laslo Hunhold · 2 years, 7 months ago
  15. ba92323 Silence strict casting warnings and apply bidi mirroring by Laslo Hunhold · 2 years, 7 months ago
  16. c2aa140 Apply clang format by Laslo Hunhold · 2 years, 7 months ago
  17. 98e8632 Update Unicode data license by Laslo Hunhold · 2 years, 7 months ago
  18. 4a4919e Properly parse reorder list by Laslo Hunhold · 2 years, 7 months ago
  19. 7ddf17b Add resolved paragraph direction to tests by Laslo Hunhold · 2 years, 7 months ago
  20. 1815d4d Update bidi tests to also check reordering by Laslo Hunhold · 2 years, 7 months ago
  21. 52ee78e Refactor bidi and add reordering function by Laslo Hunhold · 2 years, 7 months ago
  22. 77e30a6 Add generating code for bidirectional character mirror mappings by Laslo Hunhold · 2 years, 7 months ago
  23. f320b0a Allow level-array to have different size from line length by Laslo Hunhold · 2 years, 8 months ago
  24. c0cab63 Fix a small typo in configure by Laslo Hunhold · 2 years, 10 months ago
  25. c0d28c3 Replace all POSIX-features to become fully ISO-C99 by Laslo Hunhold · 2 years, 10 months ago
  26. 0e95e5c Port build system to MinGW-W64/Cygwin by Laslo Hunhold · 2 years, 10 months ago
  27. 53f5421 Fix bidi purge loop logic a bit by Laslo Hunhold · 3 years, 1 month ago
  28. bbbc72c Implement bidirectional bracket support by Laslo Hunhold · 3 years, 1 month ago
  29. b9e1d4b Do not falsely read entire buffer instead of simply the filled with by Laslo Hunhold · 3 years, 1 month ago
  30. 0d043e0 Apply format by Laslo Hunhold · 3 years, 1 month ago
  31. 4e43b1b Add "check" target to .PHONY by Laslo Hunhold · 3 years, 1 month ago
  32. ea1be56 Refactor state into unsigned integer by Laslo Hunhold · 3 years, 1 month ago
  33. f517655 Implement bidirectional rule L1.4 by Laslo Hunhold · 3 years, 1 month ago
  34. 07ba262 Split bidi-level-processing into preprocessing and line step by Laslo Hunhold · 3 years, 1 month ago
  35. aafe6c3 Refactor bidirectional state handling by Laslo Hunhold · 3 years, 1 month ago
  36. fd2d196 Refactor prev_prop into prev-struct with a single member prop by Laslo Hunhold · 3 years, 1 month ago
  37. a796095 Add a check make-target as an alias for test by Laslo Hunhold · 3 years, 1 month ago
  38. abdc2ba Apply clang-format by Laslo Hunhold · 3 years, 1 month ago
  39. 50efb9a Add .clang-format file and make-rule by Laslo Hunhold · 3 years, 1 month ago
  40. 3a73521 Also mark argv as unused in test/bidirectional.c by Laslo Hunhold · 3 years, 1 month ago
  41. 64c1361 Remove redundant initialization by Laslo Hunhold · 3 years, 1 month ago
  42. be3430c Only copy current reorder into test if it is not NULL in bidi-testgen by Laslo Hunhold · 3 years, 1 month ago
  43. 558b9cc Prevent two theoretical null-pointer-dereferences in gen/util.c by Laslo Hunhold · 3 years, 1 month ago
  44. 5a3f01e Add configure-script to dist-archive by Laslo Hunhold · 3 years, 2 months ago
  45. 2165664 Keep direct pointer at bracket-struct in bidi-state by Laslo Hunhold · 3 years, 2 months ago
  46. df25b40 Update configure to make it idempotent again and add MidnightBSD by Laslo Hunhold · 3 years, 2 months ago
  47. 6769c08 Add bracket-pair-parsing and refactor bidi-state-management by Laslo Hunhold · 3 years, 2 months ago
  48. c031ada Add UINT32_C()-macro around constant by Laslo Hunhold · 3 years, 2 months ago
  49. 6375ae6 Refactor post_process()-function to take the entire property-array by Laslo Hunhold · 3 years, 2 months ago
  50. cd3a639 Move comments on macro-definition-lines to separate lines by Laslo Hunhold · 3 years, 2 months ago
  51. 4027860 Install a simple pkg-config-file if desired by Laslo Hunhold · 3 years, 2 months ago
  52. 5998352 Implement the Unicode Bidirectional Algorithm (UAX #9) by Laslo Hunhold · 3 years, 2 months ago
  53. dd15fea Refactor src/bidirectional.c with Herodotus by Laslo Hunhold · 3 years, 2 months ago
  54. efb2f45 Merge branch 'master' into bidirectional by Laslo Hunhold · 3 years, 2 months ago
  55. a591d58 Update README to reflect the ./configure-script by Laslo Hunhold · 3 years, 3 months ago
  56. 3076691 Add ./configure-script with presets for common systems by Laslo Hunhold · 3 years, 3 months ago
  57. 858c34a Bump to version 2.0.1 by Laslo Hunhold · 3 years, 3 months ago
  58. 657e937 Explicitly pop the reader-limit in to_titlecase() by Laslo Hunhold · 3 years, 3 months ago
  59. a1913f8 Avoid memory leak in break_test_list_free() by Laslo Hunhold · 3 years, 3 months ago
  60. decd5b5 Avoid memory leak in character-benchmark by Laslo Hunhold · 3 years, 3 months ago
  61. 4182a14 Avoid undefined behaviour and memory leaks in case-data-generator by Laslo Hunhold · 3 years, 3 months ago
  62. 004bdcf Prevent undefined behaviour in herodotus_reader_copy() by Laslo Hunhold · 3 years, 3 months ago
  63. ef3e52a Call ldconfig in a subshell by Laslo Hunhold · 3 years, 3 months ago
  64. 2806430 Check if LDCONFIG is set before calling it by Laslo Hunhold · 3 years, 3 months ago
  65. a6b3a19 Enhance build-system to perfectly support OpenBSD and macOS by Laslo Hunhold · 3 years, 3 months ago
  66. d42f53b Move version statements back into the Makefile by Laslo Hunhold · 3 years, 3 months ago
  67. ad48770 Check for empty destination before NUL-terminating by Christopher Wellons · 3 years, 3 months ago
  68. 4b4292a Remove superfluous printf-parameter from the example by Laslo Hunhold · 3 years, 3 months ago
  69. ef608a2 Bump to version 2.0.0 by Laslo Hunhold · 3 years, 3 months ago 2.0.0
  70. 1774b54 Update README by Laslo Hunhold · 3 years, 3 months ago
  71. 5939cf2 Add is_case.sh to MAN_TEMPLATE by Laslo Hunhold · 3 years, 3 months ago
  72. f6ab5a6 Fix up smaller notational and type aspects for constants by Laslo Hunhold · 3 years, 3 months ago
  73. 3ebd28c Explicitly list util.o for benchmark/ and test/ as well by Laslo Hunhold · 3 years, 3 months ago
  74. 6a70e18 Explicitly clear suffix list and fix a small oversight by Laslo Hunhold · 3 years, 3 months ago
  75. ed7ebdc Switch to semantic versioning and improve dynamic library handling by Laslo Hunhold · 3 years, 3 months ago
  76. b583c3a Fix sorting in grapheme.h by Laslo Hunhold · 3 years, 3 months ago
  77. 0aa5d26 Use explicit constant-macro instead of cast by Laslo Hunhold · 3 years, 3 months ago
  78. 608a5c3 Remove hyphen from "bare metal" by Laslo Hunhold · 3 years, 3 months ago
  79. 4a5b4ab Rework libgrapheme(7) a bit by Laslo Hunhold · 3 years, 3 months ago
  80. fc73d06 Convert GRAPHEME_STATE to uint_least16_t and remove it by Laslo Hunhold · 3 years, 3 months ago
  81. a815be4 Add unit tests for all segmentation functions by Laslo Hunhold · 3 years, 3 months ago
  82. 5ea8d87 Set case-test-structs as const and use uppercase-hex-notation by Laslo Hunhold · 3 years, 3 months ago
  83. 2881543 Unify code paths in herodotus_read_codepoint() by Laslo Hunhold · 3 years, 3 months ago
  84. f70ea8c Drop get_codepoint*() and set_codepoint*() functions by Laslo Hunhold · 3 years, 3 months ago
  85. 995e371 Fix a few small errors in the manpages by Laslo Hunhold · 3 years, 3 months ago
  86. a5b1b0c Refactor sentence-functions with Proper (using Herodotus in the background) by Laslo Hunhold · 3 years, 3 months ago
  87. 52b0e29 Refactor word-functions with Proper (using Herodotus in the background) by Laslo Hunhold · 3 years, 3 months ago
  88. b899fd6 Add "proper"-property-reader by Laslo Hunhold · 3 years, 3 months ago
  89. a4d4205 Refactor line-functions with Herodotus by Laslo Hunhold · 3 years, 3 months ago
  90. 65785f6 Refactor character-functions with Herodotus by Laslo Hunhold · 3 years, 3 months ago
  91. b13acfd Update README by Laslo Hunhold · 3 years, 3 months ago
  92. bc1dc28 Clarify a comment in gen/case.c by Laslo Hunhold · 3 years, 3 months ago
  93. 5dec22a Refactor case-checking-functions with Herodotus and add unit tests by Laslo Hunhold · 3 years, 3 months ago
  94. 8a7e2ee Compile the library in freestanding mode by Laslo Hunhold · 3 years, 3 months ago
  95. 9f15d7e Declare test-arrays as static by Laslo Hunhold · 3 years, 3 months ago
  96. 9c926f1 Remove autistic screeching by Laslo Hunhold · 3 years, 3 months ago
  97. e63bcc4 Add case-conversion-unit-tests by Laslo Hunhold · 3 years, 3 months ago
  98. 5332f7e Refactor case-conversion-functions with Herodotus by Laslo Hunhold · 3 years, 3 months ago
  99. 563eb65 Add helper structure for reading from and writing into buffers by Laslo Hunhold · 3 years, 3 months ago
  100. 6d05952 Sort prototypes in grapheme.h alphabetically by Laslo Hunhold · 3 years, 3 months ago