This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2010-10-22 Nicholas ClarkMerge the implementation of B::CV::{ROOT,START}.
2010-10-22 Nicholas ClarkNote the U8-sized space in intrpvar.h created by 737c24...
2010-10-22 Nicholas ClarkBetter diagnostics for XS::APItest::test_cv_getset_call...
2010-10-22 Nicholas ClarkS_tokeq()'s fast scan loop should terminate on \\ not \
2010-10-22 Father Chrysostomosperldelta: fix typo and POD syntax
2010-10-22 Father Chrysostomosperldelta for things I committed recently
2010-10-22 Father ChrysostomosBump re’s version
2010-10-22 Father ChrysostomosBump charnames’ version
2010-10-22 Father Chrysostomos[perl #78488] Bleadperl 304474c3 breaks GFUJI/Test...
2010-10-22 Jan DuboisFix calling conventions in malloc_ctl.h
2010-10-21 Karl Williamsonregcomp.c: /d not overriding /u
2010-10-21 Karl Williamsonregcomp.c: Fix typo in comment
2010-10-21 Jerry D. HeddenFix ext/XS-APItest/t/multicall.t warning
2010-10-21 Nicholas ClarkMY_CXT_INIT happens to contain a variable declaration...
2010-10-21 Nicholas ClarkSys::Hostname::ghname should use newSVpv(s, 0), not...
2010-10-21 Nicholas ClarkAvoid using #ifdef inside a function call that may...
2010-10-21 Nicholas Clarkbuildtoc needs to preserve the mode of any file it...
2010-10-21 Father ChrysostomosAllow stashes to have multiple names
2010-10-21 David GoldenAdd single-term prototype
2010-10-21 Father ChrysostomosFix the test count in t/re/pat.t
2010-10-21 Karl Williamsonregexec.c: utf8 doesn't match /i nonutf8 self
2010-10-21 Father ChrysostomosFix a nested package deletion bug
2010-10-21 Karl Williamsonregexec.c: utf8 doesn't match non-utf8 self
2010-10-21 Karl Williamsonregcomp.c: Get rid of compiler warning.
2010-10-21 Zeframmark cophh API as experimental
2010-10-21 Zeframfull API for cop hint hashes
2010-10-21 Karl Williamsoncharnames::viacode returning less correct name
2010-10-21 Karl Williamsonmktables: Complement variable meaning for clarity
2010-10-21 Zeframfunction to parse Perl code block
2010-10-21 Zeframfix and test PL_expect in recdescent parsing
2010-10-21 Father Chrysostomos[perl #78072] use re '/xism';
2010-10-21 Zeframhandle bracket stack better in recdescent parsing
2010-10-21 Father Chrysostomos[perl #33752] B::Deparse fails with utf8 and our
2010-10-21 Zeframadd lex_start to the API
2010-10-21 Zeframavoid side-effecting source held in scalar
2010-10-21 Zeframremove redundant lex_end
2010-10-21 Zeframreplace PL_doextract with better kinds of variable
2010-10-21 Zeframremove filter inheritance option from lex_start
2010-10-21 Lubomir Rintel[perl #72062] Untaint DATA after it's reopened
2010-10-21 Nicholas ClarkSDBM_File::{error,clearerr} can be implemented as XS...
2010-10-21 Moritz Lenzdocument slices in scalar context
2010-10-21 Nicholas ClarkIn [GNO]DBM_File.xs, store the 4 filter functions as...
2010-10-21 Nicholas ClarkIn SDBM_File.xs, store the 4 filter functions as 1...
2010-10-21 Nicholas ClarkConvert [GNOS]DBM_File::TIEHASH to safecalloc() from...
2010-10-21 Nicholas ClarkMerge the XS code for Hash::Util::{hidden,legal}_ref_keys.
2010-10-21 Nicholas ClarkConvert Hash::Util's XS code to use typemaps for derefe...
2010-10-21 Nicholas ClarkStandardise Hash::Util::hv_store's error message.
2010-10-21 Nicholas ClarkConvert Hash::Util, XS::APItest and XS::Typemap to...
2010-10-21 Nicholas ClarkConvert GDBM_File to an XS AUTOLOAD.
2010-10-21 Nicholas ClarkUse inlineable proxy constant subs for GDBM_File.
2010-10-21 Nicholas ClarkConvert File::Glob::bsd_glob to XS.
2010-10-21 Nicholas ClarkFor PROXYSUBS error messages, generate more efficient...
2010-10-21 Nicholas ClarkConvert Fcntl, File::Glob, I18N::Langinfo and Socket...
2010-10-21 Nicholas ClarkAdd an option autoload to PROXYSUBS, to generate an...
2010-10-21 Nicholas ClarkIn Perl_gv_autoload4(), remove weakref before reassigni...
2010-10-21 Nicholas ClarkConvert Fcntl, File::Glob, I18N::Langinfo, POSIX and...
2010-10-21 Nicholas ClarkAdd option croak_on_error to PROXYSUBS, to directly...
2010-10-21 Nicholas ClarkChange goto_xs.t to use Fcntl::S_IMODE() for testing.
2010-10-21 Nicholas Clark[GNO]DBM_File must free any filter CVs in DESTROY.
2010-10-21 Nicholas ClarkRestore +x to Makefile.SH
2010-10-21 Tatsuhiko Miyagawaupdate TOC for perl5137delta
2010-10-21 Tatsuhiko MiyagawaCreate perldelta for 5.13.7
2010-10-21 Tatsuhiko Miyagawaepigraph for v5.13.6
2010-10-20 Tatsuhiko Miyagawaupdated perlhist.pod v5.13.6
2010-10-20 Tatsuhiko MiyagawaUpdate Module::CoreList for 5.13.6
2010-10-20 Tatsuhiko Miyagawamake regen; make regen_perly
2010-10-20 Tatsuhiko Miyagawalint perldelta links
2010-10-20 Tatsuhiko MiyagawaUpdated perldelta to fill in acknowledgements
2010-10-20 Tatsuhiko Miyagawabumped perl versions in Changes
2010-10-20 Tatsuhiko MiyagawaBump version to 5.13.6
2010-10-20 Florian RagwitzMention the PL_* accessor removal in perldelta
2010-10-20 Tatsuhiko Miyagawaclean up perldelta templates
2010-10-20 Tatsuhiko MiyagawaFix the heading for the perldelta commit a7e93501
2010-10-20 Nicholas ClarkIn Fcntl.xs, correct the conditional compilation of...
2010-10-20 Chris 'BinGOs... Fix version for Locale-Maketext in Porting/Maintainers.pl
2010-10-20 Father Chrysostomosperldelta up to c3b19b5c6
2010-10-19 David Mitchellremove DISABLE_DESTRUCTOR_KLUDGE
2010-10-19 David MitchellRecursive MULTICALL prematurely freed CV
2010-10-19 David Mitchelladd skeleton testing for the MULTICALL macros
2010-10-19 Dave Mitchellperldelta updates
2010-10-19 Chris 'BinGOs... Update IPC-Cmd to CPAN version 0.64
2010-10-19 Nicholas ClarkConvert I18N::Langinfo to XSLoader from DynaLoader.
2010-10-19 Nicholas ClarkUse inlineable proxy constant subs for I18N::Langinfo
2010-10-19 David Goldenfix indentation for prototype switch statements
2010-10-19 Nicholas ClarkRemove unused variable len from code generated by ExtUt...
2010-10-19 Nicholas ClarkStop 'use v5.8' leaking memory. Fixes #78436.
2010-10-19 Nicholas ClarkMake Fcntl::AUTOLOAD's error messages consistent with...
2010-10-19 Nicholas ClarkFcntl, POSIX and Socket can all use Proxy Constant...
2010-10-19 Nicholas ClarkImprove the generated C code for $xs_subname for Proxy...
2010-10-19 Nicholas ClarkFix file permissions after CPAN upgrade to 1.94_61
2010-10-19 Tatsuhiko MiyagawaFixed typo (double "with the") in release_managers_guid...
2010-10-19 Nicholas ClarkFix C++ build for Fcntl.xs.
2010-10-19 Chris 'BinGOs... Update CPAN to CPAN version 1.94_61
2010-10-19 Tatsuhiko Miyagawabumped GDBM_File version per da4061d and added perldelt...
2010-10-19 Tatsuhiko MiyagawaBumped B::Deparse version and added perldelta entry...
2010-10-19 Jesse VincentUpdate miyagawa's email address
2010-10-19 Tatsuhiko MiyagawaFix typo in how_to_write_a_perldelta.pod
2010-10-18 Chris 'BinGOs... Fix issues with the podlators update
2010-10-18 Father ChrysostomosSet Data::Dumper’s release date to that of perl 5.13.6
2010-10-18 Zsbán AmbrusAdd keys(@a) and values(@a) to perldelta
next