calendar (1) - patch to correct error description

2020-10-28 Thread Julian H. Stacey
man calendar states: "The calendar internal cpp does not correctly do #ifndef and will discard the rest of the file if a #ifndef is triggered." That is wrong, as proved by test file: --- // Test data for ~/.calendar/calendar * bla0 #ifdef DEBUG1 * 28bla1 #endif #ifdef DEBUG2 * 28

Re: Custom kernel breaks py-glances in 12.2

2020-10-28 Thread Mike Jakubik
On Thu, 22 Oct 2020 12:11:17 -0400 Mike Jakubik wrote > Hi, > > When i compile a non GENERIC kernel (which mainly removes some debugging and > devices i do not have) the Python program glances fails with the following > message. > For anyone interested, i found the

Re: calendar (1) - patch to correct error description

2020-10-28 Thread Stefan Esser
Am 28.10.20 um 13:02 schrieb Julian H. Stacey: man calendar states: "The calendar internal cpp does not correctly do #ifndef and will discard the rest of the file if a #ifndef is triggered." That is wrong, as proved by test file: --- // Test data for ~/.calendar/calendar * bla0

Re: calendar (1) - patch to correct error description

2020-10-28 Thread Julian H. Stacey
Hi Stefan > Am 28.10.20 um 13:02 schrieb Julian H. Stacey: > > man calendar states: > >"The calendar internal cpp does not correctly do #ifndef and will discard > >the rest of the file if a #ifndef is triggered." > > That is wrong, as proved by test file: > > --- > > // Test data for