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

« back to all changes in this revision

Viewing changes to subversion/bindings/swig/proxy/swig_ruby_external_runtime.swg

  • Committer: Package Import Robot
  • Author(s): James McCoy, Peter Samuelson, James McCoy
  • Date: 2014-01-12 19:48:33 UTC
  • mfrom: (0.2.10)
  • Revision ID: package-import@ubuntu.com-20140112194833-w3axfwksn296jn5x
Tags: 1.8.5-1
[ Peter Samuelson ]
* New upstream release.  (Closes: #725787) Rediff patches:
  - Remove apr-abi1 (applied upstream), rename apr-abi2 to apr-abi
  - Remove loosen-sqlite-version-check (shouldn't be needed)
  - Remove java-osgi-metadata (applied upstream)
  - svnmucc prompts for a changelog if none is provided. (Closes: #507430)
  - Remove fix-bdb-version-detection, upstream uses "apu-config --dbm-libs"
  - Remove ruby-test-wc (applied upstream)
  - Fix “svn diff -r N file” when file has svn:mime-type set.
    (Closes: #734163)
  - Support specifying an encoding for mod_dav_svn's environment in which
    hooks are run.  (Closes: #601544)
  - Fix ordering of “svnadmin dump” paths with certain APR versions.
    (Closes: #687291)
  - Provide a better error message when authentication fails with an
    svn+ssh:// URL.  (Closes: #273874)
  - Updated Polish translations.  (Closes: #690815)

[ James McCoy ]
* Remove all traces of libneon, replaced by libserf.
* patches/sqlite_3.8.x_workaround: Upstream fix for wc-queries-test test
  failurse.
* Run configure with --with-apache-libexecdir, which allows removing part of
  patches/rpath.
* Re-enable auth-test as upstream has fixed the problem of picking up
  libraries from the environment rather than the build tree.
  (Closes: #654172)
* Point LD_LIBRARY_PATH at the built auth libraries when running the svn
  command during the build.  (Closes: #678224)
* Add a NEWS entry describing how to configure mod_dav_svn to understand
  UTF-8.  (Closes: #566148)
* Remove ancient transitional package, libsvn-ruby.
* Enable compatibility with Sqlite3 versions back to Wheezy.
* Enable hardening flags.  (Closes: #734918)
* patches/build-fixes: Enable verbose build logs.
* Build against the default ruby version.  (Closes: #722393)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* ----------------------------------------------------------------------------
2
2
 * This file was automatically generated by SWIG (http://www.swig.org).
3
 
 * Version 2.0.4
 
3
 * Version 2.0.9
4
4
 * 
5
5
 * This file is not intended to be easily readable and contains a number of 
6
6
 * coding conventions designed to improve portability and efficiency. Do not make
132
132
#define  SWIG_NullReferenceError   -13
133
133
 
134
134
 
135
 
/*  Errors in SWIG */
136
 
#define  SWIG_UnknownError         -1 
137
 
#define  SWIG_IOError              -2 
138
 
#define  SWIG_RuntimeError         -3 
139
 
#define  SWIG_IndexError           -4 
140
 
#define  SWIG_TypeError            -5 
141
 
#define  SWIG_DivisionByZero       -6 
142
 
#define  SWIG_OverflowError        -7 
143
 
#define  SWIG_SyntaxError          -8 
144
 
#define  SWIG_ValueError           -9 
145
 
#define  SWIG_SystemError          -10
146
 
#define  SWIG_AttributeError       -11
147
 
#define  SWIG_MemoryError          -12 
148
 
#define  SWIG_NullReferenceError   -13
149
 
 
150
 
 
151
135
/* -----------------------------------------------------------------------------
152
136
 * swigrun.swg
153
137
 *
1272
1256
 
1273
1257
/* Runtime API */
1274
1258
 
1275
 
#define SWIG_GetModule(clientdata)                      SWIG_Ruby_GetModule()   
 
1259
#define SWIG_GetModule(clientdata)                      SWIG_Ruby_GetModule(clientdata)
1276
1260
#define SWIG_SetModule(clientdata, pointer)             SWIG_Ruby_SetModule(pointer)
1277
1261
 
1278
1262
 
1426
1410
        downcast methods. */
1427
1411
      if (obj != Qnil) {
1428
1412
        VALUE value = rb_iv_get(obj, "@__swigtype__");
1429
 
        char* type_name = RSTRING_PTR(value);
 
1413
        const char* type_name = RSTRING_PTR(value);
1430
1414
                                
1431
1415
        if (strcmp(type->name, type_name) == 0) {
1432
1416
          return obj;
1608
1592
}
1609
1593
 
1610
1594
SWIGRUNTIME swig_module_info *
1611
 
SWIG_Ruby_GetModule(void)
 
1595
SWIG_Ruby_GetModule(void *SWIGUNUSEDPARM(clientdata))
1612
1596
{
1613
1597
  VALUE pointer;
1614
1598
  swig_module_info *ret = 0;