summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Stop hang in regexKarl Williamson2011-03-192-28/+40
* reset pos and utf8 cache when de/encoding utf8 strDavid Mitchell2011-03-192-3/+115
* Fixup errno definitions for WindowsJan Dubois2011-03-193-13/+14
* Redefine errno values for Visual Studio 2010Steve Hay2011-03-194-96/+115
* [PATCH] [pod] improve documentation for (?(cond)yes|no)Moritz Lenz2011-03-192-1/+9
* regcomp.c: Reorder if to silence valgrindKarl Williamson2011-03-181-2/+4
* regex: Fix locale regressionKarl Williamson2011-03-182-50/+28
* charset.t: Skip locale tests depending on platformKarl Williamson2011-03-171-1/+11
* Add perldelta entry about improved kill(9,$pid) on WindowsJan Dubois2011-03-171-1/+11
* #81026: Perl binary no longer relocatableJan Dubois2011-03-171-0/+8
* regcomp.c: Avoid locale in optimizer unless necessaryKarl Williamson2011-03-173-30/+42
* Revert "re/pat.t: Remove TODO message on passing tests"Karl Williamson2011-03-171-0/+1
* Revert "regcomp.c: Rmv unused parameter"Karl Williamson2011-03-173-15/+17
* regcomp.c: Add flag for /l occurring anywhereKarl Williamson2011-03-171-3/+12
* regcomp.c: Move commentKarl Williamson2011-03-171-2/+2
* perldelta for 007f907Father Chrysostomos2011-03-171-1/+6
* [perl #86328] coredump in cleaning up circular magicFather Chrysostomos2011-03-172-2/+42
* regcomp.c: Omitted hard-coded case mappingKarl Williamson2011-03-161-0/+2
* regcomp.c: Restore ptr correctlyKarl Williamson2011-03-161-1/+1
* regcomp.c: comment and white-space-only changeKarl Williamson2011-03-161-25/+24
* RT #85964: bleadperl breaks CGI-FormBuilderKarl Williamson2011-03-162-15/+24
* regcomp.c: white space onlyKarl Williamson2011-03-161-5/+5
* regcomp.c: \D and \d should work under localeKarl Williamson2011-03-161-0/+3
* regcomp.c: no bitmap means no bitmapKarl Williamson2011-03-161-0/+1
* regcomp.c: Add commentKarl Williamson2011-03-161-1/+1
* Read Perl code on Windows in text mode by default.Jan Dubois2011-03-165-6/+112
* Add TODO tests for #85964Karl Williamson2011-03-161-0/+14
* t/op/eval.t tweak for VMS due to record-oriented pipes.Craig A. Berry2011-03-161-0/+3
* Restore ada6eeb82df60fbe63c781f1a102393fd56d104b.Craig A. Berry2011-03-161-4/+2
* Switch t/lib/no_load.t to done_testing() from using an explicit plan.Nicholas Clark2011-03-161-11/+3
* Convert the remainder of t/op/closure.t to test.plNicholas Clark2011-03-161-74/+51
* Convert the middle test loops of closure.t to test.plNicholas Clark2011-03-161-14/+15
* Convert the last third of t/op/closure.t to test.plNicholas Clark2011-03-161-37/+27
* Hang on to child handle after signalling SIGTERMJan Dubois2011-03-154-12/+50
* Don't wait for SIGTERM'ed forked children on WindowsJan Dubois2011-03-153-9/+48
* Update Pod-Simple to CPAN version 3.16Chris 'BinGOs' Williams2011-03-1537-111/+360
* Convert t/op/oct.t's main tests to data structure and loops.Nicholas Clark2011-03-151-110/+93
* Convert t/op/oct.t to using test.pl for comparisons and diagnostics.Nicholas Clark2011-03-151-25/+18
* Don't set $ENV{PERL5LIB} in t/op/{anonsub,fork}.t as it isn't needed.Nicholas Clark2011-03-152-2/+0
* Bring the joy of strict (and warnings) to t/op/method.tNicholas Clark2011-03-141-16/+30
* perldelta up to b38b314Father Chrysostomos2011-03-141-1/+7
* Convert the remainder of t/op/eval.t to test.plNicholas Clark2011-03-141-168/+129
* In t/op/eval.t, move logic from a spawned program into the main test script.Nicholas Clark2011-03-141-45/+29
* utf8_heavy.pl: Use CORE:: case function overriddenKarl Williamson2011-03-141-1/+1
* Resolved RT #59511 for Module::CoreListChris 'BinGOs' Williams2011-03-142-5/+7
* [perl #82250] fix tainted (s)print formatDavid Mitchell2011-03-144-7/+16
* regcomp.c: utf8 pattern implies uni rulesKarl Williamson2011-03-142-1/+9
* Convert t/re/regexp_unicode_prop.t to using test.pl's functions for testing.Nicholas Clark2011-03-141-19/+17
* Convert the remainder of t/op/numconvert.t to test.pl, strict and warnings.Nicholas Clark2011-03-141-27/+22
* Convert t/re/subst_amp.t to test.pl, strict and warnings.Nicholas Clark2011-03-141-31/+20