unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* [bug #25865] scm_take_locale_symboln doesn't intern the symbol that it creates
@ 2009-03-14 17:37 Neil Jerram
  2009-03-18 20:47 ` Ludovic Courtès
  0 siblings, 1 reply; 5+ messages in thread
From: Neil Jerram @ 2009-03-14 17:37 UTC (permalink / raw)
  To: Neil Jerram, bug-guile


URL:
  <http://savannah.gnu.org/bugs/?25865>

                 Summary: scm_take_locale_symboln doesn't intern the symbol
that it creates
                 Project: Guile
            Submitted by: ossau
            Submitted on: Sat 14 Mar 2009 17:37:10 GMT
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

This is inferred from code reading.

The doc for scm_take_locale_symboln says:

"Like @code{scm_from_locale_symbol} and @code{scm_from_locale_symboln},
respectively, but also frees @var{str} with @code{free} eventually."

scm_from_locale_symboln creates an interned symbol, so it follows that
scm_take_locale_symboln should too.  But the relevant code is

scm_take_locale_symboln
-> scm_i_c_take_symbol
-> creates a symbol but doesn't intern it.






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?25865>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





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

end of thread, other threads:[~2009-03-19 21:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-14 17:37 [bug #25865] scm_take_locale_symboln doesn't intern the symbol that it creates Neil Jerram
2009-03-18 20:47 ` Ludovic Courtès
2009-03-18 21:44   ` Ludovic Courtès
2009-03-19  0:20     ` Neil Jerram
2009-03-19 21:25     ` Ludovic Courtès

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