Re: [hackers] [dwm][PATCH] Implement key shortcut mapping

2023-09-26 Thread suiso67
On 230924-093006, Hiltjo Posthuma 'hil...@codemadness.org' wrote: > > >On Sun, Sep 24, 2023 at 05:34:48AM +, suiso67@macadamia.rocks wrote: >> From: suiso67 >> >> --- >> config.def.h | 43 +++ >> dwm.c| 47

[hackers] [sbase] ed: Deal signals in a reliable way || Roberto E. Vargas Caballero

2023-09-26 Thread git
commit d3780956a991d64056a4bade210fffca53c531a3 Author: Roberto E. Vargas Caballero AuthorDate: Fri Sep 22 23:10:30 2023 +0200 Commit: Roberto E. Vargas Caballero CommitDate: Tue Sep 26 11:33:45 2023 +0200 ed: Deal signals in a reliable way The signal handlers were calling

Re: [hackers] [sbase][PATCH] Ensure commands are followed by a blank

2023-09-26 Thread Roberto E. Vargas Caballero
Applied.

[hackers] [sbase] Ensure commands are followed by a blank || Rene Kita

2023-09-26 Thread git
commit 95b96039755e86cf263bae342ed719e751bf0c1b Author: Rene Kita AuthorDate: Tue Sep 26 08:17:00 2023 +0200 Commit: k0ga CommitDate: Tue Sep 26 10:50:15 2023 +0200 Ensure commands are followed by a blank POSIX.1-2017 demands in Shell & Utilities under 'Commands in ed':

[hackers] [ubase] Explicitly include sys/sysmacros.h for makedev etc || Markus Rudy

2023-09-26 Thread git
commit a015607af0075badc0cd90523c43f391daa0572d Author: Markus Rudy AuthorDate: Fri Sep 22 10:06:21 2023 +0200 Commit: Roberto E. Vargas Caballero CommitDate: Tue Sep 26 09:22:32 2023 +0200 Explicitly include sys/sysmacros.h for makedev etc This header used to be included

[hackers] [sbase][PATCH] Ensure commands are followed by a blank

2023-09-26 Thread Rene Kita
POSIX.1-2017 demands in Shell & Utilities under 'Commands in ed': The e, E, f, r, and w commands shall take an optional file parameter, separated from the command letter by one or more characters. Ensure at least one character (as defined for the POSIX locale) is present or error out.