summaryrefslogtreecommitdiff
path: root/ext/B/t/concise-xs.t
Commit message (Expand)AuthorAgeFilesLines
* Remove all "configured without perlio" test SKIPs from ext/BNicholas Clark2021-09-161-4/+0
* Eviscerate concise-xs.tFather Chrysostomos2014-12-091-381/+22
* Add OP_MULTIDEREFDavid Mitchell2014-12-071-1/+29
* [perl #77452] Deparse { ...; BEGIN{} } correctlyFather Chrysostomos2014-11-201-1/+1
* Better B::Deparse warning for custom opsFather Chrysostomos2014-11-061-1/+1
* Make repeat op tree more consistentFather Chrysostomos2014-10-251-0/+1
* Deparse lvalue referencesFather Chrysostomos2014-10-111-0/+4
* Mollify concise-xs.tFather Chrysostomos2014-10-061-0/+1
* Keep concise-xs.t happyFather Chrysostomos2014-10-021-0/+1
* Make space for /xx flagKarl Williamson2014-09-291-1/+2
* concise-xs.t needs to know about B::safenameFather Chrysostomos2014-09-151-1/+1
* concise-xs.t is overly chummy with B::DeparseFather Chrysostomos2014-09-131-1/+1
* POSIX math: implement lround().Jarkko Hietaniemi2014-09-081-3/+3
* POSIX math: lrint and rint emulations.Jarkko Hietaniemi2014-08-311-1/+1
* POSIX math: Add fegetround() and fesetround().Jarkko Hietaniemi2014-08-311-0/+2
* POSIX math: Implement glue for the C99 math functions.Jarkko Hietaniemi2014-08-311-1/+13
* Skip strtold in concise-xs.t, "platform varying".Jarkko Hietaniemi2014-08-231-1/+2
* Implement POSIX::strtold().Jarkko Hietaniemi2014-08-221-1/+1
* Test fix: Update list of B::Concise functionsSteffen Mueller2014-02-241-0/+1
* start to make ext/B work with 5.14.xDavid Mitchell2012-10-261-11/+17
* ext/B: remove pre-5.10 supportDavid Mitchell2012-10-261-3/+3
* make ext/B work with 5.16.xDavid Mitchell2012-10-261-0/+3
* Revert "Merge branch 'avar/POSIX-strptime' into blead"Ævar Arnfjörð Bjarmason2012-02-151-1/+1
* Initial hack at strptime(); just literal strings for nowPaul "LeoNerd" Evans2012-02-111-1/+1
* Convert POSIX::sleep to an XS wrapper for PerlProc_sleep().Nicholas Clark2011-12-301-1/+1
* Update concise-xs.t for recent DD changeFather Chrysostomos2011-12-251-1/+2
* Update concise-xs.t for B::Deparse’s new importsFather Chrysostomos2011-12-231-2/+2
* Optimise substr assignment in void contextFather Chrysostomos2011-11-261-1/+1
* Oops. I thought I tested that.Father Chrysostomos2011-11-201-1/+1
* Add evalbytes functionFather Chrysostomos2011-11-061-1/+1
* update B::Concise test for B::Deparse changeZefram2011-09-161-0/+1
* remove index offsetting ($[)Zefram2011-09-091-1/+1
* Replace use of AutoLoader in POSIX with a custom compilation deferral scheme.Aristotle Pagaltzis2011-09-011-1/+2
* Deparse glob the same way regardless of PERL_EXTERNAL_GLOBFather Chrysostomos2011-06-011-0/+1
* 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