p5sagit/p5-mst-13.2.git
2009-08-30 Nicholas Clark Move base from lib to ext
2009-08-30 Steffen Mueller Update .gitignores in ext and lib to reflect recent...
2009-08-30 Steffen Mueller Move Term::UI from lib to ext
2009-08-30 Steffen Mueller Move Term::Cap from lib to ext
2009-08-30 Nicholas Clark Remove the $ENV{PERL_CORE} boilerplate from Attribute...
2009-08-30 Nicholas Clark Remove the $ENV{PERL_CORE} boilerplate from I18N::Langi...
2009-08-30 Craig A. Berry Make io_tell.t use a file that's always there even...
2009-08-30 Rafael Garcia... Fix Safe tests under PERL_CORE and make safeops.t run...
2009-08-30 Nicholas Clark Sort MANIFEST.
2009-08-30 Nicholas Clark Remove the $ENV{PERL_CORE} boilerplate from Hash::Util...
2009-08-30 Nicholas Clark Remove the $ENV{PERL_CORE} boilerplate from Hash::Util...
2009-08-30 Nicholas Clark Remove the $ENV{PERL_CORE} boilerplate from DynaLoader...
2009-08-30 Rafael Garcia... Additions in the gitignore files
2009-08-30 Rafael Garcia... Remove test boilerplate from Safe tests
2009-08-30 Rafael Garcia... Don't install Safe in arch directory if this is a core...
2009-08-30 Rafael Garcia... Add missing files from the Safe CPAN distribution
2009-08-30 Rafael Garcia... Add missing files from the Switch CPAN distribution
2009-08-30 Nicholas Clark Remove the $ENV{PERL_CORE} boilerplate from Data::Dumpe...
2009-08-30 Nicholas Clark Correct 2 UPSTREAM mistakes added in e1466347d2d91d81b58b.
2009-08-30 Nicholas Clark Remove the $ENV{PERL_CORE} boilerplate from B's tests.
2009-08-30 Nicholas Clark Break out B::Debug into its own directory in ext.
2009-08-30 Nicholas Clark Break out B::Deparse into its own directory in ext.
2009-08-30 Nicholas Clark Break out B::Lint into its own directory in ext.
2009-08-30 Nicholas Clark Correctly munge the path of $^X when running interactiv...
2009-08-30 David Nicol Document better what is allowed as regex delimiters
2009-08-30 Steffen Mueller Move Term::ANSIColor from lib to ext
2009-08-30 Nicholas Clark Remove the $ENV{PERL_CORE} boilerplate from Storable...
2009-08-30 Steffen Mueller Remove remaining 'in-core' boilerplate from Shell
2009-08-30 Steffen Mueller Move Shell from lib to ext
2009-08-30 Nicholas Clark Move TestInit.pm to the top level of the distribution...
2009-08-30 Nicholas Clark TestInit now also sets up the CWD and @INC for tests...
2009-08-30 Nicholas Clark Move Switch from lib to ext.
2009-08-30 Nicholas Clark Tidy up comments.
2009-08-30 Nicholas Clark As well as PERL5LIB, remove PERLLIB and PERL5OPT from...
2009-08-30 Steve Hay Fix typo in TestInit and revert workaround.
2009-08-29 Nicholas Clark Use ../../perl instead of ../../t/perl on Win32, as...
2009-08-29 Nicholas Clark Optimise IPC::Open3 with a compile-time constant, elimi...
2009-08-29 Abhijit Menon-Sen Backslash-escape /s in the target of a generated s...
2009-08-28 Nicholas Clark Use ...
2009-08-28 Nicholas Clark Remove the function mn(), made redundant by runnig...
2009-08-28 Craig A. Berry Use ../../t/perl rather than ../../perl, as the latter...
2009-08-28 Frank Wiegand Add ~~ and // to perlcheat.pod
2009-08-28 Rafael Garcia... There is no longer an "err" low-prec version of //...
2009-08-27 Nicholas Clark Make extensions in ext run their tests from the extensi...
2009-08-27 Nicholas Clark Don't use t/TEST to test a "read only file", repeatedly...
2009-08-27 David Golden Update Module::Build to 0.35
2009-08-27 Nicholas Clark t/harness and t/TEST can both use the same _run_test...
2009-08-27 Nicholas Clark Share common code in t/TEST and t/harness, by having...
2009-08-27 Vincent Pit Speed up repeatcpy() by at least 40% for 1-char or...
2009-08-27 Vincent Pit delimcopy(), ibcmp(), ibcmp_locale(), instr(), ninstr...
2009-08-27 Reini Urban B - The Perl Compiler (wrong name)
2009-08-26 Vincent Pit Don't pass the the interpreter to is_ascii_string(...
2009-08-26 Chip Salzenberg fix threaded build after 8ff3e83b
2009-08-26 Chip Salzenberg In C<use utf8; a=>'b'>, do not set utf8 flag on 'a...
2009-08-26 Chip Salzenberg set utf8 bit on inferred method names when C<use utf8>
2009-08-26 Chip Salzenberg Merge branch 'blead' of ssh://perl5.git.perl.org/perl...
2009-08-26 Chip Salzenberg New debugging flag -DB now dumps subroutine definitions,
2009-08-26 Nicholas Clark No need to use File::Spec, as all names remain internal...
2009-08-26 Nicholas Clark Break out the code that finds tests in MANIFEST into...
2009-08-26 Nicholas Clark %OVER was removed in October 2001 with 6ff868ee and...
2009-08-26 Nicholas Clark t/TEST shouldn't use -M options until we've tested...
2009-08-26 Nicholas Clark Ensure $ENV{PERL_CORE} is always set, but correctly...
2009-08-26 Rafael Garcia... Cargo-cult addition of op_say to the MAD code
2009-08-26 Rafael Garcia... This MAD test now passes here, so unmark it as TODO
2009-08-26 Rafael Garcia... Make MAD understand the "..." operator
2009-08-26 Rafael Garcia... Use less constness in MAD code
2009-08-26 Rafael Garcia... Note the change to Socket in perldelta.
2009-08-26 Rafael Garcia... Bump version of Socket.pm
2009-08-26 Lubomir Rintel Add support for Abstract namespace sockets
2009-08-26 John P. Linderman Improve perlhack instructions about gprof
2009-08-25 Nicholas Clark abd39864 broke t/harness when $ENV{TEST_JOBS} was not...
2009-08-25 Michael G.... Refactor t/harness to always use TAP::Harness.
2009-08-25 Michael G.... Document the purpose of TestInit
2009-08-25 Michael G.... Refactoring to consoldate some hard coded paths.
2009-08-25 Michael G.... There's no reason to load TestInit in TEST.
2009-08-25 Michael G.... Quote "strict"->import and "warnings"->import to quiet...
2009-08-25 Michael G.... Refactor the code to run the test into _run_test()
2009-08-25 Michael G.... Refactoring to move the code to read the test for speci...
2009-08-25 Michael G.... This is reading the first line of the test, not running it.
2009-08-25 Nicholas Clark Purge 3 items of documentation change, which are insuff...
2009-08-25 Nicholas Clark Syle nit - we're not marking things (XS).
2009-08-25 Nicholas Clark Tidy up some more Pod nits.
2009-08-25 Nicholas Clark Run t/run/*.t before t/cmd/*.t, making the order base...
2009-08-25 Nicholas Clark Remove File::Spec from t/TEST - VMS is fine without...
2009-08-25 Bo Borgerson String with NULL auto-increment bug fix
2009-08-25 Rafael Garcia... Bump Safe version to 2.19
2009-08-25 Rafael Garcia... Merge branch 'blead' into dual/Safe
2009-08-24 Jesse Vincent Added two removed platforms to the Perl 5.11.0 delta
2009-08-24 Nicholas Clark Add an encoding line, as the file is in UTF-8.
2009-08-24 Nicholas Clark Pod copy editing - whitespace cleanup, and F<>/C<>...
2009-08-24 Nicholas Clark Note that File::Copy is actually at 2.16, and that...
2009-08-24 Nicholas Clark constant has been upgraded to 1.19. Describe the improv...
2009-08-24 Nicholas Clark The attrs pragma has been removed, not upgraded.
2009-08-24 Nicholas Clark Correct some 5.10.1s that should be 5.11.0, and one...
2009-08-24 Nicholas Clark Note that the smartmatch changes in 5.11.0 are the...
2009-08-24 Jesse Vincent Merge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2009-08-24 Jesse Vincent More work toward a usable 5.11.0 delta file
2009-08-24 Nicholas Clark Note that linearising C3 MRO is now 40% faster for...
2009-08-24 Jesse Vincent Merge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2009-08-24 Jesse Vincent Forward ported perl 5.10.1 changes into perl5110delta...
next