2011-03-13 |
Nicholas Clark | Convert t/op/anonsub.t to test.pl, strict and warnings. |
commit | commitdiff | tree | snapshot |
2011-03-13 |
Nicholas Clark | In test.pl, avoid using a closure to capture warnings. |
commit | commitdiff | tree | snapshot |
2011-03-13 |
Nicholas Clark | Convert t/re/reg_mesg.t to test.pl and strict. |
commit | commitdiff | tree | snapshot |
2011-03-13 |
Nicholas Clark | Move t/re/reg_unsafe.t's test to a fresh_perl_is()... |
commit | commitdiff | tree | snapshot |
2011-03-13 |
Nicholas Clark | Convert t/re/reg_email.t to test.pl, strict and warnings. |
commit | commitdiff | tree | snapshot |
2011-03-13 |
Nicholas Clark | In overload.t, move require './test.pl' into BEGIN... |
commit | commitdiff | tree | snapshot |
2011-03-13 |
Nicholas Clark | Convert t/op/magic.t to test.pl, strict and warnings. |
commit | commitdiff | tree | snapshot |
2011-03-13 |
Nicholas Clark | Convert t/op/die_unwind.t to test.pl, strict and warnings. |
commit | commitdiff | tree | snapshot |
2011-03-13 |
Nicholas Clark | Convert t/op/die_except.t to test.pl, strict and warnings. |
commit | commitdiff | tree | snapshot |
2011-03-13 |
David Leadbeater | Remove the couple of references to AutoLoader that... |
commit | commitdiff | tree | snapshot |
2011-03-13 |
Nicholas Clark | Convert t/op/do.t to test.pl, strict and warnings. |
commit | commitdiff | tree | snapshot |
2011-03-13 |
Nicholas Clark | Convert t/op/pwent.t to test.pl, strict and warnings. |
commit | commitdiff | tree | snapshot |
2011-03-13 |
Nicholas Clark | C<not> should be C<!> in pwent.t, to fix a precedence... |
commit | commitdiff | tree | snapshot |
2011-03-13 |
Nicholas Clark | In pwent.t, sanitise the logic for opening /etc/passwd... |
commit | commitdiff | tree | snapshot |
2011-03-13 |
Nicholas Clark | Convert t/op/mydef.t to test.pl, strict and warnings. |
commit | commitdiff | tree | snapshot |
2011-03-13 |
Nicholas Clark | In t/op/mydef.t, add missing C<eval> to a test. |
commit | commitdiff | tree | snapshot |
2011-03-12 |
David Mitchell | [perl #82111] de-pessimise some my @array = ... |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Nicholas Clark | Convert t/op/inc.t to test.pl and use strict. |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Nicholas Clark | Fix long-standing bug in t/op/inc.t, whereby ok() ignor... |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Nicholas Clark | In t/op/inc.t, inline check_some_code() into its only... |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Nicholas Clark | In t/op/inc.t, reorder the parameters to check_some_code() |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Father Chrysostomos | perldelta entries |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Father Chrysostomos | release_managers_guide.pod: Add Module::CoreList to... |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Father Chrysostomos | perlunicode: double space |
commit | commitdiff | tree | snapshot |
2011-03-12 |
David Leadbeater | Switch Storable to IO::File from FileHandle, only load... |
commit | commitdiff | tree | snapshot |
2011-03-12 |
David Leadbeater | Stop using AutoLoader in Storable |
commit | commitdiff | tree | snapshot |
2011-03-12 |
David Leadbeater | Switch Storable to XSLoader from DynaLoader |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Karl Williamson | regcomp.c: /a should handle /\xdf/i same as /u |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Nicholas Clark | Convert t/op/study.t to use test.pl, strict and warnings. |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Nicholas Clark | Convert t/op/utf8cache.t to test.pl, strict and warnings. |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Nicholas Clark | skip_all_without_dynamic_extension() should accepted... |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Nicholas Clark | Rename test.pl's skip_all_without_extension to *_dynami... |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Nicholas Clark | Convert t/op/readdir.t to test.pl, strict and warnings. |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Nicholas Clark | Convert t/op/goto_xs.t to test.pl, strict and warnings. |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Nicholas Clark | Move pwent.t's test for NIS+ earlier, before the "fallb... |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Nicholas Clark | In t/op/pwent.t, create try_prog() for the common ... |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Nicholas Clark | Add PERL_PRESERVE_IVUV to non_bincompat_options. |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Yves Orton | Fix RT #84294 /((\w+)(?{print $2})){2,2}/ problem |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Yves Orton | Add tests for RT #84294 /((\w+)(?{print $2})){2,2}... |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Nicholas Clark | In utf8decode.t, use //x to add comments to the parsing... |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Nicholas Clark | In utf8decode.t, test that we get the expected Unicode... |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Nicholas Clark | In utf8decode.t, constrain more tightly the testing... |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Nicholas Clark | In utf8decode.t, use warning_is() for the should-not... |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Nicholas Clark | In utf8decode.t, move the test data from a heredoc... |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Nicholas Clark | In utf8decode.t, remove the \x sequence strings of... |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Nicholas Clark | In utf8decode.t, test that the hex sequences and \x... |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Nicholas Clark | Convert utf8decode.t to test.pl |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Nicholas Clark | In test.pl, refactor the implementation of warning_... |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Nicholas Clark | 11883c88c2a3bf14 introduced an error in 64bitint.t... |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Craig A. Berry | Skip eintr.t on FreeBSD (see perl #85842 and #84688). |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Nicholas Clark | C<not> should be C<!> in utf8decode.t, to fix a precede... |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Father Chrysostomos | [perl #85884] Erroneous description of File::Basename... |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Jan Dubois | Don't run crashing TODO tests for release builds. |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Jan Dubois | Make sure json_pp is installed on Windows |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Jan Dubois | Avoid race codition when setting process exit code... |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Nicholas Clark | Convert t/op/64bitint.t to test.pl |
commit | commitdiff | tree | snapshot |
2011-03-11 |
David Mitchell | add more tests for 'my @a =' OPpASSIGN_COMMON |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Nicholas Clark | Refactor die_exit.t to loop over a list, rather than... |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Nicholas Clark | Convert t/op/die_exit.t to test.pl |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Karl Williamson | regexec.c: Use equivalent macro instead of code |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Father Chrysostomos | Correct the U<...> link in perlfaq4 |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Father Chrysostomos | Merge branch 'blead' of ssh://perl5.git.perl.org/gitroo... |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Florian Ragwitz | The "Send a CC" checkbox on PAUSE is gone |
commit | commitdiff | tree | snapshot |
2011-03-10 |
brian d foy | Update link to "What Every Computer Scientist Should... |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Karl Williamson | regexec.c: Add assert() to detect inconsistent ANYOF |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Karl Williamson | regexec.c: Fix precedence |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Karl Williamson | regcomp.c: call regclass_swash() only if non-empty |
commit | commitdiff | tree | snapshot |
2011-03-10 |
David Mitchell | Revert "regexec.c: don't try accessing non-bitmap if... |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Florian Ragwitz | CPAN is upstream for Scalar-List-Utils |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Karl Williamson | regexec.c: don't try accessing non-bitmap if doesn... |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Karl Williamson | installperl: Don't install unnecessary unicore/*.txt |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Father Chrysostomos | perlfunc/pos: Mention the zero-len flag |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Father Chrysostomos | perlre clean-up |
commit | commitdiff | tree | snapshot |
2011-03-09 |
David Leadbeater | perldelta for 9407f9c1 |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Florian Ragwitz | Have git-deltatool list the commit's author |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Arvan | [perl #85738] cc deprecated option warnings on solaris... |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Father Chrysostomos | Add Arvan to AUTHORS |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Florian Ragwitz | A couple of perldelta updates |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Chris 'BinGOs... | Update Digest-SHA to CPAN version 5.61 |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Craig A. Berry | Remove DECCRTL_SOCKETS from PL_bincompat_options. |
commit | commitdiff | tree | snapshot |
2011-03-09 |
David Leadbeater | In fold_grind.t only report OK for each charset/target... |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Karl Williamson | regcomp.c: Rmv unused parameter |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Karl Williamson | re/pat.t: Remove TODO message on passing tests |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Karl Williamson | regcomp.c: Rmv unused parameter |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Karl Williamson | regcomp.c: Rmv unused parameter |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Karl Williamson | PATCH: [perl #85528], add initialization |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Karl Williamson | regcomp.c: revamp cl_and() and cl_or() |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Karl Williamson | regcomp.h: #define of ANYOF flags immune from inversion |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Karl Williamson | regex: /l in combo with others in syn start class |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Karl Williamson | regcomp.c: UTF /l should not use tries |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Karl Williamson | regcomp.c: Merge identical functions |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Karl Williamson | regcomp.c: Change start class init for /l |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Karl Williamson | regcomp.c: clarify comments |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Karl Williamson | regcomp.c: Move #defines to be be in bit order |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Tony Cook | fix C++ build error introducted in f8088870 |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Craig A. Berry | taint.t broken by refactoring |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Nicholas Clark | Add PERL_NO_GET_CONTEXT to NamedCapture.xs |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Nicholas Clark | Tweak Tie::Hash::NamedCapture's BOOT code - get the... |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Chris 'BinGOs... | Update parent to CPAN version 0.225 |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Father Chrysostomos | Mention when reflags was added |
commit | commitdiff | tree | snapshot |
next |