summaryrefslogtreecommitdiff
path: root/Lib/ruby/std_pair.i
Commit message (Expand)AuthorAgeFilesLines
* Replicate Python memory leak fix in std::pair for Octave and RubyWilliam S Fulton2016-12-181-4/+10
* UTL STL container descriptor checksWilliam S Fulton2016-07-281-4/+4
* Various ruby-1.9.x compile fixes including patch from NibbleWilliam S Fulton2010-02-131-1/+2
* Apply patch from Patrick Bennett to fix RARRAY_LEN and RARRAY_PTR usage for R...William S Fulton2010-02-131-6/+4
* remove dead codeWilliam S Fulton2007-10-261-4/+0
* Removed incorrect noconst trait.Gonzalo Garramuno2007-05-161-6/+0
* Fixed renames of std_* containers to a saferGonzalo Garramuno2007-05-161-4/+8
* Fixed a bug with argout values being incorrectlyGonzalo Garramuno2007-05-011-1/+3
* Fixed a problem with const correctness in newGonzalo Garramuno2007-05-011-3/+3
* Fixes to std_map and multimap. There's still a problemGonzalo Garramuno2007-05-011-3/+5
* Updated Ruby's STL to new framework.Gonzalo Garramuno2007-04-301-942/+200
* Support building with recent versions of the Ruby 1.9 development branch.Olly Betts2006-09-231-48/+48
* Fixes for std::pair typemapsLuigi Ballabio2006-08-011-6/+6
* Common template for head of each file detailing licence, distribution and aut...William S Fulton2006-03-071-6/+8
* Use the system angle brackets for %includeWilliam S Fulton2005-11-261-2/+2
* added missing constructors for std::pairWilliam S Fulton2005-05-251-0/+24
* Fix for the std_pair.i library file for Ruby.Logan Johnson2003-09-191-1/+1
* Correct macro name in Lib/ruby/std_pair.i; was "specialize_std_map_on_both",Logan Johnson2003-07-281-2/+2
* std::pair added (but not very much tested)Luigi Ballabio2003-07-101-0/+925