| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typos (spelling errors) in ext/*. | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -2/+2 |
* | Adjust unit tests to cope with new sockaddr_in6 functions in Socket (pulled i... | Paul "LeoNerd" Evans | 2010-11-25 | 1 | -1/+2 |
* | Fix list of constants to import to make this test pass | Rafael Garcia-Suarez | 2010-06-18 | 1 | -1/+1 |
* | Add s///r (non-destructive substitution). | David Caldwell | 2010-05-22 | 1 | -1/+2 |
* | Downgrade Socket.pm's new inet_ntop and inet_pton to EXPORT_OK rather | Jesse Vincent | 2010-03-25 | 1 | -1/+1 |
* | Teach B::Deparse about in-place reverse | Vincent Pit | 2009-11-15 | 1 | -4/+4 |
* | Optimise if (%foo) to be faster than if(keys %foo) | demerphq | 2009-10-15 | 1 | -1/+1 |
* | Remove the $ENV{PERL_CORE} boilerplate from B's tests. | Nicholas Clark | 2009-08-30 | 1 | -7/+1 |
* | A perl-version portable fix for B coping with CVf_LOCKED being removed in 5.11. | Nicholas Clark | 2009-04-13 | 1 | -1/+3 |
* | Remove CVf_LOCKED and CvLOCKED*(), now that nothing sets that flag bit. | Nicholas Clark | 2009-04-13 | 1 | -1/+1 |
* | Fix concise-xs.t after recent changes to Socket.pm | Rafael Garcia-Suarez | 2009-03-27 | 1 | -0/+1 |
* | Eliminate POSIX::int_macro_int, and all the complex AUTOLOAD fandango | Nicholas Clark | 2008-05-21 | 1 | -2/+8 |
* | Fix my typo. | Nicholas Clark | 2008-05-15 | 1 | -1/+1 |
* | Remove POSIX's internal implementation of S_ISBLK, S_ISCHR, S_ISDIR, | Nicholas Clark | 2008-05-15 | 1 | -1/+4 |
* | Being tired of adjusting the test count of concise-xs.t | Rafael Garcia-Suarez | 2007-06-29 | 1 | -5/+1 |
* | Move the RXf_WHITE logic for split " " into the regex engine | Ævar Arnfjörð Bjarmason | 2007-06-28 | 1 | -1/+1 |
* | B::Deparse cleanups | Chia-liang Kao | 2007-06-27 | 1 | -1/+1 |
* | Adjust test count (it shouldn't have changed with last patch) | Rafael Garcia-Suarez | 2007-06-06 | 1 | -1/+1 |
* | Re: [PATCH] Callbacks for named captures (%+ and %-) | Ævar Arnfjörð Bjarmason | 2007-06-06 | 1 | -2/+2 |
* | Remove support for assertions and -A | Rafael Garcia-Suarez | 2007-06-05 | 1 | -4/+2 |
* | Tweak change 30841 so that B works on maint too. | Nicholas Clark | 2007-05-05 | 1 | -4/+4 |
* | Adjust test count. | Rafael Garcia-Suarez | 2007-04-24 | 1 | -1/+1 |
* | Re: pmdynflags and thread safety | Yves Orton | 2007-04-04 | 1 | -3/+3 |
* | Adjust test count for 5.8.x | Nicholas Clark | 2007-03-21 | 1 | -2/+2 |
* | 5.8's B.xs exports AVf_REAL, so need to jiggle the test count by 1. | Nicholas Clark | 2007-03-13 | 1 | -2/+2 |
* | Get B compiling and passing all tests on both 5.9.x and 5.8.x | Nicholas Clark | 2007-03-13 | 1 | -7/+6 |
* | Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, $... | Yves Orton | 2007-01-15 | 1 | -1/+1 |
* | Probably better to make PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI special | Nicholas Clark | 2007-01-02 | 1 | -1/+1 |
* | Move PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI to pad.h, export them via | Nicholas Clark | 2006-12-28 | 1 | -1/+1 |
* | Re: [PATCH] Deparse.pm bugfix | Bo Lindbergh | 2006-12-11 | 1 | -1/+1 |
* | B:: changes for UNITCHECK blocks | Alexander Gough | 2006-10-20 | 1 | -1/+2 |
* | Change the generation of {} and [] from 3 ops to 1, and avoid 1 mortal | Nicholas Clark | 2006-08-31 | 1 | -1/+1 |
* | Adjust test count after introducing new constants in POSIX | Rafael Garcia-Suarez | 2006-07-05 | 1 | -1/+1 |
* | Fix concise-xs.t following the changes to B::Deparse. | Nicholas Clark | 2006-05-12 | 1 | -2/+2 |
* | Introduce a new keyword, state, for state variables. | Rafael Garcia-Suarez | 2006-05-03 | 1 | -1/+1 |
* | Re: Making IO::Socket pass test on Win32 | Jim Cromie | 2006-04-04 | 1 | -3/+3 |
* | Merge the cut & paste code from Perl_call_sv/Perl_fold_constants with | Nicholas Clark | 2006-03-27 | 1 | -1/+1 |
* | Teach B about CVf_ISXSUB | Nicholas Clark | 2006-02-21 | 1 | -1/+1 |
* | Goodbye PERL_XSUB_OLDSTYLE. | Nicholas Clark | 2006-02-21 | 1 | -1/+1 |
* | Re: Patches: B, CGI, ExtUtils::MM_Unix | Joshua ben Jore | 2006-02-21 | 1 | -2/+2 |
* | Re: [patch] optimized constant subs are cool, teach B::Concise about them | Jim Cromie | 2006-01-04 | 1 | -2/+3 |
* | Re: [patch] optimized constant subs are cool, teach B::Concise about them | Jim Cromie | 2006-01-03 | 1 | -8/+26 |
* | Re: [patch] optimized constant subs are cool, teach B::Concise about them | Jim Cromie | 2006-01-02 | 1 | -94/+164 |
* | Add an optimisation to allow proxy constant subroutines to be copied | Nicholas Clark | 2005-12-22 | 1 | -1/+1 |
* | Re: [PATCH] Make the 'sort' pragma lexically scoped | Robin Houston | 2005-12-19 | 1 | -1/+1 |
* | latest switch/say/~~ | Robin Houston | 2005-12-19 | 1 | -0/+1 |
* | Make B's tests skip correctly when PerlIO is not configured. | Nicholas Clark | 2005-11-12 | 1 | -0/+4 |
* | 26085 was wrong. Undo it. | Nicholas Clark | 2005-11-11 | 1 | -2/+2 |
* | Correct the version-dependant expression for the number of tests, as it | Nicholas Clark | 2005-11-11 | 1 | -2/+2 |
* | Adjust test count | Rafael Garcia-Suarez | 2005-11-02 | 1 | -1/+1 |