| Commit message (Expand) | Author | Age | Files | Lines |
* | mark cannot be const because MEXTEND() modifies it, and tkGlue.c uses MEXTEND() | Jan Dubois | 2005-09-27 | 1 | -1/+1 |
* | Another typo fix | Rafael Garcia-Suarez | 2005-08-01 | 1 | -1/+1 |
* | The continuing adventures of Constman and Localize Boy | Andy Lester | 2005-06-20 | 1 | -5/+13 |
* | Lint support | Andy Lester | 2005-06-16 | 1 | -1/+21 |
* | Eliminate more C<n_a>s | Nicholas Clark | 2005-06-08 | 1 | -2/+2 |
* | XS_VERSION_BOOTCHECK is read only. | Nicholas Clark | 2005-06-07 | 1 | -1/+1 |
* | Attribute configuration | Andy Lester | 2005-05-20 | 1 | -2/+2 |
* | consting-eleventy.patch: More consts, plus actual bug fix | Andy Lester | 2005-05-16 | 1 | -4/+4 |
* | [perl #33809] optimize macro dXSARGS | Sergey Skvortsov | 2005-05-03 | 1 | -2/+9 |
* | XS() __attribute__ | Andy Lester | 2005-04-26 | 1 | -1/+5 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -1/+6 |
* | Update copyrights. | Rafael Garcia-Suarez | 2005-03-30 | 1 | -1/+1 |
* | Third consting batch | Andy Lester | 2005-03-24 | 1 | -1/+1 |
* | Attempt to fix problems with new exception handling macros. | Marcus Holland-Moritz | 2005-02-02 | 1 | -5/+7 |
* | Add simple exception handling macros for XS writers. | Marcus Holland-Moritz | 2005-01-31 | 1 | -0/+24 |
* | Further follow-up to 23767 | Robin Barker | 2005-01-19 | 1 | -1/+1 |
* | The XSUB.h patch from: | John Peacock | 2004-09-15 | 1 | -5/+11 |
* | Make change #22889 work for threaded builds, Part 2. | Marcus Holland-Moritz | 2004-06-02 | 1 | -1/+1 |
* | Fix apidoc entries for PUSHMARK and newXSproto. | Marcus Holland-Moritz | 2004-06-02 | 1 | -1/+1 |
* | Make the dUNDERBAR/UNDERBAR macros work as advertised. | Rafael Garcia-Suarez | 2004-06-02 | 1 | -1/+1 |
* | Add new dUNDERBAR and UNDERBAR macros, to help XS writers to | Rafael Garcia-Suarez | 2004-05-14 | 1 | -0/+13 |
* | PATCH: *DB*_File | Paul Marquess | 2003-12-27 | 1 | -0/+6 |
* | sanitize some macros - based on Chip Salzenberg suggestions and | Adrian M. Enache | 2003-12-22 | 1 | -7/+7 |
* | Make the XSRETURN macro evaluate its argument only once. | Rafael Garcia-Suarez | 2003-12-13 | 1 | -1/+2 |
* | XSRETURN_UV was missing. | Jarkko Hietaniemi | 2003-09-08 | 1 | -0/+5 |
* | 5.8.0: two problems | Ilya Zakharevich | 2003-04-22 | 1 | -1/+1 |
* | Fix up Larry's copyright statements to my best knowledge. | Jarkko Hietaniemi | 2003-04-16 | 1 | -1/+2 |
* | Update all copyrights to 2003, from Jarkko | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | Re: typo in checkin 18616 | Nick Ing-Simmons | 2003-02-02 | 1 | -1/+1 |
* | PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSIO_xxx, so | Nick Ing-Simmons | 2003-01-26 | 1 | -21/+21 |
* | PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_* | Gurusamy Sarathy | 2002-12-18 | 1 | -2/+2 |
* | PerlSIO_stderr et al are not functions | Gurusamy Sarathy | 2002-12-18 | 1 | -3/+3 |
* | Fix DBM filters | Paul Marquess | 2002-08-22 | 1 | -0/+43 |
* | Integrate #16971 from maint-5.6; | Jarkko Hietaniemi | 2002-06-01 | 1 | -0/+14 |
* | make the gettimeofday() implementation in Time::HiRes available | Gurusamy Sarathy | 2002-05-08 | 1 | -0/+1 |
* | setbuf / setvbuf are not PerlIO_ concepts | Nick Ing-Simmons | 2002-05-02 | 1 | -6/+6 |
* | Integrate mainline | Nick Ing-Simmons | 2002-01-25 | 1 | -0/+9 |
* | A mostly-stable version of "new" Win32 signal/kill support. | Nick Ing-Simmons | 2002-01-11 | 1 | -0/+2 |
* | Missed the =head1 additions. | Jarkko Hietaniemi | 2002-01-03 | 1 | -0/+6 |
* | from the non-ANSI comment police (was: it won't compile on win32) | H.Merijn Brand | 2001-12-29 | 1 | -1/+1 |
* | a few typo fixes | Jeffrey Friedl | 2001-11-12 | 1 | -1/+1 |
* | remove deprecated PERL_OBJECT cruft, it has long since stopped | Gurusamy Sarathy | 2001-08-31 | 1 | -6/+5 |
* | Tweak the XSFUNCTION, from Doug MacEachern, as suggested | Jarkko Hietaniemi | 2001-06-25 | 1 | -1/+1 |
* | NetWare port from Guruprasad S <SGURUPRASAD@novell.com>. | Jarkko Hietaniemi | 2001-06-16 | 1 | -0/+39 |
* | Re: ext/ + -Wall | Doug MacEachern | 2001-06-13 | 1 | -4/+1 |
* | Hide __attribute__((unused)) behind PERL_UNUSED_DECL as | Jarkko Hietaniemi | 2001-06-13 | 1 | -1/+1 |
* | Re: ext/ + -Wall | Doug MacEachern | 2001-06-13 | 1 | -5/+21 |
* | Use __attribute__((unused)) to silence -Wall on unused ax. | Jarkko Hietaniemi | 2001-06-13 | 1 | -1/+4 |
* | use builtin __CYGWIN__ rather than -DCYGWIN (from Eric Fifer | Gurusamy Sarathy | 2000-02-06 | 1 | -1/+1 |
* | autogenerate API listing from comments in the source (from Benjamin | Gurusamy Sarathy | 2000-01-28 | 1 | -8/+119 |