[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] [RUBY] new typemaps

From: Evan Phoenix <evan_at_fallingsnow.net>
Date: 2006-04-13 03:00:44 CEST

This patch adds a couple of new SWIG typemaps so that everywhere that
can receive a delta editor works the same.

Also adds another entry to the MAY_BE_NULL char* list.

[[[

Add new SWIG typemaps for consistence.
Add a missing argument to the MAY_BE_NULL list.

* subversion/bindings/swig/ruby/svn_delta.c
* subversion/bindings/swig/ruby/svn_ra.c
 SWIG autogenerated changes.

* subversion/bindings/swig/svn_delta.i
 (const char *MAY_BE_NULL) text_checksum can optionally be NULL

* subversion/bindings/swig/svn_ra.i
 Added typemaps for delta_editors with edit_baton, update_baton, and
 diff_baton arguments. This allows any object to serve as editors in these
 places. Code is actually duplicated from the same file, all that was done is
 altering the name of the baton. Anywhere that accepts a delta_editor should
 work the same now.

]]]

--
When I do good, I feel good;  when I do bad, I feel bad,
and that is my religion.
    -- Abraham Lincoln (1809 - 1865)


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Thu Apr 13 03:01:16 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.