| Commit message (Expand) | Author | Age | Files | Lines |
* | Step 2: Use the new PM_GETRE/SETRE macros everywhere. | Richard Soderberg | 2001-06-21 | 1 | -1/+1 |
* | Split off the pack/unpack code, from Nicholas Clark. | Jarkko Hietaniemi | 2001-06-18 | 1 | -1813/+0 |
* | Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG. | Jarkko Hietaniemi | 2001-06-08 | 1 | -0/+18 |
* | Integrate change #10412 from maintperl; locale is now | Jarkko Hietaniemi | 2001-06-03 | 1 | -13/+13 |
* | Salvage bits and pieces from the experimental 'utf8 everywhere' | Jarkko Hietaniemi | 2001-05-31 | 1 | -1/+1 |
* | More -Wall sweeping. | Jarkko Hietaniemi | 2001-05-30 | 1 | -10/+10 |
* | Based on | Simon Cozens | 2001-05-25 | 1 | -3/+20 |
* | [LARGE!] symbolic magic | Dave Mitchell | 2001-05-20 | 1 | -14/+17 |
* | Fix for 20010514.037; substr() didn't invalidate the locale | Jarkko Hietaniemi | 2001-05-15 | 1 | -0/+3 |
* | Reference cmp'ing should go through the whole stringification | Jarkko Hietaniemi | 2001-05-14 | 1 | -6/+0 |
* | bug 20010423.002 | Robin Houston | 2001-04-23 | 1 | -1/+3 |
* | prototype("CORE::recv") | Simon Cozens | 2001-04-11 | 1 | -2/+4 |
* | bleadperl / hex ignores variable length and/or tr doesn't null terminate ( ... | David Dyck | 2001-04-05 | 1 | -11/+11 |
* | pp_ne() needs a CORRECT boolean. | Jarkko Hietaniemi | 2001-03-28 | 1 | -1/+1 |
* | pp_ne() needs a boolean, not an integer. | Jarkko Hietaniemi | 2001-03-28 | 1 | -2/+2 |
* | (Retracted by #9404.) | Jarkko Hietaniemi | 2001-03-28 | 1 | -1/+1 |
* | Extend the SvROK() testing also to pp_ne(), pointed out by | Jarkko Hietaniemi | 2001-03-28 | 1 | -0/+6 |
* | pp_ncmp() and pp_scmp() should return numeric values, not booleans. | Jarkko Hietaniemi | 2001-03-26 | 1 | -2/+2 |
* | Treat pp_ncmp() and pp_scmp() as in #9366 (ROK). | Jarkko Hietaniemi | 2001-03-26 | 1 | -0/+12 |
* | Re: B::Deparse bug (5.6.0) | Robin Houston | 2001-03-24 | 1 | -0/+10 |
* | The #9270 would have leaked a scalar if pp_substr() | Jarkko Hietaniemi | 2001-03-21 | 1 | -7/+11 |
* | Continue 4-arg substr() UTF-8 fixage. | Jarkko Hietaniemi | 2001-03-21 | 1 | -13/+29 |
* | substr($bytestr, i, n, $charstr) | Jarkko Hietaniemi | 2001-03-19 | 1 | -1/+6 |
* | Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT | Nick Ing-Simmons | 2001-03-17 | 1 | -2/+3 |
* | #ifdef'ed out code to make packed side of pack/unpack | Nick Ing-Simmons | 2001-03-13 | 1 | -1/+4 |
* | EBCDIC sanity - phase I | Nick Ing-Simmons | 2001-03-10 | 1 | -21/+28 |
* | Re: [ID 20010305.012] chop() against list assignment returns char chopped fro... | Radu Greab | 2001-03-07 | 1 | -3/+4 |
* | Retract #8865 and #8869, un?pack C now again agree with Camel 3 | Jarkko Hietaniemi | 2001-02-28 | 1 | -70/+13 |
* | Re: sync sync sync: have I missed any patches? | Tim Jenness | 2001-02-28 | 1 | -112/+112 |
* | Retract #8875, cannot let go of the old semantics of unpack U | Jarkko Hietaniemi | 2001-02-21 | 1 | -5/+30 |
* | Make unpack C and unpack U truly equivalent. | Jarkko Hietaniemi | 2001-02-21 | 1 | -30/+5 |
* | unpack("C", ...) was left slightly unfinished by #8865. | Jarkko Hietaniemi | 2001-02-21 | 1 | -2/+4 |
* | Make pack("C", 0x100) to create Unicode, unless under the | Jarkko Hietaniemi | 2001-02-21 | 1 | -13/+68 |
* | Integrate pureperl changes #8844,8845,8850 to mainline | Jarkko Hietaniemi | 2001-02-20 | 1 | -1/+1 |
* | Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX | Nicholas Clark | 2001-01-31 | 1 | -111/+83 |
* | Forgot from #8545. Oops. | Jarkko Hietaniemi | 2001-01-27 | 1 | -1/+1 |
* | lib/tie-substrhash.t FAILED at test 11 | Roca, Ignasi | 2001-01-17 | 1 | -0/+1 |
* | More UTF-8 patches from Inaba Hiroto. | Jarkko Hietaniemi | 2001-01-15 | 1 | -10/+7 |
* | Consolidated lvalue sub changes | Stephen McCamant | 2001-01-12 | 1 | -9/+20 |
* | One more UTF-8 fix from Inaba Hiroto. | Jarkko Hietaniemi | 2001-01-12 | 1 | -1/+2 |
* | save_delete(), err, SAVEDELETE() fixes from Charles Lane. | Jarkko Hietaniemi | 2001-01-09 | 1 | -1/+1 |
* | One more patch for UTF8 | Inaba Hiroto | 2001-01-09 | 1 | -1/+2 |
* | UTF-8 cleanup. | Jarkko Hietaniemi | 2001-01-05 | 1 | -6/+7 |
* | Unify UTF-8 malformedness handling. | Jarkko Hietaniemi | 2001-01-05 | 1 | -7/+4 |
* | Turn SvUTF8 off if not required in pp_chr and pp_stringify. | Nick Ing-Simmons | 2001-01-02 | 1 | -10/+13 |
* | Bump up Larry's copyright. | Jarkko Hietaniemi | 2001-01-01 | 1 | -1/+1 |
* | more UTF8 test suites and an UTF8 patch | Inaba Hiroto | 2000-12-30 | 1 | -4/+10 |
* | (Retracted by #8264) More join() testing which was good because | Jarkko Hietaniemi | 2000-12-29 | 1 | -9/+3 |
* | The maxiters upper limit sanity check (guarding against | Jarkko Hietaniemi | 2000-12-28 | 1 | -12/+13 |
* | Make some panic messages a bit more logical. | Jarkko Hietaniemi | 2000-12-28 | 1 | -1/+1 |