summaryrefslogtreecommitdiff
path: root/Lib/chicken
Commit message (Expand)AuthorAgeFilesLines
* Added some missing multi-argument typemaps: (char *STRING, size_t LENGTH) and...William S Fulton2011-01-141-1/+1
* minor formatting changeWilliam S Fulton2010-04-231-3/+2
* Change typemap matching rules for the default type (SWIGTYPE) to follow templ...William S Fulton2010-04-011-0/+10
* SWIG license change - The Examples and Lib move to a very permissive license ...William S Fulton2010-02-275-14/+1
* add assert.h to fix chicken build of external runtime (ext_test testsuite)John Lenz2008-08-021-0/+1
* Commit patch 2019314John Lenz2008-08-021-0/+1
* Add R keyword support. Rename keywords for successful compilation of Java and...William S Fulton2008-06-191-1/+1
* Add the optimal attribute to the out typemap for more optimal code generation...William S Fulton2008-05-141-2/+2
* Add newmemory parameter for SWIG_TypeCastWilliam S Fulton2008-02-101-1/+3
* Chicken test suite now runs with no errorsJohn Lenz2007-10-261-3/+37
* When wrapping C++ code, generate code which usesOlly Betts2007-09-171-7/+7
* Fix operator warningsWilliam S Fulton2006-07-041-9/+0
* fix typoWilliam S Fulton2006-06-211-1/+1
* Remove integers_runme.ss because Chicken does not test for integer overflowJohn Lenz2006-06-212-1/+3
* Common template for head of each file detailing licence, distribution and aut...William S Fulton2006-03-071-1/+0
* Common template for head of each file detailing licence, distribution and aut...William S Fulton2006-03-075-33/+32
* add %naturalvar to std::string and remove local li_std_string.i, so Mattias c...Marcelo Matus2006-01-301-0/+2
* add snprintf def for MSCMarcelo Matus2006-01-221-0/+5
* Fix a compile error when using void * in the test suiteJohn Lenz2006-01-191-1/+1
* Use the system angle brackets for %includeWilliam S Fulton2005-11-262-9/+9
* Make chicken module correctly calculate the get/set functions by using Swig_n...John Lenz2005-11-041-1/+3
* + finally fix pointers to member functions in chickenJohn Lenz2005-10-241-0/+36
* 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-183-62/+73
* %typecheck fixes for size_tWilliam S Fulton2005-10-151-6/+6
* Update some chicken typemapsJohn Lenz2005-10-121-9/+9
* Minor updates to the documentationJohn Lenz2005-10-062-7/+8
* Fix typo.Matthias Köppe2005-06-101-1/+1
* Uniform handling of SWIGEXPORT across SWIG.William S Fulton2005-05-271-3/+2
* Add a whole bunch of chicken runme scripts, and fix the bugs exposed by those...John Lenz2005-04-154-54/+172
* Add some chicken test-suite entries for overloaded functionsJohn Lenz2005-04-073-0/+234
* Some chicken bug fixes for overloaded -proxy methodsJohn Lenz2005-04-051-1/+1
* Chicken: a few bug fixes, a new example and some new test suite runme, and so...John Lenz2005-04-051-1/+1
* 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-174-20/+185
* Fix a few more chicken bugsJohn Lenz2005-03-161-1/+1
* Fix a few bugs in the chicken moduleJohn Lenz2005-03-152-11/+26
* Add garbage collection support to the chicken moduleJohn Lenz2005-03-152-7/+44
* - Improve the runtime type sytesmJohn Lenz2005-02-012-31/+53
* hide swig-initialize-return symbol in chicken exported scheme codeJohn Lenz2005-01-241-1/+1
* install swigclosprefix.scm when running make installJohn Lenz2004-12-131-0/+1
* allow to include the swig runtime code into external user librariesMarcelo Matus2004-11-181-0/+1
* Fix a bug where chicken wrappers were not correctly registering values with theJohn Lenz2004-11-033-11/+12
* More work on the chicken module. The test suite, zlib, and overload examples...John Lenz2004-11-023-17/+34
* size_t fixWilliam S Fulton2004-11-011-9/+1
* - Add SWIG_RUNTIME_VERSION to new type sharing code. This is for future-proo...John Lenz2004-10-212-6/+7
* Rework the CLOS code for chicken... still needs a little more workJohn Lenz2004-10-163-2/+44
* Removed ability to share type information by C linkingJohn Lenz2004-10-162-20/+0