[hackers] [sbase][PATCH] tar: fix problem with paths longer than 100 characters

2024-12-05 Thread TahaGTRC
--- tar.c | 25 +++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/tar.c b/tar.c index 7529997..dd4fc19 100644 --- a/tar.c +++ b/tar.c @@ -201,7 +201,28 @@ archive(const char *path) h = (struct header *)b; memset(b, 0, sizeof(b)); - est

[hackers] [dwm][PATCH] config.def.h: Add SDL_App to rules

2024-12-05 Thread Christos Margiolis
These applications are almost always floating. --- config.def.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.def.h b/config.def.h index 9efa774..024d9f3 100644 --- a/config.def.h +++ b/config.def.h @@ -28,6 +28,7 @@ static const Rule rules[] = { */ /* class inst

Re: [hackers] [dwm][PATCH] config.def.h: Add SDL_App to rules

2024-12-05 Thread Christos Margiolis
Hiltjo Posthuma wrote: > On Thu, Dec 05, 2024 at 07:53:58PM +0100, Christos Margiolis wrote: > > These applications are almost always floating. > > --- > > config.def.h | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/config.def.h b/config.def.h > > index 9efa774..024d9f3 100644 > >

Re: [hackers] [dwm][PATCH] config.def.h: Add SDL_App to rules

2024-12-05 Thread Hiltjo Posthuma
On Thu, Dec 05, 2024 at 07:53:58PM +0100, Christos Margiolis wrote: > These applications are almost always floating. > --- > config.def.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/config.def.h b/config.def.h > index 9efa774..024d9f3 100644 > --- a/config.def.h > +++ b/config.def.h

[hackers] [dwm][PATCH] config.mk: Add FreeBSD X11* and FREETYPE* settings

2024-12-05 Thread Christos Margiolis
Needed in order to build on FreeBSD. --- config.mk | 5 + 1 file changed, 5 insertions(+) diff --git a/config.mk b/config.mk index 8efca9a..1f2884e 100644 --- a/config.mk +++ b/config.mk @@ -9,6 +9,9 @@ MANPREFIX = ${PREFIX}/share/man X11INC = /usr/X11R6/include X11LIB = /usr/X11R6/lib +#