Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

swig-examples-4.1.1-slfo.1.1.8 RPM for aarch64

From OpenSuSE Leap 16.0 for aarch64

Name: swig-examples Distribution: SUSE Linux Framework One
Version: 4.1.1 Vendor: SUSE LLC <https://www.suse.com/>
Release: slfo.1.1.8 Build date: Mon Aug 26 11:21:57 2024
Group: Documentation/Howto Build host: h01-armsrv2
Size: 1238123 Source RPM: swig-4.1.1-slfo.1.1.8.src.rpm
Packager: https://www.suse.com/
Url: http://www.swig.org/
Summary: SWIG example files
SWIG is a compiler that attempts to make it easy to integrate C, C++,
or Objective-C code with scripting languages including Perl, Tcl, and
Python.  In a nutshell, you give it a bunch of ANSI C/C++ declarations
and it generates an interface between C and your favorite scripting
language.  However, this is only scratching the surface of what SWIG
can do--some of its more advanced features include automatic
documentation generation, module and library management, extensive
customization options, and more.

This package contains SWIG examples, useful both for testing and
understandig SWIG usage.

Provides

Requires

License

BSD-3-Clause

Changelog

* Thu Mar 02 2023 mliska@suse.cz
  - Use -fexcess-precision=fast as GCC 13 changes the default
    for C++ compiler and without the change some tests fail on i586.
    More info can be seen here:
    https://gcc.gnu.org/gcc-13/porting_to.html#excess-precision
* Thu Dec 01 2022 kkaempf@suse.com
  - Update to 4.1.1
    * Couple of stability fixes.
    * Stability fix in ccache-swig when calculating hashes of inputs.
    * Some template handling improvements.
    * R - minor fixes plus deprecation for rtypecheck typemaps being
      optional.
* Wed Nov 02 2022 kkaempf@suse.com
  - adapt source name to please build service
* Tue Oct 25 2022 kkaempf@suse.com
  - Update to version 4.1.0 from 4.1.0-beta1
* Sun Oct 16 2022 kkaempf@suse.com
  - Update to 4.1.0~beta1
    * Add Javascript Node v12-v18 support, remove support prior to v6.
    * Octave 6.0 to 6.4 support added.
    * Add PHP 8 support.
    * PHP wrapping is now done entirely via PHP's C API
    - no more .php wrapper.
    * Perl 5.8.0 is now the oldest version SWIG supports.
    * Python 3.3 is now the oldest Python 3 version SWIG supports.
    * Python 3.9-3.11 support added.
    * Various memory leak fixes in Python generated code.
    * Scilab 5.5-6.1 support improved.
    * Many improvements for each and every target language.
    * Various preprocessor expression handling improvements.
    * Improved C99, C++11, C++14, C++17 support.
      Start adding C++20 standard.
    * Make SWIG much more move semantics friendly.
    * Add C++ std::unique_ptr support.
    * Few minor C++ template handling improvements.
    * Various C++ using declaration fixes.
    * Few fixes for handling Doxygen comments.
    * GitHub Actions is now used instead of Travis CI for continuous
      integration.
    * Add building SWIG using CMake as a secondary build system.
    * Update optional SWIG build dependency for regex support
      from PCRE to PCRE2.
  - dropped patches, all upstream
    * 15515f390c5e3316a7faf0cf85d661a297d45a50.patch
    * fix-gcc12-error.patch
    * swig-Define-PY_SSIZE_T_CLEAN-macro.patch
    * swig-Define-PY_SSIZE_T_CLEAN-only-when-not-defined-yet.patch
    * swig-Python-define-PY_SSIZE_T_CLEAN.patch
    * swig-octave-6.patch
    * swig-python310.patch
    * swig308-isfinite.diff
* Fri Oct 14 2022 kkaempf@suse.com
  - Update to version rel-4.0.2:
    * [R] Run destructors of local C++ objects on SWIG_fail
    * [php] Update exception_memory_leak_runme.php
    * [lua] Run destructors of local C++ objects on SWIG_fail
    * Fix issues with exception_memory_leak testcase
    * Define PY_SSIZE_T_CLEAN only when not defined yet
    * Add missing SWIGTYPE *const& typemaps
    * Revert "[xml] Move to "Experimental" target language status"
    * Cleanup SWIG_VERSION definition
    * Additional SWIG_VERSION testing
* Thu Sep 08 2022 coolo@suse.com
  - Cherrypick 15515f390c5e3316a7faf0cf85d661a297d45a50.patch from
    upstream to replace obsolete pcre1 with pcre2
* Sun May 08 2022 code@bnavigator.de
  - Add swig-python310.patch -- gh#swig/swig#2064, Fix swig test
    suite with Python 3.10
* Wed Jan 19 2022 mliska@suse.cz
  - Add fix-gcc12-error.patch in order to fix GCC 12 compilation error.
* Tue Jun 08 2021 badshah400@gmail.com
  - Add swig-octave-6.patch -- Allow swig to work with octave 6 and
    above; patch part of upstream merge request [gh#swig/swig#2020].
* Thu Nov 26 2020 oss@behrisch.de
  - Fixing package dependencies for CentOS
* Mon Nov 23 2020 kkaempf@suse.com
  - move examples to /usr/share/swig/examples
* Wed Jun 10 2020 kkaempf@suse.com
  - Update to 4.0.2
    - A few fixes around doxygen comment handling.
    - Ruby 2.7 support added.
    - Various minor improvements to C#, D, Java, OCaml, Octave, Python,
      R, Ruby.
    - Considerable performance improvement running SWIG on large
      interface files.
  - drop upstreamed patches
    ruby-std-wstring-byte-order.patch
    0001-Fix-code-generated-for-Ruby-global-variables.patch
    0002-Add-support-for-Ruby-2.7.patch
    0003-Move-new-macros-for-Ruby-to-their-dedicated-namespac.patch
    0004-Improve-description-of-cast-macros-for-Ruby.patch
* Sat May 23 2020 schwab@suse.de
  - Revert last change, drop 0005-disable_li_std_wstring.patch
  - ruby-std-wstring-byte-order.patch: fix wstring encoding boo#1171368
* Mon May 18 2020 normand@linux.vnet.ibm.com
  - Add 0005-disable_li_std_wstring.patch for BE arches
    (ppc64 s390 s390x) as bypass boo#1171368
* Wed Apr 15 2020 kkaempf@suse.com
  - Ruby 2.7 support (cherry-picked from upstream)
    0001-Fix-code-generated-for-Ruby-global-variables.patch
    0002-Add-support-for-Ruby-2.7.patch
    0003-Move-new-macros-for-Ruby-to-their-dedicated-namespac.patch
    0004-Improve-description-of-cast-macros-for-Ruby.patch
* Mon Sep 09 2019 kkaempf@suse.com
  - Update to 4.0.1
    - SWIG now cleans up on error by removing all generated files.
    - Add Python 3.8 support.
    - Python Sphinx compatibility added for Doxygen comments.
    - Some minor regressions introduced in 4.0.0 were fixed.
    - Fix some C++17 compatibility problems in Python and Ruby generated
      code.
    - Minor improvements/fixes for C#, Java, Javascript, Lua, MzScheme,
      Ocaml, Octave and Python.
    See https://raw.githubusercontent.com/swig/swig/master/CHANGES
* Wed May 08 2019 kkaempf@suse.com
  - Update to 4.0.0
    - Support for Doxygen documentation comments which are parsed and
      converted into JavaDoc or PyDoc comments.
    - STL wrappers improved for C#, Java and Ruby.
    - C++11 STL containers added for Java, Python and Ruby.
    - Improved support for parsing C++11 and C++14 code.
    - Various fixes for shared_ptr.
    - Various C preprocessor corner case fixes.
    - Corner case fixes for member function pointers.
    - Python module overhaul by simplifying the generated code and turning
      most optimizations on by default.
    - %template improvements wrt scoping to align with C++ explicit
      template instantiations.
    - Added support for a command-line options file (sometimes
      called a response file).
    - Numerous enhancements and fixes for all supported target languages.
    - SWIG now classifies the status of target languages into either
      'Experimental' or 'Supported' to indicate the expected maturity
      level.
    - Support for CFFI, Allegrocl, Chicken, CLISP, S-EXP, UFFI, Pike,
      Modula3 has been removed.
    - Octave 4.4-5.1 support added.
    - PHP5 support removed, PHP7 is now the supported PHP version.
    - Minimum Python version required is now 2.7, 3.2-3.7 are the only
      other versions supported.
    - Added support for Javascript NodeJS versions 2-10.
    - OCaml support is much improved and updated, minimum OCaml version
      required is now 3.12.0.
    See https://raw.githubusercontent.com/swig/swig/master/CHANGES
  - Drop patches (all included)
    swig-3.0.12-Coverity-fix-issue-reported-for-SWIG_Python_FixMetho.patch
    swig-3.0.12-Fix-generated-code-for-constant-expressions-containi.patch
    swig-perl526.patch
    swig-3.0.12-fix-collections.patch
    swig-3.0.12-Fix-Coverity-issue-reported-for-setslice-pycontainer.patch
    swig-3.0.12-Coverity-fix-issue-reported-for-wrapper-argument-che.patch
    swig-3.0.12-support-octave-4.4.patch
    swig-ocaml-int64.patch
    swig-3.0.12-Coverity-fix-issue-reported-for-SWIG_Python_ConvertF.patch
* Fri Nov 30 2018 badshah400@gmail.com
  - Add swig-3.0.12-support-octave-4.4.patch to add support for
    octave 4.4; patch taken from upstream git (gh#swig/swig#1256).
* Mon Sep 17 2018 tchvatal@suse.com
  - Add patches to build with python 3.7 properly:
    * swig-3.0.12-Coverity-fix-issue-reported-for-SWIG_Python_ConvertF.patch
    * swig-3.0.12-Coverity-fix-issue-reported-for-SWIG_Python_FixMetho.patch
    * swig-3.0.12-Coverity-fix-issue-reported-for-wrapper-argument-che.patch
    * swig-3.0.12-Fix-Coverity-issue-reported-for-setslice-pycontainer.patch
    * swig-3.0.12-Fix-generated-code-for-constant-expressions-containi.patch
    * swig-3.0.12-fix-collections.patch
  - Use version req to check for 1500 instead for non-existing release
  - Move to generic requires those that are true under both conditions
  - Use autopatch to apply all the patches at once
* Wed Jan 03 2018 tchvatal@suse.com
  - Reduce some conditionals for old distros lets consider sle11/rhel6
    as minimal supported configuration
  - Make sure we can be built and distributed with python3 only
    present in the system
* Tue Nov 07 2017 mpluskal@suse.com
  - Run python2 and python3 tests for Factory
* Sun Sep 24 2017 coolo@suse.com
  - add swig-perl526.patch from upstream to work with perl 5.26
* Thu Feb 02 2017 adam.majer@suse.de
  - use individual libboost-*-devel packages instead of boost-devel
* Mon Jan 30 2017 kkaempf@suse.com
  - Update to 3.0.12
    - Add support for Octave-4.2.
    - Enhance %extend to support template functions.
    - Language specific enhancements and fixes for C#, D, Guile,
      Java, PHP7.
* Fri Dec 30 2016 kkaempf@suse.com
  - Update to 3.0.11
    - PHP 7 support added.
    - C++11 alias templates and type aliasing support added.
    - Minor fixes and enhancements for C# Go Guile Java Javascript
      Octave PHP Python R Ruby Scilab XML.
* Mon Jun 13 2016 kkaempf@suse.com
  - Update to 3.0.10
    - Regression fixes for smart pointers and importing Python modules.
* Mon May 30 2016 kkaempf@suse.com
  - Update to 3.0.9
    - Add support for Python's implicit namespace packages.
    - Fixes to support Go 1.6.
    - C++11 std::array support added for Java.
    - Improved C++ multiple inheritance support for Java/C# wrappers.
    - Various other minor fixes and improvements for C#, D, Go, Java,
      Javascript, Lua, Python, R, Ruby, Scilab.
  - drop swig308-Fix-li_boost_array-test.patch, upstream
* Mon May 23 2016 olaf@aepfle.de
  - Add disabled build conditional for ocaml support (fate#320836)
  - Add swig-ocaml-int64.patch (ocaml PR#6517, fate#320836)
* Tue Feb 02 2016 rguenther@suse.com
  - Add swig308-isfinite.diff to fix isfinite issue with new glibc.
* Thu Jan 07 2016 idonmez@suse.com
  - Add swig308-Fix-li_boost_array-test.patch to fix boost::array
    test on PPC.
* Thu Jan 07 2016 kkaempf@suse.com
  - Update to 3.0.8
    - pdf documentation enhancements.
    - Various Python 3.5 issues fixed.
    - std::array support added for Ruby and Python.
    - shared_ptr support added for Ruby.
    - Minor improvements for CFFI, Go, Java, Perl, Python, Ruby.
* Tue Aug 04 2015 kkaempf@suse.com
  - Update to 3.0.7
    - Add support for Octave-4.0.0.
    - Remove potential Android security exploit in generated Java classes.
    - Minor new features and bug fixes.
  - drop swig-octave4.patch and swig-3.0.6.patch, upstream now
* Fri Jul 10 2015 badshah400@gmail.com
  - Add swig-octave4.patch to fix swig bindings for octave >= 4.0
    (patch taken from Fedora, and has been submitted upstream).
* Mon Jul 06 2015 kkaempf@suse.com
  - Fix ocaml check (swig-3.0.6.patch)
* Mon Jul 06 2015 kkaempf@suse.com
  - Update to 3.0.6
    - Stability and regression fixes.
    - Fixed parsing of C++ corner cases.
    - Language improvements and bug fixes for C#, Go, Java, Lua,
      Python, R.
  - explicitly disable ocaml (bug in configure script)
* Sun Feb 01 2015 dmitry_r@opensuse.org
  - Update to version 3.0.5
    * Added support for Scilab.
    * Important Python regression fix when wrapping C++ default arguments.
    * Minor improvements for C#, Go, Octave, PHP and Python.
* Thu Jan 15 2015 kkaempf@suse.com
  - Update to 3.0.4
    - Python regression fix when wrapping C++ default arguments.
    - Improved error messages.
* Wed Jan 07 2015 kkaempf@suse.com
  - Update to 3.0.3
    - Add support for C++11 strongly typed enumerations.
    - Numerous bug fixes and minor enhancements for C#, D, Go, Java,
      Javascript, PHP, Perl and Python wrappers.
  - drop nested_classes.diff, patch is upstream
* Sun Sep 14 2014 schwab@linux-m68k.org
  - Fix syntax error in find command
* Mon Aug 25 2014 mls@suse.de
  - support nested classes in ruby [bnc#892480]
    new patch: nested_classes.diff
* Thu Jun 05 2014 kkaempf@suse.com
  - Update to 3.0.2
    - Bug fix during install and a couple of other minor changes.
* Wed May 28 2014 kkaempf@suse.com
  - Update to 3.0.1
    - Javascript module added. This supports JavascriptCore (Safari/Webkit),
      v8 (Chromium) and node.js currently.
    - A few notable regressions introduced in 3.0.0 have been fixed - in
      Lua, nested classes and parsing of operator <<.
    - The usual round of bug fixes and minor improvements for:
      C#, GCJ, Go, Java, Lua, PHP and Python.
* Mon Mar 17 2014 kkaempf@suse.com
  - Update to 3.0.0
    - This is a major new release focusing primarily on C++
      improvements.
    - C++11 support added. Please see documentation for details of
      supported features:
      http://www.swig.org/Doc3.0/CPlusPlus11.html
    - Nested class support added. This has been taken full advantage
      of in Java and C#. Other languages can use the nested classes,
      but require further work for a more natural integration into
      the target language.
    - We urge folk knowledgeable in the other target languages to
      step forward and help with this effort.
    - Lua: improved metatables and support for %nspace.
    - Go 1.3 support added.
    - Python import improvements including relative imports.
    - Python 3.3 support completed.
    - Perl director support added.
    - C# .NET 2 support is now the minimum. Generated using statements
      are replaced by fully qualified names.
    - Bug fixes and improvements to the following languages:
      C#, Go, Guile, Java, Lua, Perl, PHP, Python, Octave, R, Ruby, Tcl
    - Various other bug fixes and improvements affecting all
      languages.
    - Note that this release contains some backwards incompatible
      changes in some languages.
    - Full detailed release notes are in the changes file.
  - drop 0001-Fix-Ruby-tracking-code-to-use-C-hash.patch,
    ruby-1.8.6-newobject.patch, and swig-fix_ocaml_type.patch.
    All upstreamed.
* Mon Mar 10 2014 ro@suse.de
  - set CCSHARED to "-fPIC" on s390/s390x
* Sun Feb 09 2014 kkaempf@suse.com
  - Update to 2.0.12
    - This is a maintenance release backporting some fixes from the
      pending 3.0.0 release.
    - Octave 3.8 support added.
    - C++11 support for new versions of erase/insert in the STL
      containers.
    - Compilation fixes on some systems for the generated Lua, PHP,
      Python and R wrappers.
    - Drop upstreamed patches:
      swig-lua-fix-void-return-for-int-functions.patch
      swig-support-octave-3.8.0.patch
      ruby-2.0-encoding-utf8.patch
* Wed Jan 29 2014 badshah400@gmail.com
  - Add patch swig-support-octave-3.8.0.patch: adds support for
    octave version 3.8.0 to swig; patch taken from upstream git
    and rebased for present version.
* Mon Sep 30 2013 badshah400@gmail.com
  - Add swig-lua-fix-void-return-for-int-functions.patch to fix
    void returns in non-void functions for its lua binding; patch
    submitted upstream (bnc#84331,
    https://github.com/swig/swig/issues/93).
* Thu Sep 26 2013 kkaempf@suse.com
  - Update to SWIG 2.0.11
    - Minor bug fixes and enhancements mostly in Python, but also
      C#, Lua, Ocaml, Octave, Perl, PHP, Python, R, Ruby, Tcl.
* Wed May 29 2013 kkaempf@suse.com
  - Ruby 1.8.6 (SLE10) tracks objects differently
    Add ruby-1.8.6-newobject.patch
  - Remove skip-python-li_std_containers_int.patch, fixed upstream
  - Remove python-2.4.patch, fixed upstream
  - Fix Fedora/RHEL builds (BuildRequires:  perl-Test-Simple)
* Tue May 28 2013 kkaempf@suse.com
  - Change Ruby 1.9+ object tracking to use C hashes, fixes all
    failed Ruby tests.
    Patch added:   0001-Fix-Ruby-tracking-code-to-use-C-hash.patch
    Patch removed: 0008-Ruby-Disable-broken-tests.patch
* Tue May 28 2013 kkaempf@suse.com
  - Ruby 2.0 strictly enforces encoding
    Add ruby-2.0-encoding-utf8.patch
* Tue May 28 2013 kkaempf@suse.com
  - Update to SWIG 2.0.10
    - Ruby 1.9 support is now complete.
    - Add support for Guile 2.0 and Guile 1.6 support (GH interface) has
      been dropped.
    - Various small language neutral improvements and fixes.
    - Various bug fixes and minor improvements specific to C#, CFFI, D,
      Java, Octave, PHP, Python,
    - Minor bug fix in ccache-swig.
    - Development has moved to Github with Travis continuous integration
      testing - patches using https://github.com/swig/swig are welcome.
  - drop 0012-Python-Disable-broken-test-in-threads_exception.patch
* Thu Mar 28 2013 pth@suse.de
  - Add swig-fix_ocaml_type.patch to change the declaration of
    caml_array_length to match that in ocaml's header.
* Thu Dec 20 2012 kkaempf@suse.com
  - Fix RHEL4 and 6 build
* Mon Dec 17 2012 kkaempf@suse.com
  - Update to SWIG 2.0.9
    SWIG-2.0.9 summary:
    - Improved typemap matching.
    - Ruby 1.9 support is much improved.
    - Various bug fixes and minor improvements in C#, CFFI, Go, Java,
      Modula3, Octave, Perl, Python, R, Ruby, Tcl and in ccache-swig.
  - Removed patches (included in 2.0.9 release)
    - 0001-Ruby-replace-obsolete-STR2CSTR-macro-with-StringValu.patch
    - 0002-Ruby-use-RbConfig-instead-of-deprecated-Config-modul.patch
    - 0003-Ruby-Fix-include-pathes-for-Ruby-1.9.patch
    - 0004-Ruby-Add-local-dir-to-loadpath-for-Ruby-1.9.patch
    - 0007-Ruby-1.9-methods-returns-array-of-Symbols-now.patch
  - Removed broken patch
    - swig-2.0.4-guile2.patch
  - Disable tests failing on (deprecated) Python 2.4
    - new patch: python-2.4.patch
* Mon Nov 05 2012 kkaempf@suse.com
  - fix build on SLE10: disable autogen.sh
    Add patch: PyInt_FromSize_t unavailable under Python 2.4
* Sun Nov 04 2012 kkaempf@suse.com
  - Update to 2.0.8
    * Fix a couple of regressions introduced in 2.0.5 and 2.0.7.
    * Improved using declarations and using directives support.
    * Minor fixes/enhancements for C#, Java, Octave, Perl and Python.
* Sun May 27 2012 kkaempf@suse.com
  - Fix segfault in constructor/destructor warning (upstream ID 3530078)
* Sat May 26 2012 kkaempf@suse.com
  - Port SWIG to Ruby 1.9 (various patches)
  - Disable broken tests
* Sat May 26 2012 kkaempf@suse.com
  - Update to 2.0.7
    * Important regression fixes since 2.0.5 for typemaps in general and
      in Python.
    * Fixes and enhancements for Go, Java, Octave and PHP.
* Mon Apr 30 2012 idonmez@suse.com
  - Update to 2.0.6
    * Various fixes with templates and typedef types.
    * Some template lookup problems fixed.
    * Templated type fixes to use correct typemaps.
    * Autodoc documentation generation improvements.
    * Python STL container wrappers improvements including addition of
      stepped slicing.
    * Approximately 70 fixes and minor enhancements for the following
      target languages: AllegroCL, C#, D, Go, Java, Lua, Ocaml, Octave,
      Perl, PHP, Python, R, Ruby, Tcl, Xml.
* Mon Apr 09 2012 asterios.dramis@gmail.com
  - Added a patch (r12814.patch) to fix regression leading to uncompilable code
    when using typedef and function pointer references (taken from Debian).
* Tue Mar 06 2012 dvaleev@suse.com
  - The perl 5.12 packages are compiled with -Duse64bitint, which
    means that IVs are 64-bits even on 32-bit architectures. When
    converting IVs, SWIG assumes that an IV is the same size as a
    long, which causes OverflowErrors with  unsigned longs when
    the value is greater than 2^31.
* Tue Mar 06 2012 kkaempf@suse.com
  - fix SLES 10 build, disable failing test (bnc#750618)
* Mon Mar 05 2012 kkaempf@suse.com
  - fix build, add Group field to subpackages
* Fri Dec 09 2011 coolo@suse.com
  - fix license to be in spdx.org format
* Mon Dec 05 2011 pgajdos@suse.com
  - generate guile 2 friendly code
* Tue Sep 20 2011 kkaempf@suse.com
  - Update to swig 2.0.4
    (see CHANGES.current for complete list)
    * [Perl] Patch #3260265 fixing overloading of non-primitive types and integers in
      Perl 5.12 and later.
    * [Ruby] Fix %import where one of the imported files %include one of the STL include
      files such as std_vector.i.
    * [python] Additional fixes for python3.2 support.
    * [python] Fixed PyGetSetDescr for python3.2.
    * Bug 2635919: Convenience method to convert std::map to a python dict.
    * Fixed bug 1163440: vararg typemaps.
    * [Python] Applied patch #1932484: migrate PyCObject to PyCapsule.
    * [Python] Merged in the szager-python-builtin branch, adding the -builtin feature
      for python.  The -builtin option may provide a significant performance gain
      in python wrappers.  For full details and limitations, refer to Doc/Manual/Python.html.
      A small test suite designed to demonstrate the performance gain is in
      Examples/python/performance.
* Tue Sep 20 2011 kkaempf@suse.com
  - Fix RHEL/Fedora build
* Thu May 19 2011 idoenmez@novell.com
  - Drop adapt-perl512.diff and replace it with swig-2.0.3-perl512.patch
    which is applied upstream.
* Thu May 19 2011 idoenmez@novell.com
  - Add swig-2.0.3-perl514.patch: fix test failures with Perl 5.14
* Mon May 02 2011 idoenmez@novell.com
  - Update to swig 2.0.3
    * Much better nested class/struct support.
    * Much improved template partial specialization and explicit
      specialization handling.
    * Namespace support improved with the 'nspace' feature where
      namespaces can be automatically translated into Java packages or C# namespaces.
    * Improved typemap and symbol table debugging.
    * Numerous subtle typemap matching rule changes when using the
      default (SWIGTYPE) type. These now work much like C++ class template
      partial specialization matching.
    * Other small enhancements for typemaps.
      Typemap fragments are also now official and documented.
    * Warning and error display refinements.
    * Wrapping of shared_ptr is improved and documented now.
    * Numerous C++ unary scope operator (::) fixes.
    * Better support for boolean expressions.
    * Various bug fixes and improvements in the Allegrocl, C#, Java,
      Lua, Octave, PHP, Python, R, Ruby and XML modules.
* Tue Apr 06 2010 coolo@novell.com
  - fix build with new perl 5.12: there is no Reference type anymore,
    but references and integers are the same, so a 0L was seen as 0
    pointer - breaking the test suite. The fix is to remove the check
* Sun Feb 14 2010 coolo@novell.com
  - take patch from swig svn to fix assertion on -xmlout (fix
    yast2-storage build)
* Thu Dec 17 2009 kkaempf@novell.com
  - tune .spec file to build on multiple distros
* Wed Dec 16 2009 jengelh@medozas.de
  - package documentation as noarch
* Tue Nov 24 2009 kkaempf@suse.de
  - updated to 1.3.40
    * SWIG now supports directors for PHP.
    * PHP support improved in general.
    * Octave 3.2 support added.
    * Various bug fixes/enhancements for Allegrocl, C#, Java, Octave,
      Perl, Python, Ruby and Tcl.
    * Other generic fixes and minor new features.
* Wed Aug 12 2009 mmarek@suse.cz
  - updated to 1.3.39
    * Python 3 support added
    * PHP4 support dropped
    * many bugfixes and improvements
  - ccache support disabled as it didn't work (todo after 11.2)
* Tue Oct 21 2008 mmarek@suse.cz
  - fixed two integer overflows in perlprimtypes.swg. These were
    actually why the two tests on ppc failed. *sigh* (bnc#431945)
* Fri Sep 26 2008 mmarek@suse.cz
  - disable two perl tests on ppc
* Wed Sep 24 2008 mmarek@suse.cz
  - updated to 1.3.36
    * Enhancement to directors to wrap all protected members
    * Optimisation feature for objects returned by value
    * A few bugs fixes in the PHP, Java, Ruby, R, C#, Python, Lua and
      Perl modules
    * Other minor generic bug fixes
* Tue Apr 08 2008 mmarek@suse.cz
  - updated to 1.3.35
    * Octave language module added
    * Bug fixes in Python, Lua, Java, C#, Perl modules
    * A few other generic bugs and runtime assertions fixed
* Wed Mar 26 2008 mmarek@suse.cz
  - remove the croak patch, croak(Nullch) is correct (see
    https://sourceforge.net/tracker/?func=detail&atid=301645&aid=1925121&group_id=1645)
  - testsuite-warnings.patch not needed
* Thu Mar 20 2008 pth@suse.de
  - define SWIG_croak_null as croak("%s","") not croak(Nullch)
    as croak is defined to take a string constant as 1st arg.
  - Don't return an unitialized local variable in template code.
  - Bracket if clauses so that the compiler doesn't warn in template code.
* Fri Feb 29 2008 mmarek@suse.cz
  - updated to 1.3.34
    + shared_ptr support for Python
    + Support for latest R - version 2.6
    + Various minor improvements/bug fixes for R, Lua, Python, Java,
      C#
    + A few other generic bug fixes, mainly for templates and using
      statements
* Wed Nov 28 2007 mmarek@suse.cz
  - updated to 1.3.33
    + shared_ptr support for Java and C#
    + Enhanced STL support for Ruby
    + Fixed long-standing memory leak in PHP Module
    + Numerous fixes and minor enhancements for Allegrocl, C#, cffi,
      Chicken, Guile, Java, Lua, Ocaml, Perl, PHP, Python, Ruby, Tcl
    + Improved warning support
* Wed Sep 19 2007 mmarek@suse.cz
  - don't "update" autofoo when building for  older dists in the
    buildservice
* Tue May 29 2007 mmarek@suse.cz
  - install examples in '%%_libdir/swig/examples' (not Examples) to
    pass the devel-file-in-non-devel-package rpmlint check
* Thu May 24 2007 mmarek@suse.cz
  - fixed some rpmlint errors
* Wed Apr 04 2007 mmarek@suse.cz
  - install the precompiled examples to %%_libdir/swig
* Wed Jan 24 2007 mmarek@suse.cz
  - temporarily disabled li_std_string run test under perl5 on ix86
    and s390
  - build examples and testsuite with -fno-strict-aliasing (packages
    using swig & python should do the same for now)
  - fixed testsuite-warnings.patch
* Fri Dec 15 2006 mmarek@suse.cz
  - updated to 1.3.31, for changes see
    http://swig.svn.sourceforge.net/viewvc/swig/trunk/CHANGES?r1=9073&r2=9585&diff_format=u
* Wed Nov 08 2006 mmarek@suse.cz
  - fixed bug in the python module that caused aborts on some
    architectures
* Tue Nov 07 2006 mmarek@suse.cz
  - don't install executable documentation files
* Fri Sep 08 2006 mmarek@suse.cz
  - fixed for Python 2.5 (further fixes may be needed, at least it
    builds again)
    (python25.patch)
  - use $RPM_OPT_FLAGS, unhide compilation of test wrappers (ditto)
    (testsuite.patch)
* Wed Sep 06 2006 mmarek@suse.de
  - fixed build
* Wed Jul 26 2006 mmarek@suse.cz
  - update to version 1.3.29
    * support for Common Lisp with CFFI
    * new %extend_smart_pointer() directive to extend SWIG smart
      pointer support in Python
    * new %bang directive for methods ending with exclamation marks
      in Ruby
    * New -autorename option for Ruby to rename methods to match
      Ruby naming conventions
    * enhancements to the %rename directive
    * initial support for wrappint Java code in scripting languages
      using gcj
    * new %copyctor directive for automatic generation of copy
      constructors
    * many more enhancements + bugfixes
  - fixed top-level Makefile.in to work with autoconf-2.60
    (autoconf260.patch)
  - added python-devel to buildrequires to test the Python module
    during build
* Thu Jul 20 2006 schwab@suse.de
  - Fix missing slash.
* Mon Feb 27 2006 mmarek@suse.cz
  - split documentation into swig-doc and swig-examples
    [#153015]
* Mon Jan 30 2006 mmarek@suse.cz
  - fix build with perl-5.8.8 (thanks to Olaf Hering)
* Wed Jan 25 2006 mls@suse.de
  - converted neededforbuild to BuildRequires
* Mon Jan 23 2006 mmarek@suse.cz
  - use -fPIC instead of -fpic (-fpic didn't pass testsuite on s390x)
* Tue Jan 10 2006 mmarek@suse.cz
  - fix endless loop when write fails
    [#141754] (write-loop.patch)
* Wed Nov 16 2005 ro@suse.de
  - fix build on x86_64 (fPIC in gifplot)
* Wed Nov 02 2005 dmueller@suse.de
  - don't build as root
* Wed Nov 02 2005 uli@suse.de
  - update -> 1.3.27
  - parallelize build
  - run test suite
* Mon Apr 11 2005 mcihar@suse.cz
  - update to 1.3.24 again, I hope that subversion guys will fix their
    problems till next release
* Mon Jan 24 2005 ro@suse.de
  - fix swigpy build on lib64
* Thu Jan 06 2005 mcihar@suse.cz
  - back to 1.3.21 due to subversion incompatibility
* Tue Dec 21 2004 mcihar@suse.cz
  - update to 1.3.24
  - our python now has sys.lib, so no need for patching
  - spec file cleanup
  - swiglibdir is now same as upstream - $datadir/swig/version
* Tue Nov 23 2004 mcihar@suse.cz
  - update to 1.3.23
  - runtime no more included
  - remove most of buildrequires, as they're needed just for examples and
    they anyway don't compile out of the source directory
* Mon Apr 19 2004 mcihar@suse.cz
  - -fno-strict-aliasing
* Mon Mar 08 2004 ro@suse.de
  - added php4 to neededforbuild
  - renamed mod_php4-devel to php4-devel in neededforbuild
* Fri Jan 23 2004 mcihar@suse.cz
  - updated to 1.3.21
* Thu Dec 18 2003 mcihar@suse.cz
  - Updated to 1.3.20. This release includes a large number of
    enhancements including improved C++ support, directors, contracts, and
    more.
* Fri Aug 15 2003 mcihar@suse.cz
  - handle libdir correctly
* Thu Aug 14 2003 mcihar@suse.cz
  - try to force swig compilation to accept CFLAGS
  - cleaned up specfile
* Wed May 28 2003 mcihar@suse.cz
  - add -fPIC
  - fix libtool problems
* Tue May 27 2003 mcihar@suse.cz
  - fixed permissions for files in lib
* Thu May 15 2003 mcihar@suse.cz
  - fix permissions for documentation
* Mon May 12 2003 mcihar@suse.cz
  - use swiglibdir to have save setup as previous versions
* Mon May 12 2003 mcihar@suse.cz
  - updated to 1.3.19
  - compile with -fPIC (should fix #26765)
* Thu Feb 13 2003 mcihar@suse.cz
  - configure scripts finds correctly more requirements:
    - java includes
    - python on lib64
    - ocaml on lib64
  - build more runtimes:
    - added php4
    - fixed perl
* Wed Jan 22 2003 mcihar@suse.cz
  - not marking files as config, as they do not contain configuration
  - simplified file list
* Mon Jan 06 2003 mcihar@suse.cz
  - updated to 1.3.17:
    * added pike and ocaml bindings
    * many bugfixes
* Tue Sep 17 2002 ro@suse.de
  - removed bogus self-provides
* Wed Aug 14 2002 mls@suse.de
  - made it work with threaded perl-5.8
* Thu Jun 27 2002 mcihar@suse.cz
  - updated to 1.3.13
  - added more documentation (html manual and some others)
* Tue Jun 11 2002 mls@suse.de
  - delete bogus config.{log,status} from Examples/GIFPlot
* Tue May 21 2002 meissner@suse.de
  - compile with tcl again (needs --with-tclconfig)
* Tue May 21 2002 ro@suse.de
  - fix libdir usage
* Mon Jan 28 2002 tcrhak@suse.cz
  - fixed parser.yxx to compile with bison 1.32
* Tue Jan 08 2002 cihlar@suse.cz
  - fixed to compile with python 2.2
* Thu Dec 06 2001 cihlar@suse.cz
  - update to version 1.3.9:
    * many fixes and improvements
  - added libraries in /usr/lib
* Fri Jul 27 2001 cihlar@suse.cz
  - update to version 1.3.6
  - fixed call of suse_update_config
  - call autoconf also in subdirs
  - added xf86 to neededforbuild
* Sat Jan 20 2001 schwab@suse.de
  - Fix last change to do it right.
* Fri Jan 19 2001 cihlar@suse.cz
  - added swig1.3a5-Printv.dif.bz2 - fixed to work on ia64
* Wed Nov 29 2000 ro@suse.de
  - changed neededforbuild <tcld> to <tcl-devel>
* Mon Nov 27 2000 cihlar@suse.cz
  - removed kaffe from neededforbuild
* Fri Nov 17 2000 ro@suse.de
  - fixed filelist
* Thu Nov 16 2000 cihlar@suse.cz
  - fixed neededforbuild
* Thu Nov 16 2000 cihlar@suse.cz
  - update to version 1.3a5
  - fixed file list
  - fixed neededforbuild
  - improved optimalization
* Thu Aug 24 2000 cihlar@suse.cz
  - update to version 1.3a3
  - bzipped sources
* Wed Aug 16 2000 cihlar@suse.cz
  - added BuildRoot
* Fri Jun 02 2000 kukuk@suse.de
  - Use doc macro
* Mon Jan 31 2000 ro@suse.de
  - fixed to compile
  - man to /usr/share
* Sun Oct 17 1999 ro@suse.de
  - fixed neededforbuild
* Fri Sep 17 1999 kettner@suse.de
  - Reinserted old # Commandline: line.
* Mon Sep 13 1999 bs@suse.de
  - ran old prepare_spec on spec file to switch to new prepare_spec.
* Mon May 03 1999 kettner@suse.de
  - Spec file created from swig1.1p5.tar.gz by autospec

Files

/usr/share/doc/packages/swig/Examples
/usr/share/swig/examples
/usr/share/swig/examples/Makefile
/usr/share/swig/examples/Makefile.in
/usr/share/swig/examples/README
/usr/share/swig/examples/android
/usr/share/swig/examples/android/check.list
/usr/share/swig/examples/android/class
/usr/share/swig/examples/android/class/AndroidManifest.xml
/usr/share/swig/examples/android/class/Makefile
/usr/share/swig/examples/android/class/ant.properties
/usr/share/swig/examples/android/class/build.xml
/usr/share/swig/examples/android/class/jni
/usr/share/swig/examples/android/class/jni/Android.mk
/usr/share/swig/examples/android/class/jni/example.cpp
/usr/share/swig/examples/android/class/jni/example.h
/usr/share/swig/examples/android/class/jni/example.i
/usr/share/swig/examples/android/class/local.properties
/usr/share/swig/examples/android/class/proguard.cfg
/usr/share/swig/examples/android/class/project.properties
/usr/share/swig/examples/android/class/res
/usr/share/swig/examples/android/class/res/layout
/usr/share/swig/examples/android/class/res/layout/main.xml
/usr/share/swig/examples/android/class/res/values
/usr/share/swig/examples/android/class/res/values/strings.xml
/usr/share/swig/examples/android/class/src
/usr/share/swig/examples/android/class/src/org
/usr/share/swig/examples/android/class/src/org/swig
/usr/share/swig/examples/android/class/src/org/swig/classexample
/usr/share/swig/examples/android/class/src/org/swig/classexample/SwigClass.java
/usr/share/swig/examples/android/extend
/usr/share/swig/examples/android/extend/AndroidManifest.xml
/usr/share/swig/examples/android/extend/Makefile
/usr/share/swig/examples/android/extend/ant.properties
/usr/share/swig/examples/android/extend/build.xml
/usr/share/swig/examples/android/extend/jni
/usr/share/swig/examples/android/extend/jni/Android.mk
/usr/share/swig/examples/android/extend/jni/Application.mk
/usr/share/swig/examples/android/extend/jni/example.cpp
/usr/share/swig/examples/android/extend/jni/example.h
/usr/share/swig/examples/android/extend/jni/example.i
/usr/share/swig/examples/android/extend/local.properties
/usr/share/swig/examples/android/extend/proguard.cfg
/usr/share/swig/examples/android/extend/project.properties
/usr/share/swig/examples/android/extend/res
/usr/share/swig/examples/android/extend/res/layout
/usr/share/swig/examples/android/extend/res/layout/main.xml
/usr/share/swig/examples/android/extend/res/values
/usr/share/swig/examples/android/extend/res/values/strings.xml
/usr/share/swig/examples/android/extend/src
/usr/share/swig/examples/android/extend/src/org
/usr/share/swig/examples/android/extend/src/org/swig
/usr/share/swig/examples/android/extend/src/org/swig/extendexample
/usr/share/swig/examples/android/extend/src/org/swig/extendexample/SwigExtend.java
/usr/share/swig/examples/android/simple
/usr/share/swig/examples/android/simple/AndroidManifest.xml
/usr/share/swig/examples/android/simple/Makefile
/usr/share/swig/examples/android/simple/ant.properties
/usr/share/swig/examples/android/simple/build.xml
/usr/share/swig/examples/android/simple/jni
/usr/share/swig/examples/android/simple/jni/Android.mk
/usr/share/swig/examples/android/simple/jni/example.c
/usr/share/swig/examples/android/simple/jni/example.i
/usr/share/swig/examples/android/simple/local.properties
/usr/share/swig/examples/android/simple/proguard.cfg
/usr/share/swig/examples/android/simple/project.properties
/usr/share/swig/examples/android/simple/res
/usr/share/swig/examples/android/simple/res/layout
/usr/share/swig/examples/android/simple/res/layout/main.xml
/usr/share/swig/examples/android/simple/res/values
/usr/share/swig/examples/android/simple/res/values/strings.xml
/usr/share/swig/examples/android/simple/src
/usr/share/swig/examples/android/simple/src/org
/usr/share/swig/examples/android/simple/src/org/swig
/usr/share/swig/examples/android/simple/src/org/swig/simple
/usr/share/swig/examples/android/simple/src/org/swig/simple/SwigSimple.java
/usr/share/swig/examples/csharp
/usr/share/swig/examples/csharp/arrays
/usr/share/swig/examples/csharp/arrays/Makefile
/usr/share/swig/examples/csharp/arrays/example-cs.csproj
/usr/share/swig/examples/csharp/arrays/example.c
/usr/share/swig/examples/csharp/arrays/example.h
/usr/share/swig/examples/csharp/arrays/example.i
/usr/share/swig/examples/csharp/arrays/runme.cs
/usr/share/swig/examples/csharp/callback
/usr/share/swig/examples/csharp/callback/Makefile
/usr/share/swig/examples/csharp/callback/example-cs.csproj
/usr/share/swig/examples/csharp/callback/example.cxx
/usr/share/swig/examples/csharp/callback/example.h
/usr/share/swig/examples/csharp/callback/example.i
/usr/share/swig/examples/csharp/callback/runme.cs
/usr/share/swig/examples/csharp/check.list
/usr/share/swig/examples/csharp/class
/usr/share/swig/examples/csharp/class/Makefile
/usr/share/swig/examples/csharp/class/example-cs.csproj
/usr/share/swig/examples/csharp/class/example.cxx
/usr/share/swig/examples/csharp/class/example.h
/usr/share/swig/examples/csharp/class/example.i
/usr/share/swig/examples/csharp/class/runme.cs
/usr/share/swig/examples/csharp/enum
/usr/share/swig/examples/csharp/enum/Makefile
/usr/share/swig/examples/csharp/enum/example-cs.csproj
/usr/share/swig/examples/csharp/enum/example.cxx
/usr/share/swig/examples/csharp/enum/example.h
/usr/share/swig/examples/csharp/enum/example.i
/usr/share/swig/examples/csharp/enum/runme.cs
/usr/share/swig/examples/csharp/extend
/usr/share/swig/examples/csharp/extend/Makefile
/usr/share/swig/examples/csharp/extend/example-cs.csproj
/usr/share/swig/examples/csharp/extend/example.cxx
/usr/share/swig/examples/csharp/extend/example.h
/usr/share/swig/examples/csharp/extend/example.i
/usr/share/swig/examples/csharp/extend/runme.cs
/usr/share/swig/examples/csharp/funcptr
/usr/share/swig/examples/csharp/funcptr/Makefile
/usr/share/swig/examples/csharp/funcptr/example-cs.csproj
/usr/share/swig/examples/csharp/funcptr/example.c
/usr/share/swig/examples/csharp/funcptr/example.h
/usr/share/swig/examples/csharp/funcptr/example.i
/usr/share/swig/examples/csharp/funcptr/runme.cs
/usr/share/swig/examples/csharp/nested
/usr/share/swig/examples/csharp/nested/Makefile
/usr/share/swig/examples/csharp/nested/example-cs.csproj
/usr/share/swig/examples/csharp/nested/example.cxx
/usr/share/swig/examples/csharp/nested/example.h
/usr/share/swig/examples/csharp/nested/example.i
/usr/share/swig/examples/csharp/nested/runme.cs
/usr/share/swig/examples/csharp/reference
/usr/share/swig/examples/csharp/reference/Makefile
/usr/share/swig/examples/csharp/reference/example-cs.csproj
/usr/share/swig/examples/csharp/reference/example.cxx
/usr/share/swig/examples/csharp/reference/example.h
/usr/share/swig/examples/csharp/reference/example.i
/usr/share/swig/examples/csharp/reference/runme.cs
/usr/share/swig/examples/csharp/simple
/usr/share/swig/examples/csharp/simple/Makefile
/usr/share/swig/examples/csharp/simple/example-cs.csproj
/usr/share/swig/examples/csharp/simple/example.c
/usr/share/swig/examples/csharp/simple/example.i
/usr/share/swig/examples/csharp/simple/runme.cs
/usr/share/swig/examples/csharp/template
/usr/share/swig/examples/csharp/template/Makefile
/usr/share/swig/examples/csharp/template/example-cs.csproj
/usr/share/swig/examples/csharp/template/example.h
/usr/share/swig/examples/csharp/template/example.i
/usr/share/swig/examples/csharp/template/runme.cs
/usr/share/swig/examples/csharp/variables
/usr/share/swig/examples/csharp/variables/Makefile
/usr/share/swig/examples/csharp/variables/example-cs.csproj
/usr/share/swig/examples/csharp/variables/example.c
/usr/share/swig/examples/csharp/variables/example.h
/usr/share/swig/examples/csharp/variables/example.i
/usr/share/swig/examples/csharp/variables/runme.cs
/usr/share/swig/examples/d
/usr/share/swig/examples/d/callback
/usr/share/swig/examples/d/callback/Makefile
/usr/share/swig/examples/d/callback/d1
/usr/share/swig/examples/d/callback/d1/runme.d
/usr/share/swig/examples/d/callback/d2
/usr/share/swig/examples/d/callback/d2/runme.d
/usr/share/swig/examples/d/callback/example.cxx
/usr/share/swig/examples/d/callback/example.h
/usr/share/swig/examples/d/callback/example.i
/usr/share/swig/examples/d/check.list
/usr/share/swig/examples/d/class
/usr/share/swig/examples/d/class/Makefile
/usr/share/swig/examples/d/class/d1
/usr/share/swig/examples/d/class/d1/runme.d
/usr/share/swig/examples/d/class/d2
/usr/share/swig/examples/d/class/d2/runme.d
/usr/share/swig/examples/d/class/example.cxx
/usr/share/swig/examples/d/class/example.h
/usr/share/swig/examples/d/class/example.i
/usr/share/swig/examples/d/constants
/usr/share/swig/examples/d/constants/Makefile
/usr/share/swig/examples/d/constants/d1
/usr/share/swig/examples/d/constants/d1/runme.d
/usr/share/swig/examples/d/constants/d2
/usr/share/swig/examples/d/constants/d2/runme.d
/usr/share/swig/examples/d/constants/example.i
/usr/share/swig/examples/d/enum
/usr/share/swig/examples/d/enum/Makefile
/usr/share/swig/examples/d/enum/d1
/usr/share/swig/examples/d/enum/d1/runme.d
/usr/share/swig/examples/d/enum/d2
/usr/share/swig/examples/d/enum/d2/runme.d
/usr/share/swig/examples/d/enum/example.cxx
/usr/share/swig/examples/d/enum/example.h
/usr/share/swig/examples/d/enum/example.i
/usr/share/swig/examples/d/example.mk
/usr/share/swig/examples/d/example.mk.in
/usr/share/swig/examples/d/extend
/usr/share/swig/examples/d/extend/Makefile
/usr/share/swig/examples/d/extend/d1
/usr/share/swig/examples/d/extend/d1/runme.d
/usr/share/swig/examples/d/extend/d2
/usr/share/swig/examples/d/extend/d2/runme.d
/usr/share/swig/examples/d/extend/example.cxx
/usr/share/swig/examples/d/extend/example.h
/usr/share/swig/examples/d/extend/example.i
/usr/share/swig/examples/d/funcptr
/usr/share/swig/examples/d/funcptr/Makefile
/usr/share/swig/examples/d/funcptr/d1
/usr/share/swig/examples/d/funcptr/d1/runme.d
/usr/share/swig/examples/d/funcptr/d2
/usr/share/swig/examples/d/funcptr/d2/runme.d
/usr/share/swig/examples/d/funcptr/example.c
/usr/share/swig/examples/d/funcptr/example.h
/usr/share/swig/examples/d/funcptr/example.i
/usr/share/swig/examples/d/simple
/usr/share/swig/examples/d/simple/Makefile
/usr/share/swig/examples/d/simple/d1
/usr/share/swig/examples/d/simple/d1/runme.d
/usr/share/swig/examples/d/simple/d2
/usr/share/swig/examples/d/simple/d2/runme.d
/usr/share/swig/examples/d/simple/example.c
/usr/share/swig/examples/d/simple/example.i
/usr/share/swig/examples/d/variables
/usr/share/swig/examples/d/variables/Makefile
/usr/share/swig/examples/d/variables/d1
/usr/share/swig/examples/d/variables/d1/runme.d
/usr/share/swig/examples/d/variables/d2
/usr/share/swig/examples/d/variables/d2/runme.d
/usr/share/swig/examples/d/variables/example.c
/usr/share/swig/examples/d/variables/example.h
/usr/share/swig/examples/d/variables/example.i
/usr/share/swig/examples/go
/usr/share/swig/examples/go/callback
/usr/share/swig/examples/go/callback/Makefile
/usr/share/swig/examples/go/callback/callback.cxx
/usr/share/swig/examples/go/callback/example.h
/usr/share/swig/examples/go/callback/example.i
/usr/share/swig/examples/go/callback/gocallback.go
/usr/share/swig/examples/go/callback/index.html
/usr/share/swig/examples/go/callback/runme.go
/usr/share/swig/examples/go/check.list
/usr/share/swig/examples/go/class
/usr/share/swig/examples/go/class/Makefile
/usr/share/swig/examples/go/class/class.cxx
/usr/share/swig/examples/go/class/example.h
/usr/share/swig/examples/go/class/example.i
/usr/share/swig/examples/go/class/index.html
/usr/share/swig/examples/go/class/runme.go
/usr/share/swig/examples/go/constants
/usr/share/swig/examples/go/constants/Makefile
/usr/share/swig/examples/go/constants/example.i
/usr/share/swig/examples/go/constants/index.html
/usr/share/swig/examples/go/constants/runme.go
/usr/share/swig/examples/go/director
/usr/share/swig/examples/go/director/Makefile
/usr/share/swig/examples/go/director/director.go
/usr/share/swig/examples/go/director/director.h
/usr/share/swig/examples/go/director/example.i
/usr/share/swig/examples/go/director/index.html
/usr/share/swig/examples/go/director/runme.go
/usr/share/swig/examples/go/enum
/usr/share/swig/examples/go/enum/Makefile
/usr/share/swig/examples/go/enum/enum.cxx
/usr/share/swig/examples/go/enum/example.h
/usr/share/swig/examples/go/enum/example.i
/usr/share/swig/examples/go/enum/index.html
/usr/share/swig/examples/go/enum/runme.go
/usr/share/swig/examples/go/extend
/usr/share/swig/examples/go/extend/Makefile
/usr/share/swig/examples/go/extend/ceo.go
/usr/share/swig/examples/go/extend/example.h
/usr/share/swig/examples/go/extend/example.i
/usr/share/swig/examples/go/extend/extend.cxx
/usr/share/swig/examples/go/extend/index.html
/usr/share/swig/examples/go/extend/runme.go
/usr/share/swig/examples/go/funcptr
/usr/share/swig/examples/go/funcptr/Makefile
/usr/share/swig/examples/go/funcptr/example.h
/usr/share/swig/examples/go/funcptr/example.i
/usr/share/swig/examples/go/funcptr/funcptr.c
/usr/share/swig/examples/go/funcptr/index.html
/usr/share/swig/examples/go/funcptr/runme.go
/usr/share/swig/examples/go/goin
/usr/share/swig/examples/go/goin/Makefile
/usr/share/swig/examples/go/goin/example.i
/usr/share/swig/examples/go/goin/index.html
/usr/share/swig/examples/go/goin/runme.go
/usr/share/swig/examples/go/index.html
/usr/share/swig/examples/go/multimap
/usr/share/swig/examples/go/multimap/Makefile
/usr/share/swig/examples/go/multimap/example.i
/usr/share/swig/examples/go/multimap/multimap.c
/usr/share/swig/examples/go/multimap/runme.go
/usr/share/swig/examples/go/pointer
/usr/share/swig/examples/go/pointer/Makefile
/usr/share/swig/examples/go/pointer/example.i
/usr/share/swig/examples/go/pointer/index.html
/usr/share/swig/examples/go/pointer/pointer.c
/usr/share/swig/examples/go/pointer/runme.go
/usr/share/swig/examples/go/reference
/usr/share/swig/examples/go/reference/Makefile
/usr/share/swig/examples/go/reference/example.h
/usr/share/swig/examples/go/reference/example.i
/usr/share/swig/examples/go/reference/index.html
/usr/share/swig/examples/go/reference/reference.cxx
/usr/share/swig/examples/go/reference/runme.go
/usr/share/swig/examples/go/simple
/usr/share/swig/examples/go/simple/Makefile
/usr/share/swig/examples/go/simple/example.i
/usr/share/swig/examples/go/simple/index.html
/usr/share/swig/examples/go/simple/runme.go
/usr/share/swig/examples/go/simple/simple.c
/usr/share/swig/examples/go/template
/usr/share/swig/examples/go/template/Makefile
/usr/share/swig/examples/go/template/example.h
/usr/share/swig/examples/go/template/example.i
/usr/share/swig/examples/go/template/index.html
/usr/share/swig/examples/go/template/runme.go
/usr/share/swig/examples/go/variables
/usr/share/swig/examples/go/variables/Makefile
/usr/share/swig/examples/go/variables/example.h
/usr/share/swig/examples/go/variables/example.i
/usr/share/swig/examples/go/variables/index.html
/usr/share/swig/examples/go/variables/runme.go
/usr/share/swig/examples/go/variables/variables.c
/usr/share/swig/examples/guile
/usr/share/swig/examples/guile/README
/usr/share/swig/examples/guile/check.list
/usr/share/swig/examples/guile/class
/usr/share/swig/examples/guile/class/Makefile
/usr/share/swig/examples/guile/class/example.cxx
/usr/share/swig/examples/guile/class/example.h
/usr/share/swig/examples/guile/class/example.i
/usr/share/swig/examples/guile/class/runme.scm
/usr/share/swig/examples/guile/constants
/usr/share/swig/examples/guile/constants/Makefile
/usr/share/swig/examples/guile/constants/example.i
/usr/share/swig/examples/guile/constants/runme.scm
/usr/share/swig/examples/guile/matrix
/usr/share/swig/examples/guile/matrix/Makefile
/usr/share/swig/examples/guile/matrix/README
/usr/share/swig/examples/guile/matrix/example.i
/usr/share/swig/examples/guile/matrix/matrix.c
/usr/share/swig/examples/guile/matrix/matrix.i
/usr/share/swig/examples/guile/matrix/runme.scm
/usr/share/swig/examples/guile/matrix/vector.c
/usr/share/swig/examples/guile/matrix/vector.h
/usr/share/swig/examples/guile/matrix/vector.i
/usr/share/swig/examples/guile/multimap
/usr/share/swig/examples/guile/multimap/Makefile
/usr/share/swig/examples/guile/multimap/example.c
/usr/share/swig/examples/guile/multimap/example.i
/usr/share/swig/examples/guile/multimap/runme.scm
/usr/share/swig/examples/guile/multivalue
/usr/share/swig/examples/guile/multivalue/Makefile
/usr/share/swig/examples/guile/multivalue/example.c
/usr/share/swig/examples/guile/multivalue/example.i
/usr/share/swig/examples/guile/multivalue/runme.scm
/usr/share/swig/examples/guile/port
/usr/share/swig/examples/guile/port/Makefile
/usr/share/swig/examples/guile/port/README
/usr/share/swig/examples/guile/port/example.c
/usr/share/swig/examples/guile/port/example.i
/usr/share/swig/examples/guile/port/runme.scm
/usr/share/swig/examples/guile/simple
/usr/share/swig/examples/guile/simple/Makefile
/usr/share/swig/examples/guile/simple/README
/usr/share/swig/examples/guile/simple/example.c
/usr/share/swig/examples/guile/simple/example.i
/usr/share/swig/examples/guile/simple/runme.scm
/usr/share/swig/examples/guile/std_vector
/usr/share/swig/examples/guile/std_vector/Makefile
/usr/share/swig/examples/guile/std_vector/example.h
/usr/share/swig/examples/guile/std_vector/example.i
/usr/share/swig/examples/guile/std_vector/runme.scm
/usr/share/swig/examples/index.html
/usr/share/swig/examples/java
/usr/share/swig/examples/java/callback
/usr/share/swig/examples/java/callback/Makefile
/usr/share/swig/examples/java/callback/example.cxx
/usr/share/swig/examples/java/callback/example.h
/usr/share/swig/examples/java/callback/example.i
/usr/share/swig/examples/java/callback/index.html
/usr/share/swig/examples/java/callback/runme.java
/usr/share/swig/examples/java/check.list
/usr/share/swig/examples/java/class
/usr/share/swig/examples/java/class/Makefile
/usr/share/swig/examples/java/class/example.cxx
/usr/share/swig/examples/java/class/example.h
/usr/share/swig/examples/java/class/example.i
/usr/share/swig/examples/java/class/index.html
/usr/share/swig/examples/java/class/runme.java
/usr/share/swig/examples/java/constants
/usr/share/swig/examples/java/constants/Makefile
/usr/share/swig/examples/java/constants/example.i
/usr/share/swig/examples/java/constants/index.html
/usr/share/swig/examples/java/constants/runme.java
/usr/share/swig/examples/java/doxygen
/usr/share/swig/examples/java/doxygen/Makefile
/usr/share/swig/examples/java/doxygen/example.cxx
/usr/share/swig/examples/java/doxygen/example.h
/usr/share/swig/examples/java/doxygen/example.i
/usr/share/swig/examples/java/doxygen/runme.java
/usr/share/swig/examples/java/enum
/usr/share/swig/examples/java/enum/Makefile
/usr/share/swig/examples/java/enum/example.cxx
/usr/share/swig/examples/java/enum/example.h
/usr/share/swig/examples/java/enum/example.i
/usr/share/swig/examples/java/enum/index.html
/usr/share/swig/examples/java/enum/runme.java
/usr/share/swig/examples/java/extend
/usr/share/swig/examples/java/extend/Makefile
/usr/share/swig/examples/java/extend/example.cxx
/usr/share/swig/examples/java/extend/example.h
/usr/share/swig/examples/java/extend/example.i
/usr/share/swig/examples/java/extend/index.html
/usr/share/swig/examples/java/extend/runme.java
/usr/share/swig/examples/java/funcptr
/usr/share/swig/examples/java/funcptr/Makefile
/usr/share/swig/examples/java/funcptr/example.c
/usr/share/swig/examples/java/funcptr/example.h
/usr/share/swig/examples/java/funcptr/example.i
/usr/share/swig/examples/java/funcptr/index.html
/usr/share/swig/examples/java/funcptr/runme.java
/usr/share/swig/examples/java/index.html
/usr/share/swig/examples/java/multimap
/usr/share/swig/examples/java/multimap/Makefile
/usr/share/swig/examples/java/multimap/example.c
/usr/share/swig/examples/java/multimap/example.i
/usr/share/swig/examples/java/multimap/runme.java
/usr/share/swig/examples/java/native
/usr/share/swig/examples/java/native/Makefile
/usr/share/swig/examples/java/native/example.i
/usr/share/swig/examples/java/native/index.html
/usr/share/swig/examples/java/native/runme.java
/usr/share/swig/examples/java/nested
/usr/share/swig/examples/java/nested/Makefile
/usr/share/swig/examples/java/nested/example.cxx
/usr/share/swig/examples/java/nested/example.h
/usr/share/swig/examples/java/nested/example.i
/usr/share/swig/examples/java/nested/runme.java
/usr/share/swig/examples/java/pointer
/usr/share/swig/examples/java/pointer/Makefile
/usr/share/swig/examples/java/pointer/example.c
/usr/share/swig/examples/java/pointer/example.i
/usr/share/swig/examples/java/pointer/index.html
/usr/share/swig/examples/java/pointer/runme.java
/usr/share/swig/examples/java/reference
/usr/share/swig/examples/java/reference/Makefile
/usr/share/swig/examples/java/reference/example.cxx
/usr/share/swig/examples/java/reference/example.h
/usr/share/swig/examples/java/reference/example.i
/usr/share/swig/examples/java/reference/index.html
/usr/share/swig/examples/java/reference/runme.java
/usr/share/swig/examples/java/simple
/usr/share/swig/examples/java/simple/Makefile
/usr/share/swig/examples/java/simple/example.c
/usr/share/swig/examples/java/simple/example.i
/usr/share/swig/examples/java/simple/index.html
/usr/share/swig/examples/java/simple/runme.java
/usr/share/swig/examples/java/template
/usr/share/swig/examples/java/template/Makefile
/usr/share/swig/examples/java/template/example.h
/usr/share/swig/examples/java/template/example.i
/usr/share/swig/examples/java/template/index.html
/usr/share/swig/examples/java/template/runme.java
/usr/share/swig/examples/java/typemap
/usr/share/swig/examples/java/typemap/Makefile
/usr/share/swig/examples/java/typemap/example.i
/usr/share/swig/examples/java/typemap/index.html
/usr/share/swig/examples/java/typemap/runme.java
/usr/share/swig/examples/java/variables
/usr/share/swig/examples/java/variables/Makefile
/usr/share/swig/examples/java/variables/example.c
/usr/share/swig/examples/java/variables/example.h
/usr/share/swig/examples/java/variables/example.i
/usr/share/swig/examples/java/variables/index.html
/usr/share/swig/examples/java/variables/runme.java
/usr/share/swig/examples/javascript
/usr/share/swig/examples/javascript/check.list
/usr/share/swig/examples/javascript/class
/usr/share/swig/examples/javascript/class/Makefile
/usr/share/swig/examples/javascript/class/binding.gyp.in
/usr/share/swig/examples/javascript/class/example.cxx
/usr/share/swig/examples/javascript/class/example.h
/usr/share/swig/examples/javascript/class/example.i
/usr/share/swig/examples/javascript/class/example.js
/usr/share/swig/examples/javascript/class/runme.js
/usr/share/swig/examples/javascript/constant
/usr/share/swig/examples/javascript/constant/Makefile
/usr/share/swig/examples/javascript/constant/binding.gyp.in
/usr/share/swig/examples/javascript/constant/example.h
/usr/share/swig/examples/javascript/constant/example.i
/usr/share/swig/examples/javascript/constant/example.js
/usr/share/swig/examples/javascript/constant/runme.js
/usr/share/swig/examples/javascript/enum
/usr/share/swig/examples/javascript/enum/Makefile
/usr/share/swig/examples/javascript/enum/binding.gyp.in
/usr/share/swig/examples/javascript/enum/example.cxx
/usr/share/swig/examples/javascript/enum/example.h
/usr/share/swig/examples/javascript/enum/example.i
/usr/share/swig/examples/javascript/enum/example.js
/usr/share/swig/examples/javascript/enum/runme.js
/usr/share/swig/examples/javascript/example.mk
/usr/share/swig/examples/javascript/exception
/usr/share/swig/examples/javascript/exception/Makefile
/usr/share/swig/examples/javascript/exception/binding.gyp.in
/usr/share/swig/examples/javascript/exception/example.cxx
/usr/share/swig/examples/javascript/exception/example.h
/usr/share/swig/examples/javascript/exception/example.i
/usr/share/swig/examples/javascript/exception/example.js
/usr/share/swig/examples/javascript/exception/runme.js
/usr/share/swig/examples/javascript/functor
/usr/share/swig/examples/javascript/functor/Makefile
/usr/share/swig/examples/javascript/functor/binding.gyp.in
/usr/share/swig/examples/javascript/functor/example.i
/usr/share/swig/examples/javascript/functor/example.js
/usr/share/swig/examples/javascript/functor/runme.js
/usr/share/swig/examples/javascript/native
/usr/share/swig/examples/javascript/native/Makefile
/usr/share/swig/examples/javascript/native/binding.gyp.in
/usr/share/swig/examples/javascript/native/example.i
/usr/share/swig/examples/javascript/native/example.js
/usr/share/swig/examples/javascript/native/index.html
/usr/share/swig/examples/javascript/native/runme.js
/usr/share/swig/examples/javascript/nspace
/usr/share/swig/examples/javascript/nspace/Makefile
/usr/share/swig/examples/javascript/nspace/binding.gyp.in
/usr/share/swig/examples/javascript/nspace/example.h
/usr/share/swig/examples/javascript/nspace/example.i
/usr/share/swig/examples/javascript/nspace/example.js
/usr/share/swig/examples/javascript/nspace/runme.js
/usr/share/swig/examples/javascript/operator
/usr/share/swig/examples/javascript/operator/Makefile
/usr/share/swig/examples/javascript/operator/binding.gyp.in
/usr/share/swig/examples/javascript/operator/example.h
/usr/share/swig/examples/javascript/operator/example.i
/usr/share/swig/examples/javascript/operator/example.js
/usr/share/swig/examples/javascript/operator/runme.js
/usr/share/swig/examples/javascript/overload
/usr/share/swig/examples/javascript/overload/Makefile
/usr/share/swig/examples/javascript/overload/binding.gyp.in
/usr/share/swig/examples/javascript/overload/example.h
/usr/share/swig/examples/javascript/overload/example.i
/usr/share/swig/examples/javascript/overload/example.js
/usr/share/swig/examples/javascript/overload/runme.js
/usr/share/swig/examples/javascript/pointer
/usr/share/swig/examples/javascript/pointer/Makefile
/usr/share/swig/examples/javascript/pointer/binding.gyp.in
/usr/share/swig/examples/javascript/pointer/example.cxx
/usr/share/swig/examples/javascript/pointer/example.i
/usr/share/swig/examples/javascript/pointer/example.js
/usr/share/swig/examples/javascript/pointer/runme.js
/usr/share/swig/examples/javascript/reference
/usr/share/swig/examples/javascript/reference/Makefile
/usr/share/swig/examples/javascript/reference/binding.gyp.in
/usr/share/swig/examples/javascript/reference/example.cxx
/usr/share/swig/examples/javascript/reference/example.h
/usr/share/swig/examples/javascript/reference/example.i
/usr/share/swig/examples/javascript/reference/example.js
/usr/share/swig/examples/javascript/reference/runme.js
/usr/share/swig/examples/javascript/simple
/usr/share/swig/examples/javascript/simple/Makefile
/usr/share/swig/examples/javascript/simple/binding.gyp.in
/usr/share/swig/examples/javascript/simple/example.cxx
/usr/share/swig/examples/javascript/simple/example.i
/usr/share/swig/examples/javascript/simple/example.js
/usr/share/swig/examples/javascript/simple/runme.js
/usr/share/swig/examples/javascript/template
/usr/share/swig/examples/javascript/template/Makefile
/usr/share/swig/examples/javascript/template/binding.gyp.in
/usr/share/swig/examples/javascript/template/example.h
/usr/share/swig/examples/javascript/template/example.i
/usr/share/swig/examples/javascript/template/example.js
/usr/share/swig/examples/javascript/template/runme.js
/usr/share/swig/examples/javascript/variables
/usr/share/swig/examples/javascript/variables/Makefile
/usr/share/swig/examples/javascript/variables/binding.gyp.in
/usr/share/swig/examples/javascript/variables/example.cxx
/usr/share/swig/examples/javascript/variables/example.h
/usr/share/swig/examples/javascript/variables/example.i
/usr/share/swig/examples/javascript/variables/example.js
/usr/share/swig/examples/javascript/variables/runme.js
/usr/share/swig/examples/lua
/usr/share/swig/examples/lua/arrays
/usr/share/swig/examples/lua/arrays/Makefile
/usr/share/swig/examples/lua/arrays/example.c
/usr/share/swig/examples/lua/arrays/example.i
/usr/share/swig/examples/lua/arrays/runme.lua
/usr/share/swig/examples/lua/check.list
/usr/share/swig/examples/lua/class
/usr/share/swig/examples/lua/class/Makefile
/usr/share/swig/examples/lua/class/example.cxx
/usr/share/swig/examples/lua/class/example.h
/usr/share/swig/examples/lua/class/example.i
/usr/share/swig/examples/lua/class/runme.lua
/usr/share/swig/examples/lua/constants
/usr/share/swig/examples/lua/constants/Makefile
/usr/share/swig/examples/lua/constants/example.i
/usr/share/swig/examples/lua/constants/runme.lua
/usr/share/swig/examples/lua/dual
/usr/share/swig/examples/lua/dual/Makefile
/usr/share/swig/examples/lua/dual/dual.cpp
/usr/share/swig/examples/lua/dual/example.i
/usr/share/swig/examples/lua/dual/example2.i
/usr/share/swig/examples/lua/embed
/usr/share/swig/examples/lua/embed/Makefile
/usr/share/swig/examples/lua/embed/embed.c
/usr/share/swig/examples/lua/embed/example.c
/usr/share/swig/examples/lua/embed/example.i
/usr/share/swig/examples/lua/embed/runme.lua
/usr/share/swig/examples/lua/embed2
/usr/share/swig/examples/lua/embed2/Makefile
/usr/share/swig/examples/lua/embed2/embed2.c
/usr/share/swig/examples/lua/embed2/example.c
/usr/share/swig/examples/lua/embed2/example.i
/usr/share/swig/examples/lua/embed2/runme.lua
/usr/share/swig/examples/lua/embed3
/usr/share/swig/examples/lua/embed3/Makefile
/usr/share/swig/examples/lua/embed3/embed3.cpp
/usr/share/swig/examples/lua/embed3/example.cpp
/usr/share/swig/examples/lua/embed3/example.h
/usr/share/swig/examples/lua/embed3/example.i
/usr/share/swig/examples/lua/embed3/runme.lua
/usr/share/swig/examples/lua/exception
/usr/share/swig/examples/lua/exception/Makefile
/usr/share/swig/examples/lua/exception/example.h
/usr/share/swig/examples/lua/exception/example.i
/usr/share/swig/examples/lua/exception/runme.lua
/usr/share/swig/examples/lua/funcptr3
/usr/share/swig/examples/lua/funcptr3/Makefile
/usr/share/swig/examples/lua/funcptr3/example.c
/usr/share/swig/examples/lua/funcptr3/example.h
/usr/share/swig/examples/lua/funcptr3/example.i
/usr/share/swig/examples/lua/funcptr3/runme.lua
/usr/share/swig/examples/lua/functest
/usr/share/swig/examples/lua/functest/Makefile
/usr/share/swig/examples/lua/functest/example.c
/usr/share/swig/examples/lua/functest/example.i
/usr/share/swig/examples/lua/functest/runme.lua
/usr/share/swig/examples/lua/functor
/usr/share/swig/examples/lua/functor/Makefile
/usr/share/swig/examples/lua/functor/example.i
/usr/share/swig/examples/lua/functor/runme.lua
/usr/share/swig/examples/lua/import
/usr/share/swig/examples/lua/import.lua
/usr/share/swig/examples/lua/import/Makefile
/usr/share/swig/examples/lua/import/README
/usr/share/swig/examples/lua/import/bar.h
/usr/share/swig/examples/lua/import/bar.i
/usr/share/swig/examples/lua/import/base.h
/usr/share/swig/examples/lua/import/base.i
/usr/share/swig/examples/lua/import/foo.h
/usr/share/swig/examples/lua/import/foo.i
/usr/share/swig/examples/lua/import/runme.lua
/usr/share/swig/examples/lua/import/spam.h
/usr/share/swig/examples/lua/import/spam.i
/usr/share/swig/examples/lua/lua.c
/usr/share/swig/examples/lua/nspace
/usr/share/swig/examples/lua/nspace/Makefile
/usr/share/swig/examples/lua/nspace/example.h
/usr/share/swig/examples/lua/nspace/example.i
/usr/share/swig/examples/lua/nspace/runme.lua
/usr/share/swig/examples/lua/owner
/usr/share/swig/examples/lua/owner/Makefile
/usr/share/swig/examples/lua/owner/example.cxx
/usr/share/swig/examples/lua/owner/example.h
/usr/share/swig/examples/lua/owner/example.i
/usr/share/swig/examples/lua/owner/runme.lua
/usr/share/swig/examples/lua/pointer
/usr/share/swig/examples/lua/pointer/Makefile
/usr/share/swig/examples/lua/pointer/example.c
/usr/share/swig/examples/lua/pointer/example.i
/usr/share/swig/examples/lua/pointer/runme.lua
/usr/share/swig/examples/lua/simple
/usr/share/swig/examples/lua/simple/Makefile
/usr/share/swig/examples/lua/simple/example.c
/usr/share/swig/examples/lua/simple/example.i
/usr/share/swig/examples/lua/simple/runme.lua
/usr/share/swig/examples/lua/variables
/usr/share/swig/examples/lua/variables/Makefile
/usr/share/swig/examples/lua/variables/example.c
/usr/share/swig/examples/lua/variables/example.h
/usr/share/swig/examples/lua/variables/example.i
/usr/share/swig/examples/lua/variables/runme.lua
/usr/share/swig/examples/mzscheme
/usr/share/swig/examples/mzscheme/check.list
/usr/share/swig/examples/mzscheme/class
/usr/share/swig/examples/mzscheme/class/Makefile
/usr/share/swig/examples/mzscheme/class/example.cxx
/usr/share/swig/examples/mzscheme/class/example.h
/usr/share/swig/examples/mzscheme/class/example.i
/usr/share/swig/examples/mzscheme/class/runme.scm
/usr/share/swig/examples/mzscheme/multimap
/usr/share/swig/examples/mzscheme/multimap/Makefile
/usr/share/swig/examples/mzscheme/multimap/example.c
/usr/share/swig/examples/mzscheme/multimap/example.i
/usr/share/swig/examples/mzscheme/multimap/runme.scm
/usr/share/swig/examples/mzscheme/simple
/usr/share/swig/examples/mzscheme/simple/Makefile
/usr/share/swig/examples/mzscheme/simple/example.c
/usr/share/swig/examples/mzscheme/simple/example.i
/usr/share/swig/examples/mzscheme/simple/runme.scm
/usr/share/swig/examples/mzscheme/std_vector
/usr/share/swig/examples/mzscheme/std_vector/Makefile
/usr/share/swig/examples/mzscheme/std_vector/example.h
/usr/share/swig/examples/mzscheme/std_vector/example.i
/usr/share/swig/examples/mzscheme/std_vector/runme.scm
/usr/share/swig/examples/ocaml
/usr/share/swig/examples/ocaml/argout_ref
/usr/share/swig/examples/ocaml/argout_ref/Makefile
/usr/share/swig/examples/ocaml/argout_ref/example.c
/usr/share/swig/examples/ocaml/argout_ref/example.i
/usr/share/swig/examples/ocaml/argout_ref/runme.ml
/usr/share/swig/examples/ocaml/callback
/usr/share/swig/examples/ocaml/callback/Makefile
/usr/share/swig/examples/ocaml/callback/example.c
/usr/share/swig/examples/ocaml/callback/example.h
/usr/share/swig/examples/ocaml/callback/example.i
/usr/share/swig/examples/ocaml/callback/runme.ml
/usr/share/swig/examples/ocaml/check.list
/usr/share/swig/examples/ocaml/class
/usr/share/swig/examples/ocaml/class/Makefile
/usr/share/swig/examples/ocaml/class/example.c
/usr/share/swig/examples/ocaml/class/example.h
/usr/share/swig/examples/ocaml/class/example.i
/usr/share/swig/examples/ocaml/class/runme.ml
/usr/share/swig/examples/ocaml/contract
/usr/share/swig/examples/ocaml/contract/Makefile
/usr/share/swig/examples/ocaml/contract/example.i
/usr/share/swig/examples/ocaml/contract/runme.ml
/usr/share/swig/examples/ocaml/scoped_enum
/usr/share/swig/examples/ocaml/scoped_enum/Makefile
/usr/share/swig/examples/ocaml/scoped_enum/README
/usr/share/swig/examples/ocaml/scoped_enum/example.i
/usr/share/swig/examples/ocaml/scoped_enum/foo.h
/usr/share/swig/examples/ocaml/scoped_enum/runme.ml
/usr/share/swig/examples/ocaml/shapes
/usr/share/swig/examples/ocaml/shapes/Makefile
/usr/share/swig/examples/ocaml/shapes/example.c
/usr/share/swig/examples/ocaml/shapes/example.h
/usr/share/swig/examples/ocaml/shapes/example.i
/usr/share/swig/examples/ocaml/shapes/runme.ml
/usr/share/swig/examples/ocaml/simple
/usr/share/swig/examples/ocaml/simple/Makefile
/usr/share/swig/examples/ocaml/simple/example.c
/usr/share/swig/examples/ocaml/simple/example.i
/usr/share/swig/examples/ocaml/simple/index.html
/usr/share/swig/examples/ocaml/simple/runme.ml
/usr/share/swig/examples/ocaml/std_string
/usr/share/swig/examples/ocaml/std_string/Makefile
/usr/share/swig/examples/ocaml/std_string/README
/usr/share/swig/examples/ocaml/std_string/example.h
/usr/share/swig/examples/ocaml/std_string/example.i
/usr/share/swig/examples/ocaml/std_string/runme.ml
/usr/share/swig/examples/ocaml/std_vector
/usr/share/swig/examples/ocaml/std_vector/Makefile
/usr/share/swig/examples/ocaml/std_vector/example.h
/usr/share/swig/examples/ocaml/std_vector/example.i
/usr/share/swig/examples/ocaml/std_vector/runme.ml
/usr/share/swig/examples/ocaml/stl
/usr/share/swig/examples/ocaml/stl/Makefile
/usr/share/swig/examples/ocaml/stl/example.h
/usr/share/swig/examples/ocaml/stl/example.i
/usr/share/swig/examples/ocaml/stl/runme.ml
/usr/share/swig/examples/ocaml/string_from_ptr
/usr/share/swig/examples/ocaml/string_from_ptr/Makefile
/usr/share/swig/examples/ocaml/string_from_ptr/example.i
/usr/share/swig/examples/ocaml/string_from_ptr/runme.ml
/usr/share/swig/examples/ocaml/strings_test
/usr/share/swig/examples/ocaml/strings_test/Makefile
/usr/share/swig/examples/ocaml/strings_test/example.h
/usr/share/swig/examples/ocaml/strings_test/example.i
/usr/share/swig/examples/ocaml/strings_test/runme.ml
/usr/share/swig/examples/octave
/usr/share/swig/examples/octave/callback
/usr/share/swig/examples/octave/callback/Makefile
/usr/share/swig/examples/octave/callback/example.cxx
/usr/share/swig/examples/octave/callback/example.h
/usr/share/swig/examples/octave/callback/example.i
/usr/share/swig/examples/octave/callback/runme.m
/usr/share/swig/examples/octave/check.list
/usr/share/swig/examples/octave/class
/usr/share/swig/examples/octave/class/Makefile
/usr/share/swig/examples/octave/class/example.cxx
/usr/share/swig/examples/octave/class/example.h
/usr/share/swig/examples/octave/class/example.i
/usr/share/swig/examples/octave/class/runme.m
/usr/share/swig/examples/octave/constants
/usr/share/swig/examples/octave/constants/Makefile
/usr/share/swig/examples/octave/constants/example.i
/usr/share/swig/examples/octave/constants/runme.m
/usr/share/swig/examples/octave/contract
/usr/share/swig/examples/octave/contract/Makefile
/usr/share/swig/examples/octave/contract/example.c
/usr/share/swig/examples/octave/contract/example.i
/usr/share/swig/examples/octave/contract/runme.m
/usr/share/swig/examples/octave/enum
/usr/share/swig/examples/octave/enum/Makefile
/usr/share/swig/examples/octave/enum/example.cxx
/usr/share/swig/examples/octave/enum/example.h
/usr/share/swig/examples/octave/enum/example.i
/usr/share/swig/examples/octave/enum/runme.m
/usr/share/swig/examples/octave/example.mk
/usr/share/swig/examples/octave/extend
/usr/share/swig/examples/octave/extend/Makefile
/usr/share/swig/examples/octave/extend/example.cxx
/usr/share/swig/examples/octave/extend/example.h
/usr/share/swig/examples/octave/extend/example.i
/usr/share/swig/examples/octave/extend/runme.m
/usr/share/swig/examples/octave/funcptr
/usr/share/swig/examples/octave/funcptr/Makefile
/usr/share/swig/examples/octave/funcptr/example.c
/usr/share/swig/examples/octave/funcptr/example.h
/usr/share/swig/examples/octave/funcptr/example.i
/usr/share/swig/examples/octave/funcptr/runme.m
/usr/share/swig/examples/octave/funcptr2
/usr/share/swig/examples/octave/funcptr2/Makefile
/usr/share/swig/examples/octave/funcptr2/example.c
/usr/share/swig/examples/octave/funcptr2/example.h
/usr/share/swig/examples/octave/funcptr2/example.i
/usr/share/swig/examples/octave/funcptr2/runme.m
/usr/share/swig/examples/octave/functor
/usr/share/swig/examples/octave/functor/Makefile
/usr/share/swig/examples/octave/functor/example.i
/usr/share/swig/examples/octave/functor/runme.m
/usr/share/swig/examples/octave/module_load
/usr/share/swig/examples/octave/module_load/Makefile
/usr/share/swig/examples/octave/module_load/example.c
/usr/share/swig/examples/octave/module_load/example.h
/usr/share/swig/examples/octave/module_load/example.i
/usr/share/swig/examples/octave/module_load/runme.m
/usr/share/swig/examples/octave/operator
/usr/share/swig/examples/octave/operator/@swig_ref
/usr/share/swig/examples/octave/operator/@swig_ref/horzcat.m
/usr/share/swig/examples/octave/operator/Makefile
/usr/share/swig/examples/octave/operator/example.h
/usr/share/swig/examples/octave/operator/example.i
/usr/share/swig/examples/octave/operator/runme.m
/usr/share/swig/examples/octave/pointer
/usr/share/swig/examples/octave/pointer/Makefile
/usr/share/swig/examples/octave/pointer/example.c
/usr/share/swig/examples/octave/pointer/example.i
/usr/share/swig/examples/octave/pointer/runme.m
/usr/share/swig/examples/octave/reference
/usr/share/swig/examples/octave/reference/Makefile
/usr/share/swig/examples/octave/reference/example.cxx
/usr/share/swig/examples/octave/reference/example.h
/usr/share/swig/examples/octave/reference/example.i
/usr/share/swig/examples/octave/reference/runme.m
/usr/share/swig/examples/octave/simple
/usr/share/swig/examples/octave/simple/Makefile
/usr/share/swig/examples/octave/simple/example.c
/usr/share/swig/examples/octave/simple/example.i
/usr/share/swig/examples/octave/simple/runme.m
/usr/share/swig/examples/octave/template
/usr/share/swig/examples/octave/template/Makefile
/usr/share/swig/examples/octave/template/example.h
/usr/share/swig/examples/octave/template/example.i
/usr/share/swig/examples/octave/template/runme.m
/usr/share/swig/examples/octave/variables
/usr/share/swig/examples/octave/variables/Makefile
/usr/share/swig/examples/octave/variables/example.c
/usr/share/swig/examples/octave/variables/example.h
/usr/share/swig/examples/octave/variables/example.i
/usr/share/swig/examples/octave/variables/runme.m
/usr/share/swig/examples/perl5
/usr/share/swig/examples/perl5/callback
/usr/share/swig/examples/perl5/callback/Makefile
/usr/share/swig/examples/perl5/callback/example.cxx
/usr/share/swig/examples/perl5/callback/example.h
/usr/share/swig/examples/perl5/callback/example.i
/usr/share/swig/examples/perl5/callback/index.html
/usr/share/swig/examples/perl5/callback/runme.pl
/usr/share/swig/examples/perl5/check.list
/usr/share/swig/examples/perl5/class
/usr/share/swig/examples/perl5/class/Makefile
/usr/share/swig/examples/perl5/class/example.cxx
/usr/share/swig/examples/perl5/class/example.h
/usr/share/swig/examples/perl5/class/example.i
/usr/share/swig/examples/perl5/class/index.html
/usr/share/swig/examples/perl5/class/runme.pl
/usr/share/swig/examples/perl5/constants
/usr/share/swig/examples/perl5/constants/Makefile
/usr/share/swig/examples/perl5/constants/example.i
/usr/share/swig/examples/perl5/constants/index.html
/usr/share/swig/examples/perl5/constants/runme.pl
/usr/share/swig/examples/perl5/constants2
/usr/share/swig/examples/perl5/constants2/Makefile
/usr/share/swig/examples/perl5/constants2/example.i
/usr/share/swig/examples/perl5/constants2/runme.pl
/usr/share/swig/examples/perl5/extend
/usr/share/swig/examples/perl5/extend/Makefile
/usr/share/swig/examples/perl5/extend/example.cxx
/usr/share/swig/examples/perl5/extend/example.h
/usr/share/swig/examples/perl5/extend/example.i
/usr/share/swig/examples/perl5/extend/index.html
/usr/share/swig/examples/perl5/extend/runme.pl
/usr/share/swig/examples/perl5/funcptr
/usr/share/swig/examples/perl5/funcptr/Makefile
/usr/share/swig/examples/perl5/funcptr/example.c
/usr/share/swig/examples/perl5/funcptr/example.h
/usr/share/swig/examples/perl5/funcptr/example.i
/usr/share/swig/examples/perl5/funcptr/index.html
/usr/share/swig/examples/perl5/funcptr/runme.pl
/usr/share/swig/examples/perl5/import
/usr/share/swig/examples/perl5/import/Makefile
/usr/share/swig/examples/perl5/import/README
/usr/share/swig/examples/perl5/import/bar.h
/usr/share/swig/examples/perl5/import/bar.i
/usr/share/swig/examples/perl5/import/base.h
/usr/share/swig/examples/perl5/import/base.i
/usr/share/swig/examples/perl5/import/example.dsw
/usr/share/swig/examples/perl5/import/foo.h
/usr/share/swig/examples/perl5/import/foo.i
/usr/share/swig/examples/perl5/import/runme.pl
/usr/share/swig/examples/perl5/import/spam.h
/usr/share/swig/examples/perl5/import/spam.i
/usr/share/swig/examples/perl5/index.html
/usr/share/swig/examples/perl5/inline
/usr/share/swig/examples/perl5/inline/Makefile
/usr/share/swig/examples/perl5/inline/README
/usr/share/swig/examples/perl5/inline/runme.pl
/usr/share/swig/examples/perl5/multimap
/usr/share/swig/examples/perl5/multimap/Makefile
/usr/share/swig/examples/perl5/multimap/example.c
/usr/share/swig/examples/perl5/multimap/example.i
/usr/share/swig/examples/perl5/multimap/runme.pl
/usr/share/swig/examples/perl5/multiple_inheritance
/usr/share/swig/examples/perl5/multiple_inheritance/Makefile
/usr/share/swig/examples/perl5/multiple_inheritance/example.h
/usr/share/swig/examples/perl5/multiple_inheritance/example.i
/usr/share/swig/examples/perl5/multiple_inheritance/runme.pl
/usr/share/swig/examples/perl5/pointer
/usr/share/swig/examples/perl5/pointer/Makefile
/usr/share/swig/examples/perl5/pointer/example.c
/usr/share/swig/examples/perl5/pointer/example.i
/usr/share/swig/examples/perl5/pointer/index.html
/usr/share/swig/examples/perl5/pointer/runme.pl
/usr/share/swig/examples/perl5/reference
/usr/share/swig/examples/perl5/reference/Makefile
/usr/share/swig/examples/perl5/reference/example.cxx
/usr/share/swig/examples/perl5/reference/example.h
/usr/share/swig/examples/perl5/reference/example.i
/usr/share/swig/examples/perl5/reference/index.html
/usr/share/swig/examples/perl5/reference/runme.pl
/usr/share/swig/examples/perl5/simple
/usr/share/swig/examples/perl5/simple/Makefile
/usr/share/swig/examples/perl5/simple/example.c
/usr/share/swig/examples/perl5/simple/example.i
/usr/share/swig/examples/perl5/simple/index.html
/usr/share/swig/examples/perl5/simple/runme.pl
/usr/share/swig/examples/perl5/value
/usr/share/swig/examples/perl5/value/Makefile
/usr/share/swig/examples/perl5/value/example.c
/usr/share/swig/examples/perl5/value/example.h
/usr/share/swig/examples/perl5/value/example.i
/usr/share/swig/examples/perl5/value/index.html
/usr/share/swig/examples/perl5/value/runme.pl
/usr/share/swig/examples/perl5/variables
/usr/share/swig/examples/perl5/variables/Makefile
/usr/share/swig/examples/perl5/variables/example.c
/usr/share/swig/examples/perl5/variables/example.h
/usr/share/swig/examples/perl5/variables/example.i
/usr/share/swig/examples/perl5/variables/index.html
/usr/share/swig/examples/perl5/variables/runme.pl
/usr/share/swig/examples/perl5/xmlstring
/usr/share/swig/examples/perl5/xmlstring/Makefile
/usr/share/swig/examples/perl5/xmlstring/example.cxx
/usr/share/swig/examples/perl5/xmlstring/example.h
/usr/share/swig/examples/perl5/xmlstring/example.i
/usr/share/swig/examples/perl5/xmlstring/runme.pl
/usr/share/swig/examples/perl5/xmlstring/xmlstring.i
/usr/share/swig/examples/php
/usr/share/swig/examples/php/callback
/usr/share/swig/examples/php/callback/Makefile
/usr/share/swig/examples/php/callback/example.cxx
/usr/share/swig/examples/php/callback/example.h
/usr/share/swig/examples/php/callback/example.i
/usr/share/swig/examples/php/callback/index.html
/usr/share/swig/examples/php/callback/runme.php
/usr/share/swig/examples/php/check.list
/usr/share/swig/examples/php/class
/usr/share/swig/examples/php/class/Makefile
/usr/share/swig/examples/php/class/example.cxx
/usr/share/swig/examples/php/class/example.h
/usr/share/swig/examples/php/class/example.i
/usr/share/swig/examples/php/class/runme.php
/usr/share/swig/examples/php/constants
/usr/share/swig/examples/php/constants/Makefile
/usr/share/swig/examples/php/constants/example.i
/usr/share/swig/examples/php/constants/runme.php
/usr/share/swig/examples/php/cpointer
/usr/share/swig/examples/php/cpointer/Makefile
/usr/share/swig/examples/php/cpointer/example.c
/usr/share/swig/examples/php/cpointer/example.i
/usr/share/swig/examples/php/cpointer/runme.php
/usr/share/swig/examples/php/disown
/usr/share/swig/examples/php/disown/Makefile
/usr/share/swig/examples/php/disown/example.cxx
/usr/share/swig/examples/php/disown/example.h
/usr/share/swig/examples/php/disown/example.i
/usr/share/swig/examples/php/disown/runme.php
/usr/share/swig/examples/php/enum
/usr/share/swig/examples/php/enum/Makefile
/usr/share/swig/examples/php/enum/example.cxx
/usr/share/swig/examples/php/enum/example.h
/usr/share/swig/examples/php/enum/example.i
/usr/share/swig/examples/php/enum/runme.php
/usr/share/swig/examples/php/extend
/usr/share/swig/examples/php/extend/Makefile
/usr/share/swig/examples/php/extend/example.cxx
/usr/share/swig/examples/php/extend/example.h
/usr/share/swig/examples/php/extend/example.i
/usr/share/swig/examples/php/extend/index.html
/usr/share/swig/examples/php/extend/runme.php
/usr/share/swig/examples/php/funcptr
/usr/share/swig/examples/php/funcptr/Makefile
/usr/share/swig/examples/php/funcptr/example.c
/usr/share/swig/examples/php/funcptr/example.h
/usr/share/swig/examples/php/funcptr/example.i
/usr/share/swig/examples/php/funcptr/runme.php
/usr/share/swig/examples/php/overloading
/usr/share/swig/examples/php/overloading/Makefile
/usr/share/swig/examples/php/overloading/example.cxx
/usr/share/swig/examples/php/overloading/example.h
/usr/share/swig/examples/php/overloading/example.i
/usr/share/swig/examples/php/overloading/runme.php
/usr/share/swig/examples/php/pointer
/usr/share/swig/examples/php/pointer/Makefile
/usr/share/swig/examples/php/pointer/example.c
/usr/share/swig/examples/php/pointer/example.i
/usr/share/swig/examples/php/pointer/runme.php
/usr/share/swig/examples/php/pragmas
/usr/share/swig/examples/php/pragmas/Makefile
/usr/share/swig/examples/php/pragmas/example.i
/usr/share/swig/examples/php/pragmas/include.php
/usr/share/swig/examples/php/pragmas/runme.php
/usr/share/swig/examples/php/proxy
/usr/share/swig/examples/php/proxy/Makefile
/usr/share/swig/examples/php/proxy/example.cxx
/usr/share/swig/examples/php/proxy/example.h
/usr/share/swig/examples/php/proxy/example.i
/usr/share/swig/examples/php/proxy/runme.php
/usr/share/swig/examples/php/reference
/usr/share/swig/examples/php/reference/Makefile
/usr/share/swig/examples/php/reference/example.cxx
/usr/share/swig/examples/php/reference/example.h
/usr/share/swig/examples/php/reference/example.i
/usr/share/swig/examples/php/reference/runme.php
/usr/share/swig/examples/php/simple
/usr/share/swig/examples/php/simple/Makefile
/usr/share/swig/examples/php/simple/example.c
/usr/share/swig/examples/php/simple/example.i
/usr/share/swig/examples/php/simple/runme.php
/usr/share/swig/examples/php/sync
/usr/share/swig/examples/php/sync/Makefile
/usr/share/swig/examples/php/sync/example.cxx
/usr/share/swig/examples/php/sync/example.h
/usr/share/swig/examples/php/sync/example.i
/usr/share/swig/examples/php/sync/runme.php
/usr/share/swig/examples/php/value
/usr/share/swig/examples/php/value/Makefile
/usr/share/swig/examples/php/value/example.c
/usr/share/swig/examples/php/value/example.h
/usr/share/swig/examples/php/value/example.i
/usr/share/swig/examples/php/value/runme.php
/usr/share/swig/examples/php/variables
/usr/share/swig/examples/php/variables/Makefile
/usr/share/swig/examples/php/variables/example.c
/usr/share/swig/examples/php/variables/example.h
/usr/share/swig/examples/php/variables/example.i
/usr/share/swig/examples/php/variables/runme.php
/usr/share/swig/examples/python
/usr/share/swig/examples/python/callback
/usr/share/swig/examples/python/callback/Makefile
/usr/share/swig/examples/python/callback/example.cxx
/usr/share/swig/examples/python/callback/example.h
/usr/share/swig/examples/python/callback/example.i
/usr/share/swig/examples/python/callback/index.html
/usr/share/swig/examples/python/callback/runme.py
/usr/share/swig/examples/python/check.list
/usr/share/swig/examples/python/class
/usr/share/swig/examples/python/class/Makefile
/usr/share/swig/examples/python/class/example.cxx
/usr/share/swig/examples/python/class/example.h
/usr/share/swig/examples/python/class/example.i
/usr/share/swig/examples/python/class/index.html
/usr/share/swig/examples/python/class/runme.py
/usr/share/swig/examples/python/constants
/usr/share/swig/examples/python/constants/Makefile
/usr/share/swig/examples/python/constants/example.i
/usr/share/swig/examples/python/constants/index.html
/usr/share/swig/examples/python/constants/runme.py
/usr/share/swig/examples/python/contract
/usr/share/swig/examples/python/contract/Makefile
/usr/share/swig/examples/python/contract/example.c
/usr/share/swig/examples/python/contract/example.i
/usr/share/swig/examples/python/contract/runme.py
/usr/share/swig/examples/python/docstrings
/usr/share/swig/examples/python/docstrings/Makefile
/usr/share/swig/examples/python/docstrings/example.cxx
/usr/share/swig/examples/python/docstrings/example.h
/usr/share/swig/examples/python/docstrings/example.i
/usr/share/swig/examples/python/docstrings/runme.py
/usr/share/swig/examples/python/doxygen
/usr/share/swig/examples/python/doxygen/Makefile
/usr/share/swig/examples/python/doxygen/example.cxx
/usr/share/swig/examples/python/doxygen/example.h
/usr/share/swig/examples/python/doxygen/example.i
/usr/share/swig/examples/python/doxygen/runme.py
/usr/share/swig/examples/python/enum
/usr/share/swig/examples/python/enum/Makefile
/usr/share/swig/examples/python/enum/example.cxx
/usr/share/swig/examples/python/enum/example.h
/usr/share/swig/examples/python/enum/example.i
/usr/share/swig/examples/python/enum/index.html
/usr/share/swig/examples/python/enum/runme.py
/usr/share/swig/examples/python/exception
/usr/share/swig/examples/python/exception/Makefile
/usr/share/swig/examples/python/exception/example.h
/usr/share/swig/examples/python/exception/example.i
/usr/share/swig/examples/python/exception/runme.py
/usr/share/swig/examples/python/exceptproxy
/usr/share/swig/examples/python/exceptproxy/Makefile
/usr/share/swig/examples/python/exceptproxy/example.h
/usr/share/swig/examples/python/exceptproxy/example.i
/usr/share/swig/examples/python/exceptproxy/runme.py
/usr/share/swig/examples/python/extend
/usr/share/swig/examples/python/extend/Makefile
/usr/share/swig/examples/python/extend/example.cxx
/usr/share/swig/examples/python/extend/example.h
/usr/share/swig/examples/python/extend/example.i
/usr/share/swig/examples/python/extend/index.html
/usr/share/swig/examples/python/extend/runme.py
/usr/share/swig/examples/python/funcptr
/usr/share/swig/examples/python/funcptr/Makefile
/usr/share/swig/examples/python/funcptr/example.c
/usr/share/swig/examples/python/funcptr/example.h
/usr/share/swig/examples/python/funcptr/example.i
/usr/share/swig/examples/python/funcptr/index.html
/usr/share/swig/examples/python/funcptr/runme.py
/usr/share/swig/examples/python/funcptr2
/usr/share/swig/examples/python/funcptr2/Makefile
/usr/share/swig/examples/python/funcptr2/example.c
/usr/share/swig/examples/python/funcptr2/example.h
/usr/share/swig/examples/python/funcptr2/example.i
/usr/share/swig/examples/python/funcptr2/runme.py
/usr/share/swig/examples/python/functor
/usr/share/swig/examples/python/functor/Makefile
/usr/share/swig/examples/python/functor/example.i
/usr/share/swig/examples/python/functor/runme.py
/usr/share/swig/examples/python/import
/usr/share/swig/examples/python/import/Makefile
/usr/share/swig/examples/python/import/README
/usr/share/swig/examples/python/import/bar.h
/usr/share/swig/examples/python/import/bar.i
/usr/share/swig/examples/python/import/base.h
/usr/share/swig/examples/python/import/base.i
/usr/share/swig/examples/python/import/example.dsw
/usr/share/swig/examples/python/import/foo.h
/usr/share/swig/examples/python/import/foo.i
/usr/share/swig/examples/python/import/runme.py
/usr/share/swig/examples/python/import/spam.h
/usr/share/swig/examples/python/import/spam.i
/usr/share/swig/examples/python/import_packages
/usr/share/swig/examples/python/import_packages/Makefile
/usr/share/swig/examples/python/import_packages/README
/usr/share/swig/examples/python/import_packages/from_init1
/usr/share/swig/examples/python/import_packages/from_init1/Makefile
/usr/share/swig/examples/python/import_packages/from_init1/README
/usr/share/swig/examples/python/import_packages/from_init1/py2
/usr/share/swig/examples/python/import_packages/from_init1/py2/Makefile
/usr/share/swig/examples/python/import_packages/from_init1/py2/__init__.py
/usr/share/swig/examples/python/import_packages/from_init1/py2/pkg2
/usr/share/swig/examples/python/import_packages/from_init1/py2/pkg2/Makefile
/usr/share/swig/examples/python/import_packages/from_init1/py2/pkg2/__init__.py
/usr/share/swig/examples/python/import_packages/from_init1/py2/pkg2/bar.hpp
/usr/share/swig/examples/python/import_packages/from_init1/py2/pkg2/bar.i
/usr/share/swig/examples/python/import_packages/from_init1/py2/pkg2/foo.hpp
/usr/share/swig/examples/python/import_packages/from_init1/py2/pkg2/foo.i
/usr/share/swig/examples/python/import_packages/from_init1/py3
/usr/share/swig/examples/python/import_packages/from_init1/py3/Makefile
/usr/share/swig/examples/python/import_packages/from_init1/py3/__init__.py
/usr/share/swig/examples/python/import_packages/from_init1/py3/pkg2
/usr/share/swig/examples/python/import_packages/from_init1/py3/pkg2/Makefile
/usr/share/swig/examples/python/import_packages/from_init1/py3/pkg2/__init__.py
/usr/share/swig/examples/python/import_packages/from_init1/py3/pkg2/bar.hpp
/usr/share/swig/examples/python/import_packages/from_init1/py3/pkg2/bar.i
/usr/share/swig/examples/python/import_packages/from_init1/py3/pkg2/foo.hpp
/usr/share/swig/examples/python/import_packages/from_init1/py3/pkg2/foo.i
/usr/share/swig/examples/python/import_packages/from_init1/runme.py
/usr/share/swig/examples/python/import_packages/from_init2
/usr/share/swig/examples/python/import_packages/from_init2/Makefile
/usr/share/swig/examples/python/import_packages/from_init2/README
/usr/share/swig/examples/python/import_packages/from_init2/py2
/usr/share/swig/examples/python/import_packages/from_init2/py2/Makefile
/usr/share/swig/examples/python/import_packages/from_init2/py2/__init__.py
/usr/share/swig/examples/python/import_packages/from_init2/py2/pkg2
/usr/share/swig/examples/python/import_packages/from_init2/py2/pkg2/Makefile
/usr/share/swig/examples/python/import_packages/from_init2/py2/pkg2/__init__.py
/usr/share/swig/examples/python/import_packages/from_init2/py2/pkg2/bar.hpp
/usr/share/swig/examples/python/import_packages/from_init2/py2/pkg2/bar.i
/usr/share/swig/examples/python/import_packages/from_init2/py2/pkg2/pkg3
/usr/share/swig/examples/python/import_packages/from_init2/py2/pkg2/pkg3/Makefile
/usr/share/swig/examples/python/import_packages/from_init2/py2/pkg2/pkg3/__init__.py
/usr/share/swig/examples/python/import_packages/from_init2/py2/pkg2/pkg3/foo.hpp
/usr/share/swig/examples/python/import_packages/from_init2/py2/pkg2/pkg3/foo.i
/usr/share/swig/examples/python/import_packages/from_init2/py3
/usr/share/swig/examples/python/import_packages/from_init2/py3/Makefile
/usr/share/swig/examples/python/import_packages/from_init2/py3/__init__.py
/usr/share/swig/examples/python/import_packages/from_init2/py3/pkg2
/usr/share/swig/examples/python/import_packages/from_init2/py3/pkg2/Makefile
/usr/share/swig/examples/python/import_packages/from_init2/py3/pkg2/__init__.py
/usr/share/swig/examples/python/import_packages/from_init2/py3/pkg2/bar.hpp
/usr/share/swig/examples/python/import_packages/from_init2/py3/pkg2/bar.i
/usr/share/swig/examples/python/import_packages/from_init2/py3/pkg2/pkg3
/usr/share/swig/examples/python/import_packages/from_init2/py3/pkg2/pkg3/Makefile
/usr/share/swig/examples/python/import_packages/from_init2/py3/pkg2/pkg3/__init__.py
/usr/share/swig/examples/python/import_packages/from_init2/py3/pkg2/pkg3/foo.hpp
/usr/share/swig/examples/python/import_packages/from_init2/py3/pkg2/pkg3/foo.i
/usr/share/swig/examples/python/import_packages/from_init2/runme.py
/usr/share/swig/examples/python/import_packages/from_init3
/usr/share/swig/examples/python/import_packages/from_init3/Makefile
/usr/share/swig/examples/python/import_packages/from_init3/README
/usr/share/swig/examples/python/import_packages/from_init3/py2
/usr/share/swig/examples/python/import_packages/from_init3/py2/Makefile
/usr/share/swig/examples/python/import_packages/from_init3/py2/__init__.py
/usr/share/swig/examples/python/import_packages/from_init3/py2/pkg2
/usr/share/swig/examples/python/import_packages/from_init3/py2/pkg2/Makefile
/usr/share/swig/examples/python/import_packages/from_init3/py2/pkg2/__init__.py
/usr/share/swig/examples/python/import_packages/from_init3/py2/pkg2/bar.hpp
/usr/share/swig/examples/python/import_packages/from_init3/py2/pkg2/bar.i
/usr/share/swig/examples/python/import_packages/from_init3/py2/pkg2/pkg3
/usr/share/swig/examples/python/import_packages/from_init3/py2/pkg2/pkg3/Makefile
/usr/share/swig/examples/python/import_packages/from_init3/py2/pkg2/pkg3/__init__.py
/usr/share/swig/examples/python/import_packages/from_init3/py2/pkg2/pkg3/pkg4
/usr/share/swig/examples/python/import_packages/from_init3/py2/pkg2/pkg3/pkg4/Makefile
/usr/share/swig/examples/python/import_packages/from_init3/py2/pkg2/pkg3/pkg4/__init__.py
/usr/share/swig/examples/python/import_packages/from_init3/py2/pkg2/pkg3/pkg4/foo.hpp
/usr/share/swig/examples/python/import_packages/from_init3/py2/pkg2/pkg3/pkg4/foo.i
/usr/share/swig/examples/python/import_packages/from_init3/py3
/usr/share/swig/examples/python/import_packages/from_init3/py3/Makefile
/usr/share/swig/examples/python/import_packages/from_init3/py3/__init__.py
/usr/share/swig/examples/python/import_packages/from_init3/py3/pkg2
/usr/share/swig/examples/python/import_packages/from_init3/py3/pkg2/Makefile
/usr/share/swig/examples/python/import_packages/from_init3/py3/pkg2/__init__.py
/usr/share/swig/examples/python/import_packages/from_init3/py3/pkg2/bar.hpp
/usr/share/swig/examples/python/import_packages/from_init3/py3/pkg2/bar.i
/usr/share/swig/examples/python/import_packages/from_init3/py3/pkg2/pkg3
/usr/share/swig/examples/python/import_packages/from_init3/py3/pkg2/pkg3/Makefile
/usr/share/swig/examples/python/import_packages/from_init3/py3/pkg2/pkg3/__init__.py
/usr/share/swig/examples/python/import_packages/from_init3/py3/pkg2/pkg3/pkg4
/usr/share/swig/examples/python/import_packages/from_init3/py3/pkg2/pkg3/pkg4/Makefile
/usr/share/swig/examples/python/import_packages/from_init3/py3/pkg2/pkg3/pkg4/__init__.py
/usr/share/swig/examples/python/import_packages/from_init3/py3/pkg2/pkg3/pkg4/foo.hpp
/usr/share/swig/examples/python/import_packages/from_init3/py3/pkg2/pkg3/pkg4/foo.i
/usr/share/swig/examples/python/import_packages/from_init3/runme.py
/usr/share/swig/examples/python/import_packages/module_is_init
/usr/share/swig/examples/python/import_packages/module_is_init/Makefile
/usr/share/swig/examples/python/import_packages/module_is_init/README
/usr/share/swig/examples/python/import_packages/module_is_init/pkg1
/usr/share/swig/examples/python/import_packages/module_is_init/pkg1/Makefile
/usr/share/swig/examples/python/import_packages/module_is_init/pkg1/foo.hpp
/usr/share/swig/examples/python/import_packages/module_is_init/pkg1/foo.i
/usr/share/swig/examples/python/import_packages/module_is_init/runme.py
/usr/share/swig/examples/python/import_packages/namespace_pkg
/usr/share/swig/examples/python/import_packages/namespace_pkg/Makefile
/usr/share/swig/examples/python/import_packages/namespace_pkg/README
/usr/share/swig/examples/python/import_packages/namespace_pkg/nonpkg.py
/usr/share/swig/examples/python/import_packages/namespace_pkg/normal.py
/usr/share/swig/examples/python/import_packages/namespace_pkg/nstest.py
/usr/share/swig/examples/python/import_packages/namespace_pkg/robin.i
/usr/share/swig/examples/python/import_packages/namespace_pkg/runme.py
/usr/share/swig/examples/python/import_packages/namespace_pkg/split.py
/usr/share/swig/examples/python/import_packages/namespace_pkg/zipsplit.py
/usr/share/swig/examples/python/import_packages/relativeimport1
/usr/share/swig/examples/python/import_packages/relativeimport1/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport1/README
/usr/share/swig/examples/python/import_packages/relativeimport1/py2
/usr/share/swig/examples/python/import_packages/relativeimport1/py2/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport1/py2/__init__.py
/usr/share/swig/examples/python/import_packages/relativeimport1/py2/pkg2
/usr/share/swig/examples/python/import_packages/relativeimport1/py2/pkg2/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport1/py2/pkg2/__init__.py
/usr/share/swig/examples/python/import_packages/relativeimport1/py2/pkg2/bar.hpp
/usr/share/swig/examples/python/import_packages/relativeimport1/py2/pkg2/bar.i
/usr/share/swig/examples/python/import_packages/relativeimport1/py2/pkg2/pkg3
/usr/share/swig/examples/python/import_packages/relativeimport1/py2/pkg2/pkg3/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport1/py2/pkg2/pkg3/__init__.py
/usr/share/swig/examples/python/import_packages/relativeimport1/py2/pkg2/pkg3/foo.hpp
/usr/share/swig/examples/python/import_packages/relativeimport1/py2/pkg2/pkg3/foo.i
/usr/share/swig/examples/python/import_packages/relativeimport1/py3
/usr/share/swig/examples/python/import_packages/relativeimport1/py3/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport1/py3/__init__.py
/usr/share/swig/examples/python/import_packages/relativeimport1/py3/pkg2
/usr/share/swig/examples/python/import_packages/relativeimport1/py3/pkg2/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport1/py3/pkg2/__init__.py
/usr/share/swig/examples/python/import_packages/relativeimport1/py3/pkg2/bar.hpp
/usr/share/swig/examples/python/import_packages/relativeimport1/py3/pkg2/bar.i
/usr/share/swig/examples/python/import_packages/relativeimport1/py3/pkg2/pkg3
/usr/share/swig/examples/python/import_packages/relativeimport1/py3/pkg2/pkg3/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport1/py3/pkg2/pkg3/__init__.py
/usr/share/swig/examples/python/import_packages/relativeimport1/py3/pkg2/pkg3/foo.hpp
/usr/share/swig/examples/python/import_packages/relativeimport1/py3/pkg2/pkg3/foo.i
/usr/share/swig/examples/python/import_packages/relativeimport1/runme.py
/usr/share/swig/examples/python/import_packages/relativeimport2
/usr/share/swig/examples/python/import_packages/relativeimport2/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport2/README
/usr/share/swig/examples/python/import_packages/relativeimport2/py2
/usr/share/swig/examples/python/import_packages/relativeimport2/py2/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport2/py2/__init__.py
/usr/share/swig/examples/python/import_packages/relativeimport2/py2/pkg2
/usr/share/swig/examples/python/import_packages/relativeimport2/py2/pkg2/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport2/py2/pkg2/__init__.py
/usr/share/swig/examples/python/import_packages/relativeimport2/py2/pkg2/bar.hpp
/usr/share/swig/examples/python/import_packages/relativeimport2/py2/pkg2/bar.i
/usr/share/swig/examples/python/import_packages/relativeimport2/py2/pkg2/pkg3
/usr/share/swig/examples/python/import_packages/relativeimport2/py2/pkg2/pkg3/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport2/py2/pkg2/pkg3/__init__.py
/usr/share/swig/examples/python/import_packages/relativeimport2/py2/pkg2/pkg3/pkg4
/usr/share/swig/examples/python/import_packages/relativeimport2/py2/pkg2/pkg3/pkg4/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport2/py2/pkg2/pkg3/pkg4/__init__.py
/usr/share/swig/examples/python/import_packages/relativeimport2/py2/pkg2/pkg3/pkg4/foo.hpp
/usr/share/swig/examples/python/import_packages/relativeimport2/py2/pkg2/pkg3/pkg4/foo.i
/usr/share/swig/examples/python/import_packages/relativeimport2/py3
/usr/share/swig/examples/python/import_packages/relativeimport2/py3/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport2/py3/__init__.py
/usr/share/swig/examples/python/import_packages/relativeimport2/py3/pkg2
/usr/share/swig/examples/python/import_packages/relativeimport2/py3/pkg2/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport2/py3/pkg2/__init__.py
/usr/share/swig/examples/python/import_packages/relativeimport2/py3/pkg2/bar.hpp
/usr/share/swig/examples/python/import_packages/relativeimport2/py3/pkg2/bar.i
/usr/share/swig/examples/python/import_packages/relativeimport2/py3/pkg2/pkg3
/usr/share/swig/examples/python/import_packages/relativeimport2/py3/pkg2/pkg3/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport2/py3/pkg2/pkg3/__init__.py
/usr/share/swig/examples/python/import_packages/relativeimport2/py3/pkg2/pkg3/pkg4
/usr/share/swig/examples/python/import_packages/relativeimport2/py3/pkg2/pkg3/pkg4/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport2/py3/pkg2/pkg3/pkg4/__init__.py
/usr/share/swig/examples/python/import_packages/relativeimport2/py3/pkg2/pkg3/pkg4/foo.hpp
/usr/share/swig/examples/python/import_packages/relativeimport2/py3/pkg2/pkg3/pkg4/foo.i
/usr/share/swig/examples/python/import_packages/relativeimport2/runme.py
/usr/share/swig/examples/python/import_packages/relativeimport3
/usr/share/swig/examples/python/import_packages/relativeimport3/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport3/README
/usr/share/swig/examples/python/import_packages/relativeimport3/py2
/usr/share/swig/examples/python/import_packages/relativeimport3/py2/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport3/py2/__init__.py
/usr/share/swig/examples/python/import_packages/relativeimport3/py2/pkg2
/usr/share/swig/examples/python/import_packages/relativeimport3/py2/pkg2/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport3/py2/pkg2/__init__.py
/usr/share/swig/examples/python/import_packages/relativeimport3/py2/pkg2/bar.hpp
/usr/share/swig/examples/python/import_packages/relativeimport3/py2/pkg2/bar.i
/usr/share/swig/examples/python/import_packages/relativeimport3/py2/pkg2/pkg3
/usr/share/swig/examples/python/import_packages/relativeimport3/py2/pkg2/pkg3/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport3/py2/pkg2/pkg3/__init__.py
/usr/share/swig/examples/python/import_packages/relativeimport3/py2/pkg2/pkg3/foo.hpp
/usr/share/swig/examples/python/import_packages/relativeimport3/py2/pkg2/pkg3/foo.i
/usr/share/swig/examples/python/import_packages/relativeimport3/py3
/usr/share/swig/examples/python/import_packages/relativeimport3/py3/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport3/py3/__init__.py
/usr/share/swig/examples/python/import_packages/relativeimport3/py3/pkg2
/usr/share/swig/examples/python/import_packages/relativeimport3/py3/pkg2/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport3/py3/pkg2/__init__.py
/usr/share/swig/examples/python/import_packages/relativeimport3/py3/pkg2/bar.hpp
/usr/share/swig/examples/python/import_packages/relativeimport3/py3/pkg2/bar.i
/usr/share/swig/examples/python/import_packages/relativeimport3/py3/pkg2/pkg3
/usr/share/swig/examples/python/import_packages/relativeimport3/py3/pkg2/pkg3/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport3/py3/pkg2/pkg3/__init__.py
/usr/share/swig/examples/python/import_packages/relativeimport3/py3/pkg2/pkg3/foo.hpp
/usr/share/swig/examples/python/import_packages/relativeimport3/py3/pkg2/pkg3/foo.i
/usr/share/swig/examples/python/import_packages/relativeimport3/runme.py
/usr/share/swig/examples/python/import_packages/same_modnames1
/usr/share/swig/examples/python/import_packages/same_modnames1/Makefile
/usr/share/swig/examples/python/import_packages/same_modnames1/README
/usr/share/swig/examples/python/import_packages/same_modnames1/pkg1
/usr/share/swig/examples/python/import_packages/same_modnames1/pkg1/Makefile
/usr/share/swig/examples/python/import_packages/same_modnames1/pkg1/__init__.py
/usr/share/swig/examples/python/import_packages/same_modnames1/pkg1/foo.hpp
/usr/share/swig/examples/python/import_packages/same_modnames1/pkg1/foo.i
/usr/share/swig/examples/python/import_packages/same_modnames1/pkg2
/usr/share/swig/examples/python/import_packages/same_modnames1/pkg2/Makefile
/usr/share/swig/examples/python/import_packages/same_modnames1/pkg2/__init__.py
/usr/share/swig/examples/python/import_packages/same_modnames1/pkg2/foo.hpp
/usr/share/swig/examples/python/import_packages/same_modnames1/pkg2/foo.i
/usr/share/swig/examples/python/import_packages/same_modnames1/runme.py
/usr/share/swig/examples/python/import_packages/same_modnames2
/usr/share/swig/examples/python/import_packages/same_modnames2/Makefile
/usr/share/swig/examples/python/import_packages/same_modnames2/README
/usr/share/swig/examples/python/import_packages/same_modnames2/pkg1
/usr/share/swig/examples/python/import_packages/same_modnames2/pkg1/Makefile
/usr/share/swig/examples/python/import_packages/same_modnames2/pkg1/__init__.py
/usr/share/swig/examples/python/import_packages/same_modnames2/pkg1/foo.hpp
/usr/share/swig/examples/python/import_packages/same_modnames2/pkg1/foo.i
/usr/share/swig/examples/python/import_packages/same_modnames2/pkg1/pkg2
/usr/share/swig/examples/python/import_packages/same_modnames2/pkg1/pkg2/Makefile
/usr/share/swig/examples/python/import_packages/same_modnames2/pkg1/pkg2/__init__.py
/usr/share/swig/examples/python/import_packages/same_modnames2/pkg1/pkg2/foo.hpp
/usr/share/swig/examples/python/import_packages/same_modnames2/pkg1/pkg2/foo.i
/usr/share/swig/examples/python/import_packages/same_modnames2/runme.py
/usr/share/swig/examples/python/import_packages/split_modules
/usr/share/swig/examples/python/import_packages/split_modules/Makefile
/usr/share/swig/examples/python/import_packages/split_modules/README
/usr/share/swig/examples/python/import_packages/split_modules/vanilla
/usr/share/swig/examples/python/import_packages/split_modules/vanilla/Makefile
/usr/share/swig/examples/python/import_packages/split_modules/vanilla/pkg1
/usr/share/swig/examples/python/import_packages/split_modules/vanilla/pkg1/Makefile
/usr/share/swig/examples/python/import_packages/split_modules/vanilla/pkg1/__init__.py
/usr/share/swig/examples/python/import_packages/split_modules/vanilla/pkg1/foo.i
/usr/share/swig/examples/python/import_packages/split_modules/vanilla/runme.py
/usr/share/swig/examples/python/import_packages/split_modules/vanilla_split
/usr/share/swig/examples/python/import_packages/split_modules/vanilla_split/Makefile
/usr/share/swig/examples/python/import_packages/split_modules/vanilla_split/foo.i
/usr/share/swig/examples/python/import_packages/split_modules/vanilla_split/pkg1
/usr/share/swig/examples/python/import_packages/split_modules/vanilla_split/pkg1/__init__.py
/usr/share/swig/examples/python/import_packages/split_modules/vanilla_split/runme.py
/usr/share/swig/examples/python/import_template
/usr/share/swig/examples/python/import_template/Makefile
/usr/share/swig/examples/python/import_template/README
/usr/share/swig/examples/python/import_template/bar.h
/usr/share/swig/examples/python/import_template/bar.i
/usr/share/swig/examples/python/import_template/base.h
/usr/share/swig/examples/python/import_template/base.i
/usr/share/swig/examples/python/import_template/foo.h
/usr/share/swig/examples/python/import_template/foo.i
/usr/share/swig/examples/python/import_template/runme.py
/usr/share/swig/examples/python/import_template/spam.h
/usr/share/swig/examples/python/import_template/spam.i
/usr/share/swig/examples/python/index.html
/usr/share/swig/examples/python/libffi
/usr/share/swig/examples/python/libffi/Makefile
/usr/share/swig/examples/python/libffi/example.i
/usr/share/swig/examples/python/multimap
/usr/share/swig/examples/python/multimap/Makefile
/usr/share/swig/examples/python/multimap/example.c
/usr/share/swig/examples/python/multimap/example.i
/usr/share/swig/examples/python/multimap/runme.py
/usr/share/swig/examples/python/operator
/usr/share/swig/examples/python/operator/Makefile
/usr/share/swig/examples/python/operator/example.h
/usr/share/swig/examples/python/operator/example.i
/usr/share/swig/examples/python/operator/runme.py
/usr/share/swig/examples/python/performance
/usr/share/swig/examples/python/performance/Makefile
/usr/share/swig/examples/python/performance/constructor
/usr/share/swig/examples/python/performance/constructor/Makefile
/usr/share/swig/examples/python/performance/constructor/Simple.i
/usr/share/swig/examples/python/performance/constructor/runme.py
/usr/share/swig/examples/python/performance/func
/usr/share/swig/examples/python/performance/func/Makefile
/usr/share/swig/examples/python/performance/func/Simple.i
/usr/share/swig/examples/python/performance/func/runme.py
/usr/share/swig/examples/python/performance/harness.py
/usr/share/swig/examples/python/performance/hierarchy
/usr/share/swig/examples/python/performance/hierarchy/Makefile
/usr/share/swig/examples/python/performance/hierarchy/Simple.i
/usr/share/swig/examples/python/performance/hierarchy/runme.py
/usr/share/swig/examples/python/performance/hierarchy_operator
/usr/share/swig/examples/python/performance/hierarchy_operator/Makefile
/usr/share/swig/examples/python/performance/hierarchy_operator/Simple.i
/usr/share/swig/examples/python/performance/hierarchy_operator/runme.py
/usr/share/swig/examples/python/performance/operator
/usr/share/swig/examples/python/performance/operator/Makefile
/usr/share/swig/examples/python/performance/operator/Simple.i
/usr/share/swig/examples/python/performance/operator/runme.py
/usr/share/swig/examples/python/pointer
/usr/share/swig/examples/python/pointer/Makefile
/usr/share/swig/examples/python/pointer/example.c
/usr/share/swig/examples/python/pointer/example.i
/usr/share/swig/examples/python/pointer/index.html
/usr/share/swig/examples/python/pointer/runme.py
/usr/share/swig/examples/python/reference
/usr/share/swig/examples/python/reference/Makefile
/usr/share/swig/examples/python/reference/example.cxx
/usr/share/swig/examples/python/reference/example.h
/usr/share/swig/examples/python/reference/example.i
/usr/share/swig/examples/python/reference/index.html
/usr/share/swig/examples/python/reference/runme.py
/usr/share/swig/examples/python/simple
/usr/share/swig/examples/python/simple/Makefile
/usr/share/swig/examples/python/simple/example.c
/usr/share/swig/examples/python/simple/example.i
/usr/share/swig/examples/python/simple/index.html
/usr/share/swig/examples/python/simple/runme.py
/usr/share/swig/examples/python/smartptr
/usr/share/swig/examples/python/smartptr/Makefile
/usr/share/swig/examples/python/smartptr/example.cxx
/usr/share/swig/examples/python/smartptr/example.h
/usr/share/swig/examples/python/smartptr/example.i
/usr/share/swig/examples/python/smartptr/runme.py
/usr/share/swig/examples/python/smartptr/smartptr.h
/usr/share/swig/examples/python/std_map
/usr/share/swig/examples/python/std_map/Makefile
/usr/share/swig/examples/python/std_map/example.h
/usr/share/swig/examples/python/std_map/example.i
/usr/share/swig/examples/python/std_map/runme.py
/usr/share/swig/examples/python/std_vector
/usr/share/swig/examples/python/std_vector/Makefile
/usr/share/swig/examples/python/std_vector/example.h
/usr/share/swig/examples/python/std_vector/example.i
/usr/share/swig/examples/python/std_vector/runme.py
/usr/share/swig/examples/python/template
/usr/share/swig/examples/python/template/Makefile
/usr/share/swig/examples/python/template/example.h
/usr/share/swig/examples/python/template/example.i
/usr/share/swig/examples/python/template/runme.py
/usr/share/swig/examples/python/varargs
/usr/share/swig/examples/python/varargs/Makefile
/usr/share/swig/examples/python/varargs/example.i
/usr/share/swig/examples/python/varargs/runme.py
/usr/share/swig/examples/python/variables
/usr/share/swig/examples/python/variables/Makefile
/usr/share/swig/examples/python/variables/example.c
/usr/share/swig/examples/python/variables/example.h
/usr/share/swig/examples/python/variables/example.i
/usr/share/swig/examples/python/variables/index.html
/usr/share/swig/examples/python/variables/runme.py
/usr/share/swig/examples/r
/usr/share/swig/examples/r/check.list
/usr/share/swig/examples/r/class
/usr/share/swig/examples/r/class/Makefile
/usr/share/swig/examples/r/class/example.cxx
/usr/share/swig/examples/r/class/example.h
/usr/share/swig/examples/r/class/example.i
/usr/share/swig/examples/r/class/runme.R
/usr/share/swig/examples/r/simple
/usr/share/swig/examples/r/simple/Makefile
/usr/share/swig/examples/r/simple/example.c
/usr/share/swig/examples/r/simple/example.i
/usr/share/swig/examples/r/simple/runme.R
/usr/share/swig/examples/ruby
/usr/share/swig/examples/ruby/check.list
/usr/share/swig/examples/ruby/class
/usr/share/swig/examples/ruby/class/Makefile
/usr/share/swig/examples/ruby/class/example.cxx
/usr/share/swig/examples/ruby/class/example.h
/usr/share/swig/examples/ruby/class/example.i
/usr/share/swig/examples/ruby/class/index.html
/usr/share/swig/examples/ruby/class/runme.rb
/usr/share/swig/examples/ruby/constants
/usr/share/swig/examples/ruby/constants/Makefile
/usr/share/swig/examples/ruby/constants/example.i
/usr/share/swig/examples/ruby/constants/index.html
/usr/share/swig/examples/ruby/constants/runme.rb
/usr/share/swig/examples/ruby/enum
/usr/share/swig/examples/ruby/enum/Makefile
/usr/share/swig/examples/ruby/enum/example.cxx
/usr/share/swig/examples/ruby/enum/example.h
/usr/share/swig/examples/ruby/enum/example.i
/usr/share/swig/examples/ruby/enum/index.html
/usr/share/swig/examples/ruby/enum/runme.rb
/usr/share/swig/examples/ruby/exceptproxy
/usr/share/swig/examples/ruby/exceptproxy/Makefile
/usr/share/swig/examples/ruby/exceptproxy/example.h
/usr/share/swig/examples/ruby/exceptproxy/example.i
/usr/share/swig/examples/ruby/exceptproxy/runme.rb
/usr/share/swig/examples/ruby/free_function
/usr/share/swig/examples/ruby/free_function/Makefile
/usr/share/swig/examples/ruby/free_function/example.cxx
/usr/share/swig/examples/ruby/free_function/example.h
/usr/share/swig/examples/ruby/free_function/example.i
/usr/share/swig/examples/ruby/free_function/runme.rb
/usr/share/swig/examples/ruby/funcptr
/usr/share/swig/examples/ruby/funcptr/Makefile
/usr/share/swig/examples/ruby/funcptr/example.c
/usr/share/swig/examples/ruby/funcptr/example.h
/usr/share/swig/examples/ruby/funcptr/example.i
/usr/share/swig/examples/ruby/funcptr/index.html
/usr/share/swig/examples/ruby/funcptr/runme.rb
/usr/share/swig/examples/ruby/funcptr2
/usr/share/swig/examples/ruby/funcptr2/Makefile
/usr/share/swig/examples/ruby/funcptr2/example.c
/usr/share/swig/examples/ruby/funcptr2/example.h
/usr/share/swig/examples/ruby/funcptr2/example.i
/usr/share/swig/examples/ruby/funcptr2/runme.rb
/usr/share/swig/examples/ruby/functor
/usr/share/swig/examples/ruby/functor/Makefile
/usr/share/swig/examples/ruby/functor/example.i
/usr/share/swig/examples/ruby/functor/runme.rb
/usr/share/swig/examples/ruby/hashargs
/usr/share/swig/examples/ruby/hashargs/Makefile
/usr/share/swig/examples/ruby/hashargs/example.i
/usr/share/swig/examples/ruby/hashargs/runme.rb
/usr/share/swig/examples/ruby/import
/usr/share/swig/examples/ruby/import/Makefile
/usr/share/swig/examples/ruby/import/README
/usr/share/swig/examples/ruby/import/bar.h
/usr/share/swig/examples/ruby/import/bar.i
/usr/share/swig/examples/ruby/import/base.h
/usr/share/swig/examples/ruby/import/base.i
/usr/share/swig/examples/ruby/import/example.dsw
/usr/share/swig/examples/ruby/import/foo.h
/usr/share/swig/examples/ruby/import/foo.i
/usr/share/swig/examples/ruby/import/runme.rb
/usr/share/swig/examples/ruby/import/spam.h
/usr/share/swig/examples/ruby/import/spam.i
/usr/share/swig/examples/ruby/import_template
/usr/share/swig/examples/ruby/import_template/Makefile
/usr/share/swig/examples/ruby/import_template/README
/usr/share/swig/examples/ruby/import_template/bar.h
/usr/share/swig/examples/ruby/import_template/bar.i
/usr/share/swig/examples/ruby/import_template/base.h
/usr/share/swig/examples/ruby/import_template/base.i
/usr/share/swig/examples/ruby/import_template/foo.h
/usr/share/swig/examples/ruby/import_template/foo.i
/usr/share/swig/examples/ruby/import_template/runme.rb
/usr/share/swig/examples/ruby/import_template/spam.h
/usr/share/swig/examples/ruby/import_template/spam.i
/usr/share/swig/examples/ruby/index.html
/usr/share/swig/examples/ruby/mark_function
/usr/share/swig/examples/ruby/mark_function/Makefile
/usr/share/swig/examples/ruby/mark_function/example.cxx
/usr/share/swig/examples/ruby/mark_function/example.h
/usr/share/swig/examples/ruby/mark_function/example.i
/usr/share/swig/examples/ruby/mark_function/runme.rb
/usr/share/swig/examples/ruby/multimap
/usr/share/swig/examples/ruby/multimap/Makefile
/usr/share/swig/examples/ruby/multimap/example.c
/usr/share/swig/examples/ruby/multimap/example.i
/usr/share/swig/examples/ruby/multimap/runme.rb
/usr/share/swig/examples/ruby/operator
/usr/share/swig/examples/ruby/operator/Makefile
/usr/share/swig/examples/ruby/operator/example.h
/usr/share/swig/examples/ruby/operator/example.i
/usr/share/swig/examples/ruby/operator/runme.rb
/usr/share/swig/examples/ruby/overloading
/usr/share/swig/examples/ruby/overloading/Makefile
/usr/share/swig/examples/ruby/overloading/example.cxx
/usr/share/swig/examples/ruby/overloading/example.h
/usr/share/swig/examples/ruby/overloading/example.i
/usr/share/swig/examples/ruby/overloading/runme.rb
/usr/share/swig/examples/ruby/pointer
/usr/share/swig/examples/ruby/pointer/Makefile
/usr/share/swig/examples/ruby/pointer/example.c
/usr/share/swig/examples/ruby/pointer/example.i
/usr/share/swig/examples/ruby/pointer/index.html
/usr/share/swig/examples/ruby/pointer/runme.rb
/usr/share/swig/examples/ruby/reference
/usr/share/swig/examples/ruby/reference/Makefile
/usr/share/swig/examples/ruby/reference/example.cxx
/usr/share/swig/examples/ruby/reference/example.h
/usr/share/swig/examples/ruby/reference/example.i
/usr/share/swig/examples/ruby/reference/index.html
/usr/share/swig/examples/ruby/reference/runme.rb
/usr/share/swig/examples/ruby/simple
/usr/share/swig/examples/ruby/simple/Makefile
/usr/share/swig/examples/ruby/simple/example.c
/usr/share/swig/examples/ruby/simple/example.i
/usr/share/swig/examples/ruby/simple/index.html
/usr/share/swig/examples/ruby/simple/runme.rb
/usr/share/swig/examples/ruby/std_vector
/usr/share/swig/examples/ruby/std_vector/Makefile
/usr/share/swig/examples/ruby/std_vector/example.h
/usr/share/swig/examples/ruby/std_vector/example.i
/usr/share/swig/examples/ruby/std_vector/runme.rb
/usr/share/swig/examples/ruby/template
/usr/share/swig/examples/ruby/template/Makefile
/usr/share/swig/examples/ruby/template/example.h
/usr/share/swig/examples/ruby/template/example.i
/usr/share/swig/examples/ruby/template/runme.rb
/usr/share/swig/examples/ruby/value
/usr/share/swig/examples/ruby/value/Makefile
/usr/share/swig/examples/ruby/value/example.c
/usr/share/swig/examples/ruby/value/example.h
/usr/share/swig/examples/ruby/value/example.i
/usr/share/swig/examples/ruby/value/index.html
/usr/share/swig/examples/ruby/value/runme.rb
/usr/share/swig/examples/ruby/variables
/usr/share/swig/examples/ruby/variables/Makefile
/usr/share/swig/examples/ruby/variables/example.c
/usr/share/swig/examples/ruby/variables/example.h
/usr/share/swig/examples/ruby/variables/example.i
/usr/share/swig/examples/ruby/variables/index.html
/usr/share/swig/examples/ruby/variables/runme.rb
/usr/share/swig/examples/scilab
/usr/share/swig/examples/scilab/check.list
/usr/share/swig/examples/scilab/class
/usr/share/swig/examples/scilab/class/Makefile
/usr/share/swig/examples/scilab/class/example.cxx
/usr/share/swig/examples/scilab/class/example.h
/usr/share/swig/examples/scilab/class/example.i
/usr/share/swig/examples/scilab/class/runme.sci
/usr/share/swig/examples/scilab/constants
/usr/share/swig/examples/scilab/constants/Makefile
/usr/share/swig/examples/scilab/constants/example.i
/usr/share/swig/examples/scilab/constants/runme.sci
/usr/share/swig/examples/scilab/contract
/usr/share/swig/examples/scilab/contract/Makefile
/usr/share/swig/examples/scilab/contract/example.c
/usr/share/swig/examples/scilab/contract/example.i
/usr/share/swig/examples/scilab/contract/runme.sci
/usr/share/swig/examples/scilab/enum
/usr/share/swig/examples/scilab/enum/Makefile
/usr/share/swig/examples/scilab/enum/example.cxx
/usr/share/swig/examples/scilab/enum/example.h
/usr/share/swig/examples/scilab/enum/example.i
/usr/share/swig/examples/scilab/enum/runme.sci
/usr/share/swig/examples/scilab/funcptr
/usr/share/swig/examples/scilab/funcptr/Makefile
/usr/share/swig/examples/scilab/funcptr/example.c
/usr/share/swig/examples/scilab/funcptr/example.h
/usr/share/swig/examples/scilab/funcptr/example.i
/usr/share/swig/examples/scilab/funcptr/runme.sci
/usr/share/swig/examples/scilab/matrix
/usr/share/swig/examples/scilab/matrix/Makefile
/usr/share/swig/examples/scilab/matrix/example.c
/usr/share/swig/examples/scilab/matrix/example.i
/usr/share/swig/examples/scilab/matrix/runme.sci
/usr/share/swig/examples/scilab/matrix2
/usr/share/swig/examples/scilab/matrix2/Makefile
/usr/share/swig/examples/scilab/matrix2/example.c
/usr/share/swig/examples/scilab/matrix2/example.i
/usr/share/swig/examples/scilab/matrix2/main.c
/usr/share/swig/examples/scilab/matrix2/runme.sci
/usr/share/swig/examples/scilab/pointer
/usr/share/swig/examples/scilab/pointer/Makefile
/usr/share/swig/examples/scilab/pointer/example.c
/usr/share/swig/examples/scilab/pointer/example.i
/usr/share/swig/examples/scilab/pointer/runme.sci
/usr/share/swig/examples/scilab/simple
/usr/share/swig/examples/scilab/simple/Makefile
/usr/share/swig/examples/scilab/simple/example.c
/usr/share/swig/examples/scilab/simple/example.i
/usr/share/swig/examples/scilab/simple/runme.sci
/usr/share/swig/examples/scilab/std_list
/usr/share/swig/examples/scilab/std_list/Makefile
/usr/share/swig/examples/scilab/std_list/example.cxx
/usr/share/swig/examples/scilab/std_list/example.h
/usr/share/swig/examples/scilab/std_list/example.i
/usr/share/swig/examples/scilab/std_list/runme.sci
/usr/share/swig/examples/scilab/std_vector
/usr/share/swig/examples/scilab/std_vector/Makefile
/usr/share/swig/examples/scilab/std_vector/example.h
/usr/share/swig/examples/scilab/std_vector/example.i
/usr/share/swig/examples/scilab/std_vector/runme.sci
/usr/share/swig/examples/scilab/struct
/usr/share/swig/examples/scilab/struct/Makefile
/usr/share/swig/examples/scilab/struct/example.i
/usr/share/swig/examples/scilab/struct/runme.sci
/usr/share/swig/examples/scilab/template
/usr/share/swig/examples/scilab/template/Makefile
/usr/share/swig/examples/scilab/template/example.h
/usr/share/swig/examples/scilab/template/example.i
/usr/share/swig/examples/scilab/template/runme.sci
/usr/share/swig/examples/scilab/variables
/usr/share/swig/examples/scilab/variables/Makefile
/usr/share/swig/examples/scilab/variables/example.c
/usr/share/swig/examples/scilab/variables/example.h
/usr/share/swig/examples/scilab/variables/example.i
/usr/share/swig/examples/scilab/variables/runme.sci
/usr/share/swig/examples/tcl
/usr/share/swig/examples/tcl/check.list
/usr/share/swig/examples/tcl/class
/usr/share/swig/examples/tcl/class/Makefile
/usr/share/swig/examples/tcl/class/example.cxx
/usr/share/swig/examples/tcl/class/example.h
/usr/share/swig/examples/tcl/class/example.i
/usr/share/swig/examples/tcl/class/index.html
/usr/share/swig/examples/tcl/class/runme.tcl
/usr/share/swig/examples/tcl/class/runme2.tcl
/usr/share/swig/examples/tcl/constants
/usr/share/swig/examples/tcl/constants/Makefile
/usr/share/swig/examples/tcl/constants/example.i
/usr/share/swig/examples/tcl/constants/index.html
/usr/share/swig/examples/tcl/constants/runme.tcl
/usr/share/swig/examples/tcl/contract
/usr/share/swig/examples/tcl/contract/Makefile
/usr/share/swig/examples/tcl/contract/example.c
/usr/share/swig/examples/tcl/contract/example.i
/usr/share/swig/examples/tcl/contract/runme.tcl
/usr/share/swig/examples/tcl/enum
/usr/share/swig/examples/tcl/enum/Makefile
/usr/share/swig/examples/tcl/enum/example.cxx
/usr/share/swig/examples/tcl/enum/example.h
/usr/share/swig/examples/tcl/enum/example.i
/usr/share/swig/examples/tcl/enum/index.html
/usr/share/swig/examples/tcl/enum/runme.tcl
/usr/share/swig/examples/tcl/funcptr
/usr/share/swig/examples/tcl/funcptr/Makefile
/usr/share/swig/examples/tcl/funcptr/example.c
/usr/share/swig/examples/tcl/funcptr/example.h
/usr/share/swig/examples/tcl/funcptr/example.i
/usr/share/swig/examples/tcl/funcptr/index.html
/usr/share/swig/examples/tcl/funcptr/runme.tcl
/usr/share/swig/examples/tcl/import
/usr/share/swig/examples/tcl/import/Makefile
/usr/share/swig/examples/tcl/import/README
/usr/share/swig/examples/tcl/import/bar.h
/usr/share/swig/examples/tcl/import/bar.i
/usr/share/swig/examples/tcl/import/base.h
/usr/share/swig/examples/tcl/import/base.i
/usr/share/swig/examples/tcl/import/example.dsw
/usr/share/swig/examples/tcl/import/foo.h
/usr/share/swig/examples/tcl/import/foo.i
/usr/share/swig/examples/tcl/import/runme.tcl
/usr/share/swig/examples/tcl/import/spam.h
/usr/share/swig/examples/tcl/import/spam.i
/usr/share/swig/examples/tcl/index.html
/usr/share/swig/examples/tcl/multimap
/usr/share/swig/examples/tcl/multimap/Makefile
/usr/share/swig/examples/tcl/multimap/example.c
/usr/share/swig/examples/tcl/multimap/example.i
/usr/share/swig/examples/tcl/multimap/runme.tcl
/usr/share/swig/examples/tcl/operator
/usr/share/swig/examples/tcl/operator/Makefile
/usr/share/swig/examples/tcl/operator/example.h
/usr/share/swig/examples/tcl/operator/example.i
/usr/share/swig/examples/tcl/operator/runme.tcl
/usr/share/swig/examples/tcl/pointer
/usr/share/swig/examples/tcl/pointer/Makefile
/usr/share/swig/examples/tcl/pointer/example.c
/usr/share/swig/examples/tcl/pointer/example.i
/usr/share/swig/examples/tcl/pointer/index.html
/usr/share/swig/examples/tcl/pointer/runme.tcl
/usr/share/swig/examples/tcl/reference
/usr/share/swig/examples/tcl/reference/Makefile
/usr/share/swig/examples/tcl/reference/example.cxx
/usr/share/swig/examples/tcl/reference/example.h
/usr/share/swig/examples/tcl/reference/example.i
/usr/share/swig/examples/tcl/reference/index.html
/usr/share/swig/examples/tcl/reference/runme.tcl
/usr/share/swig/examples/tcl/simple
/usr/share/swig/examples/tcl/simple/Makefile
/usr/share/swig/examples/tcl/simple/example.c
/usr/share/swig/examples/tcl/simple/example.i
/usr/share/swig/examples/tcl/simple/index.html
/usr/share/swig/examples/tcl/simple/runme.tcl
/usr/share/swig/examples/tcl/std_vector
/usr/share/swig/examples/tcl/std_vector/Makefile
/usr/share/swig/examples/tcl/std_vector/example.h
/usr/share/swig/examples/tcl/std_vector/example.i
/usr/share/swig/examples/tcl/std_vector/runme.tcl
/usr/share/swig/examples/tcl/value
/usr/share/swig/examples/tcl/value/Makefile
/usr/share/swig/examples/tcl/value/example.c
/usr/share/swig/examples/tcl/value/example.h
/usr/share/swig/examples/tcl/value/example.i
/usr/share/swig/examples/tcl/value/index.html
/usr/share/swig/examples/tcl/value/runme.tcl
/usr/share/swig/examples/tcl/variables
/usr/share/swig/examples/tcl/variables/Makefile
/usr/share/swig/examples/tcl/variables/example.c
/usr/share/swig/examples/tcl/variables/example.h
/usr/share/swig/examples/tcl/variables/example.i
/usr/share/swig/examples/tcl/variables/index.html
/usr/share/swig/examples/tcl/variables/runme.tcl
/usr/share/swig/examples/xml
/usr/share/swig/examples/xml/Makefile
/usr/share/swig/examples/xml/Makefile.in
/usr/share/swig/examples/xml/error.expected-xml
/usr/share/swig/examples/xml/error.i
/usr/share/swig/examples/xml/example.expected-xml
/usr/share/swig/examples/xml/example.h
/usr/share/swig/examples/xml/example.i
/usr/share/swig/examples/xml/example_apply.expected-xml
/usr/share/swig/examples/xml/example_apply.i
/usr/share/swig/examples/xml/example_const.expected-xml
/usr/share/swig/examples/xml/example_const.i
/usr/share/swig/examples/xml/example_gif.expected-xml
/usr/share/swig/examples/xml/example_inl.expected-xml
/usr/share/swig/examples/xml/example_inl.h
/usr/share/swig/examples/xml/example_inl.i
/usr/share/swig/examples/xml/example_p5.expected-xml
/usr/share/swig/examples/xml/example_p5.i
/usr/share/swig/examples/xml/example_ro.expected-xml
/usr/share/swig/examples/xml/example_ro.i
/usr/share/swig/examples/xml/example_title_add.expected-xml
/usr/share/swig/examples/xml/example_title_add.i
/usr/share/swig/examples/xml/example_xml.expected-xml
/usr/share/swig/examples/xml/example_xml.h
/usr/share/swig/examples/xml/example_xml.i
/usr/share/swig/examples/xml/gnarly.expected-xml
/usr/share/swig/examples/xml/gnarly.i


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Sep 16 00:10:49 2024