Re: [hackers] [lchat] use libgrapheme instead of libutf || Jan Klemkow

2022-10-02 Thread Jan Klemkow
Hi Laslo, On Sun, Oct 02, 2022 at 02:37:12AM +0200, Laslo Hunhold wrote: > On Sun, 2 Oct 2022 02:01:34 +0200 (CEST) > g...@suckless.org wrote: > > > commit dbc8751dc6c034967d2b3133a58a627834992e8c > > Author: Jan Klemkow > > AuthorDate: Sun Oct 2 00:59:19 2022 +0200 > > Commit: Jan

[hackers] [libgrapheme] Drop get_codepoint*() and set_codepoint*() functions || Laslo Hunhold

2022-10-02 Thread git
commit f70ea8c12ab5b7ad6f90f8860544779a43ce8a9e Author: Laslo Hunhold AuthorDate: Sun Oct 2 22:30:08 2022 +0200 Commit: Laslo Hunhold CommitDate: Sun Oct 2 22:30:58 2022 +0200 Drop get_codepoint*() and set_codepoint*() functions These are, now that all code has been

Re: [hackers] [libgrapheme][PATCH] fix manpage

2022-10-02 Thread Laslo Hunhold
On Sun, 2 Oct 2022 09:29:18 +0600 NRK wrote: Dear NRK, > - to_case: there's no `len` parameter. it should be `srclen` and > `dstlen`. > - is_case: `caselen` should be a pointer. > --- > > P.S: one more thing that caught my eye; the "next" manpages for the > codepoint versions states: > >

[hackers] [libgrapheme] Fix a few small errors in the manpages || Laslo Hunhold

2022-10-02 Thread git
commit 995e37182dc53da55dc4cf34868513610215c79e Author: Laslo Hunhold AuthorDate: Sun Oct 2 22:22:54 2022 +0200 Commit: Laslo Hunhold CommitDate: Sun Oct 2 22:22:54 2022 +0200 Fix a few small errors in the manpages Thanks to NRK for spotting most of these problems! In the

[hackers] [libgrapheme] Refactor sentence-functions with Proper (using Herodotus in the background) || Laslo Hunhold

2022-10-02 Thread git
commit a5b1b0c0c7bc1576b5893175b27585fa963f4433 Author: Laslo Hunhold AuthorDate: Sun Oct 2 22:05:11 2022 +0200 Commit: Laslo Hunhold CommitDate: Sun Oct 2 22:05:11 2022 +0200 Refactor sentence-functions with Proper (using Herodotus in the background) This refactor was a

[hackers] [libgrapheme] Refactor word-functions with Proper (using Herodotus in the background) || Laslo Hunhold

2022-10-02 Thread git
commit 52b0e29e02068d6a8123042ef901f73e37b2f38f Author: Laslo Hunhold AuthorDate: Sun Oct 2 21:17:03 2022 +0200 Commit: Laslo Hunhold CommitDate: Sun Oct 2 21:17:03 2022 +0200 Refactor word-functions with Proper (using Herodotus in the background) As promised, this leads to

[hackers] [libgrapheme] Refactor line-functions with Herodotus || Laslo Hunhold

2022-10-02 Thread git
commit a4d42053f13e8471ee3903522f964fc0a1d3161a Author: Laslo Hunhold AuthorDate: Sat Sep 24 12:26:19 2022 +0200 Commit: Laslo Hunhold CommitDate: Sat Sep 24 12:26:19 2022 +0200 Refactor line-functions with Herodotus Signed-off-by: Laslo Hunhold diff --git a/src/line.c

[hackers] [libgrapheme] Add "proper"-property-reader || Laslo Hunhold

2022-10-02 Thread git
commit b899fd685c50cbc61999296ce1e0a03a45e74f52 Author: Laslo Hunhold AuthorDate: Sun Oct 2 21:09:08 2022 +0200 Commit: Laslo Hunhold CommitDate: Sun Oct 2 21:09:08 2022 +0200 Add "proper"-property-reader The word- and sentence-segmentation algorithms make use of a

Re: [hackers] [ii] rename clean() to cleanup() || Hiltjo Posthuma

2022-10-02 Thread Hiltjo Posthuma
On Sun, Oct 02, 2022 at 01:38:16PM +0200, Petr Vaněk wrote: > On Sat, Oct 01, 2022 at 01:19:29PM +0200, g...@suckless.org wrote: > > commit b751e4f08ddaa56585407abebc0534d848cb4ba5 > > Author: Hiltjo Posthuma > > AuthorDate: Sat Oct 1 13:18:02 2022 +0200 > > Commit: Hiltjo Posthuma > >

Re: [hackers] [ii] rename clean() to cleanup() || Hiltjo Posthuma

2022-10-02 Thread Petr Vaněk
On Sat, Oct 01, 2022 at 01:19:29PM +0200, g...@suckless.org wrote: > commit b751e4f08ddaa56585407abebc0534d848cb4ba5 > Author: Hiltjo Posthuma > AuthorDate: Sat Oct 1 13:18:02 2022 +0200 > Commit: Hiltjo Posthuma > CommitDate: Sat Oct 1 13:18:02 2022 +0200 > > rename clean() to