summaryrefslogtreecommitdiff
path: root/ext/B
Commit message (Collapse)AuthorAgeFilesLines
* Just zap the -uPerlio.Jarkko Hietaniemi2001-06-231-1/+1
| | | p4raw-id: //depot/perl@10873
* fix Deparse.t and write.t for VMSCraig A. Berry2001-06-221-8/+7
| | | | | Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01> p4raw-id: //depot/perl@10815
* Step 2: Use the new PM_GETRE/SETRE macros everywhere.Richard Soderberg2001-06-212-3/+3
| | | | | Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com> p4raw-id: //depot/perl@10780
* The Grand Trek: move the *.t files from t/ to lib/ and ext/.Jarkko Hietaniemi2001-06-185-0/+408
| | | | | | | | | | | | | | | | | | | | | | | | No doubt I made some mistakes like missed some files or misnamed some files. The naming rules were more or less: (1) if the module is from CPAN, follows its ways, be it t/*.t or test.pl. (2) otherwise if there are multiple tests for a module put them in a t/ (3) otherwise if there's only one test put it in Module.t (4) helper files go to module/ (locale, strict, warnings) (5) use longer filenames now that we can (but e.g. the compat-0.6.t and the Text::Balanced test files still were renamed to be more civil against the 8.3 people) installperl was updated appropriately not to install the *.t files or the help files from under lib. TODO: some helper files still remain under t/ that could follow their 'masters'. UPDATE: On second thoughts, why should they. They can continue to live under t/lib, and in fact the locale/strict/warnings helpers that were moved could be moved back. This way the amount of non-installable stuff under lib/ stays smaller. p4raw-id: //depot/perl@10676
* Eradicate traces of 'asciirange' re subpragma.Jarkko Hietaniemi2001-06-041-2/+2
| | | p4raw-id: //depot/perl@10427
* More on /x regexesRobin Houston2001-05-161-12/+53
| | | | | Message-ID: <20010515190935.A27268@penderel> p4raw-id: //depot/perl@10120
* Half of #10107 got lost.Jarkko Hietaniemi2001-05-151-6/+6
| | | p4raw-id: //depot/perl@10112
* Lvaluable method callsRobin Houston2001-05-151-11/+29
| | | | | Message-ID: <20010514221643.A22437@penderel> p4raw-id: //depot/perl@10109
* C<$foo =~ give_me_a_regex>; /x modifierRobin Houston2001-05-151-34/+85
| | | | | Message-ID: <20010514220344.A20643@penderel> p4raw-id: //depot/perl@10108
* "${foo}_bar"Robin Houston2001-05-151-7/+7
| | | | | Message-ID: <20010514221007.A21118@penderel> p4raw-id: //depot/perl@10107
* $foo->bar(0)Robin Houston2001-05-111-1/+1
| | | | | Message-ID: <20010511120222.A11529@penderel> p4raw-id: //depot/perl@10080
* Extend tr/\0-\377/blah/c supportRobin Houston2001-05-102-6/+15
| | | | | Message-ID: <20010510185459.A5995@penderel> p4raw-id: //depot/perl@10075
* t/op/64bitint.tRobin Houston2001-05-101-1/+7
| | | | | Message-ID: <20010510125639.A2119@penderel> p4raw-id: //depot/perl@10074
* Retract #10070, not ready yet.Jarkko Hietaniemi2001-05-101-2/+1
| | | p4raw-id: //depot/perl@10073
* (Retracted by #10073)Hugo van der Sanden2001-05-101-1/+2
| | | | | | Subject: Re: [PATCH t/TEST] B::Deparse tester Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk> p4raw-id: //depot/perl@10070
* our() lists and foreach loopsRobin Houston2001-05-101-3/+12
| | | | | Message-ID: <20010510135008.A2454@penderel> p4raw-id: //depot/perl@10068
* Fix tr///ansliterationRobin Houston2001-05-102-14/+28
| | | | | Message-ID: <20010510021034.A19421@penderel> p4raw-id: //depot/perl@10066
* Show string for PVOP, and referent for RVRobin Houston2001-05-091-1/+10
| | | | | Message-ID: <20010510010208.A18200@penderel> p4raw-id: //depot/perl@10063
* B::Deparse testerRobin Houston2001-05-091-3/+12
| | | | | Message-ID: <20010509191750.A16940@penderel> p4raw-id: //depot/perl@10059
* Document known bugsRobin Houston2001-05-081-1/+69
| | | | | Message-ID: <20010508015334.A32394@penderel> p4raw-id: //depot/perl@10030
* Give (?{...}) a taste of its own medicineRobin Houston2001-05-071-1/+30
| | | | | Message-ID: <20010508011455.A32162@penderel> p4raw-id: //depot/perl@10027
* undefined folded constantsRobin Houston2001-05-071-1/+3
| | | | | Message-ID: <20010506171909.A7046@penderel> p4raw-id: //depot/perl@10013
* use Foo (sub {...});Robin Houston2001-05-071-0/+1
| | | | | Message-ID: <20010506164654.A6848@penderel> p4raw-id: //depot/perl@10012
* scopingRobin Houston2001-05-062-58/+125
| | | | | Message-ID: <20010506143656.A4006@penderel> p4raw-id: //depot/perl@10007
* optimised sortRobin Houston2001-05-011-1/+9
| | | | | Message-ID: <20010501140712.A4266@penderel> p4raw-id: //depot/perl@9927
* for(;;), sortRobin Houston2001-05-011-7/+17
| | | | | Message-ID: <20010501133500.A4061@penderel> p4raw-id: //depot/perl@9925
* do, warn, useRobin Houston2001-05-011-23/+23
| | | | | Message-ID: <20010501133103.A4041@penderel> p4raw-id: //depot/perl@9924
* suppress warningRobin Houston2001-04-301-3/+4
| | | | | Message-ID: <20010430160949.A25086@penderel> p4raw-id: //depot/perl@9921
* non-block scopesRobin Houston2001-04-281-1/+18
| | | | | Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk> p4raw-id: //depot/perl@9891
* Human-readable pragmas &cRobin Houston2001-04-271-7/+52
| | | | | Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk> p4raw-id: //depot/perl@9886
* Deparse nits.Jarkko Hietaniemi2001-04-261-2/+2
| | | p4raw-id: //depot/perl@9875
* formats must be flush leftRobin Houston2001-04-261-3/+3
| | | | | Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk> p4raw-id: //depot/perl@9871
* fix easy bugsRobin Houston2001-04-261-5/+24
| | | | | Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk> p4raw-id: //depot/perl@9866
* Dethinko from Robin Houston.Jarkko Hietaniemi2001-04-261-1/+1
| | | p4raw-id: //depot/perl@9864
* C<$x = /(.)/> ne C<($x) = /(.)/>Robin Houston2001-04-261-1/+3
| | | | | Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk> p4raw-id: //depot/perl@9863
* Re: [PATCH B::Deparse] fix string uninterpretationRobin Houston2001-04-261-2/+1
| | | | | Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk> p4raw-id: //depot/perl@9862
* Re: [PATCH B::Deparse] fix string uninterpretationRobin Houston2001-04-261-2/+2
| | | | | | | Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk> Hashes do not interpolate. p4raw-id: //depot/perl@9860
* [PATCH B::Deparse] fix string uninterpretationRobin Houston2001-04-261-4/+4
| | | | | | | | | | | Date: Thu, 26 Apr 2001 17:13:41 +0100 Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk> Subject: Re: [PATCH B::Deparse] fix string uninterpretation From: Robin Houston <robin@kitsite.com> Date: Thu, 26 Apr 2001 18:44:29 +0100 Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk> p4raw-id: //depot/perl@9856
* filetests, open(my $x,...), warnings, formats &cRobin Houston2001-04-261-61/+45
| | | | | Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk> p4raw-id: //depot/perl@9855
* Re: [PATCH 5.7.1] B::Concise and extra variablesPaul Johnson2001-04-251-3/+60
| | | | | Message-ID: <20010426004608.H2338@pjcj.net> p4raw-id: //depot/perl@9844
* Re: [ID 20010423.006] Test failed in perl@9794Robin Houston2001-04-241-0/+4
| | | | | Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk> p4raw-id: //depot/perl@9815
* Deparse nitRobin Houston2001-04-231-2/+5
| | | | | Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk> p4raw-id: //depot/perl@9790
* Distinguish package variables, if necessaryRobin Houston2001-04-221-4/+63
| | | | | Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk> p4raw-id: //depot/perl@9783
* Support BEGIN blocks in B::Deparse (& more)Robin Houston2001-04-223-66/+280
| | | | | Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk> p4raw-id: //depot/perl@9781
* B::walksymtable improperly documented?Michael G. Schwern2001-04-211-4/+16
| | | | | Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk> p4raw-id: //depot/perl@9770
* Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same ↵Robin Houston2001-04-202-9/+18
| | | | | | | string.] Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk> p4raw-id: //depot/perl@9765
* Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same ↵Robin Houston2001-04-191-4/+7
| | | | | | | string.] Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk> p4raw-id: //depot/perl@9759
* PATCH: Propagate low byte of hints in cop.op_privateRobin Houston2001-04-191-1/+1
| | | | | Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk> p4raw-id: //depot/perl@9754
* Declare hints only if needed.Jarkko Hietaniemi2001-04-181-1/+1
| | | p4raw-id: //depot/perl@9741
* some pragma supportRobin Houston2001-04-181-15/+85
| | | | | Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk> p4raw-id: //depot/perl@9739