| Commit message (Expand) | Author | Age | Files | Lines |
* | perlapi: Refactor placements, headings of some functions | Karl Williamson | 2014-06-05 | 1 | -2/+2 |
* | perlapi: Consistent spaces after dots | Father Chrysostomos | 2013-12-29 | 1 | -5/+5 |
* | Remove option to build without USE_SOCKETS_AS_HANDLES on Windows | Steve Hay | 2012-09-28 | 1 | -12/+10 |
* | Omnibus removal of register declarations | Karl Williamson | 2012-08-18 | 1 | -1/+1 |
* | update the editor hints for spaces, not tabs | Ricardo Signes | 2012-05-29 | 1 | -2/+2 |
* | static and dllexport don't belong together on cygwin | Tony Cook | 2011-12-01 | 1 | -1/+1 |
* | Revert back to making XS(name) expose XSUB symbols | Steffen Mueller | 2011-08-28 | 1 | -5/+5 |
* | Fix C++ build following commit ab1478f7146843f7. | Nicholas Clark | 2011-08-21 | 1 | -1/+1 |
* | Make XSUBs static by default | Steffen Mueller | 2011-08-21 | 1 | -22/+15 |
* | API to explicitly select to export XSUB symbols or not | Steffen Mueller | 2011-08-11 | 1 | -7/+41 |
* | Abolish PL_vtbl_sig. It's been all 0s since it was added in 5.0 alpha 2. | Nicholas Clark | 2011-06-11 | 1 | -1/+0 |
* | Fix typos (spelling errors) in Perl sources. | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -1/+1 |
* | Convert the implementation of XS_APIVERSION_BOOTCHECK to a function. | Nicholas Clark | 2010-10-08 | 1 | -18/+1 |
* | Convert the implementation of XS_VERSION_BOOTCHECK to a function from a macro. | Nicholas Clark | 2010-10-07 | 1 | -37/+1 |
* | In XS_VERSION_BOOTCHECK, correct the flags argument of get_sv() to 0. | Nicholas Clark | 2010-09-02 | 1 | -2/+2 |
* | Check API compatibility when loading xs modules | Florian Ragwitz | 2010-07-26 | 1 | -3/+27 |
* | Fix leaks in XS_VERSION_BOOTCHECK | Florian Ragwitz | 2010-07-22 | 1 | -11/+23 |
* | The UNDERBAR macro should use find_rundefsv() as well | Vincent Pit | 2010-06-03 | 1 | -6/+5 |
* | XSUB.h is supposed to redefine fgets under PERL_IMPLICIT_SYS, but doesn't. | Jan Dubois | 2010-04-21 | 1 | -0/+1 |
* | Add mingw64 support | Sisyphus | 2009-11-09 | 1 | -0/+6 |
* | [perl #57176] Including XSUB.h before perl.h gives nasty error | fawaka@gmail.com (via RT) | 2009-01-25 | 1 | -6/+0 |
* | Assigning to DEFSV leaks if PL_defgv's gp_sv isn't set. | Marcus Holland-Moritz | 2008-11-08 | 1 | -2/+2 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -1/+1 |
* | Missed three sv_2mortal(newSVpvn(...))s in the headers. | Nicholas Clark | 2008-01-03 | 1 | -1/+1 |
* | SWIG uses XS() like this (in the perlrun.swg template): | Abhijit Menon-Sen | 2007-08-10 | 1 | -4/+16 |
* | XSUB.h - silence MSVC6 compiler warning | Robert May | 2007-07-25 | 1 | -1/+3 |
* | Consting dump.c | Andy Lester | 2007-05-25 | 1 | -1/+1 |
* | Cast markstack values to I32 | Jan Dubois | 2007-04-10 | 1 | -2/+2 |
* | Update copyright years in .h files. Also, in .pl | Rafael Garcia-Suarez | 2007-01-05 | 1 | -2/+2 |
* | 4th patch from: | Marcus Holland-Moritz | 2007-01-04 | 1 | -2/+2 |
* | The first three patches from: | Marcus Holland-Moritz | 2007-01-04 | 1 | -2/+2 |
* | Remove no longer used magic vtable | Rafael Garcia-Suarez | 2007-01-04 | 1 | -1/+0 |
* | Using explicit printf-like APIs with a format of "%s" isn't the world's | Nicholas Clark | 2006-10-18 | 1 | -1/+1 |
* | Revert change 28962 (at least until a better solution is found) | Rafael Garcia-Suarez | 2006-10-08 | 1 | -0/+1 |
* | No need to create a new magic vtable if it's all 0 pointers. | Nicholas Clark | 2006-10-07 | 1 | -1/+0 |
* | Re: [PATCH] Initial attempt at named captures for perls regexp engine | Yves Orton | 2006-10-07 | 1 | -0/+1 |
* | Silence a bunch of Borland compiler warnings in SDBM_File | Steve Hay | 2006-08-25 | 1 | -1/+0 |
* | Re: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached) | Jarkko Hietaniemi | 2006-08-17 | 1 | -1/+5 |
* | Fix bug in DynaLoader, which has been passing a filename in dynamic | Nicholas Clark | 2006-05-02 | 1 | -1/+1 |
* | Change type of temporary padoff_du used in dUNDERBAR | Marcus Holland-Moritz | 2006-04-26 | 1 | -1/+1 |
* | Take splint into account for PERL_UNUSED_ARG (patch by Jarkko) | Rafael Garcia-Suarez | 2006-04-03 | 1 | -2/+2 |
* | Some of the MAD structures in headers, plus PL_madskills and PL_xmlfp, | Nicholas Clark | 2006-03-07 | 1 | -0/+6 |
* | Revert change #27295, which I thought fixed builds on Win32. | Steve Peters | 2006-02-24 | 1 | -0/+1 |
* | Last instance of PL_vtbl_glob removed. It was missed change #27289. | Steve Peters | 2006-02-24 | 1 | -1/+0 |
* | Replace direct flags tests & manipulations for SVpad_TYPED and | Nicholas Clark | 2006-02-23 | 1 | -1/+1 |
* | Problem compiling swigged c++ code with 5.8.8 | Merijn Broeren | 2006-02-16 | 1 | -1/+1 |
* | Re: [PATCH] s/Null(av|ch)/NULL/g | Steven Schubiger | 2006-02-02 | 1 | -1/+1 |
* | Down with "warning: code has no effect" | Steve Peters | 2005-11-19 | 1 | -3/+4 |
* | another Symbian update: Alan's fault :-) | Jarkko Hietaniemi | 2005-10-17 | 1 | -1/+1 |
* | mark cannot be const because MEXTEND() modifies it, and tkGlue.c uses MEXTEND() | Jan Dubois | 2005-09-27 | 1 | -1/+1 |