public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug manual/212] res_init(3) is undocumented
       [not found] <bug-212-131@http.sourceware.org/bugzilla/>
@ 2012-03-08  4:36 ` carlos at systemhalted dot org
  0 siblings, 0 replies; 9+ messages in thread
From: carlos at systemhalted dot org @ 2012-03-08  4:36 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=212

Carlos O'Donell <carlos at systemhalted dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |carlos at systemhalted dot
                   |                            |org
              Flags|examined+                   |

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug manual/212] res_init(3) is undocumented
  2004-06-10 10:09 [Bug manual/212] New: " pere at hungry dot com
                   ` (6 preceding siblings ...)
  2007-11-24 12:40 ` genix at mysoul dot com dot au
@ 2010-06-01  2:02 ` pasky at suse dot cz
  7 siblings, 0 replies; 9+ messages in thread
From: pasky at suse dot cz @ 2010-06-01  2:02 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From pasky at suse dot cz  2010-06-01 02:02 -------
info provided

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
   Last reconfirmed|0000-00-00 00:00:00         |2010-06-01 02:02:14
               date|                            |


http://sourceware.org/bugzilla/show_bug.cgi?id=212

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug manual/212] res_init(3) is undocumented
  2004-06-10 10:09 [Bug manual/212] New: " pere at hungry dot com
                   ` (5 preceding siblings ...)
  2007-11-24 12:18 ` genix at mysoul dot com dot au
@ 2007-11-24 12:40 ` genix at mysoul dot com dot au
  2010-06-01  2:02 ` pasky at suse dot cz
  7 siblings, 0 replies; 9+ messages in thread
From: genix at mysoul dot com dot au @ 2007-11-24 12:40 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From genix at mysoul dot com dot au  2007-11-24 12:40 -------
(From update of attachment 2106)
this is a mistake, this patch addresses bug 4449, it also should have the first
3 leading '/' removed from the patch. Shaun


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=212

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug manual/212] res_init(3) is undocumented
  2004-06-10 10:09 [Bug manual/212] New: " pere at hungry dot com
                   ` (4 preceding siblings ...)
  2007-11-24 12:11 ` genix at mysoul dot com dot au
@ 2007-11-24 12:18 ` genix at mysoul dot com dot au
  2007-11-24 12:40 ` genix at mysoul dot com dot au
  2010-06-01  2:02 ` pasky at suse dot cz
  7 siblings, 0 replies; 9+ messages in thread
From: genix at mysoul dot com dot au @ 2007-11-24 12:18 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From genix at mysoul dot com dot au  2007-11-24 12:18 -------
(From update of attachment 2106)
--- manual/arith.texi	2007-11-19 12:00:50.000000000 +1100
+++ arith.texi	2007-11-24 23:03:06.000000000 +1100
@@ -1546,6 +1546,29 @@
 This function is another name for @code{drem}.
 @end deftypefun

+@comment math.h
+@comment ISO_C99
+@deftypefun double remquo (double @var{numerator}, double @var{denominator},
int @var{*quo})
+@comment math.h
+@comment ISO_C99
+@deftypefunx float remquof (float @var{numerator}, float @var{denominator},
int @var{*quo})
+@comment math.h
+@comment ISO_C99
+@deftypefunx {long double} remquol (long double @var{numerator}, long double
@var{denominator}, int @var{*quo})
+
+These	functions  compute the remainder and part of the quotient upon division
+of @var{numerator} by @var{denominator}. A few bits of the quotient are stored
+via the @var{quo} pointer. The remainder is returned as function value.
+
+The value of the remainder is the same as that computed by the
@code{remainder}
+function above. The value stored via the @var{quo} pointer has the sign of
+@var{numerator}/@var{denominator} and agrees with the quotient in at least the
+low order 3 bits.
+
+For example, @code{remquo(29.0,3.0)} returns @code{-1.0} and might store
@code{2}.
+Note that the actual quotient might not fit in an integer.
+@end deftypefun
+
 @node FP Bit Twiddling
 @subsection Setting and modifying single bits of FP values
 @cindex FP arithmetic


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=212

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug manual/212] res_init(3) is undocumented
  2004-06-10 10:09 [Bug manual/212] New: " pere at hungry dot com
                   ` (3 preceding siblings ...)
  2006-03-02 16:04 ` pere at hungry dot com
@ 2007-11-24 12:11 ` genix at mysoul dot com dot au
  2007-11-24 12:18 ` genix at mysoul dot com dot au
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: genix at mysoul dot com dot au @ 2007-11-24 12:11 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From genix at mysoul dot com dot au  2007-11-24 12:11 -------
Created an attachment (id=2106)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=2106&action=view)
patch documents the remquo functions


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=212

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug manual/212] res_init(3) is undocumented
  2004-06-10 10:09 [Bug manual/212] New: " pere at hungry dot com
                   ` (2 preceding siblings ...)
  2006-02-28 19:33 ` decimal at us dot ibm dot com
@ 2006-03-02 16:04 ` pere at hungry dot com
  2007-11-24 12:11 ` genix at mysoul dot com dot au
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pere at hungry dot com @ 2006-03-02 16:04 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From pere at hungry dot com  2006-03-02 16:04 -------
Not really.  I just noted the lack of documententation and wanted to make
sure it wasn't forgotten.

Not sure if it is OK to just copy from the manual page.  There it is
documented like this along with several of the res_* functions.

  SYNOPSIS
       #include <netinet/in.h>
       #include <arpa/nameser.h>
       #include <resolv.h>
       extern struct state _res;

       int res_init(void);
[...]
       The res_init() function reads the configuration files (see resolv+(8))
       to  get  the  default  domain  name,  search  order  and  name  server
       address(es).   If  no server is given, the local host is tried.  If no
       domain is given, that associated with the local host is used.  It  can
       be  overridden  with the environment variable LOCALDOMAIN.  res_init()
       is normally executed by the first call to one of the other  functions.


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=212

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug manual/212] res_init(3) is undocumented
  2004-06-10 10:09 [Bug manual/212] New: " pere at hungry dot com
  2006-02-22  6:55 ` [Bug manual/212] " roland at gnu dot org
  2006-02-28 19:33 ` decimal at us dot ibm dot com
@ 2006-02-28 19:33 ` decimal at us dot ibm dot com
  2006-03-02 16:04 ` pere at hungry dot com
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: decimal at us dot ibm dot com @ 2006-02-28 19:33 UTC (permalink / raw)
  To: glibc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
               Flag|                            |examined+


http://sourceware.org/bugzilla/show_bug.cgi?id=212

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug manual/212] res_init(3) is undocumented
  2004-06-10 10:09 [Bug manual/212] New: " pere at hungry dot com
  2006-02-22  6:55 ` [Bug manual/212] " roland at gnu dot org
@ 2006-02-28 19:33 ` decimal at us dot ibm dot com
  2006-02-28 19:33 ` decimal at us dot ibm dot com
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: decimal at us dot ibm dot com @ 2006-02-28 19:33 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From decimal at us dot ibm dot com  2006-02-28 19:33 -------
Do you have a suggested wording for this documentation?

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=212

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug manual/212] res_init(3) is undocumented
  2004-06-10 10:09 [Bug manual/212] New: " pere at hungry dot com
@ 2006-02-22  6:55 ` roland at gnu dot org
  2006-02-28 19:33 ` decimal at us dot ibm dot com
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: roland at gnu dot org @ 2006-02-22  6:55 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From roland at gnu dot org  2006-02-22 06:55 -------
We welcome your contribution of new wording for the manual.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


http://sourceware.org/bugzilla/show_bug.cgi?id=212

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

end of thread, other threads:[~2012-03-08  4:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-212-131@http.sourceware.org/bugzilla/>
2012-03-08  4:36 ` [Bug manual/212] res_init(3) is undocumented carlos at systemhalted dot org
2004-06-10 10:09 [Bug manual/212] New: " pere at hungry dot com
2006-02-22  6:55 ` [Bug manual/212] " roland at gnu dot org
2006-02-28 19:33 ` decimal at us dot ibm dot com
2006-02-28 19:33 ` decimal at us dot ibm dot com
2006-03-02 16:04 ` pere at hungry dot com
2007-11-24 12:11 ` genix at mysoul dot com dot au
2007-11-24 12:18 ` genix at mysoul dot com dot au
2007-11-24 12:40 ` genix at mysoul dot com dot au
2010-06-01  2:02 ` pasky at suse dot cz

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).