p5sagit/p5-mst-13.2.git
2010-02-28 Karl Williamson Document \N{U+...}
2010-02-28 Karl Williamson Mention \N{U+...} in perlunicode.pod
2010-02-28 Karl Williamson Update documentation
2010-02-28 Karl Williamson Update pods for \N changes
2010-02-28 Karl Williamson Update charnames documentations for \N changes, bugs
2010-02-28 Karl Williamson Clarify sv.c API wording.
2010-02-28 David Mitchell fix for [perl #72604] @DB::args and win32 fork
2010-02-26 David Mitchell bytes.pm: downgrade DEPRECATED to NOTICE
2010-02-25 Rafael Garcia... Typo fix
2010-02-24 David Mitchell more prose fixups to bytes.pm deprecation warning
2010-02-23 Jan Dubois Teach bump-perl-version about additional perl511 refere...
2010-02-23 Nicholas Clark Regression test for 34394ecd - SVs that were only on...
2010-02-23 Jan Dubois Symbol S_no_symref_sv should be static (local to the...
2010-02-23 Jan Dubois Teach bump-perl-version about perl511.dll, perl511...
2010-02-22 Steve Hay Update the release managers' guide: don't push the...
2010-02-22 David Mitchell fix prose from previous lib/bytes.pm doc update
2010-02-22 David Mitchell Better explain utf8::upgrade/downgrade/encode/decode
2010-02-22 David Mitchell deprecate bytes.pm
2010-02-22 Abigail Bram pointed out the new tests hang if the fix for...
2010-02-22 Steve Hay Another minor update to the release managers' guide
2010-02-22 Craig A. Berry Don't multiply define Perl_regcurly in core and the...
2010-02-21 David Mitchell stop skipping ext/Fcntl/t/syslfs.t
2010-02-21 David Mitchell stop cpan/Memoize/t/tie_ndbm.t being skipped
2010-02-21 David Mitchell stop op/groups.t skipping on Linux
2010-02-21 David Mitchell Sys-Syslog/t/constants.t couldn't find macros.all
2010-02-21 Steve Hay Update Porting/release_managers_guide.pod and Porting...
2010-02-21 Steve Hay Fix the NAME in two old perlXYZdelta.pod files
2010-02-21 Steve Hay Create perl5116delta and update other versions
2010-02-21 Steve Hay Stop pod/buildtoc from changing EOLs on Win32
2010-02-21 Abigail Merge branch 'tie-scalar' into blead
2010-02-21 Steve Hay Update future release schedule
2010-02-21 Abigail Upped VERSION
2010-02-21 Nicholas Clark Since change 9c901649534a1360, vendorlib_stem isn't...
2010-02-20 Steve Hay Final update to perl5115delta.pod
2010-02-20 Steve Hay Record Perl 5.11.5 and a new pumpkin keeper in perlhist
2010-02-20 Steve Hay Fix Module::CoreList's own $VERSION in 5.11.4
2010-02-20 Steve Hay Update Module::CoreList for Perl 5.11.5
2010-02-20 Abigail Don't recurse forever if both new() and TIESCALAR(...
2010-02-20 Abigail Document differences between Tie::Scalar and Tie::StdScalar
2010-02-20 Steve Hay Missed a version bump in README.vms
2010-02-20 Steve Hay Bump version to 5.11.5
2010-02-20 Steve Hay Stop Porting/bump-perl-version from changing EOLs on...
2010-02-20 Steve Hay Almost the final updates to perl5115delta.pod
2010-02-20 Steve Hay Update Porting/Maintainers.pl with version bumps that...
2010-02-20 David Mitchell unTODO some passing TODO tests in reg_fold.t
2010-02-20 Marcus Holland... Fix apidoc for HeUTF8()
2010-02-20 Steve Hay Update perl5115delta.pod with new diagnostics
2010-02-20 Karl Williamson PATCH: deprecation warnings for unreasonable charnames
2010-02-20 Karl Williamson Improve handling of qq(\N{...}); and /x
2010-02-20 Marcus Holland... Add some missing dVAR's
2010-02-20 Steve Hay Regen headers after previous patches
2010-02-20 Karl Williamson Add X flag to embed.fnc entries.
2010-02-20 Karl Williamson Move some fncs from Public to extensions visible
2010-02-20 Steve Hay More updates to perl5115delta.pod
2010-02-19 Rafael Garcia... Avoid returning an undefined SV*
2010-02-19 Rafael Garcia... Regen headers after previous patches
2010-02-19 Karl Williamson Make a missing right brace on \N{ fatal
2010-02-19 Karl Williamson PATCH: [perl #56444] delayed interpolation of \N{...}
2010-02-18 Jesse Vincent Update perldelta for 5.12 to warn vendors about depreca...
2010-02-18 Tony Cook rt #72866 - add magic to arrayrefs assigned to *Foo...
2010-02-18 Nicholas Clark Avoid a panic from the UTF-8 length cache if the length...
2010-02-18 Nicholas Clark In Perl_reg_temp_copy(), ensure SvMAGIC() is NULL in...
2010-02-18 Steve Hay Keep perl5115delta.pod up to date
2010-02-18 Steve Hay Upgrade podlators from 2.3.0 to 2.3.1
2010-02-18 Steve Hay Update perl5115delta.pod with today's changes
2010-02-18 Steve Hay Upgrade CPAN from 1.94_55 to 1.94_56
2010-02-17 Jesse Vincent Merge branch 'pod-perlrepository' of git://github.com...
2010-02-17 Jesse Vincent Make the new Socket implementation of inet_pton consist...
2010-02-17 Offer Kaye Documentation fix in perldoc's usage statement. (...
2010-02-17 Steve Hay Change my email address from work to home
2010-02-16 Steve Hay Keep perl5115delta.pod up to date
2010-02-16 Ævar Arnfjörð... Mention why it's a good idea to use topic branches...
2010-02-16 Ævar Arnfjörð... Adjusted the git config user.name/user.email example...
2010-02-16 Ævar Arnfjörð... Prefix commands universally with "%". Most of the POD...
2010-02-16 Ævar Arnfjörð... Don't recommend that people manually fiddle with their...
2010-02-16 Jesse Vincent Fix another place where I typoed book's name
2010-02-16 Jesse Vincent Doc fix. Thanks to Bram.
2010-02-16 Ævar Arnfjörð... Note that checking out from git via is at least 4x...
2010-02-16 Nicholas Clark Fix #72850 - reading $! shouldn't SEGV if Strerror...
2010-02-16 Philippe Bruhat... $name =~ /Phill?ipp?e?/ && $name eq "Philippe" # FAIL
2010-02-16 Jesse Vincent Added a sucker for the August 20 release
2010-02-16 Jesse Vincent Updated release schedule through July 2010
2010-02-16 H.Merijn Brand Remove unused variable
2010-02-15 Rafael Garcia... Doc adjustment about lock(), by Daniel Frederick Crisman
2010-02-15 Nicholas Clark Add our repository URL as a 'repository' key in META...
2010-02-14 Steve Hay Bump version's $VERSION
2010-02-14 Steve Hay Make distclean work again on Win32
2010-02-14 Steve Hay First stab at a perl5115delta.pod with just under a...
2010-02-14 Steve Hay Update AUTHORS and Porting/checkAUTHORS.pl with new...
2010-02-14 Nicholas Clark Convert Perl_sv_pos_u2b_proper() to Perl_sv_pos_u2b_fla...
2010-02-14 Nicholas Clark Remove a vestigial STRLEN case and convert a label...
2010-02-14 Eric Brine Removes 32-bit limit on substr arguments. The full...
2010-02-13 H.Merijn Brand [PATCH] Support for SystemTap's dtrace compatibility...
2010-02-11 Rafael Garcia... Bump Safe's version to 2.22
2010-02-11 Reini Urban bump to CPAN 1.12. Only Makefile.PL changes not affecti...
2010-02-11 Rafael Garcia... Silence spurious warning in new Safe test
2010-02-11 Robin Barker Remove npl addresses from "my" files
2010-02-11 Robin Barker delete orphaned text
2010-02-11 David Golden Revised opening line of perl man page
2010-02-11 David Golden revert perl -h changes
next