summaryrefslogtreecommitdiff
path: root/ext/B/t/concise-xs.t
Commit message (Expand)AuthorAgeFilesLines
* Fix typos (spelling errors) in ext/*.Peter J. Acklam) (via RT2011-01-071-2/+2
* Adjust unit tests to cope with new sockaddr_in6 functions in Socket (pulled i...Paul "LeoNerd" Evans2010-11-251-1/+2
* Fix list of constants to import to make this test passRafael Garcia-Suarez2010-06-181-1/+1
* Add s///r (non-destructive substitution).David Caldwell2010-05-221-1/+2
* Downgrade Socket.pm's new inet_ntop and inet_pton to EXPORT_OK ratherJesse Vincent2010-03-251-1/+1
* Teach B::Deparse about in-place reverseVincent Pit2009-11-151-4/+4
* Optimise if (%foo) to be faster than if(keys %foo)demerphq2009-10-151-1/+1
* Remove the $ENV{PERL_CORE} boilerplate from B's tests.Nicholas Clark2009-08-301-7/+1
* A perl-version portable fix for B coping with CVf_LOCKED being removed in 5.11.Nicholas Clark2009-04-131-1/+3
* Remove CVf_LOCKED and CvLOCKED*(), now that nothing sets that flag bit.Nicholas Clark2009-04-131-1/+1
* Fix concise-xs.t after recent changes to Socket.pmRafael Garcia-Suarez2009-03-271-0/+1
* Eliminate POSIX::int_macro_int, and all the complex AUTOLOAD fandangoNicholas Clark2008-05-211-2/+8
* Fix my typo.Nicholas Clark2008-05-151-1/+1
* Remove POSIX's internal implementation of S_ISBLK, S_ISCHR, S_ISDIR,Nicholas Clark2008-05-151-1/+4
* Being tired of adjusting the test count of concise-xs.tRafael Garcia-Suarez2007-06-291-5/+1
* Move the RXf_WHITE logic for split " " into the regex engineÆvar Arnfjörð Bjarmason2007-06-281-1/+1
* B::Deparse cleanupsChia-liang Kao2007-06-271-1/+1
* Adjust test count (it shouldn't have changed with last patch)Rafael Garcia-Suarez2007-06-061-1/+1
* Re: [PATCH] Callbacks for named captures (%+ and %-)Ævar Arnfjörð Bjarmason2007-06-061-2/+2
* Remove support for assertions and -ARafael Garcia-Suarez2007-06-051-4/+2
* Tweak change 30841 so that B works on maint too.Nicholas Clark2007-05-051-4/+4
* Adjust test count.Rafael Garcia-Suarez2007-04-241-1/+1
* Re: pmdynflags and thread safetyYves Orton2007-04-041-3/+3
* Adjust test count for 5.8.xNicholas Clark2007-03-211-2/+2
* 5.8's B.xs exports AVf_REAL, so need to jiggle the test count by 1.Nicholas Clark2007-03-131-2/+2
* Get B compiling and passing all tests on both 5.9.x and 5.8.xNicholas Clark2007-03-131-7/+6
* Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, $...Yves Orton2007-01-151-1/+1
* Probably better to make PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI specialNicholas Clark2007-01-021-1/+1
* Move PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI to pad.h, export them viaNicholas Clark2006-12-281-1/+1
* Re: [PATCH] Deparse.pm bugfixBo Lindbergh2006-12-111-1/+1
* B:: changes for UNITCHECK blocksAlexander Gough2006-10-201-1/+2
* Change the generation of {} and [] from 3 ops to 1, and avoid 1 mortalNicholas Clark2006-08-311-1/+1
* Adjust test count after introducing new constants in POSIXRafael Garcia-Suarez2006-07-051-1/+1
* Fix concise-xs.t following the changes to B::Deparse.Nicholas Clark2006-05-121-2/+2
* Introduce a new keyword, state, for state variables.Rafael Garcia-Suarez2006-05-031-1/+1
* Re: Making IO::Socket pass test on Win32Jim Cromie2006-04-041-3/+3
* Merge the cut & paste code from Perl_call_sv/Perl_fold_constants withNicholas Clark2006-03-271-1/+1
* Teach B about CVf_ISXSUBNicholas Clark2006-02-211-1/+1
* Goodbye PERL_XSUB_OLDSTYLE.Nicholas Clark2006-02-211-1/+1
* Re: Patches: B, CGI, ExtUtils::MM_UnixJoshua ben Jore2006-02-211-2/+2
* Re: [patch] optimized constant subs are cool, teach B::Concise about themJim Cromie2006-01-041-2/+3
* Re: [patch] optimized constant subs are cool, teach B::Concise about themJim Cromie2006-01-031-8/+26
* Re: [patch] optimized constant subs are cool, teach B::Concise about themJim Cromie2006-01-021-94/+164
* Add an optimisation to allow proxy constant subroutines to be copiedNicholas Clark2005-12-221-1/+1
* Re: [PATCH] Make the 'sort' pragma lexically scopedRobin Houston2005-12-191-1/+1
* latest switch/say/~~Robin Houston2005-12-191-0/+1
* Make B's tests skip correctly when PerlIO is not configured.Nicholas Clark2005-11-121-0/+4
* 26085 was wrong. Undo it.Nicholas Clark2005-11-111-2/+2
* Correct the version-dependant expression for the number of tests, as itNicholas Clark2005-11-111-2/+2
* Adjust test countRafael Garcia-Suarez2005-11-021-1/+1