Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Integrate maintperl changes #12268 and #12669; | Jarkko Hietaniemi | 2001-10-26 | 1 | -1/+1 |
* | Integrate changes #12652 and #12653 from maintperl; | Jarkko Hietaniemi | 2001-10-25 | 1 | -3/+15 |
* | vmsish fix, ieee rand() cleanup | Charles Lane | 2001-10-19 | 1 | -0/+1 |
* | Wrong skip() arguments. | Jarkko Hietaniemi | 2001-10-18 | 1 | -1/+2 |
* | & what's to be done for 5.8.0? | Nicholas Clark | 2001-10-08 | 2 | -0/+6 |
* | Skip the RV printing test under threads until fixed. | Jarkko Hietaniemi | 2001-10-03 | 1 | -5/+9 |
* | Make the diagnostic messages more neutral. | Jarkko Hietaniemi | 2001-10-01 | 1 | -7/+7 |
* | Move the B tests to B/t. | Jarkko Hietaniemi | 2001-09-28 | 6 | -0/+0 |
* | Forgot from #12254. | Jarkko Hietaniemi | 2001-09-28 | 1 | -0/+108 |
* | Re: [BUG] B::Terse can't handle constant scalar refs | Rafael Garcia-Suarez | 2001-09-27 | 1 | -0/+21 |
* | Integrate macperl changes from Chris Nandor: | Jarkko Hietaniemi | 2001-09-26 | 1 | -1/+2 |
* | Bump up version numbers. | Jarkko Hietaniemi | 2001-09-16 | 1 | -1/+1 |
* | remove deprecated PERL_OBJECT cruft, it has long since stopped | Gurusamy Sarathy | 2001-08-31 | 2 | -10/+1 |
* | [ID 20010827.008] no-foo options broken in B::Lint | Ville Skyttä | 2001-08-28 | 1 | -1/+1 |
* | Changes USE_THREADS to USE_5005THREADS in the entire source. | Artur Bergman | 2001-08-27 | 4 | -5/+5 |
* | [b-]showlex.t | Nikola Knezevic | 2001-08-14 | 1 | -4/+4 |
* | Teach B::Concise about PADOP | Paul Johnson | 2001-08-08 | 1 | -1/+2 |
* | B && BEGIN handling | James A. Duncan | 2001-08-07 | 1 | -1/+1 |
* | fix Stash.t for VMS | Craig A. Berry | 2001-08-03 | 1 | -2/+2 |
* | fix Showlex.t for VMS | Craig A. Berry | 2001-08-02 | 1 | -0/+1 |
* | deparse empty formats | Robin Houston | 2001-08-02 | 1 | -0/+1 |
* | Test tweak. | Jarkko Hietaniemi | 2001-07-23 | 1 | -2/+0 |
* | Re: [PATCH O.pm] avoid to clutter output with -l | Rafael Garcia-Suarez | 2001-07-22 | 1 | -0/+1 |
* | formats can't contain formats | Robin Houston | 2001-07-16 | 1 | -2/+3 |
* | Make warnings handling more robust | Robin Houston | 2001-07-06 | 1 | -7/+13 |
* | test just-posted patches | Robin Houston | 2001-07-02 | 1 | -12/+16 |
* | hash key auto-quoting | Robin Houston | 2001-07-02 | 1 | -0/+10 |
* | version number & changes | Robin Houston | 2001-07-02 | 1 | -2/+28 |
* | Make 'compile' target a little less broken. | Jarkko Hietaniemi | 2001-07-01 | 1 | -1/+1 |
* | "lose the looses", from Abhijit Menon-Sen. | Jarkko Hietaniemi | 2001-06-27 | 1 | -1/+1 |
* | Just zap the -uPerlio. | Jarkko Hietaniemi | 2001-06-23 | 1 | -1/+1 |
* | fix Deparse.t and write.t for VMS | Craig A. Berry | 2001-06-22 | 1 | -8/+7 |
* | Step 2: Use the new PM_GETRE/SETRE macros everywhere. | Richard Soderberg | 2001-06-21 | 2 | -3/+3 |
* | The Grand Trek: move the *.t files from t/ to lib/ and ext/. | Jarkko Hietaniemi | 2001-06-18 | 5 | -0/+408 |
* | Eradicate traces of 'asciirange' re subpragma. | Jarkko Hietaniemi | 2001-06-04 | 1 | -2/+2 |
* | More on /x regexes | Robin Houston | 2001-05-16 | 1 | -12/+53 |
* | Half of #10107 got lost. | Jarkko Hietaniemi | 2001-05-15 | 1 | -6/+6 |
* | Lvaluable method calls | Robin Houston | 2001-05-15 | 1 | -11/+29 |
* | C<$foo =~ give_me_a_regex>; /x modifier | Robin Houston | 2001-05-15 | 1 | -34/+85 |
* | "${foo}_bar" | Robin Houston | 2001-05-15 | 1 | -7/+7 |
* | $foo->bar(0) | Robin Houston | 2001-05-11 | 1 | -1/+1 |
* | Extend tr/\0-\377/blah/c support | Robin Houston | 2001-05-10 | 2 | -6/+15 |
* | t/op/64bitint.t | Robin Houston | 2001-05-10 | 1 | -1/+7 |
* | Retract #10070, not ready yet. | Jarkko Hietaniemi | 2001-05-10 | 1 | -2/+1 |
* | (Retracted by #10073) | Hugo van der Sanden | 2001-05-10 | 1 | -1/+2 |
* | our() lists and foreach loops | Robin Houston | 2001-05-10 | 1 | -3/+12 |
* | Fix tr///ansliteration | Robin Houston | 2001-05-10 | 2 | -14/+28 |
* | Show string for PVOP, and referent for RV | Robin Houston | 2001-05-09 | 1 | -1/+10 |
* | B::Deparse tester | Robin Houston | 2001-05-09 | 1 | -3/+12 |
* | Document known bugs | Robin Houston | 2001-05-08 | 1 | -1/+69 |