| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert xsutils.c and lib/attributes.pm to a regular XS extension. | Nicholas Clark | 2009-04-12 | 1 | -307/+0 |
* | Remove #ifdef CVf_LVALUE/#endif - LVALUE subs aren't conditionally compiled. | Nicholas Clark | 2009-04-12 | 1 | -4/+0 |
* | PATCH: Large omnibus patch to clean up the JRRT quotes | Tom Christiansen | 2008-11-02 | 1 | -2/+4 |
* | Add MUTABLE_GV(), and eliminate (V *) casts in *.c. | Nicholas Clark | 2008-10-31 | 1 | -2/+2 |
* | Add MUTABLE_CV(), and eliminate (CV *) casts in *.c. | Nicholas Clark | 2008-10-29 | 1 | -8/+8 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -1/+1 |
* | Some more missing isGV_with_GP()s | Ben Morrow | 2008-06-28 | 1 | -3/+3 |
* | Add Perl_croak_xs_usage(), which reduces a lot of explicit calls of | Nicholas Clark | 2008-05-21 | 1 | -14/+5 |
* | Add newSVpvs_flags() as a wrapper to newSVpvn_flags(), and rework | Nicholas Clark | 2008-01-03 | 1 | -5/+5 |
* | Fix up copyright years for files modified in 2007. | Nicholas Clark | 2007-11-07 | 1 | -1/+1 |
* | Remove support for assertions and -A | Rafael Garcia-Suarez | 2007-06-05 | 1 | -13/+0 |
* | Compilation warnings fixes by Jerry D. Hedden | Rafael Garcia-Suarez | 2007-03-03 | 1 | -0/+5 |
* | RE: [perl #40227] 'reserved' warning not working | Jerry D. Hedden | 2006-08-25 | 1 | -18/+0 |
* | Don't promulgate Perl attributes | Jerry D. Hedden | 2006-08-24 | 1 | -2/+2 |
* | *static* pointers to newXSUB(), dammit! | Nicholas Clark | 2006-05-02 | 1 | -3/+2 |
* | In XS_attributes__guess_stash, attempting to call Gv* on a PVMG is | Nicholas Clark | 2006-02-23 | 1 | -4/+0 |
* | sprinkle dVAR | Jarkko Hietaniemi | 2006-01-06 | 1 | -0/+7 |
* | More copyright updates | Rafael Garcia-Suarez | 2006-01-04 | 1 | -1/+1 |
* | Introduce the macros newSVpvs(str) and sv_catpvs(sv, str). | Gisle Aas | 2006-01-04 | 1 | -6/+6 |
* | s/Nullhv/NULL/g; | Nicholas Clark | 2005-12-16 | 1 | -1/+1 |
* | Re: [PATCH] Random constings and printf cleanup | Andy Lester | 2005-10-05 | 1 | -2/+3 |
* | Use SvGETMAGIC more often | Rick Delaney | 2005-08-23 | 1 | -2/+1 |
* | More SvPV consting. And other related drive-by refactoring. | Nicholas Clark | 2005-06-10 | 1 | -1/+1 |
* | Store the package name as a shared HEK. | Nicholas Clark | 2005-05-26 | 1 | -2/+2 |
* | Move hv_name, hv_eiter and hv_riter into a new aux structure. | Nicholas Clark | 2005-05-21 | 1 | -2/+2 |
* | Include vim/emacs modelines in generated files to open them | Rafael Garcia-Suarez | 2005-05-11 | 1 | -2/+2 |
* | Add editor boilerplates to all C files | Rafael Garcia-Suarez | 2005-05-10 | 1 | -0/+9 |
* | GCC attributes! | Andy Lester | 2005-05-07 | 1 | -5/+5 |
* | XS() __attribute__ | Andy Lester | 2005-04-26 | 1 | -6/+0 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -6/+6 |
* | const-eight.diff | Andy Lester | 2005-04-04 | 1 | -1/+7 |
* | Third consting batch | Andy Lester | 2005-03-24 | 1 | -2/+2 |
* | Make "assertion" attribute code and test conditional | Nicholas Clark | 2005-01-19 | 1 | -0/+2 |
* | Update copyright years. | Nicholas Clark | 2005-01-04 | 1 | -1/+1 |
* | Make the switch statement discriminate similar names more | Nicholas Clark | 2005-01-04 | 1 | -20/+13 |
* | Check all attributes in modify_SV_attributes are recognised. | Nicholas Clark | 2005-01-04 | 1 | -0/+9 |
* | Return an immortal from attributes::_warn_reserved (a private | Nicholas Clark | 2005-01-03 | 1 | -4/+1 |
* | Change dXSTARGET to dXSTARG as recommended by Spider Boardman. | Nicholas Clark | 2005-01-03 | 1 | -21/+3 |
* | [perl #24940] "sub foo :unique" segfaults | Dave Mitchell | 2004-01-20 | 1 | -10/+2 |
* | Fix up Larry's copyright statements to my best knowledge. | Jarkko Hietaniemi | 2003-04-16 | 1 | -1/+1 |
* | Update all copyrights to 2003, from Jarkko | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | add support for assertions. Updated form of: | Salvador FandiƱo | 2003-02-16 | 1 | -0/+11 |
* | Re: 'use threads::shared' noisy with -w | Dave Mitchell | 2002-05-13 | 1 | -0/+8 |
* | Add missing Tolkien quotes to *.c | Audrey Tang | 2002-02-20 | 1 | -0/+6 |
* | Sprinkle some copyrights (use the oldest timestamp to | Jarkko Hietaniemi | 2002-01-24 | 1 | -0/+9 |
* | Re: attributes are broken | Spider Boardman | 2001-12-09 | 1 | -7/+17 |
* | remove deprecated PERL_OBJECT cruft, it has long since stopped | Gurusamy Sarathy | 2001-08-31 | 1 | -8/+8 |
* | Re: [PATH] shared -> unique; | Abhijit Menon-Sen | 2001-07-02 | 1 | -4/+4 |
* | [PATH] shared -> unique; | Artur Bergman | 2001-06-26 | 1 | -3/+3 |
* | anonymous stashes | Abhijit Menon-Sen | 2001-06-12 | 1 | -4/+3 |