summaryrefslogtreecommitdiff
path: root/Lib/ruby/std_list.i
Commit message (Collapse)AuthorAgeFilesLines
* Add missing parameter names in STL container wrappersWilliam S Fulton2019-02-131-1/+1
| | | | | | | Mostly in STL copy constructors. Best to have parameter names as they make their way into the wrappers in some target languages.
* [ruby] make std::list include Enumerable.Takashi Tamura2017-02-251-0/+1
|
* Fixed renames of std_* containers to a saferGonzalo Garramuno2007-05-161-0/+10
| | | | | | | | %rename directive. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9810 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Rename fixes to STL.Gonzalo Garramuno2007-05-051-0/+3
| | | | | | | | | | | Removed object reporting in non-verbose from newobject demos. Made wstring treat them as normal strings as advertised. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9771 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Updated Ruby's STL to new framework.Gonzalo Garramuno2007-04-301-0/+28
Still need to add new tests for multimap, multiset, list, etc. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9719 626c5289-ae23-0410-ae9c-e8d60b6d4f22