This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Document that the regexp engine is not currently reentrant
[perl5.git] / universal.c
2006-03-19 Andy LesterChange the semantics of S_isa_lookup
2006-02-24 Andy Lesterunused context warnings
2006-02-20 Rafael Garcia-SuarezMore NullXXX macro removal from Andy Lester
2006-02-03 Rafael Garcia-SuarezFix file where internal XS functions are defined
2006-01-11 Gisle AasA few more places that can use hv_fetchs().
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-27 Nicholas ClarkAs what we're doing is generating subroutines, which...
2005-12-23 Andy LesterSpeed up Perl_sv_derived_from
2005-12-22 Andy LesterHo! Ho! Ho! Santa brings consting!
2005-12-20 Nicholas Clarkgv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask...
2005-12-16 Nicholas Clarks/Nullhv/NULL/g;
2005-11-30 SADAHIRO TomoyukiRe: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
2005-11-24 SADAHIRO TomoyukiRe: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
2005-11-23 SADAHIRO TomoyukiXS-assisted SWASHGET (esp. for t/uni/class.t speedup)
2005-11-17 Peter Dintelmann[perl #37694] segfault with PerlIO::get_layers()
2005-11-07 Andy LesterConsting and localizing: Part LXVIII
2005-11-04 Nicholas ClarkUse the return value from sprintf().
2005-10-31 Andy LesterEtta James presents: More consting
2005-08-23 Rick DelaneyUse SvGETMAGIC more often
2005-07-13 John Peacockwas Re: perldoc segfaulting in XS_UNIVERSAL_VERSION
2005-06-30 Nicholas ClarkUse sv_setpvn where we know the length.
2005-06-30 Nicholas ClarkWe know the length, so use sv_setpvn rather than sv_setpv.
2005-06-20 Andy LesterThe continuing adventures of Constman and Localize Boy
2005-06-16 Andy LesterLint support
2005-06-13 John PeacockBring bleadperl up to version.pm
2005-06-10 Nicholas ClarkMore SvPV consting. And other related drive-by refactoring.
2005-06-08 Nicholas Clarkn_a no more
2005-06-07 Nicholas ClarkMore SvPV consting.
2005-05-23 Andy Lesteruniversal.c warnings hushed
2005-05-21 Nicholas ClarkMove hv_name, hv_eiter and hv_riter into a new aux...
2005-05-20 Steve PetersSvPVX_const() - Patch #1
2005-05-17 Jarkko Hietaniemiperl 5.9.x (@ 24471): Symbian update
2005-05-16 Andy Lesterconsting-eleventy.patch: More consts, plus actual bug fix
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-03 Sergey Skvortsov[perl #33809] optimize macro dXSARGS
2005-04-26 Andy LesterXS() __attribute__
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-04-05 Nicholas ClarkDown with C++ reserved names
2005-04-04 Andy Lesterconst-eight.diff
2005-03-24 Andy LesterThird consting batch
2005-01-14 Nicholas ClarkCorrect the editor block to match the perl 5 policy...
2005-01-13 Nicholas ClarkUpdate copyright years. Add an editor block while passi...
2005-01-09 Nicholas Clarksavepv(SvPV(sv,n_a)) is common, and creates an unnecess...
2005-01-07 Nicholas ClarkStage 1 of utf8 support for soft references.
2004-07-31 Dave MitchellAdd comment to the top of most .c files explaining...
2004-07-01 Marcus Holland-MoritzCheck for definedness of sv before calling sv_derived_f...
2004-04-14 John Peacock's to bring bleadperl up to version-0.39
2004-04-09 David DyckRe: #28386: UNIVERSAL::VERSION segfaults if $VERSION...
2004-04-07 John PeacockBleadperl to version 0.37
2004-03-16 Rafael Garcia-SuarezUpdate copyright notices
2004-02-03 John Peacockwas Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0...
2003-11-20 Alan Burlisonpromote hv_clear_placeholders to perl API
2003-11-03 Nicholas Clarks/new_hash/rehash/g (Stas suggested a better name)
2003-11-02 Nicholas ClarkProvide Internals::new_hash_seed to return PL_new_hash_...
2003-11-01 Nicholas ClarkAdd Internals::HvREHASH to expose the rehashing flag
2003-10-13 Jan DuboisInternals::hash_seed() returns wrong value
2003-09-08 Nicholas Clarksilence 1 compiler warning
2003-09-08 Jarkko HietaniemiRetract #21096, mostly: I had misexplained the situation
2003-09-08 Jarkko HietaniemiScott A. Crosby believes in not disclosing
2003-09-08 Jarkko HietaniemiAdd Hash::Util::hash_seed() which answers among
2003-07-27 Marcus Holland-MoritzRe: [PATCH] Re: Storing &PL_sv_undef as a hash key...
2003-07-18 Dave Mitchell[ PATCH] Re: isa(UNIVERSAL)?
2003-06-24 John Peacockversion.pm up to date with CPAN
2003-06-15 Jarkko HietaniemiReindent a section of the file.
2003-06-15 Jarkko HietaniemiUnused variable.
2003-06-14 Jarkko HietaniemiHaving to pull in the whole Encode just to get SvUTF8()
2003-04-19 Adrian M. EnacheFix bug #21347 (segfault in UNIVERSAL::AUTOLOAD with...
2003-04-18 Jarkko HietaniemiUnused variables.
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-04-16 Jarkko HietaniemiUse the right prototype and a glob is fine (from Rafael).
2003-04-14 Jarkko HietaniemiBuild get_layers() also under -Uuseperlio.
2003-04-14 Jarkko HietaniemiIntroduce PerlIO::get_layers() to allow people to peek
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2003-02-12 Robin Barkerto silence compiler warning
2003-02-10 Artur BergmanCompile under threads and MacOSX. For some reason newSVpvf
2003-02-10 John Peacockversion objects final(?) patch
2003-01-15 Rafael Garcia-Suarezisa() and can() didn't work on magic variables
2003-01-07 Nicholas Clark%_ (was Re: [PATCH] operation on `PL_na' may be undefined)
2002-12-23 Nicholas Clarkoperation on `PL_na' may be undefined
2002-10-10 John PeacockVersion object combined patch
2002-08-30 John PeacockTweaks to Bleadperl Version Object Support
2002-08-23 Hugo van der Sanden#17747 caused bad free()s with PERL_DESTRUCT by calling...
2002-08-23 Hugo van der Sandenfixup threaded build for vstring changes
2002-08-22 John PeacockRe: [PATCH] Version object patch #1
2002-04-21 Gurusamy Sarathyfixes for all the warnings reported by Visual C (most...
2002-04-16 Nicholas ClarkRe: Unbalanced string table refcount (was: perl@15930)
2002-04-15 Craig A. Berryuniversal.c:XS_Internals_hv_clear_placeholders is too...
2002-04-14 Nicholas ClarkRe: restricted hashes are unblessable
2002-03-12 Jarkko HietaniemiSmall tweaks.
2002-03-12 Jarkko HietaniemiMove the readonly interface back to universal.c,
2002-03-11 Michael G. Schwern Subject: [PATCH] Hash::Util & restricted hash touch...
2002-03-11 Paul Marquessmore warnings tidyup
2002-03-01 Paul MarquessRE: VERSION core
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
2002-01-23 Michael G. SchwernRe: bless() bug ? Why fails reblessing of 'main::Object...
next