summaryrefslogtreecommitdiff
path: root/Lib/ruby/rubystrings.swg
Commit message (Expand)AuthorAgeFilesLines
* Ruby: Replace all occurences of STR2CSTR macro with calls to StringValuePtrKlaus Kämpf2012-12-141-4/+0
* Fixed ruby's newobject1 and newobject2 demos.Gonzalo Garramuno2007-04-281-4/+4
* Support building with recent versions of the Ruby 1.9 development branch.Olly Betts2006-09-231-1/+1
* Support for Ruby 1.6Luigi Ballabio2006-03-091-0/+4
* reduce the aliasing warnings (when compiling with CFLAGS='-O2 -Wstrict-aliasi...Marcelo Matus2006-02-231-4/+4
* Undid change to check for nil object since it was not valid because it disall...Charlie Savage2006-01-131-4/+1
* Added check for nil object being passed to SWIG_AsCharPtrAndSize. If a nil o...Charlie Savage2006-01-131-1/+4
* more on the TypeQuery fixMarcelo Matus2005-12-101-6/+8
* fix extra calls to TypeQuery for 'char *' and 'wchar_t *'Marcelo Matus2005-12-101-25/+26
* Perl added to the Unified typemap library, cleaner way to use the library, an...Marcelo Matus2005-10-241-9/+3
* massive typemap unificationMarcelo Matus2005-10-181-115/+50
* Fixed handling of char. This was needed due to changes in handling of %const...Charlie Savage2005-10-081-2/+4
* Fixed handling of constants. Previously if a %constant directive was defined...Charlie Savage2005-10-031-2/+2
* Added a typemap %typemap(in) (int LENGTH, char *STRING) that is simply the re...Charlie Savage2005-09-261-0/+5
* Added "directorout" typemaps for char * and const char * return values.Lyle Johnson2004-08-261-0/+5
* Modified the "varin" typemap for a dimensionless char array to generateLyle Johnson2004-08-261-3/+5
* Break the standard Ruby typemaps out into a number of smaller filesLyle Johnson2004-08-241-0/+111