emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#34285: closed (grep.c should #include <strings.h>)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#34285: closed (grep.c should #include <strings.h>)
Date: Sun, 03 Feb 2019 06:49:01 +0000

Your message dated Sat, 2 Feb 2019 22:48:47 -0800
with message-id <address@hidden>
and subject line Re: bug#34285: grep.c should #include <strings.h>
has caused the debbugs.gnu.org bug report #34285,
regarding grep.c should #include <strings.h>
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
34285: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34285
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: grep.c should #include <strings.h> Date: Sat, 2 Feb 2019 10:08:55 +0100 (CET)
grep.c should #include <strings.h> because it uses strcasecmp, and POSIX says it is declared in <strings.h>

Not doing so results in a warning about an undeclared function on some systems (including Kalray k1c), thus possibly in incorrect code being generated.


Directeur de recherche au CNRS, laboratoire VERIMAG, équipe PACSS
http://www-verimag.imag.fr/~monniaux/

--- End Message ---
--- Begin Message --- Subject: Re: bug#34285: grep.c should #include <strings.h> Date: Sat, 2 Feb 2019 22:48:47 -0800 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0
DAVID MONNIAUX wrote:
grep.c should #include <strings.h> because it uses strcasecmp, and POSIX says it is 
declared in <strings.h>

Thanks for reporting that. I fixed it as part of installing the attached 
patches.

Attachment: 0001-build-update-gnulib-submodule-to-latest.patch
Description: Text Data

Attachment: 0002-grep-fix-grep.c-includes.patch
Description: Text Data


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]