summaryrefslogtreecommitdiff
path: root/XSUB.h
Commit message (Expand)AuthorAgeFilesLines
* static and dllexport don't belong together on cygwinTony Cook2011-12-011-1/+1
* Revert back to making XS(name) expose XSUB symbolsSteffen Mueller2011-08-281-5/+5
* Fix C++ build following commit ab1478f7146843f7.Nicholas Clark2011-08-211-1/+1
* Make XSUBs static by defaultSteffen Mueller2011-08-211-22/+15
* API to explicitly select to export XSUB symbols or notSteffen Mueller2011-08-111-7/+41
* Abolish PL_vtbl_sig. It's been all 0s since it was added in 5.0 alpha 2.Nicholas Clark2011-06-111-1/+0
* Fix typos (spelling errors) in Perl sources.Peter J. Acklam) (via RT2011-01-071-1/+1
* Convert the implementation of XS_APIVERSION_BOOTCHECK to a function.Nicholas Clark2010-10-081-18/+1
* Convert the implementation of XS_VERSION_BOOTCHECK to a function from a macro.Nicholas Clark2010-10-071-37/+1
* In XS_VERSION_BOOTCHECK, correct the flags argument of get_sv() to 0.Nicholas Clark2010-09-021-2/+2
* Check API compatibility when loading xs modulesFlorian Ragwitz2010-07-261-3/+27
* Fix leaks in XS_VERSION_BOOTCHECKFlorian Ragwitz2010-07-221-11/+23
* The UNDERBAR macro should use find_rundefsv() as wellVincent Pit2010-06-031-6/+5
* XSUB.h is supposed to redefine fgets under PERL_IMPLICIT_SYS, but doesn't.Jan Dubois2010-04-211-0/+1
* Add mingw64 supportSisyphus2009-11-091-0/+6
* [perl #57176] Including XSUB.h before perl.h gives nasty errorfawaka@gmail.com (via RT)2009-01-251-6/+0
* Assigning to DEFSV leaks if PL_defgv's gp_sv isn't set.Marcus Holland-Moritz2008-11-081-2/+2
* Update copyright years.Nicholas Clark2008-10-251-1/+1
* Missed three sv_2mortal(newSVpvn(...))s in the headers.Nicholas Clark2008-01-031-1/+1
* SWIG uses XS() like this (in the perlrun.swg template):Abhijit Menon-Sen2007-08-101-4/+16
* XSUB.h - silence MSVC6 compiler warningRobert May2007-07-251-1/+3
* Consting dump.cAndy Lester2007-05-251-1/+1
* Cast markstack values to I32Jan Dubois2007-04-101-2/+2
* Update copyright years in .h files. Also, in .plRafael Garcia-Suarez2007-01-051-2/+2
* 4th patch from: Marcus Holland-Moritz2007-01-041-2/+2
* The first three patches from:Marcus Holland-Moritz2007-01-041-2/+2
* Remove no longer used magic vtableRafael Garcia-Suarez2007-01-041-1/+0
* Using explicit printf-like APIs with a format of "%s" isn't the world'sNicholas Clark2006-10-181-1/+1
* Revert change 28962 (at least until a better solution is found)Rafael Garcia-Suarez2006-10-081-0/+1
* No need to create a new magic vtable if it's all 0 pointers.Nicholas Clark2006-10-071-1/+0
* Re: [PATCH] Initial attempt at named captures for perls regexp engineYves Orton2006-10-071-0/+1
* Silence a bunch of Borland compiler warnings in SDBM_FileSteve Hay2006-08-251-1/+0
* Re: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached)Jarkko Hietaniemi2006-08-171-1/+5
* Fix bug in DynaLoader, which has been passing a filename in dynamicNicholas Clark2006-05-021-1/+1
* Change type of temporary padoff_du used in dUNDERBARMarcus Holland-Moritz2006-04-261-1/+1
* Take splint into account for PERL_UNUSED_ARG (patch by Jarkko)Rafael Garcia-Suarez2006-04-031-2/+2
* Some of the MAD structures in headers, plus PL_madskills and PL_xmlfp,Nicholas Clark2006-03-071-0/+6
* Revert change #27295, which I thought fixed builds on Win32.Steve Peters2006-02-241-0/+1
* Last instance of PL_vtbl_glob removed. It was missed change #27289.Steve Peters2006-02-241-1/+0
* Replace direct flags tests & manipulations for SVpad_TYPED andNicholas Clark2006-02-231-1/+1
* Problem compiling swigged c++ code with 5.8.8Merijn Broeren2006-02-161-1/+1
* Re: [PATCH] s/Null(av|ch)/NULL/gSteven Schubiger2006-02-021-1/+1
* Down with "warning: code has no effect"Steve Peters2005-11-191-3/+4
* another Symbian update: Alan's fault :-)Jarkko Hietaniemi2005-10-171-1/+1
* mark cannot be const because MEXTEND() modifies it, and tkGlue.c uses MEXTEND()Jan Dubois2005-09-271-1/+1
* Another typo fixRafael Garcia-Suarez2005-08-011-1/+1
* The continuing adventures of Constman and Localize BoyAndy Lester2005-06-201-5/+13
* Lint supportAndy Lester2005-06-161-1/+21
* Eliminate more C<n_a>sNicholas Clark2005-06-081-2/+2
* XS_VERSION_BOOTCHECK is read only.Nicholas Clark2005-06-071-1/+1