Re: svn commit: r367103 - head/usr.bin/calendar

2020-10-28 Thread Warner Losh
On Wed, Oct 28, 2020 at 9:09 AM Stefan Esser wrote: > Am 28.10.20 um 14:34 schrieb Kyle Evans: > > On Wed, Oct 28, 2020 at 8:24 AM Stefan Esser wrote: > >> I'm thinking about support for nested conditionals and #else in > >> calendar files, but I'm not sure about the possibility to MFC > >>

Re: svn commit: r367103 - head/usr.bin/calendar

2020-10-28 Thread Stefan Esser
Am 28.10.20 um 14:34 schrieb Kyle Evans: On Wed, Oct 28, 2020 at 8:24 AM Stefan Esser wrote: I'm thinking about support for nested conditionals and #else in calendar files, but I'm not sure about the possibility to MFC such a change and I do not want to invite users to create calendar files

Re: svn commit: r367103 - head/usr.bin/calendar

2020-10-28 Thread Kyle Evans
On Wed, Oct 28, 2020 at 8:24 AM Stefan Esser wrote: > > Am 28.10.20 um 14:12 schrieb Kyle Evans:>> Modified: > head/usr.bin/calendar/io.c > >> == > >> --- head/usr.bin/calendar/io.c Wed Oct 28 11:54:09 2020

Re: svn commit: r367103 - head/usr.bin/calendar

2020-10-28 Thread Stefan Esser
Am 28.10.20 um 14:12 schrieb Kyle Evans:>> Modified: head/usr.bin/calendar/io.c == --- head/usr.bin/calendar/io.c Wed Oct 28 11:54:09 2020(r367102) +++ head/usr.bin/calendar/io.c Wed Oct 28 13:06:39 2020

Re: svn commit: r367103 - head/usr.bin/calendar

2020-10-28 Thread Kyle Evans
On Wed, Oct 28, 2020 at 8:06 AM Stefan Eßer wrote: > > Author: se > Date: Wed Oct 28 13:06:39 2020 > New Revision: 367103 > URL: https://svnweb.freebsd.org/changeset/base/367103 > > Log: > Fix parsing of #ifdef in calendar files > > There was code to process an #ifndef tokens, but none for

svn commit: r367103 - head/usr.bin/calendar

2020-10-28 Thread Stefan Eßer
Author: se Date: Wed Oct 28 13:06:39 2020 New Revision: 367103 URL: https://svnweb.freebsd.org/changeset/base/367103 Log: Fix parsing of #ifdef in calendar files There was code to process an #ifndef tokens, but none for #ifdef. The #ifdef token was mentioned as unsupported in the BUGS