This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
More perldelta entries from perl 5.9.4, plus some reordering and
[perl5.git] / universal.c
2007-10-18 Nicholas Clarkuse newSVpvs() on the constant string "isa", rather...
2007-06-28 Yves OrtonRename various regex defined so that they have distinct...
2007-06-18 Ævar Arnfjörð Bjar... SvRX() and SvRXOK() macros
2007-06-08 Craig A. BerryMake symbols short enough for VMS after #31341.
2007-06-07 Jerry D. HeddenSilence compiler warnings
2007-06-06 Ævar Arnfjörð Bjar... Re: [PATCH] Callbacks for named captures (%+ and %-)
2007-05-09 Andy LesterRemove unused parms in S_isa_lookup
2007-05-03 Ævar Arnfjörð Bjar... FETCH/STORE/LENGTH callbacks for numbered capture variables
2007-04-30 Brandon BlackRe: mro status, etc
2007-04-21 Nicholas ClarkEliminate Internals::inc_sub_generation, which nothing...
2007-04-21 Rafael Garcia-SuarezUpgrade to version-0.7203.
2007-04-20 Rafael Garcia-SuarezNit to S_isa_lookup by Brandon Black
2007-04-19 Rafael Garcia-SuarezPut the "Can't locate package..." warnings in the ...
2007-04-19 Brandon BlackRe: new C3 MRO patch
2007-04-14 H.Merijn BrandTypo in croak message
2007-03-31 Rafael Garcia-SuarezFix the error message "Can't call method "DOES" on...
2007-03-26 Nicholas ClarkIn struct regexp replace the two arrays of I32s accesse...
2007-03-23 Rafael Garcia-SuarezDon't use PL_na.
2007-03-22 Rafael Garcia-SuarezFix error message for re::regnames_iterinit()
2007-03-22 Yves OrtonResolve PL_curpm issues with (??{}) and fix corruption...
2007-03-19 Rafael Garcia-SuarezUpgrade to version.pm 0.71, by John Peacock
2007-03-08 Yves OrtonRe: [PATCH] Tweaks so that miniperl.exe doesnt croak...
2007-03-03 Rafael Garcia-SuarezCompilation warnings fixes by Jerry D. Hedden
2007-03-02 Nicholas ClarkMore assertion failures, found by auditing the code.
2007-01-25 Nicholas ClarkThe last parameter to gv_stashpv/gv_stashpvn/gv_stashsv...
2007-01-05 Rafael Garcia-SuarezUpdate copyright years in .c files
2007-01-04 Marcus Holland-Moritz4th patch from:
2006-09-18 John PeacockRe: [perl #37714] XSUB.h version check may fail due...
2006-09-17 Rafael Garcia-SuarezA better version of change #28847
2006-07-10 Steve PetersSilence empty if-statement warning.
2006-07-04 Andy Lesterconsting and localizing in universal.c
2006-06-12 chromaticAdd the new method UNIVERSAL::DOES() and the API functi...
2006-06-09 John Peacock[patch] Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.64...
2006-05-22 Rafael Garcia-SuarezUpgrade to version.pm 0.60
2006-05-15 chromatic[REPATCH universal.c] Make sv_derived_from Documentatio...
2006-05-12 Jarkko HietaniemiRe: [PATCH] my_snprintf
2006-04-28 Jarkko Hietaniemireduce gcc -ansi -pedantic noise plus a suggestion
2006-04-28 Jarkko HietaniemiRe: [PATCH] use snprintf/strlcpy/strlcat when useful
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
next