The optrees for C<for $_ (...)> and C<for (...)> differ, so even more
[p5sagit/p5-mst-13.2.git] / universal.c
2004-07-01 Marcus Holland-Moritz Check 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 Dyck Re: #28386: UNIVERSAL::VERSION segfaults if $VERSION...
2004-04-07 John Peacock Bleadperl to version 0.37
2004-03-16 Rafael Garcia-Suarez Update copyright notices
2004-02-03 John Peacock was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0...
2003-11-20 Alan Burlison promote hv_clear_placeholders to perl API
2003-11-03 Nicholas Clark s/new_hash/rehash/g (Stas suggested a better name)
2003-11-02 Nicholas Clark Provide Internals::new_hash_seed to return PL_new_hash_...
2003-11-01 Nicholas Clark Add Internals::HvREHASH to expose the rehashing flag
2003-10-13 Jan Dubois Internals::hash_seed() returns wrong value
2003-09-08 Nicholas Clark silence 1 compiler warning
2003-09-08 Jarkko Hietaniemi Retract #21096, mostly: I had misexplained the situation
2003-09-08 Jarkko Hietaniemi Scott A. Crosby believes in not disclosing
2003-09-08 Jarkko Hietaniemi Add Hash::Util::hash_seed() which answers among
2003-07-27 Marcus Holland-Moritz Re: [PATCH] Re: Storing ...
2003-07-18 Dave Mitchell [ PATCH] Re: isa(UNIVERSAL)?
2003-06-24 John Peacock version.pm up to date with CPAN
2003-06-15 Jarkko Hietaniemi Reindent a section of the file.
2003-06-15 Jarkko Hietaniemi Unused variable.
2003-06-14 Jarkko Hietaniemi Having to pull in the whole Encode just to get SvUTF8()
2003-04-19 Adrian M. Enache Fix bug #21347 (segfault in UNIVERSAL::AUTOLOAD with...
2003-04-18 Jarkko Hietaniemi Unused variables.
2003-04-16 Jarkko Hietaniemi Fix up Larry's copyright statements to my best knowledge.
2003-04-16 Jarkko Hietaniemi Use the right prototype and a glob is fine (from Rafael).
2003-04-14 Jarkko Hietaniemi Build get_layers() also under -Uuseperlio.
2003-04-14 Jarkko Hietaniemi Introduce PerlIO::get_layers() to allow people to peek
2003-03-02 Hugo van der Sanden Update all copyrights to 2003, from Jarkko
2003-02-12 Robin Barker to silence compiler warning
2003-02-10 Artur Bergman Compile under threads and MacOSX. For some reason newSVpvf
2003-02-10 John Peacock version objects final(?) patch
2003-01-15 Rafael Garcia-Suarez isa() 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 Clark operation on `PL_na' may be undefined
2002-10-10 John Peacock Version object combined patch
2002-08-30 John Peacock Tweaks 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 Sanden fixup threaded build for vstring changes
2002-08-22 John Peacock Re: [PATCH] Version object patch #1
2002-04-21 Gurusamy Sarathy fixes for all the warnings reported by Visual C (most...
2002-04-16 Nicholas Clark Re: Unbalanced string table refcount (was: perl@15930)
2002-04-15 Craig A. Berry universal.c:XS_Internals_hv_clear_placeholders is too...
2002-04-14 Nicholas Clark Re: restricted hashes are unblessable
2002-03-12 Jarkko Hietaniemi Small tweaks.
2002-03-12 Jarkko Hietaniemi Move the readonly interface back to universal.c,
2002-03-11 Michael G. Schwern Subject: [PATCH] Hash::Util ...
2002-03-11 Paul Marquess more warnings tidyup
2002-03-01 Paul Marquess RE: VERSION core
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
2002-01-23 Michael G. Schwern Re: bless() bug ? Why fails reblessing of 'main::Object...
2002-01-03 Jarkko Hietaniemi Missed the =head1 additions.
2001-11-06 Nick Ing-Simmons Keep It Simple and Stupid version of readonly hash...
2001-08-31 Gurusamy Sarathy remove deprecated PERL_OBJECT cruft, it has long since...
2001-06-18 Jarkko Hietaniemi So there.
2001-06-18 Jarkko Hietaniemi Document the need for sv_printify().
2001-05-30 Jarkko Hietaniemi More -Wall silencing from Michael Schwern and Jarkko...
2001-03-18 Nick Ing-Simmons UTF-X encoding invariance for Encode:
2001-01-08 Charles Bailey Once again syncing after too long an absence
2000-12-05 Jarkko Hietaniemi dTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-10-20 Charles Bailey SYN SYN
2000-09-14 Robin Barker continued -Wformat support
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-04-24 Jarkko Hietaniemi Integrate with Sarathy.
2000-04-24 Gurusamy Sarathy avoid using uninitialized memory in require version...
2000-04-24 Gurusamy Sarathy fix totally broken caching in UNIVERSAL::isa() (from
2000-03-22 Gurusamy Sarathy UMRs in universal.c (SvCUR() may not be there unless...
2000-03-21 Gurusamy Sarathy make parenthetic warnings look consistent; make diagnos...
2000-03-09 Gurusamy Sarathy UNIVERSAL::isa() and UNIVERSAL::can() fail for magic...
2000-03-05 Gurusamy Sarathy fixes for most warnings identified by gcc -Wall
2000-02-26 Gurusamy Sarathy support for version vectors in UNIVERSAL::VERSION(...
2000-02-15 Gurusamy Sarathy UNIVERSAL::can and UNIVERSAL::isa should return undef...
2000-02-09 Charles Bailey Resync with mainline
2000-01-28 Gurusamy Sarathy autogenerate API listing from comments in the source...
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-08-30 Spider Boardman [ID 19990829.004] Autoloaded ...
1999-07-06 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-06 Dan Sugalski slightly tweaked version of suggested patch
1999-06-27 Gurusamy Sarathy somewhat untested PERL_OBJECT cleanups (C++isms mostly
1999-06-09 Gurusamy Sarathy more complete support for implicit thread/interpreter...
1999-06-07 Gurusamy Sarathy initial stub implementation of implicit thread/this
1999-02-15 Gurusamy Sarathy add const qualifier to most char* prototypes, handle...
1998-11-29 Gurusamy Sarathy another threads reliability fix: serialize writes to...
1998-11-24 Nick Ing-Simmons Part-1 of tweaks to allow Tk to be "compiled"
1998-08-09 Gurusamy Sarathy add missing dTHR; notes for test failures due to small...
1998-08-09 Paul Marquess lexical warnings; tweaks to places that didn't apply...
1998-07-18 Nick Ing-Simmons PL_ prefix to all perlvars, part1
1998-06-28 Joshua Pritikin improve recursive error messages!
1998-02-01 Douglas Lankshear [asperl] added AS patch#3
1998-01-30 Gurusamy Sarathy [asperl] initial merge of latest win32 branch into...
1998-01-30 Gurusamy Sarathy [asperl] added AS patch#2
1998-01-13 Nick Ing-Simmons tie array changes to core and tests
1997-10-31 Nick Ing-Simmons Convert miniperl sources to ANSI C. Several passes of
1997-08-06 M.J.T. Guy UNIVERSAL.pm and import methods (tests)
1997-04-01 Perl 5 Porters [inseparable changes from match from perl-5.003_96...
1997-03-25 Perl 5 Porters [inseperable changes from patch from perl-5.003_95...
1997-02-18 Perl 5 Porters [inseparable changes from patch from perl5.003_26 to...
next