This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Last instance of PL_vtbl_glob removed. It was missed change #27289.
[perl5.git] / xsutils.c
2006-02-23 Nicholas ClarkIn XS_attributes__guess_stash, attempting to call Gv...
2006-01-06 Jarkko Hietaniemisprinkle dVAR
2006-01-04 Rafael Garcia-SuarezMore copyright updates
2006-01-04 Gisle AasIntroduce the macros newSVpvs(str) and sv_catpvs(sv...
2005-12-16 Nicholas Clarks/Nullhv/NULL/g;
2005-10-05 Andy LesterRe: [PATCH] Random constings and printf cleanup
2005-08-23 Rick DelaneyUse SvGETMAGIC more often
2005-06-10 Nicholas ClarkMore SvPV consting. And other related drive-by refactoring.
2005-05-26 Nicholas ClarkStore the package name as a shared HEK.
2005-05-21 Nicholas ClarkMove hv_name, hv_eiter and hv_riter into a new aux...
2005-05-11 Rafael Garcia-SuarezInclude vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-SuarezAdd editor boilerplates to all C files
2005-05-07 Andy LesterGCC attributes!
2005-04-26 Andy LesterXS() __attribute__
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-04-04 Andy Lesterconst-eight.diff
2005-03-24 Andy LesterThird consting batch
2005-01-19 Nicholas ClarkMake "assertion" attribute code and test conditional
2005-01-04 Nicholas ClarkUpdate copyright years.
2005-01-04 Nicholas ClarkMake the switch statement discriminate similar names...
2005-01-04 Nicholas ClarkCheck all attributes in modify_SV_attributes are recogn...
2005-01-03 Nicholas ClarkReturn an immortal from attributes::_warn_reserved...
2005-01-03 Nicholas ClarkChange dXSTARGET to dXSTARG as recommended by Spider...
2004-01-20 Dave Mitchell[perl #24940] "sub foo :unique" segfaults
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2003-02-16 Salvador Fandiñoadd support for assertions. Updated form of:
2002-05-13 Dave MitchellRe: 'use threads::shared' noisy with -w
2002-02-20 Audrey TangAdd missing Tolkien quotes to *.c
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-24 Jarkko HietaniemiSprinkle some copyrights (use the oldest timestamp to
2001-12-09 Spider BoardmanRe: attributes are broken
2001-08-31 Gurusamy Sarathyremove deprecated PERL_OBJECT cruft, it has long since...
2001-07-06 Nick Ing-SimmonsIntegrate mainline
2001-07-02 Abhijit Menon-SenRe: [PATH] shared -> unique;
2001-06-26 Artur Bergman[PATH] shared -> unique;
2001-06-12 Abhijit Menon-Senanonymous stashes
2001-06-02 Nick Ing-SimmonsIntegrate mainline
2001-06-01 Michael G. SchwernRe: [PATCH xsutils.c] Quieting warnings
2001-05-30 Jarkko HietaniemiMore -Wall silencing from Michael Schwern and Jarkko...
2001-05-20 Dave Mitchell[LARGE!] symbolic magic
2001-02-17 Nick Ing-SimmonsIntegrate mainline
2001-02-11 Doug MacEachernRe: [patch] GvSHARED
2000-06-29 Doug MacEachernRe: [PATCH] Re: Speeding up method lookups
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-04-28 Gurusamy Sarathyattributes::reftype() doesn't work on tied argument
2000-03-17 Gurusamy Sarathymake reftype() consistently croak on non-refs
2000-03-05 Gurusamy Sarathyfixes for most warnings identified by gcc -Wall
2000-02-09 Charles BaileyResync with mainline
2000-02-04 Gurusamy Sarathyavoid /* within comment
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-11-04 Gurusamy Sarathyremove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
1999-09-29 Charles Baileyresync with mainline
1999-09-07 Gurusamy Sarathyvarious fixups for windows
1999-08-29 Spider Boardmansub : attrlist