summaryrefslogtreecommitdiff
path: root/ext/B
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #49298: B::Deparse fails to deparse a reference to an anonymous hashRafael Garcia-Suarez2008-01-062-5/+8
* Abolish wrapped in struct regexp - store the wrapped pattern pointerNicholas Clark2008-01-051-0/+4
* Re: SV leak?Vincent Pit2008-01-041-1/+1
* Make struct regexp the body of SVt_REGEXP SVs, REGEXPs become SVs,Nicholas Clark2008-01-021-5/+3
* Wrap all deferences of struct regexp* in macros RX_*() [and forNicholas Clark2008-01-021-3/+3
* Wrap all accesses to the members precomp and prelen of struct regexp inNicholas Clark2007-12-281-3/+3
* First class regexps.Nicholas Clark2007-12-284-4/+36
* Regexps are now orange.Nicholas Clark2007-12-271-1/+2
* Remove two warnings (sub diag() was redefined, and implict split isNicholas Clark2007-12-261-2/+2
* Eliminate SVt_RV, and use SVt_IV to store plain references.Nicholas Clark2007-12-266-22/+70
* Better diagnostics by removing an && from an ok() and converting it toNicholas Clark2007-12-261-3/+4
* Swap SVt_RV and SVt_NV in the SV ordering.Nicholas Clark2007-12-261-1/+1
* Deparse each @array and friends.Nicholas Clark2007-12-212-2/+15
* Upgrade to B-Lint-1.11Steve Peters2007-12-192-4/+73
* pod-patch: reword O.pmJim Cromie2007-12-171-10/+9
* Platform-neutral quoting in optree_misc.t.Craig A. Berry2007-10-251-1/+1
* Silly Nick. If you see a nextstate op, then it may have open hints,Nicholas Clark2007-10-231-2/+3
* B::Concise was failing an assertion on index "foo", "foo";Nicholas Clark2007-10-223-4/+49
* Mention B::COP::hints_hash methodRafael Garcia-Suarez2007-10-221-0/+2
* Don't deparse $^H{v_string}, which is automatically set by theNicholas Clark2007-10-091-2/+10
* Nothing is using IoSUBPROCESS() so eliminate xio_subprocess.Nicholas Clark2007-10-011-0/+4
* Make all of B work on 5.8.xNicholas Clark2007-09-283-4/+39
* Document hint symbols in B::ConciseRafael Garcia-Suarez2007-09-281-1/+22
* Hopefully really fix test failures with -CNicholas Clark2007-09-281-20/+20
* I forgot to patch for the threaded caseRafael Garcia-Suarez2007-09-271-4/+4
* Hopefully fix test failures with -CRafael Garcia-Suarez2007-09-271-4/+4
* Fix test introduced in #31973 that failed on Win32Steve Hay2007-09-271-6/+2
* Re: [patch] improve B::Concise -src supportJim Cromie2007-09-263-117/+325
* Make OptreeCheck.pm more forgiving about parent pad indexesRafael Garcia-Suarez2007-09-251-0/+1
* [patch] improve B::Concise -src supportJim Cromie2007-09-241-5/+18
* Prevent the pragmas from ${^OPEN} propagated to %^H from deparsing.Rafael Garcia-Suarez2007-09-181-0/+2
* Some more state variable deparse tests.Nicholas Clark2007-09-171-4/+16
* Make B::Deparse able to handle pragmas from %^H.Rafael Garcia-Suarez2007-09-172-17/+61
* Better diagnostics and test namingRafael Garcia-Suarez2007-09-131-4/+5
* Make Deparse handle "say"Rafael Garcia-Suarez2007-09-131-0/+1
* Add the missing assignment to op_last that change 31798 missed out.Nicholas Clark2007-09-121-0/+8
* B.pm still assumed that SVt_PVBM exists. Correct this.Nicholas Clark2007-09-081-34/+37
* [patch] readabilty tweaksJim Cromie2007-09-081-3/+4
* Re: RFC patch - display src-lines in B::ConciseJim Cromie2007-09-011-3/+58
* 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-273-87/+77
* remove op_staticPaul Johnson2007-06-254-20/+4
* Work on getting B compiling outside of the perl source tree.Nicholas Clark2007-06-192-9/+28
* 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-055-13/+6
* Several POD fixes by Jonathan StoweRafael Garcia-Suarez2007-05-282-0/+3
* [perl #43010] [PATCH] Deparse, ''->(), ::(), sub :: {}, etc. Father Chrysostomos2007-05-242-6/+30
* bytecode.pl: Exterminate!Nicholas Clark2007-05-071-245/+0