summaryrefslogtreecommitdiff
path: root/ext/B
Commit message (Expand)AuthorAgeFilesLines
* Make warnings handling more robustRobin Houston2001-07-061-7/+13
* test just-posted patchesRobin Houston2001-07-021-12/+16
* hash key auto-quotingRobin Houston2001-07-021-0/+10
* version number & changesRobin Houston2001-07-021-2/+28
* Make 'compile' target a little less broken.Jarkko Hietaniemi2001-07-011-1/+1
* "lose the looses", from Abhijit Menon-Sen.Jarkko Hietaniemi2001-06-271-1/+1
* Just zap the -uPerlio.Jarkko Hietaniemi2001-06-231-1/+1
* fix Deparse.t and write.t for VMSCraig A. Berry2001-06-221-8/+7
* Step 2: Use the new PM_GETRE/SETRE macros everywhere.Richard Soderberg2001-06-212-3/+3
* The Grand Trek: move the *.t files from t/ to lib/ and ext/.Jarkko Hietaniemi2001-06-185-0/+408
* Eradicate traces of 'asciirange' re subpragma.Jarkko Hietaniemi2001-06-041-2/+2
* More on /x regexesRobin Houston2001-05-161-12/+53
* Half of #10107 got lost.Jarkko Hietaniemi2001-05-151-6/+6
* Lvaluable method callsRobin Houston2001-05-151-11/+29
* C<$foo =~ give_me_a_regex>; /x modifierRobin Houston2001-05-151-34/+85
* "${foo}_bar"Robin Houston2001-05-151-7/+7
* $foo->bar(0)Robin Houston2001-05-111-1/+1
* Extend tr/\0-\377/blah/c supportRobin Houston2001-05-102-6/+15
* t/op/64bitint.tRobin Houston2001-05-101-1/+7
* Retract #10070, not ready yet.Jarkko Hietaniemi2001-05-101-2/+1
* (Retracted by #10073)Hugo van der Sanden2001-05-101-1/+2
* our() lists and foreach loopsRobin Houston2001-05-101-3/+12
* Fix tr///ansliterationRobin Houston2001-05-102-14/+28
* Show string for PVOP, and referent for RVRobin Houston2001-05-091-1/+10
* B::Deparse testerRobin Houston2001-05-091-3/+12
* Document known bugsRobin Houston2001-05-081-1/+69
* Give (?{...}) a taste of its own medicineRobin Houston2001-05-071-1/+30
* undefined folded constantsRobin Houston2001-05-071-1/+3
* use Foo (sub {...});Robin Houston2001-05-071-0/+1
* scopingRobin Houston2001-05-062-58/+125
* optimised sortRobin Houston2001-05-011-1/+9
* for(;;), sortRobin Houston2001-05-011-7/+17
* do, warn, useRobin Houston2001-05-011-23/+23
* suppress warningRobin Houston2001-04-301-3/+4
* non-block scopesRobin Houston2001-04-281-1/+18
* Human-readable pragmas &cRobin Houston2001-04-271-7/+52
* Deparse nits.Jarkko Hietaniemi2001-04-261-2/+2
* formats must be flush leftRobin Houston2001-04-261-3/+3
* fix easy bugsRobin Houston2001-04-261-5/+24
* Dethinko from Robin Houston.Jarkko Hietaniemi2001-04-261-1/+1
* C<$x = /(.)/> ne C<($x) = /(.)/>Robin Houston2001-04-261-1/+3
* Re: [PATCH B::Deparse] fix string uninterpretationRobin Houston2001-04-261-2/+1
* Re: [PATCH B::Deparse] fix string uninterpretationRobin Houston2001-04-261-2/+2
* [PATCH B::Deparse] fix string uninterpretationRobin Houston2001-04-261-4/+4
* filetests, open(my $x,...), warnings, formats &cRobin Houston2001-04-261-61/+45
* Re: [PATCH 5.7.1] B::Concise and extra variablesPaul Johnson2001-04-251-3/+60
* Re: [ID 20010423.006] Test failed in perl@9794Robin Houston2001-04-241-0/+4
* Deparse nitRobin Houston2001-04-231-2/+5
* Distinguish package variables, if necessaryRobin Houston2001-04-221-4/+63
* Support BEGIN blocks in B::Deparse (& more)Robin Houston2001-04-223-66/+280