Re: [hackers] [tabbed] Makefile: simplify and remove hiding the build process || Hiltjo Posthuma

2022-10-13 Thread Laslo Hunhold
On Wed, 12 Oct 2022 23:02:14 +0200 (CEST) g...@suckless.org wrote: > -# Solaris > -#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" > -#LDFLAGS = ${LIBS} Noo, not Solaris!

Re: [hackers] [tabbed] bump version to 0.7 || Hiltjo Posthuma

2022-10-13 Thread Joerg Jung
> On 12. Oct 2022, at 23:04, Hiltjo Posthuma wrote: > On Wed, Oct 12, 2022 at 08:41:37PM +0200, Joerg Jung wrote: >> Looks like the 0.7 release tarball seems >> to miss the xembed.1 man page. >> I guess because dist: target in makefile was not >> updated to include file? > Thanks for reporting

Re: [hackers] [tabbed] Makefile: add xembed.1 in the dist target || Hiltjo Posthuma

2022-10-13 Thread Hiltjo Posthuma
On Thu, Oct 13, 2022 at 06:35:32PM +0200, Laslo Hunhold wrote: > On Thu, 13 Oct 2022 01:09:22 +0200 > Hiltjo Posthuma wrote: > > Dear Hiltjo, > > > Theres no need for a dependency on git, this way it also works when > > downloading the tarball and running make dist (just an example). > > maybe

[hackers] [lchat] readme: link libgrapheme to project page || Jan Klemkow

2022-10-13 Thread git
commit 8f9d976404ef1c599a2f0939c167e2e2d1408164 Author: Jan Klemkow AuthorDate: Thu Oct 13 23:00:52 2022 +0200 Commit: Jan Klemkow CommitDate: Thu Oct 13 23:00:52 2022 +0200 readme: link libgrapheme to project page diff --git a/README.md b/README.md index f1838ad..81ca537 100644

[hackers] [lchat] slackline: remove redundant lines in sl_move() || Tom Schwindl

2022-10-13 Thread git
commit 8573652f3306be2762777fbf98096b9982783bf6 Author: Tom Schwindl AuthorDate: Thu Oct 13 16:52:38 2022 +0200 Commit: Jan Klemkow CommitDate: Thu Oct 13 22:58:40 2022 +0200 slackline: remove redundant lines in sl_move() diff --git a/slackline.c b/slackline.c index

[hackers] [lchat] slackline: implement sl_move() to handle cursor movement || Tom Schwindl

2022-10-13 Thread git
commit f7052595cdec83861c5f28bc5e579c6238b5aced Author: Tom Schwindl AuthorDate: Thu Oct 13 16:23:21 2022 +0200 Commit: Jan Klemkow CommitDate: Thu Oct 13 22:58:40 2022 +0200 slackline: implement sl_move() to handle cursor movement diff --git a/slackline.c b/slackline.c index

[hackers] [libgrapheme/bidirectional] Update README to reflect the ./configure-script || Laslo Hunhold

2022-10-13 Thread git
commit a591d58a3fb3abf40956c3017118da7f33a84bea Author: Laslo Hunhold AuthorDate: Tue Oct 11 23:21:54 2022 +0200 Commit: Laslo Hunhold CommitDate: Tue Oct 11 23:21:54 2022 +0200 Update README to reflect the ./configure-script Signed-off-by: Laslo Hunhold diff --git

[hackers] [libgrapheme/bidirectional] Refactor src/bidirectional.c with Herodotus || Laslo Hunhold

2022-10-13 Thread git
commit dd15fea026c3e0b389381ae8cc08e0f39fa1a8f7 Author: Laslo Hunhold AuthorDate: Fri Oct 14 00:40:37 2022 +0200 Commit: Laslo Hunhold CommitDate: Fri Oct 14 00:41:37 2022 +0200 Refactor src/bidirectional.c with Herodotus This simplifies a lot of the code and makes it more