summaryrefslogtreecommitdiff
path: root/xsutils.c
Commit message (Expand)AuthorAgeFilesLines
* *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
* More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.Jarkko Hietaniemi2001-05-301-0/+3
* [LARGE!] symbolic magicDave Mitchell2001-05-201-1/+1
* Re: [patch] GvSHAREDDoug MacEachern2001-02-111-1/+21
* attributes::reftype() doesn't work on tied argumentGurusamy Sarathy2000-04-281-0/+2
* make reftype() consistently croak on non-refsGurusamy Sarathy2000-03-171-5/+1
* fixes for most warnings identified by gcc -WallGurusamy Sarathy2000-03-051-2/+1
* avoid /* within commentGurusamy Sarathy2000-02-041-1/+1
* remove VIRTUAL tag, PERL_OBJECT doesn't need it anymoreGurusamy Sarathy1999-11-041-4/+0
* various fixups for windowsGurusamy Sarathy1999-09-071-37/+38
* sub : attrlistSpider Boardman1999-08-291-0/+298