[Rprotobuf-commits] r406 - in pkg: . inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Jan 8 03:38:47 CET 2011
Author: edd
Date: 2011-01-08 03:38:47 +0100 (Sat, 08 Jan 2011)
New Revision: 406
Modified:
pkg/ChangeLog
pkg/inst/NEWS
Log:
add some documentation for the additions
Modified: pkg/ChangeLog
===================================================================
--- pkg/ChangeLog 2011-01-08 02:21:12 UTC (rev 405)
+++ pkg/ChangeLog 2011-01-08 02:38:47 UTC (rev 406)
@@ -1,3 +1,16 @@
+2011-01-07 Dirk Eddelbuettel <edd at debian.org>
+
+ * Applied patch by Murray Stokely providing all the following:
+ - src/S4_classes.h: new 'name' and 'full_name' slots
+ - R/00classes.R: idem
+ - R/wrapper_EnumDescriptor.R: fix typo now permitting function call
+ - src/wrapper_EnumDescriptor.cpp: add a bounds check
+ - src/wrapper_EnumValueDescriptor.cpp: add a new name method
+ - inst/unitTests/runit.enums.R: add new unit test
+
+ * man/EnumValueDescriptor-class.Rd: Add documentation for name
+ and full_name
+
2010-10-20 Dirk Eddelbuettel <deddelbuettel at wolve.com>
* inst/doc/Makefile: do not remove the pdf in 'clean'
Modified: pkg/inst/NEWS
===================================================================
--- pkg/inst/NEWS 2011-01-08 02:21:12 UTC (rev 405)
+++ pkg/inst/NEWS 2011-01-08 02:38:47 UTC (rev 406)
@@ -1,3 +1,11 @@
+0.2.2 2011-0107
+
+ o Applied patch by Murray Stokely which
+ - corrects a typo preventing some functions from being called,
+ - adds bounds checking in call to google protobuf library,
+ - adds a new name method
+ - adds a tiny unit test
+
0.2.1 2010-10-18
o Support for raw bytes added thanks to a patch by Koert Kuipers
More information about the Rprotobuf-commits
mailing list