Re: [PATCH] ISO 8601 basic format and decimal hours, minutes

2019-04-07 Thread Assaf Gordon
Hello Alex, Thank for you putting the time for writing the patch and descriptions in such details. In general: On 2019-02-18 9:00 p.m., Alex Eulenberg wrote: 1. Accept dates in the ISO 8601 basic date and time format. [...]> 2. Accept decimal fractions of time units other than seconds in acc

Re: freadseek.c not ported to GNU when building M4

2019-04-07 Thread Bruno Haible
Hi, Mohammad Akhlaghi wrote in : > I am trying to build M4 from source, but it crashes with the following > Gnulib error after running `make' (which asks to directly contact > bug-gnulib instead of M4 developers): > >CC

Re: selinux: insufficient M4 detection with building static binaries

2019-04-07 Thread Bruno Haible
Hi Assaf, >--- se-good.c --- >extern char setfilecon(); >int main(){return setfilecon();} > >--- se-bad.c --- >extern char matchpathcon_init_prefix(); >int main(){return matchpathcon_init_prefix();} > > >$ gcc -o 1 -static se-good.c -lselinux && echo ok >ok > >

Re: freadseek.c not ported to GNU when building M4

2019-04-07 Thread Mohammad Akhlaghi
Hi Bruno, On 4/7/19 11:38 AM, Bruno Haible wrote: Thanks for the report. It has already been reported on the bug-m4 list: https://lists.gnu.org/archive/html/bug-m4/2018-08/msg0.html https://lists.gnu.org/archive/html/bug-m4/2018-11/msg1.html https://lists.gnu.org/archive/html/bug-m4/201

add copyright notices in several files

2019-04-07 Thread Bruno Haible
It was reported that some files in a GNU gettext tarball lack the appropriate copyright notices. Some of these files come from gnulib. I'm fixing the gnulib portion of the issue here: 2019-04-07 Bruno Haible Add copyright notices in several files. Reported by in

Re: [PATCH] ISO 8601 basic format and decimal hours, minutes

2019-04-07 Thread Paul Eggert
Assaf Gordon wrote: Adding new accepted formats is good, but rejecting (or changing the meaning of) currently-accepted formats is a much more problematic decision due to breaking existing programs. I think that before continuing, it should be discussed and decided whether this is acceptable or n