aboutsummaryrefslogtreecommitdiff
path: root/Lib/perl5
AgeCommit message (Expand)Author
2007-10-17Remove cvs $Header$William S Fulton
2007-09-17[perl5] Use sv_setpvn() to set a scalar from a pointer and lengthOlly Betts
2007-08-10Apply patch #1771410 from Wade Brainerd to fix typedef XS(SwigPerlWrapper) in...William S Fulton
2007-03-25add SWIG_fail to SWIG_expcetion macroJohn Lenz
2006-10-03Fix for handling strings with zero bytes from Stephen Hutsal.Olly Betts
2006-09-26Fix typo in commentOlly Betts
2006-06-13More namespace pollution fixesWilliam S Fulton
2006-05-04more fixes/tests for empty stringsMarcelo Matus
2006-04-11fix docs, path provided by OllyMarcelo Matus
2006-03-27fix overloading between unsigned long long and strings, as reported by Tim Lee.Marcelo Matus
2006-03-07Common template for head of each file detailing licence, distribution and aut...William S Fulton
2006-03-02add std::vector<T*> specialization to fix #1386582Marcelo Matus
2006-03-02apply patches for std::string/std::vector provided by Anthony HeadingMarcelo Matus
2006-02-28Fixed misspelled special variableLuigi Ballabio
2006-02-22add the factory library for UTLMarcelo Matus
2006-02-11uniform the location of the includes and fixes, now in perlhead.swg as rubyhe...Marcelo Matus
2006-02-11More and better fixes for older versions of perlWilliam S Fulton
2006-02-11comments, clean and cosmeticsMarcelo Matus
2006-02-10Rearrange macros, keeping SWIG macros together and missing perl macros together.William S Fulton
2006-02-10more fixes for old perl versionsMarcelo Matus
2006-02-10define SvIOK_UV if missingMarcelo Matus
2006-02-10Support for older versions of Perl again.William S Fulton
2006-02-10perl_get_sv is deprecatedWilliam S Fulton
2006-02-10remove more global pollutionWilliam S Fulton
2006-02-10add macors for PTR2IV INT2PTR when needed, bug #1208765Marcelo Matus
2006-02-10use one line macro when possibleMarcelo Matus
2006-02-04fix varout typemap pointer casts - removes heaps of warnings on cygwinWilliam S Fulton
2006-02-02fix varout typemaps for swigtypesMarcelo Matus
2006-02-02fix warningMarcelo Matus
2006-02-01fix -external-runtime and warning arounds in subversionMarcelo Matus
2006-02-01fix -external-runtime and warning arounds in subversionMarcelo Matus
2006-01-30reenable missing INPUT/OUTPUT, and add tests for std::stringMarcelo Matus
2006-01-24Fix for VC++William S Fulton
2006-01-22better solution for warning of perl+cygwinMarcelo Matus
2006-01-22fix cygwin warning for perlMarcelo Matus
2006-01-22more fixes to MSCMarcelo Matus
2006-01-22fixes for VCMarcelo Matus
2006-01-19fix perl C errorsMarcelo Matus
2006-01-17add macro for backward comp.Marcelo Matus
2006-01-15fix cast from double to long longMarcelo Matus
2006-01-14use internal SWIG_exception_fail, let SWIG_exception as in 1.3.27Marcelo Matus
2006-01-11finally, fix the croak/Nullch issueMarcelo Matus
2006-01-10move &&/|| to ignore operators and put the name __and__ and __or__ back to r...Marcelo Matus
2006-01-10add native bool supportMarcelo Matus
2006-01-10add croak(Nullch) again and propagate exception as needed, please jason, chec...Marcelo Matus
2006-01-08Each target language now has its own std_deque.i like the other STL wrappers.William S Fulton
2006-01-07add operator aliasesMarcelo Matus
2006-01-07add macros/names to avoid numeric warning codes. use them in tcl,perl,ruby an...Marcelo Matus
2006-01-06organized better for the list of supported and unsupported operatorsJason Stewart
2006-01-06add initial stl.i to ensure proper file inclussion and extensions for each la...Marcelo Matus