Introduction
Statistics
Contact
Development
Disclaimer
Help
Log - libgrapheme - unicode string library
git clone git://git.suckless.org/libgrapheme
Log
Files
Refs
README
LICENSE
---
Date Commit message Author
2024-09-01 20:42 Update grapheme break algorithm to Unic… Laslo Hunhold
2024-09-01 15:04 Bump Unicode version and data to 15.1.0 Laslo Hunhold
2024-09-01 12:57 Don't warn about overlength strings in … Laslo Hunhold
2024-09-01 12:26 Fix typo in man/libgrapheme.sh Laslo Hunhold
2023-12-01 08:37 Close data file in parse_file_with_call… Laslo Hunhold
2023-05-29 20:21 Free generated mirror-LUT data structur… Laslo Hunhold
2023-05-29 08:37 Reflect mirroring in the bidi-tests Laslo Hunhold
2023-05-29 08:34 Fix bidi-line-level-loop boundaries Laslo Hunhold
2023-05-29 06:37 Silence strict casting warnings and app… Laslo Hunhold
2023-05-26 10:19 Apply clang format Laslo Hunhold
2023-05-26 08:23 Update Unicode data license Laslo Hunhold
2023-05-26 08:20 Properly parse reorder list Laslo Hunhold
2023-05-26 08:02 Add resolved paragraph direction to tes… Laslo Hunhold
2023-05-26 07:53 Update bidi tests to also check reorder… Laslo Hunhold
2023-05-26 07:40 Refactor bidi and add reordering functi… Laslo Hunhold
2023-05-24 16:05 Add generating code for bidirectional c… Laslo Hunhold
2023-05-11 16:16 Allow level-array to have different siz… Laslo Hunhold
2023-02-24 17:26 Fix a small typo in configure Laslo Hunhold
2023-02-24 17:21 Replace all POSIX-features to become fu… Laslo Hunhold
2023-02-23 22:16 Port build system to MinGW-W64/Cygwin Laslo Hunhold
2022-11-29 22:45 Fix bidi purge loop logic a bit Laslo Hunhold
2022-11-29 22:23 Implement bidirectional bracket support Laslo Hunhold
2022-11-24 12:29 Do not falsely read entire buffer inste… Laslo Hunhold
2022-11-24 12:29 Apply format Laslo Hunhold
2022-11-21 11:34 Add "check" target to .PHONY Laslo Hunhold
2022-11-21 10:05 Refactor state into unsigned integer Laslo Hunhold
2022-11-21 08:46 Implement bidirectional rule L1.4 Laslo Hunhold
2022-11-21 07:53 Split bidi-level-processing into prepro… Laslo Hunhold
2022-11-20 22:37 Refactor bidirectional state handling Laslo Hunhold
2022-11-17 22:47 Refactor prev_prop into prev-struct wit… Laslo Hunhold
2022-11-15 20:08 Add a check make-target as an alias for… Laslo Hunhold
2022-11-15 14:53 Apply clang-format Laslo Hunhold
2022-11-15 14:35 Add .clang-format file and make-rule Laslo Hunhold
2022-11-15 14:32 Also mark argv as unused in test/bidire… Laslo Hunhold
2022-11-13 08:41 Remove redundant initialization Laslo Hunhold
2022-11-13 08:15 Only copy current reorder into test if … Laslo Hunhold
2022-11-13 08:12 Prevent two theoretical null-pointer-de… Laslo Hunhold
2022-11-02 19:18 Add configure-script to dist-archive Laslo Hunhold
2022-10-29 23:29 Keep direct pointer at bracket-struct i… Laslo Hunhold
2022-10-28 23:29 Update configure to make it idempotent … Laslo Hunhold
2022-10-28 23:11 Add bracket-pair-parsing and refactor b… Laslo Hunhold
2022-10-28 15:09 Add UINT32_C()-macro around constant Laslo Hunhold
2022-10-28 15:08 Refactor post_process()-function to tak… Laslo Hunhold
2022-10-25 15:16 Move comments on macro-definition-lines… Laslo Hunhold
2022-10-25 13:35 Install a simple pkg-config-file if des… Laslo Hunhold
2022-10-25 11:20 Implement the Unicode Bidirectional Alg… Laslo Hunhold
2022-10-13 22:40 Refactor src/bidirectional.c with Herod… Laslo Hunhold
2022-10-13 21:54 Merge branch 'master' into bidirectional Laslo Hunhold
2022-10-11 21:21 Update README to reflect the ./configur… Laslo Hunhold
2022-10-11 20:21 Add ./configure-script with presets for… Laslo Hunhold
2022-10-09 10:13 Bump to version 2.0.1 Laslo Hunhold
2022-10-08 11:17 Explicitly pop the reader-limit in to_t… Laslo Hunhold
2022-10-08 11:17 Avoid memory leak in break_test_list_fr… Laslo Hunhold
2022-10-08 11:16 Avoid memory leak in character-benchmark Laslo Hunhold
2022-10-08 11:14 Avoid undefined behaviour and memory le… Laslo Hunhold
2022-10-08 11:13 Prevent undefined behaviour in herodotu… Laslo Hunhold
2022-10-08 09:22 Call ldconfig in a subshell Laslo Hunhold
2022-10-08 09:11 Check if LDCONFIG is set before calling… Laslo Hunhold
2022-10-08 08:40 Enhance build-system to perfectly suppo… Laslo Hunhold
2022-10-08 07:38 Move version statements back into the M… Laslo Hunhold
2022-10-07 15:33 Check for empty destination before NUL-… Christopher Wello…
2022-10-07 10:40 Remove superfluous printf-parameter fro… Laslo Hunhold
2022-10-06 21:01 Bump to version 2.0.0 Laslo Hunhold
2022-10-06 20:57 Update README Laslo Hunhold
2022-10-05 22:12 Add is_case.sh to MAN_TEMPLATE Laslo Hunhold
2022-10-05 22:02 Fix up smaller notational and type aspe… Laslo Hunhold
2022-10-05 21:48 Explicitly list util.o for benchmark/ a… Laslo Hunhold
2022-10-05 20:57 Explicitly clear suffix list and fix a … Laslo Hunhold
2022-10-05 20:14 Switch to semantic versioning and impro… Laslo Hunhold
2022-10-05 18:54 Fix sorting in grapheme.h Laslo Hunhold
2022-10-04 06:11 Use explicit constant-macro instead of … Laslo Hunhold
2022-10-03 22:56 Remove hyphen from "bare metal" Laslo Hunhold
2022-10-03 22:17 Rework libgrapheme(7) a bit Laslo Hunhold
2022-10-03 21:13 Convert GRAPHEME_STATE to uint_least16_… Laslo Hunhold
2022-10-03 19:18 Add unit tests for all segmentation fun… Laslo Hunhold
2022-10-03 19:16 Set case-test-structs as const and use … Laslo Hunhold
2022-10-03 19:14 Unify code paths in herodotus_read_code… Laslo Hunhold
2022-10-02 20:30 Drop get_codepoint*() and set_codepoint… Laslo Hunhold
2022-10-02 20:22 Fix a few small errors in the manpages Laslo Hunhold
2022-10-02 20:05 Refactor sentence-functions with Proper… Laslo Hunhold
2022-10-02 19:17 Refactor word-functions with Proper (us… Laslo Hunhold
2022-10-02 19:09 Add "proper"-property-reader Laslo Hunhold
2022-09-24 10:26 Refactor line-functions with Herodotus Laslo Hunhold
2022-09-24 09:45 Refactor character-functions with Herod… Laslo Hunhold
2022-09-24 08:38 Update README Laslo Hunhold
2022-09-24 08:37 Clarify a comment in gen/case.c Laslo Hunhold
2022-09-24 08:36 Refactor case-checking-functions with H… Laslo Hunhold
2022-09-23 23:54 Compile the library in freestanding mode Laslo Hunhold
2022-09-21 22:16 Declare test-arrays as static Laslo Hunhold
2022-09-21 18:25 Remove autistic screeching Laslo Hunhold
2022-09-21 18:18 Add case-conversion-unit-tests Laslo Hunhold
2022-09-21 18:16 Refactor case-conversion-functions with… Laslo Hunhold
2022-09-21 18:11 Add helper structure for reading from a… Laslo Hunhold
2022-09-16 23:13 Sort prototypes in grapheme.h alphabeti… Laslo Hunhold
2022-09-14 23:07 Update to Unicode 15.0.0 Laslo Hunhold
2022-09-07 20:32 Move $VERSION from config.mk to Makefil… Laslo Hunhold
2022-09-07 20:30 Sort lists in Makefile Laslo Hunhold
2022-09-07 20:20 Fix a few small errors in the to_case.s… Laslo Hunhold
2022-09-07 20:19 Add manuals for the grapheme_is_*case*(… Laslo Hunhold
2022-08-29 08:31 Use parameter expansion of variables wi… Laslo Hunhold
160 more commits remaining, fetch the repository
Atom feed
Atom feed (tags)