| Commit message (Expand) | Author | Age | Files | Lines |
* | Retract #6853 (false alarm). | Jarkko Hietaniemi | 2000-08-27 | 1 | -1/+1 |
* | workaround for xsubpp | Hugo van der Sanden | 2000-08-27 | 1 | -1/+1 |
* | integrate cfgperl changes#6268..6282 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -6/+21 |
* | small bug in change#6144; remove random \xA0 character that snuck | Gurusamy Sarathy | 2000-05-28 | 1 | -1/+1 |
* | make xsubpp skip embedded pod (from Matthias Neeracher | Gurusamy Sarathy | 2000-05-28 | 1 | -0/+17 |
* | backout change#5708; fixups for behavior of recently added -a switch; | Gurusamy Sarathy | 2000-03-22 | 1 | -1/+0 |
* | recognize single-line declarations in xsubpp; add switches to | Gurusamy Sarathy | 2000-03-18 | 1 | -4/+22 |
* | ignore const for the purposes of typemaps (from Hugo van der Sanden) | Gurusamy Sarathy | 2000-03-13 | 1 | -0/+1 |
* | new xsubpp keywords should be in all caps | Gurusamy Sarathy | 2000-03-09 | 1 | -11/+11 |
* | better error messages when xsubpp fails to find map for a particular | Gurusamy Sarathy | 2000-03-04 | 1 | -4/+4 |
* | /(?p{})/ changed to /(??{})/, per Larry's suggestion (from | Gurusamy Sarathy | 2000-03-03 | 1 | -8/+8 |
* | s/undef/NO_INIT/g in change#5183 | Gurusamy Sarathy | 2000-02-22 | 1 | -1/+1 |
* | allow optional XSUB parameters without being forced to use a | Gurusamy Sarathy | 2000-02-21 | 1 | -1/+5 |
* | various xsubpp enhancements that make it easier to use with | Gurusamy Sarathy | 2000-02-19 | 1 | -30/+144 |
* | fix line continuations in argument lists (from Helmut Jarausch) | Gurusamy Sarathy | 2000-01-22 | 1 | -1/+3 |
* | optimize XSUBs to use targets if the -nooptimize xsubpp option is | Gurusamy Sarathy | 1999-12-28 | 1 | -6/+64 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-10-01 | 1 | -1/+1 |
|\ |
|
| * | remove prehistoric XFree() gunk | Gurusamy Sarathy | 1999-09-30 | 1 | -1/+1 |
* | | Finalize change #4232. | Ilya Zakharevich | 1999-09-27 | 1 | -1/+1 |
* | | To: Mailing list Perl5 <perl5-porters@perl.org> | Ilya Zakharevich | 1999-09-26 | 1 | -13/+51 |
|/ |
|
* | yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS | Gurusamy Sarathy | 1999-07-12 | 1 | -36/+3 |
* | somewhat untested PERL_OBJECT cleanups (C++isms mostly | Gurusamy Sarathy | 1999-06-27 | 1 | -1/+1 |
* | avoid race condition in the CAPI extension bootstrap handler | Gurusamy Sarathy | 1999-06-24 | 1 | -2/+1 |
* | more complete support for implicit thread/interpreter pointer, | Gurusamy Sarathy | 1999-06-09 | 1 | -4/+4 |
* | tolerate spaces when fixing up __cplusplus output by old h2xs | Jan Dubois | 1998-10-02 | 1 | -1/+1 |
* | make xsubpp generate well-formed code with CAPI && !PERL_OBJECT | Gurusamy Sarathy | 1998-09-21 | 1 | -13/+20 |
* | PL_ prefix to all perlvars, part1 | Nick Ing-Simmons | 1998-07-18 | 1 | -2/+1 |
* | patch for more flexible initialization of xsub parameters | Tye McQueen | 1998-07-09 | 1 | -7/+30 |
* | fixes for mortalization bug in xsubpp, other efficiency tweaks | Joshua Pritikin | 1998-07-04 | 1 | -6/+2 |
* | Applied relevant parts of: | Paul Johnson | 1998-06-10 | 1 | -1/+2 |
* | xsubpp enhancements ($CPAN/authors/id/ILYAZ/patches/diff_xsubpp_65), a | Ilya Zakharevich | 1998-06-10 | 1 | -8/+80 |
* | [asperl] add AS patch#18 | Gurusamy Sarathy | 1998-04-24 | 1 | -4/+5 |
* | [asperl] add AS patch#17 | Gurusamy Sarathy | 1998-04-21 | 1 | -2/+38 |
* | [asperl] added AS patch#12 with minor changes | Gurusamy Sarathy | 1998-03-12 | 1 | -0/+8 |
* | [win32] fix xsubpp bug in SETMAGIC code | Gurusamy Sarathy | 1998-02-12 | 1 | -2/+2 |
* | [win32] enhancements to previous patch for XSUB OUTPUT args | Gurusamy Sarathy | 1998-02-09 | 1 | -4/+17 |
* | xsubpp fix to allow #ifdef's around entire XSubs | John Tobey | 1997-09-05 | 1 | -2/+2 |
* | xsubpp patch | John Tobey | 1997-08-07 | 1 | -24/+71 |
* | pathname bug in xsubpp on win32 | Jonathan Biggar | 1997-06-11 | 1 | -0/+1 |
* | Trivial bugfix for pod of xsubpp | Ralf S. Engelschall | 1997-05-08 | 1 | -1/+1 |
* | xsubpp incorrectly handles 'class::newthing()' | John Q. Linux | 1997-04-15 | 1 | -4/+5 |
* | [inseparable changes from patch from perl5.003_27 to perl5.003_28] | Perl 5 Porters | 1997-02-22 | 1 | -10/+13 |
* | [inseparable changes from patch from perl5.003_26 to perl5.003_27] | Perl 5 Porters | 1997-02-18 | 1 | -3/+14 |
* | [inseparable changes from patch from perl5.003_25 to perl5.003_26]perl-5.003_26 | Perl 5 Porters | 1997-02-11 | 1 | -4/+2 |
* | xsubpp handing of void funcs breaks extensions using XST_m*() | Tim Bunce | 1997-01-29 | 1 | -1/+4 |
* | [inseparable changes from patch from perl5.003_22 to perl5.003_23]perl-5.003_23 | Perl 5 Porters | 1997-01-25 | 1 | -6/+6 |
* | Re: xsubpp and Tk ==> segfault | Ilya Zakharevich | 1997-01-16 | 1 | -1/+2 |
* | xsubpp patch to add #line | Nick Ing-Simmons | 1996-12-19 | 1 | -3/+17 |
* | [inseparable changes from patch from perl5.003_09 to perl5.003_10] | Perl 5 Porters | 1996-11-30 | 1 | -5/+7 |
* | [inseparable changes from patch from perl5.003_07 to perl5.003_08] | Perl 5 Porters | 1996-11-19 | 1 | -2/+4 |