summaryrefslogtreecommitdiff
path: root/Lib/mzscheme
Commit message (Expand)AuthorAgeFilesLines
...
* Fix last change.Matthias Köppe2005-03-302-2/+6
* Patch from Hans Oesterholt for supporting MzScheme 30x.Matthias Köppe2005-03-302-1/+45
* Switch mzscheme to use SWIG_TypeCheckStruct instead of SWIG_TypeCheck.John Lenz2005-03-011-1/+1
* - Improve the runtime type sytesmJohn Lenz2005-02-013-47/+64
* allow to include the swig runtime code into external user librariesMarcelo Matus2004-11-181-0/+1
* - Add SWIG_RUNTIME_VERSION to new type sharing code. This is for future-proo...John Lenz2004-10-211-5/+5
* removed redundant valuewrapper featureWilliam S Fulton2004-10-201-1/+0
* avoid to use SwigValueWrapper with std::string, just to keep the code cleaner...Marcelo Matus2004-10-181-0/+1
* Removed ability to share type information by C linkingJohn Lenz2004-10-162-20/+0
* New way of sharing type information between modules for chicken, mzscheme,John Lenz2004-10-052-37/+43
* <Dmitriy.Zavin@infineon.com> writes:Matthias Köppe2004-08-171-0/+44
* New common runtime function SWIG_TypePrettyName.Matthias Köppe2004-05-061-0/+1
* Use FUNC_NAME rather than a bogus typemap variable for signallingMatthias Köppe2004-02-233-12/+12
* Added pack/unpack functionsDave Beazley2003-12-081-0/+2
* Fixed missing variable.Dave Beazley2003-11-261-0/+1
* Added missing exception.iDave Beazley2003-11-261-0/+1
* Char and unsigned-char specialization addedLuigi Ballabio2003-11-191-1/+4
* Remove symbol clashes between runtime libraries.Matthias Köppe2003-10-053-25/+45
* Typemap for size_t applied to std::size_tLuigi Ballabio2003-08-171-0/+2
* std::pair added (but not very much tested)Luigi Ballabio2003-07-101-0/+845
* Merged MzScheme changes contributed by John Lenz.Matthias Köppe2003-06-102-0/+0
* Merged MzScheme changes contributed by John Lenz.Matthias Köppe2003-06-107-511/+313
* Added correct (I hope) typechecking for native scripting objectsLuigi Ballabio2003-05-221-1/+2
* std::map ready for prime time (hopefully)Luigi Ballabio2003-03-111-48/+28
* Support for std::map (thanks, Dave)Luigi Ballabio2003-02-271-0/+1386
* Missing typecheck for bool passed as valueLuigi Ballabio2003-02-181-1/+1
* A global stl.i works just as wellLuigi Ballabio2003-01-171-9/+0
* The great mergeDave Beazley2002-11-308-616/+1179
* Applied Oleg's MzScheme patchesDave Beazley2000-06-192-16/+18
* Rewrite. (Thanks to Oleg Tolmatcev.)Thien-Thi Nguyen2000-04-171-281/+19
* Initial revisionThien-Thi Nguyen2000-04-063-0/+966