<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>R &#x2013; /branches/R-Win-CMD/src/main/CConverters.c</title><description>WebSVN RSS feed &#x2013; R</description><lastBuildDate>Mon, 27 Jul 2026 19:11:25 +0000</lastBuildDate><generator>WebSVN 2.8.7</generator><language>en</language><link>https://svn.r-project.org/browse/R/branches/R-Win-CMD/src/main/CConverters.c?op=log&amp;max=40&amp;peg=28362</link><atom:link href="https://svn.r-project.org/browse/R/branches/R-Win-CMD/src/main/CConverters.c?op=rss&amp;peg=28362" rel="self" type="application/rss+xml" />
<item><pubDate>Thu, 21 Mar 2002 13:47:20 +0000</pubDate><dc:creator>ripley</dc:creator><title>Rev 18809 – strdup is now declared in Defn.h for rotated.c, declare in ...</title><description>&lt;div&gt;&lt;strong&gt;ripley – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;strdup is now declared in Defn.h&lt;br /&gt;
for rotated.c, declare in the same way as Defn.h&lt;/div&gt;~ /trunk/src/macintosh/config.mac.h&lt;br /&gt;~ /trunk/src/main/CConverters.c&lt;br /&gt;~ /trunk/src/main/Rdynload.c&lt;br /&gt;~ /trunk/src/modules/X11/rotated.c&lt;br /&gt;~ /trunk/src/unix/sys-common.c&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R/branches/R-Win-CMD/src/main/CConverters.c?op=revision&amp;rev=18809&amp;peg=28362</link><guid>https://svn.r-project.org/browse/R/branches/R-Win-CMD/src/main/CConverters.c?op=revision&amp;rev=18809&amp;peg=28362</guid></item>
<item><pubDate>Tue, 04 Dec 2001 15:55:12 +0000</pubDate><dc:creator>duncan</dc:creator><title>Rev 17134 – The core support for user-level tables that can be attached ...</title><description>&lt;div&gt;&lt;strong&gt;duncan – 13 file(s) modified&lt;/strong&gt;&lt;br/&gt;The core support for user-level tables that can be attached as elements of the search path (after position 1). The user-level (i.e. non-C) interface is in a separate package currently in Omegahat and can be moved into the R source tree after 1.4.0 is released and it is deemed stable. Moved RCallbacks to R_ext/Callacks in line with Kurt&apos;s suggestion.&lt;/div&gt;x /trunk/src/include/RCallbacks.h&lt;br /&gt;~ /trunk/src/include/Rinternals.h&lt;br /&gt;+ /trunk/src/include/R_ext/Callbacks.h&lt;br /&gt;~ /trunk/src/include/R_ext/Makefile.in&lt;br /&gt;~ /trunk/src/library/methods/src/do_substitute_direct.c&lt;br /&gt;~ /trunk/src/library/methods/src/methods_list_dispatch.c&lt;br /&gt;~ /trunk/src/library/methods/src/method_meta_data.c&lt;br /&gt;~ /trunk/src/main/CConverters.c&lt;br /&gt;~ /trunk/src/main/coerce.c&lt;br /&gt;~ /trunk/src/main/envir.c&lt;br /&gt;~ /trunk/src/main/eval.c&lt;br /&gt;~ /trunk/src/main/main.c&lt;br /&gt;~ /trunk/src/main/objects.c&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R/branches/R-Win-CMD/src/main/CConverters.c?op=revision&amp;rev=17134&amp;peg=28362</link><guid>https://svn.r-project.org/browse/R/branches/R-Win-CMD/src/main/CConverters.c?op=revision&amp;rev=17134&amp;peg=28362</guid></item>
<item><pubDate>Tue, 22 May 2001 15:06:42 +0000</pubDate><dc:creator>ripley</dc:creator><title>Rev 14311 – indentation</title><description>&lt;div&gt;&lt;strong&gt;ripley – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;indentation&lt;/div&gt;~ /trunk/src/main/CConverters.c&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R/branches/R-Win-CMD/src/main/CConverters.c?op=revision&amp;rev=14311&amp;peg=28362</link><guid>https://svn.r-project.org/browse/R/branches/R-Win-CMD/src/main/CConverters.c?op=revision&amp;rev=14311&amp;peg=28362</guid></item>
<item><pubDate>Sun, 20 May 2001 21:39:05 +0000</pubDate><dc:creator>iacus</dc:creator><title>Rev 14260 – added extern declaration for strdup, for CW compiler</title><description>&lt;div&gt;&lt;strong&gt;iacus – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;added extern declaration for strdup, for CW compiler&lt;/div&gt;~ /trunk/src/main/CConverters.c&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R/branches/R-Win-CMD/src/main/CConverters.c?op=revision&amp;rev=14260&amp;peg=28362</link><guid>https://svn.r-project.org/browse/R/branches/R-Win-CMD/src/main/CConverters.c?op=revision&amp;rev=14260&amp;peg=28362</guid></item>
<item><pubDate>Tue, 15 May 2001 14:35:13 +0000</pubDate><dc:creator>duncan</dc:creator><title>Rev 14156 – Extension to the .C() conversion mechanism to allow for external ...</title><description>&lt;div&gt;&lt;strong&gt;duncan – 8 file(s) modified&lt;/strong&gt;&lt;br/&gt;Extension to the .C() conversion mechanism to allow for external data, etc. Developers can register C routines which can convert an S object to a C pointer and back. User-level facilities to examine and control the registered converters&lt;/div&gt;~ /trunk/src/include/Makefile.in&lt;br /&gt;+ /trunk/src/include/R_ext/RConverters.h&lt;br /&gt;+ /trunk/src/library/base/man/converters.Rd&lt;br /&gt;+ /trunk/src/library/base/R/converters.R&lt;br /&gt;+ /trunk/src/main/CConverters.c&lt;br /&gt;~ /trunk/src/main/dotcode.c&lt;br /&gt;~ /trunk/src/main/Makefile.in&lt;br /&gt;~ /trunk/src/main/names.c&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R/branches/R-Win-CMD/src/main/CConverters.c?op=revision&amp;rev=14156&amp;peg=28362</link><guid>https://svn.r-project.org/browse/R/branches/R-Win-CMD/src/main/CConverters.c?op=revision&amp;rev=14156&amp;peg=28362</guid></item>
</channel></rss>