1. e229e77 Add automatic manual date and templates to MAN_TEMPLATE by Laslo Hunhold · 1 year, 9 months ago
  2. 1157be8 Fix a few small things in the manual-generators by Laslo Hunhold · 1 year, 9 months ago
  3. c31ca4f Convert grapheme_next*() manuals to being templated-based by Laslo Hunhold · 1 year, 9 months ago
  4. f5ec499 Remove shebang from man/libgrapheme.sh by Laslo Hunhold · 1 year, 10 months ago
  5. f440816 Add UNICODE_VERSION variable to Makefile and add to manual-templates by Laslo Hunhold · 1 year, 10 months ago
  6. 9192000 Add manual-template-engine and manuals for the case-conversion functions by Laslo Hunhold · 1 year, 10 months ago
  7. 8220661 Fix wording in grapheme_encode_utf8.3 by Laslo Hunhold · 1 year, 10 months ago
  8. 25808f0 Add manuals for all implemented segmentation functions by Laslo Hunhold · 1 year, 10 months ago
  9. b035c4a Refactor utf8-codec-manpages a bit by Laslo Hunhold · 1 year, 10 months ago
  10. c8715cb Properly return offset when input is shorter or equal to one codepoint by Laslo Hunhold · 1 year, 10 months ago
  11. 7230c62 Build tests and benchmarks locally and add separate shared build-flags by Laslo Hunhold · 1 year, 10 months ago
  12. 68391fc Separate CC into CC and BUILD_CC, add option to disable ldconfig(1)-call by Laslo Hunhold · 1 year, 10 months ago
  13. 3697387 Revert "Use ar(1)'s s-flag instead of invoking ranlib(1)" by Laslo Hunhold · 1 year, 10 months ago
  14. 5ef98fd Use SIZE_MAX instead of (size_t)(-1) by Laslo Hunhold · 1 year, 10 months ago
  15. f278366 Add bidirectional data-parser and function prototypes with structure by Laslo Hunhold · 1 year, 10 months ago
  16. aa5dda2 Move get_codepoint_*()-util-functions to src/util.c by Laslo Hunhold · 1 year, 10 months ago
  17. 25d89e6 Use (size_t)(-1) instead of SIZE_MAX and fix style by Laslo Hunhold · 1 year, 10 months ago
  18. d6bdaa7 Rename reallocarray() to reallocate_array() to prevent mangling by Laslo Hunhold · 1 year, 10 months ago
  19. bdf4253 Add reallocarray implementation by robert · 1 year, 10 months ago
  20. 5fc87ae Use ar(1)'s s-flag instead of invoking ranlib(1) by Laslo Hunhold · 1 year, 11 months ago
  21. b080647 macro-hygiene: wrap arguments in parenthesis by NRK · 2 years ago
  22. 14bd81a Only add updated object files to the static library by Laslo Hunhold · 2 years ago
  23. 7d8e17d Explicitly use object-files in library-generation by Laslo Hunhold · 2 years ago
  24. a5542c3 Implement case-conversion and -check by Laslo Hunhold · 2 years ago
  25. b0d8919 Add data-LICENSE file by Laslo Hunhold · 2 years ago
  26. 6d2af93 Remove some testing residue by Laslo Hunhold · 2 years ago
  27. 0aaf3fc Implement line-segmentation by Laslo Hunhold · 2 years ago
  28. faaf001 Fix link in src/sentence.c by Laslo Hunhold · 2 years ago
  29. 5a8df31 Fix comment in src/sentence.c by Laslo Hunhold · 2 years ago
  30. 653cede Add Word-data-files by Laslo Hunhold · 2 years ago
  31. e16c296 Implement sentence-segmentation by Laslo Hunhold · 2 years ago
  32. 5910bc6 Remove redundant branch by Laslo Hunhold · 2 years ago
  33. c6835a3 Remove unused variable in test/util.c by Laslo Hunhold · 2 years ago
  34. 1a67a7f Implement word-segmentation by Laslo Hunhold · 2 years ago
  35. 1930624 Properly handle cp == NULL in grapheme_decode_utf8() by Laslo Hunhold · 2 years, 3 months ago
  36. da46b26 Refactor benchmark code by Laslo Hunhold · 2 years, 5 months ago
  37. 0f8eb87 Explicitly log which class wants to override which by Laslo Hunhold · 2 years, 5 months ago
  38. f23cbef Homogenize and rename some types/functions in gen/ and test/ by Laslo Hunhold · 2 years, 5 months ago
  39. 52e94b5 Add a general break-test-check-function in test/util by Laslo Hunhold · 2 years, 5 months ago
  40. 9b31879 Remove unused includes in gen/character.c by Laslo Hunhold · 2 years, 5 months ago
  41. 7890ce0 Rename gen/character-properties.c to gen/character.c by Laslo Hunhold · 2 years, 5 months ago
  42. e454ea8 Clean up gen/types.h from the old range-list-types by Laslo Hunhold · 2 years, 5 months ago
  43. 2ea6826 Add comment-parameter to benchmark for optional further context by Laslo Hunhold · 2 years, 5 months ago
  44. 4d15780 Rename gen/properties.c to gen/character-properties.c by Laslo Hunhold · 2 years, 5 months ago
  45. 32fbf8e Update LICENSE by Laslo Hunhold · 2 years, 5 months ago
  46. 807de4e benchmark/util.c: Explicitly convert to double by Laslo Hunhold · 2 years, 5 months ago
  47. d2fe0fa Consistently use least-types by Laslo Hunhold · 2 years, 5 months ago
  48. 227eb47 Explicitly cast to uint_least8_t when storing property in state by Laslo Hunhold · 2 years, 5 months ago
  49. 0ea9cff gen/util: Add properties-handling and clean up old range-list-functions by Laslo Hunhold · 2 years, 5 months ago
  50. 9ed87fd Increase iteration count in character-benchmark by Laslo Hunhold · 2 years, 5 months ago
  51. 7f5b55c Silence a few warnings and make it clear that speclen is at most 255 by Laslo Hunhold · 2 years, 5 months ago
  52. 2dbe3f7 Refactor derived-properties-table-generation by Laslo Hunhold · 2 years, 5 months ago
  53. 860e81d Insert numbers instead of enum-names into mono-table by Laslo Hunhold · 2 years, 5 months ago
  54. f772510 Determine maximum value manually in print_lookup_table() by Laslo Hunhold · 2 years, 5 months ago
  55. f13f39a Refactor data-table-generation, use enum-minor-table by Laslo Hunhold · 2 years, 5 months ago
  56. dcf877f Revert "Use proper iteration-count for benchmark-time-calculation" by Laslo Hunhold · 2 years, 5 months ago
  57. cecc3a4 Use proper iteration-count for benchmark-time-calculation by Laslo Hunhold · 2 years, 5 months ago
  58. bdb39f4 Calculate benchmark-times as average time taken for each call by Laslo Hunhold · 2 years, 5 months ago
  59. e917e53 Mark likely branches by Laslo Hunhold · 2 years, 5 months ago
  60. 10a95f7 Use "#ifdef" instead of "#if defined" by Laslo Hunhold · 2 years, 5 months ago
  61. 0601374 Add UTF-8 decoder benchmark by Laslo Hunhold · 2 years, 5 months ago
  62. 602ae9b Generate separate utf8proc_int32_t buffer to preserve strict aliasing by Laslo Hunhold · 2 years, 5 months ago
  63. e7b4a99 Generalize benchmark-function with payload-struct by Laslo Hunhold · 2 years, 5 months ago
  64. 072bb27 Introduce mostly branchless character break detection by Laslo Hunhold · 2 years, 5 months ago
  65. b91df38 Create separate comparative benchmark/ folder by Laslo Hunhold · 2 years, 5 months ago
  66. 759f02f Add generator for compressed O(1)-lookup-table by Laslo Hunhold · 2 years, 5 months ago
  67. 55597f4 Quote constructed string in make dist by Laslo Hunhold · 2 years, 5 months ago
  68. 767e6c5 Automatically gzip tarball by Laslo Hunhold · 2 years, 5 months ago
  69. 5367410 Separate benchmark from test by Laslo Hunhold · 2 years, 5 months ago
  70. 39d896e Bump to version 1 by Laslo Hunhold · 2 years, 6 months ago 1 1.0.0
  71. ce09221 Also include README in distribution tarball by Laslo Hunhold · 2 years, 6 months ago
  72. 77df9f6 Add "clean-data" to PHONY-targets by Laslo Hunhold · 2 years, 6 months ago
  73. 42e58c7 Add a remark on standard conformance in README by Laslo Hunhold · 2 years, 6 months ago
  74. c7021f1 Add README and change title and introduction in Makefile and manuals by Laslo Hunhold · 2 years, 6 months ago
  75. fd8f4f4 Call ldconfig after install and uninstall by Laslo Hunhold · 2 years, 6 months ago
  76. c213f3c Alphabetic ordering of variables in config.mk by Laslo Hunhold · 2 years, 6 months ago
  77. 826ada4 Fix a few manpage-errors found by the linter by Laslo Hunhold · 2 years, 6 months ago
  78. e1c2a0d Break some long lines by Laslo Hunhold · 2 years, 6 months ago
  79. 950adad Match function parameters in code and documentation by Laslo Hunhold · 2 years, 6 months ago
  80. f8e8649 Rewrite grapheme_next_character_break() and add size-parameter by Laslo Hunhold · 2 years, 6 months ago
  81. cb7e9c0 Use SIZE_MAX instead of (size_t)-1 by Laslo Hunhold · 2 years, 6 months ago
  82. 4483b44 Rename API functions to improve readability by Laslo Hunhold · 2 years, 6 months ago
  83. 62e7175 Rename GRAPHEME_INVALID_CODE_POINT to GRAPHEME_CODEPOINT_INVALID by Laslo Hunhold · 2 years, 6 months ago
  84. 59952de Consistently refer to "codepoints" as "codepoints", not "code points" by Laslo Hunhold · 2 years, 6 months ago
  85. fdfcc49 Rename GRAPHEME_SEGMENTATION_STATE to GRAPHEME_STATE by Laslo Hunhold · 2 years, 6 months ago
  86. 82b85a6 Reintroduce the "grapheme_" prefix by Laslo Hunhold · 2 years, 6 months ago
  87. dfda0db Rename functions/defines/files from "grapheme" to "character" by Laslo Hunhold · 2 years, 6 months ago
  88. 29c6958 Add lg_utf8_*() manuals to Makefile MAN3-variable by Laslo Hunhold · 2 years, 6 months ago
  89. 4aa9cbe Add manual pages for lg_utf8_*() and refactor lg_grapheme_nextbreak() by Laslo Hunhold · 2 years, 6 months ago
  90. 031a474 Refactor manual pages for lg_grapheme_*() by Laslo Hunhold · 2 years, 6 months ago
  91. faeaa56 Improve a small edge-case in lg_utf8_decode() by Laslo Hunhold · 2 years, 6 months ago
  92. d515a3d Rename LG_CODEPOINT_INVALID to LG_INVALID_CODE_POINT by Laslo Hunhold · 2 years, 6 months ago
  93. 0b0cbfa Ensure const-correctness in cast in lg_utf8_decode() by Laslo Hunhold · 2 years, 6 months ago
  94. b99a40e Encourage strict aliasing for library users (uint8_t * -> char *) by Laslo Hunhold · 2 years, 6 months ago
  95. 20c105b Make lists in Makefile more idiomatic and avoid breaks by Laslo Hunhold · 2 years, 6 months ago
  96. 74c77bf Refactor Makefile, add dist-target and add test-util by Laslo Hunhold · 2 years, 6 months ago
  97. 497b500 Refactor manual pages, document lg_grapheme_isbreak() by Laslo Hunhold · 2 years, 6 months ago
  98. 687329e Reduce number of iterations for grapheme-performance-test by Laslo Hunhold · 2 years, 6 months ago
  99. 1773b98 Refactor error-messages and test-output by Laslo Hunhold · 2 years, 6 months ago
  100. a25a1e7 Fix memory leaks during header-generation by Laslo Hunhold · 2 years, 6 months ago