summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
...
* make Perl_... and my_re_op_compile sigs matchDavid Mitchell2012-06-131-1/+1
* eliminate RExC_seen_evals and RExC_rx->seen_evalsDavid Mitchell2012-06-131-1/+0
* bump re.pm version numberDavid Mitchell2012-06-131-1/+1
* fix =/== typo in ext/re/t/regop.tDavid Mitchell2012-06-131-1/+1
* add op_comp field to regexp_engine APIDavid Mitchell2012-06-131-2/+6
* make qr/(?{})/ behave with closuresDavid Mitchell2012-06-131-1/+2
* add Perl_re_op_compile functionDavid Mitchell2012-06-132-0/+2
* [perl #111610] Trouble with XS-APItest/t/clone-with-stack.tMichael Schroeder2012-06-081-1/+2
* Add alloccopstash provisionally to the APIFather Chrysostomos2012-06-083-1/+21
* Make B::COP::stashpv respect utf8 and embedded nullsFather Chrysostomos2012-06-052-7/+33
* Fix version logic in B.xsFather Chrysostomos2012-06-051-4/+2
* Change B::COP::stashlen to stashoffFather Chrysostomos2012-06-053-13/+16
* [perl #78742] Store CopSTASH in a pad under threadsFather Chrysostomos2012-06-041-1/+5
* Increase $B::VERSION to 1.36Father Chrysostomos2012-06-041-1/+1
* Bump $Pod::Html::VERSION to reflect the changes of commit 978af2c644ee9abf.Nicholas Clark2012-06-041-1/+1
* Merge branch 'post-5.16' into bleadSteve Peters2012-06-041-0/+1
|\
| * Add --libpods back as a non-functional option to pod2html.Steve Peters2012-05-042-2/+4
| * Since the HTML files generated by pod2html claim to have a utf-8 charset,Steve Peters2012-05-041-0/+1
* | Version bump for POSIX.pm.Craig A. Berry2012-06-031-1/+1
* | extern "C" for POSIX.xs.Craig A. Berry2012-06-031-0/+2
* | extern "C" for sdbm.c.Craig A. Berry2012-06-031-0/+7
* | Fix K & R-style function definition in VMS::Stdio.Craig A. Berry2012-05-311-5/+1
* | update the editor hints for spaces, not tabsRicardo Signes2012-05-296-10/+10
* | Cast exception handler in dl_vms.xs.Craig A. Berry2012-05-281-1/+1
* | Excise PL_amagic_generationFather Chrysostomos2012-05-231-0/+2
* | replace B::COP::stashflags by B::COP::stashlenReini Urban2012-05-222-6/+6
* | Increase $Pod::Functions::VERSION to 1.06Father Chrysostomos2012-05-211-1/+1
* | Remove OPpCONST_WARNING from B::ConciseFather Chrysostomos2012-05-211-2/+2
* | Correct Peek.t to account for flag changesFather Chrysostomos2012-05-211-1/+2
* | Annihilate ‘A’ magicFather Chrysostomos2012-05-211-2/+0
* | overload.pm: Don’t touch %OVERLOAD’s dummy entryFather Chrysostomos2012-05-211-10/+1
* | Document hashref_locked() and hashref_unlocked(). Add tests for them, includ...jkeenan2012-05-212-12/+78
* | Increase $Hash::Util::VERSION to 0.12Father Chrysostomos2012-05-211-1/+1
* | Add subroutines hash_locked() and hashref_locked() to Hash::Util.jkeenan2012-05-212-21/+52
* | Copy call checker when cloning closure prototypeFather Chrysostomos2012-05-211-1/+12
* | [perl #111000] Let hv_store work on hint hashesFather Chrysostomos2012-05-211-0/+10
* | Increase $XS::APItest::VERSION to 0.39Father Chrysostomos2012-05-211-1/+1
* | Teach B::Concise about UTF8 labelsFather Chrysostomos2012-05-211-0/+1
* | Increase $B::Concise::VERSION to 0.90Father Chrysostomos2012-05-211-1/+1
* | Don't test that errno is still 0 after POSIX::f?pathconfPaul Johnson2012-05-141-19/+19
* | Fix test failureFather Chrysostomos2012-05-081-1/+1
* | [perl #112780] Don’t set cloned in-memory handles to ""Father Chrysostomos2012-05-072-3/+26
* | Increase $PerlIO::scalar::VERSION to 0.14Father Chrysostomos2012-05-071-1/+1
* | Add --libpods back as a non-functional option to pod2html.Steve Peters2012-05-042-2/+4
|/
* utf8n_to_uvuni(): Fix broken malformation interactionsKarl Williamson2012-05-011-17/+58
* disable codes_in_verbatim for Pod::HtmlRicardo Signes2012-04-263-0/+5
* utf8.c: refactor utf8n_to_uvuni()Karl Williamson2012-04-262-0/+258
* Set *.html permissions in installhtml.Craig A. Berry2012-04-191-0/+1
* allow "." in directory nameRicardo Signes2012-04-191-1/+1
* make Pod-Html's _unixify normalize Win32 drive lettersRicardo Signes2012-04-153-3/+4