public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug manual/26343] New: invalid documented return type for strerrorname_np() and strerrordesc_np()
@ 2020-08-07  6:50 fedoseevsergey at gmail dot com
  2020-08-07 19:53 ` [Bug manual/26343] " adhemerval.zanella at linaro dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: fedoseevsergey at gmail dot com @ 2020-08-07  6:50 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=26343

            Bug ID: 26343
           Summary: invalid documented return type for strerrorname_np()
                    and strerrordesc_np()
           Product: glibc
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: manual
          Assignee: unassigned at sourceware dot org
          Reporter: fedoseevsergey at gmail dot com
                CC: mtk.manpages at gmail dot com
  Target Milestone: ---

strerrorname_np() and strerrordesc_np() are documented to return void, but they
return const char *.

https://www.gnu.org/software/libc/manual/html_node/Error-Messages.html#index-strerrorname_005fnp
https://sourceware.org/git/?p=glibc.git;a=blob;f=string/string.h;h=b0be00c0f703ae7014fa7c424bfa8767edc500ca;hb=325081b9eb2035f8f025255206889208f330b590#l434

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug manual/26343] invalid documented return type for strerrorname_np() and strerrordesc_np()
  2020-08-07  6:50 [Bug manual/26343] New: invalid documented return type for strerrorname_np() and strerrordesc_np() fedoseevsergey at gmail dot com
@ 2020-08-07 19:53 ` adhemerval.zanella at linaro dot org
  2020-08-07 21:27 ` carlos at redhat dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: adhemerval.zanella at linaro dot org @ 2020-08-07 19:53 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=26343

Adhemerval Zanella <adhemerval.zanella at linaro dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED
           Assignee|unassigned at sourceware dot org   |adhemerval.zanella at linaro dot o
                   |                            |rg
                 CC|                            |adhemerval.zanella at linaro dot o
                   |                            |rg
   Target Milestone|---                         |2.33

--- Comment #1 from Adhemerval Zanella <adhemerval.zanella at linaro dot org> ---
Fixed on 2.33.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug manual/26343] invalid documented return type for strerrorname_np() and strerrordesc_np()
  2020-08-07  6:50 [Bug manual/26343] New: invalid documented return type for strerrorname_np() and strerrordesc_np() fedoseevsergey at gmail dot com
  2020-08-07 19:53 ` [Bug manual/26343] " adhemerval.zanella at linaro dot org
@ 2020-08-07 21:27 ` carlos at redhat dot com
  2020-08-07 21:36 ` [Bug manual/26343] invalid documented return type for strerrorname_np(), strerrordesc_np(), sigdescr_np(), sigabbrev_np() carlos at redhat dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: carlos at redhat dot com @ 2020-08-07 21:27 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=26343

Carlos O'Donell <carlos at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bruno at clisp dot org

--- Comment #2 from Carlos O'Donell <carlos at redhat dot com> ---
*** Bug 26352 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug manual/26343] invalid documented return type for strerrorname_np(), strerrordesc_np(), sigdescr_np(), sigabbrev_np()
  2020-08-07  6:50 [Bug manual/26343] New: invalid documented return type for strerrorname_np() and strerrordesc_np() fedoseevsergey at gmail dot com
  2020-08-07 19:53 ` [Bug manual/26343] " adhemerval.zanella at linaro dot org
  2020-08-07 21:27 ` carlos at redhat dot com
@ 2020-08-07 21:36 ` carlos at redhat dot com
  2020-08-07 22:19 ` bruno at clisp dot org
  2020-08-08 19:54 ` adhemerval.zanella at linaro dot org
  4 siblings, 0 replies; 6+ messages in thread
From: carlos at redhat dot com @ 2020-08-07 21:36 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=26343

Carlos O'Donell <carlos at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|invalid documented return   |invalid documented return
                   |type for strerrorname_np()  |type for strerrorname_np(),
                   |and strerrordesc_np()       |strerrordesc_np(),
                   |                            |sigdescr_np(),
                   |                            |sigabbrev_np()
         Resolution|FIXED                       |---
   Last reconfirmed|                            |2020-08-07
     Ever confirmed|0                           |1
             Status|RESOLVED                    |REOPENED
                 CC|                            |carlos at redhat dot com

--- Comment #3 from Carlos O'Donell <carlos at redhat dot com> ---
We still need to fix sigdescr_np and sigabbrev_np. I'm expanding the scope of
this bug a big.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug manual/26343] invalid documented return type for strerrorname_np(), strerrordesc_np(), sigdescr_np(), sigabbrev_np()
  2020-08-07  6:50 [Bug manual/26343] New: invalid documented return type for strerrorname_np() and strerrordesc_np() fedoseevsergey at gmail dot com
                   ` (2 preceding siblings ...)
  2020-08-07 21:36 ` [Bug manual/26343] invalid documented return type for strerrorname_np(), strerrordesc_np(), sigdescr_np(), sigabbrev_np() carlos at redhat dot com
@ 2020-08-07 22:19 ` bruno at clisp dot org
  2020-08-08 19:54 ` adhemerval.zanella at linaro dot org
  4 siblings, 0 replies; 6+ messages in thread
From: bruno at clisp dot org @ 2020-08-07 22:19 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=26343

--- Comment #4 from Bruno Haible <bruno at clisp dot org> ---
(In reply to Carlos O'Donell from comment #3)
> We still need to fix sigdescr_np and sigabbrev_np. I'm expanding the scope
> of this bug a big.

The fix for these two is part of the patch that I submitted in bug #26352.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug manual/26343] invalid documented return type for strerrorname_np(), strerrordesc_np(), sigdescr_np(), sigabbrev_np()
  2020-08-07  6:50 [Bug manual/26343] New: invalid documented return type for strerrorname_np() and strerrordesc_np() fedoseevsergey at gmail dot com
                   ` (3 preceding siblings ...)
  2020-08-07 22:19 ` bruno at clisp dot org
@ 2020-08-08 19:54 ` adhemerval.zanella at linaro dot org
  4 siblings, 0 replies; 6+ messages in thread
From: adhemerval.zanella at linaro dot org @ 2020-08-08 19:54 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=26343

Adhemerval Zanella <adhemerval.zanella at linaro dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Adhemerval Zanella <adhemerval.zanella at linaro dot org> ---
All functions are now fixed on 2.33

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-08-08 19:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-07  6:50 [Bug manual/26343] New: invalid documented return type for strerrorname_np() and strerrordesc_np() fedoseevsergey at gmail dot com
2020-08-07 19:53 ` [Bug manual/26343] " adhemerval.zanella at linaro dot org
2020-08-07 21:27 ` carlos at redhat dot com
2020-08-07 21:36 ` [Bug manual/26343] invalid documented return type for strerrorname_np(), strerrordesc_np(), sigdescr_np(), sigabbrev_np() carlos at redhat dot com
2020-08-07 22:19 ` bruno at clisp dot org
2020-08-08 19:54 ` adhemerval.zanella at linaro dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).