| Commit message (Expand) | Author | Age | Files | Lines |
* | Use newer 'threads' constructs | Jerry D. Hedden | 2007-02-15 | 1 | -1/+1 |
* | reentr reshuffle | Jarkko Hietaniemi | 2006-09-28 | 1 | -0/+17 |
* | re-implement MY_CXT API more efficiently, and add explicit | Dave Mitchell | 2005-12-29 | 1 | -1/+11 |
* | add tests for MY_CXT API and improve its documentation | Dave Mitchell | 2005-12-29 | 1 | -1/+37 |
* | remove whitespace preceding semicolon in docs | Steven Schubiger | 2005-11-10 | 1 | -2/+2 |
* | POD typos | Piotr Fusik | 2005-08-01 | 1 | -1/+1 |
* | RE: [perl #32660] INT2PTR not mentioned in perlxs(1) | Robin Barker | 2005-01-04 | 1 | -1/+6 |
* | 1. Add section to perlxs.pod describing that the refcount of AVs/HVs | Marcus Holland-Moritz | 2004-02-18 | 1 | -0/+57 |
* | [patch] L<perlguts/"API LISTING"> is now L<perlapi> | Stas Bekman | 2003-06-06 | 1 | -2/+2 |
* | Re: [PATCH] Correct/completes Overloading in XS mods | John Peacock | 2002-09-04 | 1 | -0/+17 |
* | Re: [PATCH] Small nit in perlxs.pod | Lupe Christoph | 2002-06-07 | 1 | -0/+4 |
* | doc fix | Stas Bekman | 2002-03-21 | 1 | -0/+8 |
* | [PATCH] enhance xsubpp to support OVERLOAD: keyword | John Peacock | 2002-03-04 | 1 | -0/+34 |
* | xsubpp | Ilya Zakharevich | 2002-03-04 | 1 | -0/+25 |
* | Pod whitespace cleanup, round 0. | coral@eekeek.org | 2001-12-29 | 1 | -6/+6 |
* | Module names and other nits | Audrey Tang | 2001-12-29 | 1 | -1/+1 |
* | Document the MY_CXT business; from Paul Marquess. | Jarkko Hietaniemi | 2001-11-15 | 1 | -0/+127 |
* | a few typo fixes | Jeffrey Friedl | 2001-11-12 | 1 | -2/+2 |
* | perlxs misprints | Ilya Zakharevich | 2001-06-26 | 1 | -8/+10 |
* | the uncontroversial doc patches | Michael Stevens | 2001-03-16 | 1 | -3/+3 |
* | Re: [PATCH 5.7.0] OUT keyword for xsubpp | Ilya Zakharevich | 2000-11-29 | 1 | -23/+44 |
* | Re: 20001101.003 PDL | Nicholas Clark | 2000-11-16 | 1 | -22/+28 |
* | Re: [PATCH 5.005_64 missed] | Ilya Zakharevich | 2000-10-02 | 1 | -13/+128 |
* | [ID 20000911.011] misplaced typemap in perlxs.pod | Yitzchak Scott-Thoennes | 2000-09-12 | 1 | -4/+4 |
* | minimal removal of 8 bit chrs from perlebcdic.pod | Peter Prymmer | 2000-09-01 | 1 | -3/+2 |
* | http:// in L<> | Nicholas Clark | 2000-09-01 | 1 | -1/+1 |
* | [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org | Philip Newton | 2000-08-29 | 1 | -1/+1 |
* | more pod nits (from Larry Virden) | Gurusamy Sarathy | 2000-04-24 | 1 | -1/+1 |
* | fix outdated URLs (from Michael G Schwern) | Gurusamy Sarathy | 2000-02-28 | 1 | -1/+1 |
* | s/undef/NO_INIT/g in change#5183 | Gurusamy Sarathy | 2000-02-22 | 1 | -2/+2 |
* | allow optional XSUB parameters without being forced to use a | Gurusamy Sarathy | 2000-02-21 | 1 | -3/+16 |
* | XS documentation patches suggested by Ilya, severally adjusted | Gurusamy Sarathy | 1999-12-02 | 1 | -175/+449 |
* | major pod update from Tom Christiansen | Gurusamy Sarathy | 1999-05-24 | 1 | -2/+2 |
* | patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits) | Gurusamy Sarathy | 1999-02-15 | 1 | -4/+4 |
* | another threads reliability fix: serialize writes to thr->threadsv | Gurusamy Sarathy | 1998-11-29 | 1 | -2/+4 |
* | clarify section name rules for typemaps | Gurusamy Sarathy | 1998-10-17 | 1 | -3/+5 |
* | Update perldelta and Changes; refresh perltoc; newer perlembed.pod | Gurusamy Sarathy | 1998-07-22 | 1 | -5/+5 |
* | patch for more flexible initialization of xsub parameters | Tye McQueen | 1998-07-09 | 1 | -6/+26 |
* | xsubpp enhancements ($CPAN/authors/id/ILYAZ/patches/diff_xsubpp_65), a | Ilya Zakharevich | 1998-06-10 | 1 | -1/+98 |
* | [win32] merge change#897 from maintbranch | Gurusamy Sarathy | 1998-05-14 | 1 | -1/+6 |
* | [win32] change all 'sp' to 'SP' in code and in the docs. Explicitly | Gurusamy Sarathy | 1998-03-07 | 1 | -2/+2 |
* | [win32] enhancements to previous patch for XSUB OUTPUT args | Gurusamy Sarathy | 1998-02-09 | 1 | -5/+16 |
* | [win32] Fix autovivification problems with XSUB OUTPUT args | Gurusamy Sarathy | 1998-01-19 | 1 | -2/+5 |
* | xsubpp: document advanced dynamic typemap usage | Rujith S. de Silva | 1997-09-05 | 1 | -0/+31 |
* | [inseperable changes from patch from perl-5.003_95 to perl-5.003_86] | Perl 5 Porters | 1997-03-26 | 1 | -5/+5 |
* | [inseparable changes from match from perl-5.003_93 to perl-5.003_94] | Perl 5 Porters | 1997-03-09 | 1 | -1/+1 |
* | [inseparable changes from match from perl-5.003_91 to perl-5.003_92] | Perl 5 Porters | 1997-03-01 | 1 | -1/+1 |
* | patch for LWP 5.05 to make it play with both 5.003 and 5.003_20 + overload patch | Ilya Zakharevich | 1997-01-25 | 1 | -6/+20 |
* | [inseparable changes from patch from perl5.003_17 to perl5.003_18] | Perl 5 Porters | 1997-01-01 | 1 | -1/+1 |
* | [inseparable changes from patch from perl5.003_11 to perl5.003_12] | Perl 5 Porters | 1996-12-19 | 1 | -5/+5 |