<?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-exp-R5/src/main/asinh.c</title><description>WebSVN RSS feed &#x2013; R</description><lastBuildDate>Mon, 27 Jul 2026 18:49:57 +0000</lastBuildDate><generator>WebSVN 2.8.7</generator><language>en</language><link>https://svn.r-project.org/browse/R/branches/R-exp-R5/src/main/asinh.c?op=log&amp;max=40&amp;</link><atom:link href="https://svn.r-project.org/browse/R/branches/R-exp-R5/src/main/asinh.c?op=rss" rel="self" type="application/rss+xml" />
<item><pubDate>Thu, 02 Sep 2010 16:06:31 +0000</pubDate><dc:creator>urbaneks</dc:creator><title>Rev 52864 – Experinental branch implementing &quot;R5&quot; ideas - extending S language to ...</title><description>&lt;div&gt;&lt;strong&gt;urbaneks – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Experinental branch implementing &quot;R5&quot; ideas - extending S language to&lt;br /&gt;
create a more intuitive object system&lt;/div&gt;+ /branches/R-exp-R5 &lt;i&gt;(copied from /trunk@52863)&lt;/i&gt;&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R/branches/R-exp-R5/src/main/asinh.c?op=revision&amp;rev=52864</link><guid>https://svn.r-project.org/browse/R/branches/R-exp-R5/src/main/asinh.c?op=revision&amp;rev=52864</guid></item>
<item><pubDate>Wed, 25 Jul 2007 11:40:57 +0000</pubDate><dc:creator>ripley</dc:creator><title>Rev 42320 – add some missing copyright statements</title><description>&lt;div&gt;&lt;strong&gt;ripley – 10 file(s) modified&lt;/strong&gt;&lt;br/&gt;add some missing copyright statements&lt;/div&gt;~ /trunk/doc/COPYRIGHTS&lt;br /&gt;~ /trunk/src/appl/maxcol.c&lt;br /&gt;~ /trunk/src/appl/uncmin.c&lt;br /&gt;~ /trunk/src/main/acosh.c&lt;br /&gt;~ /trunk/src/main/arithmetic.h&lt;br /&gt;~ /trunk/src/main/asinh.c&lt;br /&gt;~ /trunk/src/main/atanh.c&lt;br /&gt;~ /trunk/src/main/par-common.c&lt;br /&gt;~ /trunk/src/main/RBufferUtils.h&lt;br /&gt;~ /trunk/src/main/Renviron.c&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R/branches/R-exp-R5/src/main/asinh.c?op=revision&amp;rev=42320</link><guid>https://svn.r-project.org/browse/R/branches/R-exp-R5/src/main/asinh.c?op=revision&amp;rev=42320</guid></item>
<item><pubDate>Mon, 13 Nov 2006 13:53:59 +0000</pubDate><dc:creator>duncan</dc:creator><title>Rev 39866 – The following are half the files changed to compile R ...</title><description>&lt;div&gt;&lt;strong&gt;duncan – 51 file(s) modified&lt;/strong&gt;&lt;br/&gt;The following are half the files changed to compile R with C++.&lt;br /&gt;
These are the simple, safe changes that keep the stricter compiler happy.&lt;br /&gt;
&lt;br /&gt;
Change variable new to _new, class to klass, this to This or _this, template to Template, not to Not.  &lt;br /&gt;
Remove some duplicate routine declarations. &lt;br /&gt;
Modernize some K&amp;R routine parameter definitions. &lt;br /&gt;
Make explicit the signature for some routine pointer types. &lt;br /&gt;
Declare mode in creating connection as a const char * const. &lt;br /&gt;
Correct some routine declarations. &lt;br /&gt;
Add a throw to some routine definitions if in C++ to match built-in definitions. &lt;br /&gt;
Made the Clinkage explicit for rwarnc, rexitc.  Use enum labels/constants where necessary.&lt;br /&gt;
&lt;br /&gt;
The goals of using g++ are&lt;br /&gt;
  a) to use a stricter compiler to discover anomolies in our code,&lt;br /&gt;
  b) be able to use g++ -fdump-translation-unit so that we can more readily&lt;br /&gt;
     do code analysis on the routines, variables, expressions and at the very&lt;br /&gt;
     least allow me to identify the use of global variables automatically&lt;br /&gt;
     and propose refactoring strategies,&lt;br /&gt;
  c) to explore the pros and cons of using an Object Oriented programming&lt;br /&gt;
     language C++ as the base language to get extensibility at the system level &lt;br /&gt;
     and take advantage of some higher-level language features such as exceptions.&lt;/div&gt;~ /trunk/src/include/R_ext/GraphicsEngine.h&lt;br /&gt;~ /trunk/src/main/acosh.c&lt;br /&gt;~ /trunk/src/main/apply.c&lt;br /&gt;~ /trunk/src/main/apse.c&lt;br /&gt;~ /trunk/src/main/arithmetic.c&lt;br /&gt;~ /trunk/src/main/asinh.c&lt;br /&gt;~ /trunk/src/main/atanh.c&lt;br /&gt;~ /trunk/src/main/attrib.c&lt;br /&gt;~ /trunk/src/main/basedecl.h&lt;br /&gt;~ /trunk/src/main/bind.c&lt;br /&gt;~ /trunk/src/main/builtin.c&lt;br /&gt;~ /trunk/src/main/CConverters.c&lt;br /&gt;~ /trunk/src/main/character.c&lt;br /&gt;~ /trunk/src/main/datetime.c&lt;br /&gt;~ /trunk/src/main/dotcode.c&lt;br /&gt;~ /trunk/src/main/engine.c&lt;br /&gt;~ /trunk/src/main/errors.c&lt;br /&gt;~ /trunk/src/main/eval.c&lt;br /&gt;~ /trunk/src/main/gevents.c&lt;br /&gt;~ /trunk/src/main/gram.c&lt;br /&gt;~ /trunk/src/main/gram.y&lt;br /&gt;~ /trunk/src/main/iosupport.c&lt;br /&gt;~ /trunk/src/main/localecharset.c&lt;br /&gt;~ /trunk/src/main/logic.c&lt;br /&gt;~ /trunk/src/main/main.c&lt;br /&gt;~ /trunk/src/main/mkdtemp.c&lt;br /&gt;~ /trunk/src/main/model.c&lt;br /&gt;~ /trunk/src/main/names.c&lt;br /&gt;~ /trunk/src/main/objects.c&lt;br /&gt;~ /trunk/src/main/paste.c&lt;br /&gt;~ /trunk/src/main/platform.c&lt;br /&gt;~ /trunk/src/main/print.c&lt;br /&gt;~ /trunk/src/main/printutils.c&lt;br /&gt;~ /trunk/src/main/random.c&lt;br /&gt;~ /trunk/src/main/Rdynload.c&lt;br /&gt;~ /trunk/src/main/registration.c&lt;br /&gt;~ /trunk/src/main/relop.c&lt;br /&gt;~ /trunk/src/main/Renviron.c&lt;br /&gt;~ /trunk/src/main/rlocale.c&lt;br /&gt;~ /trunk/src/main/Rmain.c&lt;br /&gt;~ /trunk/src/main/RNG.c&lt;br /&gt;~ /trunk/src/main/Rstrptime.h&lt;br /&gt;~ /trunk/src/main/saveload.c&lt;br /&gt;~ /trunk/src/main/sort.c&lt;br /&gt;~ /trunk/src/main/sprintf.c&lt;br /&gt;~ /trunk/src/main/strdup.c&lt;br /&gt;~ /trunk/src/main/subset.c&lt;br /&gt;~ /trunk/src/main/sysutils.c&lt;br /&gt;~ /trunk/src/main/unique.c&lt;br /&gt;~ /trunk/src/main/util.c&lt;br /&gt;~ /trunk/src/main/vfonts.c&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R/branches/R-exp-R5/src/main/asinh.c?op=revision&amp;rev=39866</link><guid>https://svn.r-project.org/browse/R/branches/R-exp-R5/src/main/asinh.c?op=revision&amp;rev=39866</guid></item>
<item><pubDate>Wed, 20 Feb 2002 12:36:46 +0000</pubDate><dc:creator>ripley</dc:creator><title>Rev 18342 – mis-copy</title><description>&lt;div&gt;&lt;strong&gt;ripley – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;mis-copy&lt;/div&gt;~ /trunk/src/main/asinh.c&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R/branches/R-exp-R5/src/main/asinh.c?op=revision&amp;rev=18342</link><guid>https://svn.r-project.org/browse/R/branches/R-exp-R5/src/main/asinh.c?op=revision&amp;rev=18342</guid></item>
<item><pubDate>Wed, 20 Feb 2002 11:06:41 +0000</pubDate><dc:creator>ripley</dc:creator><title>Rev 18337 – add substitutes for acosh asinh atanh based on those used ...</title><description>&lt;div&gt;&lt;strong&gt;ripley – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;add substitutes for acosh asinh atanh based on those used for Windows&lt;/div&gt;~ /trunk/COPYRIGHTS&lt;br /&gt;+ /trunk/src/main/acosh.c&lt;br /&gt;~ /trunk/src/main/arithmetic.c&lt;br /&gt;+ /trunk/src/main/asinh.c&lt;br /&gt;+ /trunk/src/main/atanh.c&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R/branches/R-exp-R5/src/main/asinh.c?op=revision&amp;rev=18337</link><guid>https://svn.r-project.org/browse/R/branches/R-exp-R5/src/main/asinh.c?op=revision&amp;rev=18337</guid></item>
</channel></rss>