~ubuntu-branches/debian/sid/subversion/sid

« back to all changes in this revision

Viewing changes to subversion/bindings/swig/ruby/core.c

  • Committer: Package Import Robot
  • Author(s): James McCoy
  • Date: 2014-05-20 22:45:32 UTC
  • mfrom: (0.2.12)
  • Revision ID: package-import@ubuntu.com-20140520224532-4fec3gohdzyy692g
Tags: 1.8.9-1
* New upstream release
* Merge changes from Ubuntu:
  - Add DEB-8 test for Apache functionality
  - debian/rules: Create pot file on build.
  - debian/rules: Ensure the doxygen output directory exists
  - Move svn2cl to subversion-tools' Suggests on Ubuntu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2107
2107
2108
2108
 
2109
2109
 
2110
 
/*@SWIG:/home/breser/wandisco/rm/1.8.8/prefix/share/swig/2.0.9/ruby/rubyprimtypes.swg,19,%ruby_aux_method@*/
 
2110
/*@SWIG:/home/breser/wandisco/rm/1.8.9/prefix/share/swig/2.0.9/ruby/rubyprimtypes.swg,19,%ruby_aux_method@*/
2111
2111
SWIGINTERN VALUE SWIG_AUX_NUM2LONG(VALUE *args)
2112
2112
{
2113
2113
  VALUE obj = args[0];
2318
2318
#include "svn_auth.h"
2319
2319
 
2320
2320
 
2321
 
/*@SWIG:/home/breser/wandisco/rm/1.8.8/prefix/share/swig/2.0.9/ruby/rubyprimtypes.swg,19,%ruby_aux_method@*/
 
2321
/*@SWIG:/home/breser/wandisco/rm/1.8.9/prefix/share/swig/2.0.9/ruby/rubyprimtypes.swg,19,%ruby_aux_method@*/
2322
2322
SWIGINTERN VALUE SWIG_AUX_NUM2ULONG(VALUE *args)
2323
2323
{
2324
2324
  VALUE obj = args[0];
42290
42290
  rb_define_module_function(mCore, "svn_pool_create_allocator", _wrap_svn_pool_create_allocator, -1);
42291
42291
  rb_define_const(mCore, "SVN_VER_MAJOR", SWIG_From_int((int)(1)));
42292
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)(8)));
42294
 
  rb_define_const(mCore, "SVN_VER_MICRO", SWIG_From_int((int)(8)));
 
42293
  rb_define_const(mCore, "SVN_VER_PATCH", SWIG_From_int((int)(9)));
 
42294
  rb_define_const(mCore, "SVN_VER_MICRO", SWIG_From_int((int)(9)));
42295
42295
  rb_define_const(mCore, "SVN_VER_LIBRARY", SWIG_From_int((int)(1)));
42296
 
  rb_define_const(mCore, "SVN_VER_TAG", SWIG_FromCharPtr(" (r1568071)"));
 
42296
  rb_define_const(mCore, "SVN_VER_TAG", SWIG_FromCharPtr(" (r1591380)"));
42297
42297
  rb_define_const(mCore, "SVN_VER_NUMTAG", SWIG_FromCharPtr(""));
42298
 
  rb_define_const(mCore, "SVN_VER_REVISION", SWIG_From_int((int)(1568071)));
42299
 
  rb_define_const(mCore, "SVN_VER_NUM", SWIG_FromCharPtr("1.8.8"));
42300
 
  rb_define_const(mCore, "SVN_VER_NUMBER", SWIG_FromCharPtr("1.8.8"));
42301
 
  rb_define_const(mCore, "SVN_VERSION", SWIG_FromCharPtr("1.8.8 (r1568071)"));
 
42298
  rb_define_const(mCore, "SVN_VER_REVISION", SWIG_From_int((int)(1591380)));
 
42299
  rb_define_const(mCore, "SVN_VER_NUM", SWIG_FromCharPtr("1.8.9"));
 
42300
  rb_define_const(mCore, "SVN_VER_NUMBER", SWIG_FromCharPtr("1.8.9"));
 
42301
  rb_define_const(mCore, "SVN_VERSION", SWIG_FromCharPtr("1.8.9 (r1591380)"));
42302
42302
  
42303
42303
  SwigClassSvn_version_t.klass = rb_define_class_under(mCore, "Svn_version_t", rb_cObject);
42304
42304
  SWIG_TypeClientData(SWIGTYPE_p_svn_version_t, (void *) &SwigClassSvn_version_t);