Add MUTABLE_CV(), and eliminate (CV *) casts in *.c.
[p5sagit/p5-mst-13.2.git] / xsutils.c
2008-10-29 Nicholas Clark Add MUTABLE_CV(), and eliminate (CV *) casts in *.c.
2008-10-25 Nicholas Clark Update copyright years.
2008-06-28 Ben Morrow Some more missing isGV_with_GP()s
2008-05-21 Nicholas Clark Add Perl_croak_xs_usage(), which reduces a lot of expli...
2008-01-03 Nicholas Clark Add newSVpvs_flags() as a wrapper to newSVpvn_flags...
2007-11-07 Nicholas Clark Fix up copyright years for files modified in 2007.
2007-06-05 Rafael Garcia-Suarez Remove support for assertions and -A
2007-03-03 Rafael Garcia-Suarez Compilation warnings fixes by Jerry D. Hedden
2006-08-25 Jerry D. Hedden RE: [perl #40227] 'reserved' warning not working
2006-08-24 Jerry D. Hedden Don't promulgate Perl attributes
2006-05-02 Nicholas Clark *static* pointers to newXSUB(), dammit!
2006-02-23 Nicholas Clark In XS_attributes__guess_stash, attempting to call Gv...
2006-01-06 Jarkko Hietaniemi sprinkle dVAR
2006-01-04 Rafael Garcia-Suarez More copyright updates
2006-01-04 Gisle Aas Introduce the macros newSVpvs(str) and sv_catpvs(sv...
2005-12-16 Nicholas Clark s/Nullhv/NULL/g;
2005-10-05 Andy Lester Re: [PATCH] Random constings and printf cleanup
2005-08-23 Rick Delaney Use SvGETMAGIC more often
2005-06-10 Nicholas Clark More SvPV consting. And other related drive-by refactoring.
2005-05-26 Nicholas Clark Store the package name as a shared HEK.
2005-05-21 Nicholas Clark Move hv_name, hv_eiter and hv_riter into a new aux...
2005-05-11 Rafael Garcia-Suarez Include vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-Suarez Add editor boilerplates to all C files
2005-05-07 Andy Lester GCC attributes!
2005-04-26 Andy Lester XS() __attribute__
2005-04-21 Jarkko Hietaniemi Symbian port of Perl
2005-04-04 Andy Lester const-eight.diff
2005-03-24 Andy Lester Third consting batch
2005-01-19 Nicholas Clark Make "assertion" attribute code and test conditional
2005-01-04 Nicholas Clark Update copyright years.
2005-01-04 Nicholas Clark Make the switch statement discriminate similar names...
2005-01-04 Nicholas Clark Check all attributes in modify_SV_attributes are recogn...
2005-01-03 Nicholas Clark Return an immortal from attributes::_warn_reserved...
2005-01-03 Nicholas Clark Change dXSTARGET to dXSTARG as recommended by Spider...
2004-01-20 Dave Mitchell [perl #24940] "sub foo :unique" segfaults
2003-04-16 Jarkko Hietaniemi Fix up Larry's copyright statements to my best knowledge.
2003-03-02 Hugo van der Sanden Update all copyrights to 2003, from Jarkko
2003-02-16 Salvador Fandiño add support for assertions. Updated form of:
2002-05-13 Dave Mitchell Re: 'use threads::shared' noisy with -w
2002-02-20 Audrey Tang Add missing Tolkien quotes to *.c
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-24 Jarkko Hietaniemi Sprinkle some copyrights (use the oldest timestamp to
2001-12-09 Spider Boardman Re: attributes are broken
2001-08-31 Gurusamy Sarathy remove deprecated PERL_OBJECT cruft, it has long since...
2001-07-06 Nick Ing-Simmons Integrate mainline
2001-07-02 Abhijit Menon-Sen Re: [PATH] shared -> unique;
2001-06-26 Artur Bergman [PATH] shared -> unique;
2001-06-12 Abhijit Menon-Sen anonymous stashes
2001-06-02 Nick Ing-Simmons Integrate mainline
2001-06-01 Michael G. Schwern Re: [PATCH xsutils.c] Quieting warnings
2001-05-30 Jarkko Hietaniemi More -Wall silencing from Michael Schwern and Jarkko...
2001-05-20 Dave Mitchell [LARGE!] symbolic magic
2001-02-17 Nick Ing-Simmons Integrate mainline
2001-02-11 Doug MacEachern Re: [patch] GvSHARED
2000-06-29 Doug MacEachern Re: [PATCH] Re: Speeding up method lookups
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-04-28 Gurusamy Sarathy attributes::reftype() doesn't work on tied argument
2000-03-17 Gurusamy Sarathy make reftype() consistently croak on non-refs
2000-03-05 Gurusamy Sarathy fixes for most warnings identified by gcc -Wall
2000-02-09 Charles Bailey Resync with mainline
2000-02-04 Gurusamy Sarathy avoid /* within comment
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-11-04 Gurusamy Sarathy remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
1999-09-29 Charles Bailey resync with mainline
1999-09-07 Gurusamy Sarathy various fixups for windows
1999-08-29 Spider Boardman sub : attrlist