[PATCH] (6) Various small changes

2021-11-19 Thread Dominik Vogt
For master: 0001: Fix uninitialised variables in lib. 0002: Remove "-blackout" option. 0003: Docuement -v and alias it to --verbose. 0004: Don't list all options in the SYNOPSIS. 0005: Change getpwuid.c interface (for next patch) 0006: Implement -o/--output-logfile option. If given, use

Re: [PATCH - parser] (4) updates

2021-11-19 Thread Thomas Adam
On Sat, Nov 20, 2021 at 12:23:26AM +0100, Dominik Vogt wrote: > On Fri, Nov 19, 2021 at 03:15:43PM +, Thomas Adam wrote: > > On Fri, Nov 19, 2021 at 03:09:35PM +, Thomas Adam wrote: > > > On Fri, Nov 19, 2021 at 02:54:53AM +0100, Dominik Vogt wrote: > > > > A couple of patches for the

Re: [PATCH - parser] (4) updates

2021-11-19 Thread Dominik Vogt
On Fri, Nov 19, 2021 at 03:15:43PM +, Thomas Adam wrote: > On Fri, Nov 19, 2021 at 03:09:35PM +, Thomas Adam wrote: > > On Fri, Nov 19, 2021 at 02:54:53AM +0100, Dominik Vogt wrote: > > > A couple of patches for the parser branch: > > > > > > 0001: Some cleanup. > > > 0003: Fix function

Re: [RFC] Fake a global monitor when RandR is not available.

2021-11-19 Thread Dominik Vogt
On Fri, Nov 19, 2021 at 01:48:51PM +, Thomas Adam wrote: > On Fri, Nov 19, 2021 at 02:53:32AM +0100, Dominik Vogt wrote: > > On Fri, Nov 19, 2021 at 02:14:57AM +0100, Dominik Vogt wrote: > > > For debugging I need to run another fvwm in xnest, but that > > > doesn't support randr. > > > > > >

Re: [PATCH - parser] (4) updates

2021-11-19 Thread Thomas Adam
On Fri, Nov 19, 2021 at 03:09:35PM +, Thomas Adam wrote: > On Fri, Nov 19, 2021 at 02:54:53AM +0100, Dominik Vogt wrote: > > A couple of patches for the parser branch: > > > > 0001: Some cleanup. > > 0003: Fix function depth handling and an uninitialised function argument. > > (I.e. a

Re: [PATCH - parser] (4) updates

2021-11-19 Thread Thomas Adam
On Fri, Nov 19, 2021 at 02:54:53AM +0100, Dominik Vogt wrote: > A couple of patches for the parser branch: > > 0001: Some cleanup. > 0003: Fix function depth handling and an uninitialised function argument. > (I.e. a crash) Thanks; applied these two. Kindly, Thomas

Re: [RFC] Fake a global monitor when RandR is not available.

2021-11-19 Thread Thomas Adam
On Fri, Nov 19, 2021 at 02:53:32AM +0100, Dominik Vogt wrote: > On Fri, Nov 19, 2021 at 02:14:57AM +0100, Dominik Vogt wrote: > > For debugging I need to run another fvwm in xnest, but that > > doesn't support randr. > > > > The attached patch mocks up a global monitor to use if init fails. > > It