summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Nits in perlrebackslashKarl Williamson2010-07-171-8/+8
* Add tests for \400 for "" strings, s//replacement/Karl Williamson2010-07-172-2/+16
* \400 -\777 now means the same thing in all d-quoteKarl Williamson2010-07-176-31/+21
* Add examples to perlre on perils of not using \g{}Karl Williamson2010-07-171-1/+16
* Remove extra blanks from t/re/re_tests, vimKarl Williamson2010-07-171-7/+7
* Reinstate aa3f85c5f369736a7e50055b726cf2ca11336ce9.Craig A. Berry2010-07-172-1/+4
* In pp_qr, use gv_stashsv() directly on the SV.Nicholas Clark2010-07-171-1/+1
* Avoid test suite hang with new readline test on VMS.Craig A. Berry2010-07-161-2/+8
* Add Perl_blockhook_register to perl5133delta.Ben Morrow2010-07-161-7/+3
* Update perl5133deltaJosh ben Jore2010-07-161-1/+12
* The debugger now continues to use RemotePort when it's been configured to use...Josh ben Jore2010-07-161-14/+41
* perlop.pod: Rephrase hexadecimal escape wordingDavid Golden2010-07-161-25/+61
* Add summary list mode to git-deltatoolDavid Golden2010-07-151-6/+26
* More perl5133delta updatesDavid Golden2010-07-151-27/+165
* Mention that Ask did not actually release 5.11.6Leon Brocard2010-07-151-1/+1
* Small spelling/grammar nit to Locale::Maketext::Guts*Jesse Vincent2010-07-152-2/+6
* Clean up older Locale::Maketext internals to no longer do crazy stringTodd Rinaldo2010-07-153-363/+347
* use modern Perl style in exampleAlexandr Ciornii2010-07-151-3/+3
* Make example work with "use strict" by eliminating barewords.Alexandr Ciornii2010-07-151-3/+3
* Stop using $ENV{LESS} for parameters not intended for lessJosh ben Jore2010-07-151-3/+3
* Configure has a path to less and perl5db.pl can use itJosh ben Jore2010-07-151-0/+6
* Macros to en/disable blockhook entries.Ben Morrow2010-07-152-5/+29
* Update MANIFEST.Ben Morrow2010-07-151-0/+4
* Remove diagnostics from XS-APItest/t/blockhooks.Ben Morrow2010-07-151-3/+0
* [perl #72729] Test appending sv_gets for ascii/utf8 in target and handleJosh ben Jore2010-07-141-1/+49
* [perl #72729] TODO for aborted readline() returning '' instead of undefJosh ben Jore2010-07-141-3/+4
* [perl #72729] Truncate sv_gets(sv) only when not appending to a stringJosh ben Jore2010-07-141-1/+3
* Add a 'blocking' type for git-deltatoolDavid Golden2010-07-141-1/+15
* PATCH: [perl #76502] Fix UCD.pm docKarl Williamson2010-07-141-1/+1
* protect CvGV weakref with backrefDavid Mitchell2010-07-1413-134/+240
* in CLONEf_JOIN_IN, cache found stashesDavid Mitchell2010-07-141-2/+5
* add all stash backrefs individually when joiningDavid Mitchell2010-07-141-25/+14
* make it an error to look for magic hv backrefDavid Mitchell2010-07-141-8/+10
* protect CvSTASH weakref with backrefsDavid Mitchell2010-07-1410-17/+68
* tidy some code in gv_init()David Mitchell2010-07-141-6/+8
* process xhv_backreferences early in S_hfreeentriesDavid Mitchell2010-07-145-86/+20
* [perl #72729] Test that sv_gets doesn't revive dead stringsJosh ben Jore2010-07-141-1/+85
* Add t/op/readline.t docsJosh ben Jore2010-07-141-1/+5
* Add x-ref from call site in do_readline() of sv_grow() to it's matching test ...Josh ben Jore2010-07-141-2/+6
* Update template for linked perldelta sections in deltatoolDavid Golden2010-07-141-1/+1
* Add help and fix doc typo for git-deltatoolDavid Golden2010-07-141-5/+13
* Revise perldelta template to group doc/utility bulletsDavid Golden2010-07-131-13/+12
* Fix transient pod infelicities spotted by podcheck.tNicholas Clark2010-07-131-0/+8
* Add more recent commits to perldeltaDavid Golden2010-07-131-7/+78
* perlop.pod: Document current \000 \x behaviorKarl Williamson2010-07-131-21/+58
* Update CPANPLUS to CPAN version 0.9007Chris 'BinGOs' Williams2010-07-138-9/+17
* Update ExtUtil-ParseXS to CPAN version 2.2206Chris 'BinGOs' Williams2010-07-134-7/+34
* Update Archive-Tar to CPAN version 1.64Chris 'BinGOs' Williams2010-07-135-50/+106
* Update IPC-Cmd to CPAN version 0.60Chris 'BinGOs' Williams2010-07-132-20/+123
* Reset variables being initialized by readline before we do possibly blocking I/OJosh ben Jore2010-07-121-0/+1