summaryrefslogtreecommitdiff
path: root/Lib/chicken/chickenrun.swg
Commit message (Expand)AuthorAgeFilesLines
* [Chicken] Remove code for ChickenOlly Betts2021-05-161-375/+0
* Fix Visual Studio 2015 and later compilation errors due to snprintf macro def...William S Fulton2019-04-191-1/+1
* Overloading for non-pointers and NULL - ChickenWilliam S Fulton2018-12-301-0/+1
* Fix assorted comment and documentation typosOlly Betts2014-02-231-2/+2
* Fix for gcc warning -Wunused-value without triggering -Wunused-parameterWilliam S Fulton2012-09-071-2/+2
* SWIG license change - The Examples and Lib move to a very permissive license ...William S Fulton2010-02-271-4/+0
* add assert.h to fix chicken build of external runtime (ext_test testsuite)John Lenz2008-08-021-0/+1
* Add newmemory parameter for SWIG_TypeCastWilliam S Fulton2008-02-101-1/+3
* Common template for head of each file detailing licence, distribution and aut...William S Fulton2006-03-071-5/+6
* add snprintf def for MSCMarcelo Matus2006-01-221-0/+5
* Make chicken module correctly calculate the get/set functions by using Swig_n...John Lenz2005-11-041-1/+3
* Fix a few minor bugs in the chicken moduleJohn Lenz2005-10-201-5/+6
* massive typemap unificationMarcelo Matus2005-10-181-1/+0
* Chicken:John Lenz2005-10-181-34/+48
* Minor updates to the documentationJohn Lenz2005-10-061-1/+2
* Add a whole bunch of chicken runme scripts, and fix the bugs exposed by those...John Lenz2005-04-151-5/+21
* Improvements to the chicken module: tinyclos works with overloaded methods an...John Lenz2005-03-301-0/+2
* Some updates to the chicken documenatation, a few more fixesJohn Lenz2005-03-171-1/+2
* Lots more bug fixes for the chicken module: almost the entire test-sutie now ...John Lenz2005-03-171-0/+18
* Fix a few more chicken bugsJohn Lenz2005-03-161-1/+1
* Fix a few bugs in the chicken moduleJohn Lenz2005-03-151-1/+9
* Add garbage collection support to the chicken moduleJohn Lenz2005-03-151-4/+37
* - Improve the runtime type sytesmJohn Lenz2005-02-011-2/+48
* Fix a bug where chicken wrappers were not correctly registering values with theJohn Lenz2004-11-031-6/+8
* More work on the chicken module. The test suite, zlib, and overload examples...John Lenz2004-11-021-5/+15
* - Add SWIG_RUNTIME_VERSION to new type sharing code. This is for future-proo...John Lenz2004-10-211-2/+2
* Rework the CLOS code for chicken... still needs a little more workJohn Lenz2004-10-161-0/+4
* New way of sharing type information between modules for chicken, mzscheme,John Lenz2004-10-051-35/+17
* Fix bug 782468John Lenz2004-05-021-262/+117
* Initial additions.Jonah Beckford2003-02-151-0/+375