summaryrefslogtreecommitdiff
path: root/xsutils.c
Commit message (Expand)AuthorAgeFilesLines
* Remove #ifdef CVf_LVALUE/#endif - LVALUE subs aren't conditionally compiled.Nicholas Clark2009-04-221-4/+0
* Add MUTABLE_GV(), and eliminate (V *) casts in *.c.Nicholas Clark2009-03-291-2/+2
* Add MUTABLE_CV(), and eliminate (CV *) casts in *.c.Nicholas Clark2009-03-291-8/+8
* Add Perl_croak_xs_usage(), which reduces a lot of explicit calls ofNicholas Clark2009-03-291-14/+5
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2009-01-051-2/+4
* Integrate:Nicholas Clark2008-10-261-1/+1
* Integrate:Ben Morrow2008-09-041-3/+3
* Integrate:Nicholas Clark2008-01-301-5/+5
* Fix up copyright years for files modified in 2007.Nicholas Clark2007-11-071-1/+1
* Remove support for assertions and -ARafael Garcia-Suarez2007-06-051-13/+0
* Compilation warnings fixes by Jerry D. HeddenRafael Garcia-Suarez2007-03-031-0/+5
* RE: [perl #40227] 'reserved' warning not workingJerry D. Hedden2006-08-251-18/+0
* Don't promulgate Perl attributesJerry D. Hedden2006-08-241-2/+2
* *static* pointers to newXSUB(), dammit!Nicholas Clark2006-05-021-3/+2
* In XS_attributes__guess_stash, attempting to call Gv* on a PVMG isNicholas Clark2006-02-231-4/+0
* sprinkle dVARJarkko Hietaniemi2006-01-061-0/+7
* More copyright updatesRafael Garcia-Suarez2006-01-041-1/+1
* Introduce the macros newSVpvs(str) and sv_catpvs(sv, str).Gisle Aas2006-01-041-6/+6
* s/Nullhv/NULL/g;Nicholas Clark2005-12-161-1/+1
* Re: [PATCH] Random constings and printf cleanupAndy Lester2005-10-051-2/+3
* Use SvGETMAGIC more oftenRick Delaney2005-08-231-2/+1
* More SvPV consting. And other related drive-by refactoring.Nicholas Clark2005-06-101-1/+1
* Store the package name as a shared HEK.Nicholas Clark2005-05-261-2/+2
* Move hv_name, hv_eiter and hv_riter into a new aux structure.Nicholas Clark2005-05-211-2/+2
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-2/+2
* Add editor boilerplates to all C filesRafael Garcia-Suarez2005-05-101-0/+9
* GCC attributes!Andy Lester2005-05-071-5/+5
* XS() __attribute__Andy Lester2005-04-261-6/+0
* Symbian port of PerlJarkko Hietaniemi2005-04-211-6/+6
* const-eight.diffAndy Lester2005-04-041-1/+7
* Third consting batchAndy Lester2005-03-241-2/+2
* Make "assertion" attribute code and test conditionalNicholas Clark2005-01-191-0/+2
* Update copyright years.Nicholas Clark2005-01-041-1/+1
* Make the switch statement discriminate similar names moreNicholas Clark2005-01-041-20/+13
* Check all attributes in modify_SV_attributes are recognised.Nicholas Clark2005-01-041-0/+9
* Return an immortal from attributes::_warn_reserved (a privateNicholas Clark2005-01-031-4/+1
* Change dXSTARGET to dXSTARG as recommended by Spider Boardman.Nicholas Clark2005-01-031-21/+3
* [perl #24940] "sub foo :unique" segfaultsDave Mitchell2004-01-201-10/+2
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+1
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* add support for assertions. Updated form of:Salvador FandiƱo2003-02-161-0/+11
* Re: 'use threads::shared' noisy with -wDave Mitchell2002-05-131-0/+8
* Add missing Tolkien quotes to *.cAudrey Tang2002-02-201-0/+6
* Sprinkle some copyrights (use the oldest timestamp toJarkko Hietaniemi2002-01-241-0/+9
* Re: attributes are brokenSpider Boardman2001-12-091-7/+17
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-8/+8
* Re: [PATH] shared -> unique;Abhijit Menon-Sen2001-07-021-4/+4
* [PATH] shared -> unique;Artur Bergman2001-06-261-3/+3
* anonymous stashesAbhijit Menon-Sen2001-06-121-4/+3
* Re: [PATCH xsutils.c] Quieting warningsMichael G. Schwern2001-06-011-2/+2