Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the MPE/iX port. | Nicholas Clark | 2012-09-21 | 4 | -152/+1 |
* | Increase $File::Glob::VERSION to 1.18 | Father Chrysostomos | 2012-09-20 | 1 | -1/+1 |
* | [perl #114984] Glob.xs: Extend stack when returning | Father Chrysostomos | 2012-09-20 | 2 | -0/+26 |
* | For backcompat, B::formfeed can use gv_fetchpvs() if there is no PL_formfeed. | Nicholas Clark | 2012-09-20 | 2 | -1/+12 |
* | Fix Peek.t | Father Chrysostomos | 2012-09-15 | 1 | -4/+4 |
* | Add clonecv op type | Father Chrysostomos | 2012-09-15 | 1 | -1/+1 |
* | Add introcv op type | Father Chrysostomos | 2012-09-15 | 1 | -1/+1 |
* | Allow CVs to point to HEKs rather than GVs | Father Chrysostomos | 2012-09-15 | 1 | -1/+5 |
* | Add padcv to Opcode.pm | Father Chrysostomos | 2012-09-15 | 1 | -1/+1 |
* | ext/B/B.xs: Remove EBCDIC dependency | Karl Williamson | 2012-09-13 | 1 | -8/+0 |
* | Avoid POSIX::close when closing files by descriptor in IPC::Open3 | Steve Hay | 2012-09-13 | 1 | -5/+7 |
* | Fix C++, MYMALLOC, sdbm combination. | Craig A. Berry | 2012-09-09 | 1 | -0/+9 |
* | Don't copy all of the match string buffer | David Mitchell | 2012-09-08 | 1 | -0/+2 |
* | Remove the VM/ESA port. | Nicholas Clark | 2012-08-31 | 2 | -200/+1 |
* | Silence ParseXS warning about abusing the CODE section | Steffen Mueller | 2012-08-31 | 8 | -71/+90 |
* | Opcode.pm: wrap long pod lines | Father Chrysostomos | 2012-08-26 | 1 | -17/+24 |
* | Increase $Opcode::VERSION to 1.24 | Father Chrysostomos | 2012-08-26 | 1 | -1/+1 |
* | Remove boolkeys op | Father Chrysostomos | 2012-08-26 | 1 | -1/+1 |
* | Banish boolkeys | Father Chrysostomos | 2012-08-25 | 1 | -1/+1 |
* | Add empty inline_invlist.c | Karl Williamson | 2012-08-25 | 1 | -2/+7 |
* | Increase $B::Concise::VERSION to 0.93 | Father Chrysostomos | 2012-08-25 | 1 | -1/+1 |
* | Optimise %hash in sub { %hash || ... } | Father Chrysostomos | 2012-08-25 | 1 | -0/+1 |
* | close the Peek.t temp file so the END block can unlink it | Tony Cook | 2012-08-24 | 1 | -0/+1 |
* | Use FooBAR convention for new pad macros | Father Chrysostomos | 2012-08-22 | 3 | -22/+22 |
* | PATCH: Devel::Peek doesn't compile under C++ | Karl Williamson | 2012-08-22 | 1 | -1/+1 |
* | Peek.t: Test that DeadCode doesn’t crash | Father Chrysostomos | 2012-08-22 | 1 | -0/+8 |
* | Devel::Peek: Fix so compiles under C++ | Karl Williamson | 2012-08-22 | 3 | -5/+10 |
* | Increase $XS:APItest::VERSION to 0.43 | Father Chrysostomos | 2012-08-21 | 1 | -1/+1 |
* | Increase $B::VERSION to 1.38 | Father Chrysostomos | 2012-08-21 | 1 | -1/+1 |
* | More PAD APIs | Father Chrysostomos | 2012-08-21 | 1 | -6/+6 |
* | Increase $B::Xref::VERSION from 1.03 to 1.04 | Father Chrysostomos | 2012-08-21 | 1 | -1/+1 |
* | Stop padlists from being AVs | Father Chrysostomos | 2012-08-21 | 4 | -6/+89 |
* | newCONSTSUB needs its own CV. | Craig A. Berry | 2012-08-17 | 1 | -5/+5 |
* | Remove the UTS port. | Nicholas Clark | 2012-08-17 | 1 | -9/+0 |
* | Tweak the test from 35f7559499c4a614 to work with PERL_UNICODE set. | Nicholas Clark | 2012-08-15 | 1 | -4/+4 |
* | XS::APItest::newCONSTSUB was not handling SV reference counts correctly. | Nicholas Clark | 2012-08-14 | 2 | -3/+34 |
* | Use ALIAS to provide XS::APItest::newCONSTSUB and newCONSTSUB_flags | Nicholas Clark | 2012-08-14 | 3 | -13/+14 |
* | Bump $Win32CORE::VERSION | Steve Hay | 2012-08-13 | 1 | -1/+1 |
* | re.pm: Nits in pod | Karl Williamson | 2012-08-11 | 1 | -15/+23 |
* | OptreeCheck.pm: typo | Father Chrysostomos | 2012-08-10 | 1 | -1/+1 |
* | B::Concise: Two unused vars | Father Chrysostomos | 2012-08-10 | 1 | -2/+0 |
* | Newlines in a runperl() prog cause trouble so use progfile instead | Steve Hay | 2012-08-10 | 2 | -13/+29 |
* | B::Concise: Document formats | Father Chrysostomos | 2012-08-08 | 1 | -1/+2 |
* | B::Concise: Dump formats upon request | Father Chrysostomos | 2012-08-08 | 2 | -7/+63 |
* | B::Concise: Fix -nobanner | Father Chrysostomos | 2012-08-08 | 2 | -2/+9 |
* | Increase $B::Concise::VERSION to 0.92 | Father Chrysostomos | 2012-08-08 | 1 | -1/+1 |
* | Fix Devel::Peek’s tests for format changes | Father Chrysostomos | 2012-08-05 | 1 | -2/+2 |
* | Add a depth field to formats | Father Chrysostomos | 2012-08-05 | 1 | -2/+4 |
* | Make PL_(top|body|form)target PVIVs | Father Chrysostomos | 2012-08-05 | 1 | -3/+11 |
* | Add PERL_NO_GET_CONTEXT to Win32CORE | Daniel Dragan | 2012-07-30 | 1 | -0/+1 |