summaryrefslogtreecommitdiff
path: root/Lib/ruby
Commit message (Expand)AuthorAgeFilesLines
...
* Add R keyword support. Rename keywords for successful compilation of Java and...William S Fulton2008-06-191-1/+1
* STL fixes when using %import rather than %include and the Solaris Workshop co...William S Fulton2008-05-073-12/+3
* Add newmemory parameter for SWIG_TypeCastWilliam S Fulton2008-02-101-1/+5
* Made set_err false by default, as that gives a better overloadedGonzalo Garramuno2008-01-191-1/+1
* Added more backwards compatibility macros from ruby1.9.Gonzalo Garramuno2008-01-041-2/+26
* Added a couple of new macros used in ruby1.9.Gonzalo Garramuno2008-01-021-0/+8
* Fix fragments in Ruby for old typemapsv1.3.33rel-1.3.33William S Fulton2007-11-231-2/+0
* fix comments about fragments - noticed by Josh CherryWilliam S Fulton2007-11-201-1/+1
* Moved the std::pair< iterator, bool > typemap to std_set.iGonzalo Garramuno2007-10-292-24/+5
* Added fix for std::pair< iterator, bool >.Gonzalo Garramuno2007-10-291-0/+9
* Added an additional fix to std_set to handle eraseGonzalo Garramuno2007-10-272-7/+100
* Added new typemap and function to turn a Gonzalo Garramuno2007-10-271-2/+39
* remove dead codeWilliam S Fulton2007-10-261-4/+0
* Fix invalid CWilliam S Fulton2007-10-261-1/+2
* more signed / unsigned mismatch fixesWilliam S Fulton2007-10-261-1/+1
* signed / unsigned mismatch fixesWilliam S Fulton2007-10-261-5/+6
* Fix unary minus warningWilliam S Fulton2007-10-251-2/+4
* Fixes global namespace pollution from Ruby\'s win32.hWilliam S Fulton2007-10-251-0/+9
* Revered _mSWIG to rubyhead.swg as some tests would fail.Gonzalo Garramuno2007-09-042-3/+3
* Moved _mSWIG to rubyrun.swg with all other staticGonzalo Garramuno2007-09-042-5/+6
* Silly gcc was complaining about static initializers whenGonzalo Garramuno2007-09-041-6/+7
* Moved some of the common checks for methods/procs and arityGonzalo Garramuno2007-07-243-34/+100
* Fixed C++ comment in potential C file.Gonzalo Garramuno2007-06-251-1/+2
* Fixed typo.Gonzalo Garramuno2007-06-111-1/+1
* Using an apostrophe in a #error message causes an error for some GCC versions.Olly Betts2007-06-061-1/+1
* [Ruby]Olly Betts2007-06-061-10/+7
* Changed "extern Init_stack" to "RUBY_EXTERN" to make it compatibleGonzalo Garramuno2007-06-021-1/+1
* Moved Init_stack() declaration over to rubyapi toGonzalo Garramuno2007-06-022-9/+8
* Dramatically sped up comparison functions forGonzalo Garramuno2007-05-231-1/+6
* Made hash store a counter to the ruby VALUE object.Gonzalo Garramuno2007-05-231-10/+22
* Added a partial specialization for swig::GC_VALUEGonzalo Garramuno2007-05-201-1/+41
* Removed & test and changed it for a simpler T_NONEGonzalo Garramuno2007-05-191-4/+3
* Made check in rubyclasses a little bit saferGonzalo Garramuno2007-05-191-2/+6
* Dramatically sped up all STL containers whenGonzalo Garramuno2007-05-191-2/+29
* Fixed typecheck for std::complex<double>Gonzalo Garramuno2007-05-171-3/+4
* Fix for std::pair< iterator, iterator > making theGonzalo Garramuno2007-05-171-5/+8
* Moved functors away from std_set.i and std_map.iGonzalo Garramuno2007-05-165-37/+102
* Removed incorrect noconst trait.Gonzalo Garramuno2007-05-161-6/+0
* Added some spaces in template names to avoidGonzalo Garramuno2007-05-161-7/+7
* Removed older renames.Gonzalo Garramuno2007-05-161-22/+0
* Fixed renames of std_* containers to a saferGonzalo Garramuno2007-05-169-4/+90
* Ruby complex was broken for one of its constructors.Gonzalo Garramuno2007-05-161-1/+1
* Fixed swig::ConstIterator to use a GC_VALUEGonzalo Garramuno2007-05-083-279/+347
* Removed debugging printf.Gonzalo Garramuno2007-05-071-1/+0
* Fixed ruby's complex conversion.Gonzalo Garramuno2007-05-071-18/+32
* Added new iterator changes to std.Gonzalo Garramuno2007-05-074-151/+670
* Fixed type_name of some std classes.Gonzalo Garramuno2007-05-061-9/+7
* Fixed small typo in comment.Gonzalo Garramuno2007-05-061-3/+3
* Removed std::less functor and redefined all operatorsGonzalo Garramuno2007-05-061-53/+162
* Removed python crap from std/std_common.iGonzalo Garramuno2007-05-062-241/+2