summaryrefslogtreecommitdiff
path: root/Lib/ruby/rubyclasses.swg
Commit message (Expand)AuthorAgeFilesLines
* Add support for Ruby 2.7Thomas Reitmayr2019-12-311-7/+7
* Fix shared data problem on MacOS 10.9 with xcode 5.1Jason Turner2014-06-041-8/+8
* Cosmetic - use C comments instead of C++ comments for recent Ruby changeWilliam S Fulton2013-04-081-2/+4
* Rewrite Ruby's GC_VALUE without use of macros for easier debuggingWilliam S Fulton2013-04-061-97/+88
* More rb_protect rewrite to use rb_rescue for Ruby 1.9William S Fulton2013-04-061-16/+11
* Ruby 1.9 fixes.William S Fulton2013-04-051-4/+13
* Fix seg fault when using STL containers of generic Ruby types, GC_VALUE or LA...William S Fulton2013-03-311-52/+63
* Fix import_stl testcaseWilliam S Fulton2011-05-191-54/+55
* 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
* 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 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
* remove std::set from new extended functions, asGonzalo Garramuno2007-05-051-1/+38
* Added new rubycontainer_extended.swg file.Gonzalo Garramuno2007-05-051-4/+19
* Improved algorithm of renaming of methods with numbers at the end.Gonzalo Garramuno2007-05-041-0/+5
* Fixed last test in std_set test suite that wasGonzalo Garramuno2007-05-021-1/+11
* Fixed VALUE less compare function to be a good GC_VALUEGonzalo Garramuno2007-05-011-0/+42
* Moved the GC_VALUE class over to rubystdcommonGonzalo Garramuno2007-05-011-1/+3
* Fixes to std_map and multimap. There's still a problemGonzalo Garramuno2007-05-011-2/+1
* Improved GC_VALUE so it gets printed nicelyGonzalo Garramuno2007-04-301-18/+38
* Several fixes to GC_VALUE, and map containers.Gonzalo Garramuno2007-04-301-4/+7
* Updated Ruby's STL to new framework.Gonzalo Garramuno2007-04-301-0/+108