ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/vendor/apache/subversion/dist/subversion/bindings/swig/ruby/core.c
(Generate patch)

Comparing vendor/apache/subversion/dist/subversion/bindings/swig/ruby/core.c (file contents):
Revision 9263 by laffer1, Mon Feb 20 02:29:42 2017 UTC vs.
Revision 9264 by laffer1, Mon Feb 20 02:37:02 2017 UTC

# Line 2107 | Line 2107 | SWIG_ruby_failed(void)
2107   }
2108  
2109  
2110 < /*@SWIG:/home/breser/wandisco/svnrm-1.8/prefix/share/swig/2.0.9/ruby/rubyprimtypes.swg,19,%ruby_aux_method@*/
2110 > /*@SWIG:/home/breser/wandisco/rm/1.8.10/prefix/share/swig/2.0.9/ruby/rubyprimtypes.swg,19,%ruby_aux_method@*/
2111   SWIGINTERN VALUE SWIG_AUX_NUM2LONG(VALUE *args)
2112   {
2113    VALUE obj = args[0];
# Line 2318 | Line 2318 | typedef struct {
2318   #include "svn_auth.h"
2319  
2320  
2321 < /*@SWIG:/home/breser/wandisco/svnrm-1.8/prefix/share/swig/2.0.9/ruby/rubyprimtypes.swg,19,%ruby_aux_method@*/
2321 > /*@SWIG:/home/breser/wandisco/rm/1.8.10/prefix/share/swig/2.0.9/ruby/rubyprimtypes.swg,19,%ruby_aux_method@*/
2322   SWIGINTERN VALUE SWIG_AUX_NUM2ULONG(VALUE *args)
2323   {
2324    VALUE obj = args[0];
# Line 42290 | Line 42290 | SWIGEXPORT void Init_core(void) {
42290    rb_define_module_function(mCore, "svn_pool_create_allocator", _wrap_svn_pool_create_allocator, -1);
42291    rb_define_const(mCore, "SVN_VER_MAJOR", SWIG_From_int((int)(1)));
42292    rb_define_const(mCore, "SVN_VER_MINOR", SWIG_From_int((int)(8)));
42293 <  rb_define_const(mCore, "SVN_VER_PATCH", SWIG_From_int((int)(1)));
42294 <  rb_define_const(mCore, "SVN_VER_MICRO", SWIG_From_int((int)(1)));
42293 >  rb_define_const(mCore, "SVN_VER_PATCH", SWIG_From_int((int)(10)));
42294 >  rb_define_const(mCore, "SVN_VER_MICRO", SWIG_From_int((int)(10)));
42295    rb_define_const(mCore, "SVN_VER_LIBRARY", SWIG_From_int((int)(1)));
42296 <  rb_define_const(mCore, "SVN_VER_TAG", SWIG_FromCharPtr(" (r1503906)"));
42296 >  rb_define_const(mCore, "SVN_VER_TAG", SWIG_FromCharPtr(" (r1615264)"));
42297    rb_define_const(mCore, "SVN_VER_NUMTAG", SWIG_FromCharPtr(""));
42298 <  rb_define_const(mCore, "SVN_VER_REVISION", SWIG_From_int((int)(1503906)));
42299 <  rb_define_const(mCore, "SVN_VER_NUM", SWIG_FromCharPtr("1.8.1"));
42300 <  rb_define_const(mCore, "SVN_VER_NUMBER", SWIG_FromCharPtr("1.8.1"));
42301 <  rb_define_const(mCore, "SVN_VERSION", SWIG_FromCharPtr("1.8.1 (r1503906)"));
42298 >  rb_define_const(mCore, "SVN_VER_REVISION", SWIG_From_int((int)(1615264)));
42299 >  rb_define_const(mCore, "SVN_VER_NUM", SWIG_FromCharPtr("1.8.10"));
42300 >  rb_define_const(mCore, "SVN_VER_NUMBER", SWIG_FromCharPtr("1.8.10"));
42301 >  rb_define_const(mCore, "SVN_VERSION", SWIG_FromCharPtr("1.8.10 (r1615264)"));
42302    
42303    SwigClassSvn_version_t.klass = rb_define_class_under(mCore, "Svn_version_t", rb_cObject);
42304    SWIG_TypeClientData(SWIGTYPE_p_svn_version_t, (void *) &SwigClassSvn_version_t);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines