2011-03-17 |
Karl Williamson | regcomp.c: \D and \d should work under locale |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Karl Williamson | regcomp.c: no bitmap means no bitmap |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Karl Williamson | regcomp.c: Add comment |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Jan Dubois | Read Perl code on Windows in text mode by default. |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Karl Williamson | Add TODO tests for #85964 |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Craig A. Berry | t/op/eval.t tweak for VMS due to record-oriented pipes. |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Craig A. Berry | Restore ada6eeb82df60fbe63c781f1a102393fd56d104b. |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Nicholas Clark | Switch t/lib/no_load.t to done_testing() from using... |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Nicholas Clark | Convert the remainder of t/op/closure.t to test.pl |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Nicholas Clark | Convert the middle test loops of closure.t to test.pl |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Nicholas Clark | Convert the last third of t/op/closure.t to test.pl |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Jan Dubois | Hang on to child handle after signalling SIGTERM |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Jan Dubois | Don't wait for SIGTERM'ed forked children on Windows |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Chris 'BinGOs... | Update Pod-Simple to CPAN version 3.16 |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Nicholas Clark | Convert t/op/oct.t's main tests to data structure and... |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Nicholas Clark | Convert t/op/oct.t to using test.pl for comparisons... |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Nicholas Clark | Don't set $ENV{PERL5LIB} in t/op/{anonsub,fork}.t as... |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Nicholas Clark | Bring the joy of strict (and warnings) to t/op/method.t |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Father Chrysostomos | perldelta up to b38b314 |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Nicholas Clark | Convert the remainder of t/op/eval.t to test.pl |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Nicholas Clark | In t/op/eval.t, move logic from a spawned program into... |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Karl Williamson | utf8_heavy.pl: Use CORE:: case function overridden |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Chris 'BinGOs... | Resolved RT #59511 for Module::CoreList |
commit | commitdiff | tree | snapshot |
2011-03-14 |
David Mitchell | [perl #82250] fix tainted (s)print format |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Karl Williamson | regcomp.c: utf8 pattern implies uni rules |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Nicholas Clark | Convert t/re/regexp_unicode_prop.t to using test.pl... |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Nicholas Clark | Convert the remainder of t/op/numconvert.t to test... |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Nicholas Clark | Convert t/re/subst_amp.t to test.pl, strict and warnings. |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Nicholas Clark | Add a test to ensure that test.pl doesn't mention $& |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Father Chrysostomos | perlop: Mention the s///le special case |
commit | commitdiff | tree | snapshot |
2011-03-14 |
David Golden | Update CPAN.pm to CPAN version 1.9600 |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Father Chrysostomos | perldelta up to d24f2be2 |
commit | commitdiff | tree | snapshot |
2011-03-13 |
Nicholas Clark | Refactor t/op/assignwarn.t to generate all the tested... |
commit | commitdiff | tree | snapshot |
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 |
next |