public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/32819]  New: Hash Document Errors
@ 2007-07-19 11:02 chalathip at gmail dot com
  2007-07-19 19:51 ` [Bug libstdc++/32819] pb_ds/hash_based_containers.html errors pcarlini at suse dot de
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: chalathip at gmail dot com @ 2007-07-19 11:02 UTC (permalink / raw)
  To: gcc-bugs

from libstdc++-v3/docs/html/ext/pb_ds/hash_based_containers.html
There might be 2 errors in the "Hash Table Design" document as follows:

==================================
1st Error:
Section : Hash Table Design - Implementation - Probing Tables

Original text :
gp_hash_table is parametrized by Hash_Fn, Probe_Fn, and Comb_Probe_Fn. As
before, if Probe_Fn and Comb_Probe_Fn are, respectively, null_hash_fn and
null_probe_fn, then Comb_Probe_Fn is a ranged-probe functor. ...

Suggestion text:
gp_hash_table is parametrized by Hash_Fn, Probe_Fn, and Comb_Probe_Fn. As
before, if Hash_Fn and Probe_Fn are, respectively, null_hash_fn and
null_probe_fn, then Comb_Probe_Fn is a ranged-probe functor. ...
==================================
2nd Error:
Figure: Hash policy class diagram.
Suggestion: null_probe_fn class is missing.
==================================

I have to apologize if they are not errors. 
I am quite new to this forum and my english is very poor.
Chalathip Thumkanon.


-- 
           Summary: Hash Document Errors
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: chalathip at gmail dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32819


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

* [Bug libstdc++/32819] pb_ds/hash_based_containers.html errors
  2007-07-19 11:02 [Bug libstdc++/32819] New: Hash Document Errors chalathip at gmail dot com
@ 2007-07-19 19:51 ` pcarlini at suse dot de
  2007-09-18 22:49 ` bkoz at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pcarlini at suse dot de @ 2007-07-19 19:51 UTC (permalink / raw)
  To: gcc-bugs



-- 

pcarlini at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|http://gcc.gnu.org/onlinedoc|
                   |s/libstdc++/ext/pb_ds/hash_b|
                   |ased_containers.html        |
           Severity|normal                      |minor
            Summary|Hash Document Errors        |pb_ds/hash_based_containers.
                   |                            |html errors


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32819


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

* [Bug libstdc++/32819] pb_ds/hash_based_containers.html errors
  2007-07-19 11:02 [Bug libstdc++/32819] New: Hash Document Errors chalathip at gmail dot com
  2007-07-19 19:51 ` [Bug libstdc++/32819] pb_ds/hash_based_containers.html errors pcarlini at suse dot de
@ 2007-09-18 22:49 ` bkoz at gcc dot gnu dot org
  2007-09-18 22:50 ` bkoz at gcc dot gnu dot org
  2007-09-19 16:59 ` bkoz at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2007-09-18 22:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from bkoz at gcc dot gnu dot org  2007-09-18 22:49 -------
Subject: Bug 32819

Author: bkoz
Date: Tue Sep 18 22:49:24 2007
New Revision: 128589

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128589
Log:
2007-09-17  Benjamin Kosnik  <bkoz@redhat.com>
            Chalathip Thumkanon  <chalathip@gmail.com>

        PR libstdc++/32819
        PR libstdc++/32822
        * docs/html/ext/pb_ds/hash_based_containers.html: Correct.


Modified:
    trunk/libstdc++-v3/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32819


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

* [Bug libstdc++/32819] pb_ds/hash_based_containers.html errors
  2007-07-19 11:02 [Bug libstdc++/32819] New: Hash Document Errors chalathip at gmail dot com
  2007-07-19 19:51 ` [Bug libstdc++/32819] pb_ds/hash_based_containers.html errors pcarlini at suse dot de
  2007-09-18 22:49 ` bkoz at gcc dot gnu dot org
@ 2007-09-18 22:50 ` bkoz at gcc dot gnu dot org
  2007-09-19 16:59 ` bkoz at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2007-09-18 22:50 UTC (permalink / raw)
  To: gcc-bugs



-- 

bkoz at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |bkoz at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-09-18 22:50:23
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32819


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

* [Bug libstdc++/32819] pb_ds/hash_based_containers.html errors
  2007-07-19 11:02 [Bug libstdc++/32819] New: Hash Document Errors chalathip at gmail dot com
                   ` (2 preceding siblings ...)
  2007-09-18 22:50 ` bkoz at gcc dot gnu dot org
@ 2007-09-19 16:59 ` bkoz at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2007-09-19 16:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from bkoz at gcc dot gnu dot org  2007-09-19 16:59 -------
Hey Chalathip, thanks for your comments. I've fixed all of these except for:

> Suggestion: null_probe_fn class is missing.

As that file has no corresponding .svg file and thus I cannot edit it.

best,
benjamin


-- 

bkoz at gcc dot gnu dot org changed:

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


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32819


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

end of thread, other threads:[~2007-09-19 16:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-19 11:02 [Bug libstdc++/32819] New: Hash Document Errors chalathip at gmail dot com
2007-07-19 19:51 ` [Bug libstdc++/32819] pb_ds/hash_based_containers.html errors pcarlini at suse dot de
2007-09-18 22:49 ` bkoz at gcc dot gnu dot org
2007-09-18 22:50 ` bkoz at gcc dot gnu dot org
2007-09-19 16:59 ` bkoz at gcc dot gnu 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).