summaryrefslogtreecommitdiff
path: root/Lib/guile/guile_scm_run.swg
Commit message (Expand)AuthorAgeFilesLines
* [guile] Stop using deprecated aliasesguile-changesOlly Betts2022-03-161-9/+9
* Avoid -Wempty-body warnings from SWIG_contract_assertOlly Betts2022-02-111-4/+6
* Fix overloading for non-pointers and NULL - GuileWilliam S Fulton2018-12-301-1/+1
* Fix garbage collection for guile >= 2.0.12Chris Hogan2018-07-161-5/+19
* Fix off-by-one errorGeert Janssens2018-04-181-4/+2
* Redid the source and the text to check for SCM_MAJOR_VERSION >= 2Brian Caine2017-01-271-2/+2
* Disabled pointer conversion when the relevant macros are unavailable (for Gui...Brian Caine2017-01-271-0/+2
* Added support for guile's native pointer typeBrian Caine2016-12-161-0/+3
* Fix compiler warnings in generated code when using -std=c++98 -std=gnu89 -ped...William S Fulton2014-05-241-2/+1
* Guile: make scm to string conversion work with non-ascii stringsGeert Janssens2014-02-051-13/+9
* Remove a couple of unused variable warnings in generated codeWilliam S Fulton2013-10-181-12/+3
* Drop guilegh interfaceGeert Janssens2013-04-281-2/+4
* Drop support for guile 1.6 and olderGeert Janssens2013-04-281-73/+0
* Add support for guile 2.0: update swg and interface filesGeert Janssens2013-04-281-12/+105
* Fix for gcc warning -Wunused-value without triggering -Wunused-parameterWilliam S Fulton2012-09-071-4/+4
* SWIG license change - The Examples and Lib move to a very permissive license ...William S Fulton2010-02-271-3/+0
* Add newmemory parameter for SWIG_TypeCastWilliam S Fulton2008-02-101-1/+4
* Patch from Chris Shoemaker to clean up some warnings in the guile moduleJohn Lenz2006-10-301-30/+33
* - Fix SF bug 1573892John Lenz2006-10-141-0/+3
* Common template for head of each file detailing licence, distribution and aut...William S Fulton2006-03-071-5/+5
* (free_swig_member_function): Add missing return.Matthias Köppe2006-01-311-0/+1
* (SWIG_Guile_ConvertPtr): Use constants SWIG_OK, SWIG_ERROR.Matthias Köppe2006-01-291-12/+12
* Add support for member function pointers.Matthias Köppe2006-01-291-0/+67
* - Improve the runtime type sytesmJohn Lenz2005-02-011-18/+44
* - Add SWIG_RUNTIME_VERSION to new type sharing code. This is for future-proo...John Lenz2004-10-211-5/+5
* Removed ability to share type information by C linkingJohn Lenz2004-10-161-49/+12
* Fix a few bugs in the tcl module related to clientdata propagation.John Lenz2004-10-071-28/+0
* In -scm mode, SWIG modules now exchange their pointer type informationMatthias Köppe2004-07-241-18/+59
* 04/24/2004: mkoeppe (Matthias Koeppe)Matthias Köppe2004-05-171-19/+80
* Use the new common runtime function SWIG_TypePrettyName.Matthias Köppe2004-05-061-6/+3
* In -scm mode, don't forget to check the type of string arguments.Matthias Köppe2004-03-021-0/+2
* Don't try to invoke a null destructor function.Matthias Köppe2004-02-221-1/+1
* Rename the three smob types to "swig-pointer",Matthias Köppe2003-11-251-6/+6
* (SWIG_Guile_NewPointerObj): Return '() to represent null pointers.Matthias Köppe2003-11-241-20/+23
* Add a SWIG_contract_assert macro.Matthias Köppe2003-11-231-1/+6
* Improvements to object-ownership management inMatthias Köppe2003-11-181-35/+74
* Merge new set of GOOPS changes by John Lenz.Matthias Köppe2003-11-021-11/+79
* (SWIG_Guile_Init): Cast some strings to char* to avoid const-ness warnings.Matthias Köppe2003-06-171-2/+13
* Merged first chunk of Guile changes contributed by John Lenz.Matthias Köppe2003-06-031-0/+220