summaryrefslogtreecommitdiff
path: root/Lib/perl5/perlprimtypes.swg
Commit message (Expand)AuthorAgeFilesLines
* Allow using snprintf() instead of sprintf() in wrappersOlly Betts2023-04-271-2/+2
* Don't use long long if it isn't availableAlec Cooper2016-01-061-5/+12
* check ranges in perlprimtype.swg more carefully to avoid clang warningsRobert Stone2015-08-081-13/+18
* warning fix using vc++William S Fulton2012-04-191-1/+1
* * revert perl5 li_typemaps run tests due to Windows regressions.Robert Stone2012-04-181-3/+3
* mainly for SF bug #3423119Robert Stone2011-10-241-4/+12
* Fix for SF bug #1481958.Robert Stone2011-09-111-60/+74
* Fix for compiling as C codeWilliam S Fulton2010-10-031-1/+2
* Fix corner case marshalling of doubles - errno was not being correctly set b...William S Fulton2010-08-171-0/+1
* Use more efficient SvPV_nolen(x) instead of SvPV(x,PL_na)William S Fulton2007-10-281-5/+5
* [perl5] Clear errno before calls to strtol(), strtoul(), strtoll()Olly Betts2007-10-191-4/+12
* fix overloading between unsigned long long and strings, as reported by Tim Lee.Marcelo Matus2006-03-271-5/+13
* more fixes to MSCMarcelo Matus2006-01-221-2/+2
* fixes for VCMarcelo Matus2006-01-221-2/+6
* fix cast from double to long longMarcelo Matus2006-01-151-2/+5
* add native bool supportMarcelo Matus2006-01-101-0/+36
* add implicitconv support and cosmetics for cast rankMarcelo Matus2005-12-271-10/+10
* add castmode in python and cleaning the castdispatch mechanismMarcelo Matus2005-12-231-66/+29
* more perl + cast/rank mechanismMarcelo Matus2005-12-231-4/+65
* implement the rank-cast dispatch mechanism, which is now the default behavior...Marcelo Matus2005-12-231-6/+73
* fixed unsigned long typemapJason Stewart2005-12-221-1/+1
* avoid extra call to SvUVMarcelo Matus2005-12-071-2/+1
* eliminate compilation warnings, add docs, and centralize the access to the un...Marcelo Matus2005-10-251-30/+0
* Perl added to the Unified typemap library, cleaner way to use the library, an...Marcelo Matus2005-10-241-0/+209