2009-08-30 |
David Nicol |
Document better what is allowed as regex delimiters |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Steffen Mueller |
Move Term::ANSIColor from lib to ext |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Nicholas Clark |
Remove the $ENV{PERL_CORE} boilerplate from Storable... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Steffen Mueller |
Remove remaining 'in-core' boilerplate from Shell |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Steffen Mueller |
Move Shell from lib to ext |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Nicholas Clark |
Move TestInit.pm to the top level of the distribution... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Nicholas Clark |
TestInit now also sets up the CWD and @INC for tests... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Nicholas Clark |
Move Switch from lib to ext. |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Nicholas Clark |
Tidy up comments. |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Nicholas Clark |
As well as PERL5LIB, remove PERLLIB and PERL5OPT from... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Steve Hay |
Fix typo in TestInit and revert workaround. |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Nicholas Clark |
Use ../../perl instead of ../../t/perl on Win32, as... |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Nicholas Clark |
Optimise IPC::Open3 with a compile-time constant, elimi... |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Abhijit Menon-Sen |
Backslash-escape /s in the target of a generated s... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Nicholas Clark |
Use ... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Nicholas Clark |
Remove the function mn(), made redundant by runnig... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Craig A. Berry |
Use ../../t/perl rather than ../../perl, as the latter... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Frank Wiegand |
Add ~~ and // to perlcheat.pod |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Rafael Garcia... |
There is no longer an "err" low-prec version of //... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Nicholas Clark |
Make extensions in ext run their tests from the extensi... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Nicholas Clark |
Don't use t/TEST to test a "read only file", repeatedly... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
David Golden |
Update Module::Build to 0.35 |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Nicholas Clark |
t/harness and t/TEST can both use the same _run_test... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Nicholas Clark |
Share common code in t/TEST and t/harness, by having... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Vincent Pit |
Speed up repeatcpy() by at least 40% for 1-char or... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Vincent Pit |
delimcopy(), ibcmp(), ibcmp_locale(), instr(), ninstr... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Reini Urban |
B - The Perl Compiler (wrong name) |
commit | commitdiff | tree | snapshot |
2009-08-26 |
Vincent Pit |
Don't pass the the interpreter to is_ascii_string(... |
commit | commitdiff | tree | snapshot |
2009-08-26 |
Chip Salzenberg |
fix threaded build after 8ff3e83b |
commit | commitdiff | tree | snapshot |
2009-08-26 |
Chip Salzenberg |
In C<use utf8; a=>'b'>, do not set utf8 flag on 'a... |
commit | commitdiff | tree | snapshot |
2009-08-26 |
Chip Salzenberg |
set utf8 bit on inferred method names when C<use utf8> |
commit | commitdiff | tree | snapshot |
2009-08-26 |
Chip Salzenberg |
Merge branch 'blead' of ssh://perl5.git.perl.org/perl... |
commit | commitdiff | tree | snapshot |
2009-08-26 |
Chip Salzenberg |
New debugging flag -DB now dumps subroutine definitions, |
commit | commitdiff | tree | snapshot |
2009-08-26 |
Nicholas Clark |
No need to use File::Spec, as all names remain internal... |
commit | commitdiff | tree | snapshot |
2009-08-26 |
Nicholas Clark |
Break out the code that finds tests in MANIFEST into... |
commit | commitdiff | tree | snapshot |
2009-08-26 |
Nicholas Clark |
%OVER was removed in October 2001 with 6ff868ee and... |
commit | commitdiff | tree | snapshot |
2009-08-26 |
Nicholas Clark |
t/TEST shouldn't use -M options until we've tested... |
commit | commitdiff | tree | snapshot |
2009-08-26 |
Nicholas Clark |
Ensure $ENV{PERL_CORE} is always set, but correctly... |
commit | commitdiff | tree | snapshot |
2009-08-26 |
Rafael Garcia... |
Cargo-cult addition of op_say to the MAD code |
commit | commitdiff | tree | snapshot |
2009-08-26 |
Rafael Garcia... |
This MAD test now passes here, so unmark it as TODO |
commit | commitdiff | tree | snapshot |
2009-08-26 |
Rafael Garcia... |
Make MAD understand the "..." operator |
commit | commitdiff | tree | snapshot |
2009-08-26 |
Rafael Garcia... |
Use less constness in MAD code |
commit | commitdiff | tree | snapshot |
2009-08-26 |
Rafael Garcia... |
Note the change to Socket in perldelta. |
commit | commitdiff | tree | snapshot |
2009-08-26 |
Rafael Garcia... |
Bump version of Socket.pm |
commit | commitdiff | tree | snapshot |
2009-08-26 |
Lubomir Rintel |
Add support for Abstract namespace sockets |
commit | commitdiff | tree | snapshot |
2009-08-26 |
John P. Linderman |
Improve perlhack instructions about gprof |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Nicholas Clark |
abd39864 broke t/harness when $ENV{TEST_JOBS} was not... |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Michael G.... |
Refactor t/harness to always use TAP::Harness. |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Michael G.... |
Document the purpose of TestInit |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Michael G.... |
Refactoring to consoldate some hard coded paths. |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Michael G.... |
There's no reason to load TestInit in TEST. |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Michael G.... |
Quote "strict"->import and "warnings"->import to quiet... |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Michael G.... |
Refactor the code to run the test into _run_test() |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Michael G.... |
Refactoring to move the code to read the test for speci... |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Michael G.... |
This is reading the first line of the test, not running it. |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Nicholas Clark |
Purge 3 items of documentation change, which are insuff... |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Nicholas Clark |
Syle nit - we're not marking things (XS). |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Nicholas Clark |
Tidy up some more Pod nits. |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Nicholas Clark |
Run t/run/*.t before t/cmd/*.t, making the order base... |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Nicholas Clark |
Remove File::Spec from t/TEST - VMS is fine without... |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Bo Borgerson |
String with NULL auto-increment bug fix |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Rafael Garcia... |
Bump Safe version to 2.19 |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Rafael Garcia... |
Merge branch 'blead' into dual/Safe |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Jesse Vincent |
Added two removed platforms to the Perl 5.11.0 delta |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Nicholas Clark |
Add an encoding line, as the file is in UTF-8. |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Nicholas Clark |
Pod copy editing - whitespace cleanup, and F<>/C<>... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Nicholas Clark |
Note that File::Copy is actually at 2.16, and that... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Nicholas Clark |
constant has been upgraded to 1.19. Describe the improv... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Nicholas Clark |
The attrs pragma has been removed, not upgraded. |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Nicholas Clark |
Correct some 5.10.1s that should be 5.11.0, and one... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Nicholas Clark |
Note that the smartmatch changes in 5.11.0 are the... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Jesse Vincent |
Merge branch 'blead' of ssh://perl5.git.perl.org/gitroo... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Jesse Vincent |
More work toward a usable 5.11.0 delta file |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Nicholas Clark |
Note that linearising C3 MRO is now 40% faster for... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Jesse Vincent |
Merge branch 'blead' of ssh://perl5.git.perl.org/gitroo... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Jesse Vincent |
Forward ported perl 5.10.1 changes into perl5110delta... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Chris 'BinGOs... |
Updated CPANPLUS::Dist::Build to CPAN version 0.38 |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Nicholas Clark |
Fix a Deparse bug - constants and PCSs were appearing... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Nicholas Clark |
Remove the MacOS Classic support from deparse.t (as... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Rafael Garcia... |
Merge commit 'shlomif/blead' into blead |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Leon Brocard |
Fix URL to Unicode 5.1.0 notable changes |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Tom Hukins |
Minor improvements to perldebug.pod |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Alan Grover |
[perl #68708] Add "CARP_NOT" section to Carp's POD |
commit | commitdiff | tree | snapshot |
2009-08-23 |
David Mitchell |
release_managers_guide: lots of tweaks to post-release... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
David Mitchell |
add 5.10.1 to perlhist in blead |
commit | commitdiff | tree | snapshot |
2009-08-23 |
David Mitchell |
add perl5101delta |
commit | commitdiff | tree | snapshot |
2009-08-23 |
David Mitchell |
add Porting/perldelta_template, |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Rafael Garcia... |
Fix parsing of readline(FH) [perl #68458] |
commit | commitdiff | tree | snapshot |
2009-08-22 |
David Mitchell |
more release_managers_guide tweaks |
commit | commitdiff | tree | snapshot |
2009-08-22 |
David Mitchell |
Update Module::CoreList for 5.10.1 |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Nicholas Clark |
Eliminate *_ALLOCATED_HEAD and *_HEAD macros which... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Nicholas Clark |
Eliminate the remaining definitions for *_allocated... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
David Mitchell |
mention perlivp in release_managers_guide |
commit | commitdiff | tree | snapshot |
2009-08-22 |
David Mitchell |
better document smart match overloading |
commit | commitdiff | tree | snapshot |
2009-08-22 |
David Mitchell |
re-apply boilerplate to CGI test files |
commit | commitdiff | tree | snapshot |
2009-08-22 |
David Mitchell |
upgrade GCI from 3.43 to 3.45 |
commit | commitdiff | tree | snapshot |
2009-08-22 |
David Mitchell |
add the CGI "default_value for popup_menu()" fix from... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Nicholas Clark |
In pp_entersub, replace gv_fetchpv() with gv_fetchpvs(). |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Nicholas Clark |
In Perl_newATTRSUB(), refactor the calls to gv_fetch... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Nicholas Clark |
In Perl_newATTRSUB(), we know the lengths, so can avoid... |
commit | commitdiff | tree | snapshot |
next |