summaryrefslogtreecommitdiff
path: root/XSUB.h
Commit message (Expand)AuthorAgeFilesLines
* XSUB.h - line up properlyYves Orton2022-12-301-9/+9
* XSUB.h - put STMT_END on its own line and lined up with STMT_STARTYves Orton2022-09-071-2/+3
* Change autodoc flagKarl Williamson2022-06-141-14/+14
* Remove NetWare supportDagfinn Ilmari Mannsåker2021-10-081-39/+0
* replace all instances of PERL_IMPLICIT_CONTEXT with MULTIPLICITYTomasz Konojacki2021-06-091-1/+1
* Base *.[ch] files: Replace leading tabs with blanksMichael G Schwern2021-05-311-56/+56
* Use perl.h versions of PERL_UNUSED_foo in XSUB.hKarl Williamson2021-01-031-2/+2
* autodoc.pl: Enhance apidoc_section featureKarl Williamson2020-11-061-3/+3
* XSUB.h: Fix some apidoc entriesKarl Williamson2020-11-021-7/+15
* perlapi: Add a link to xsubppKarl Williamson2020-11-021-0/+2
* Document XSPROTOKarl Williamson2020-10-061-0/+4
* perlapi: XS_EXTERNAL is preferred over plain XSKarl Williamson2020-09-051-1/+2
* perlapi: XS, XS_EXTERNAL do take a parameterKarl Williamson2020-09-051-2/+2
* Reorganize perlapiKarl Williamson2020-09-041-3/+1
* Change some =head1 to apidoc_section linesKarl Williamson2020-09-041-2/+2
* XSUB.h: fix MARK and items variables inside BOOT XSUBsTomasz Konojacki2020-08-031-3/+3
* Remove PERL_GLOBAL_STRUCTDagfinn Ilmari Mannsåker2020-07-201-2/+0
* Remove Symbian portDagfinn Ilmari Mannsåker2020-07-201-3/+0
* perlapi: Document XST_mUVKarl Williamson2019-09-021-0/+4
* Fix apidoc macro entriesKarl Williamson2019-06-251-7/+7
* Add 'n' flag to various =for apidoc linesKarl Williamson2019-05-301-14/+14
* Define also Perl's calloc() macroPali2018-10-291-0/+1
* XSUB.h: simplify cpp conditions using C89 "#elif"Aaron Crane2017-10-211-16/+10
* Use new paradigm for hdr file double inclusion guardKarl Williamson2017-06-021-3/+3
* Avoid unused-parameter warning when compiling with g++.James E Keenan2017-06-011-1/+1
* Remove support for Splint static source code analyzerAndy Lester2016-11-301-16/+5
* add assertion to prevent stack corruption in XSUBDoug Bell2015-10-021-0/+1
* Various pods: Add C<> around many typed-as-is thingsKarl Williamson2015-09-031-5/+5
* perlapi, perlintern: Add L<> links to podKarl Williamson2015-09-031-3/+5
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* SvREFCNT_dec_NN in SDBMDaniel Dragan2014-12-111-1/+1
* add filename handling to xs handshakeDaniel Dragan2014-11-131-16/+44
* add xs_handshake APIDaniel Dragan2014-11-071-2/+36
* simplify Perl_xs_apiversion_bootcheckDaniel Dragan2014-11-061-1/+1
* perlapi: Refactor placements, headings of some functionsKarl Williamson2014-06-051-2/+2
* perlapi: Consistent spaces after dotsFather Chrysostomos2013-12-291-5/+5
* Remove option to build without USE_SOCKETS_AS_HANDLES on WindowsSteve Hay2012-09-281-12/+10
* Omnibus removal of register declarationsKarl Williamson2012-08-181-1/+1
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* 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