| Commit message (Expand) | Author | Age | Files | Lines |
* | spaceship and refs | Nicholas Clark | 2001-11-21 | 1 | -2/+5 |
* | Retract 11635: close 20011113.110, reopen 20010809.028. | Jarkko Hietaniemi | 2001-11-18 | 1 | -0/+23 |
* | Extend the effect of the encoding pragma to chr() and ord(). | Jarkko Hietaniemi | 2001-10-31 | 1 | -0/+10 |
* | tweak divide | Nicholas Clark | 2001-10-26 | 1 | -3/+7 |
* | remove small IVop redundancy | Nicholas Clark | 2001-10-25 | 1 | -54/+3 |
* | Negation and Unicode: sort of solves 20010303.010, | Jarkko Hietaniemi | 2001-10-23 | 1 | -7/+14 |
* | Document the final sigma spot. | Jarkko Hietaniemi | 2001-10-23 | 1 | -2/+19 |
* | Fix multicharacter titlecase (ucfirst). | Jarkko Hietaniemi | 2001-10-23 | 1 | -14/+14 |
* | Make the toupper/lower/title API for Unicode not right | Jarkko Hietaniemi | 2001-10-09 | 1 | -46/+18 |
* | Re: | chromatic | 2001-09-23 | 1 | -1/+4 |
* | Silence some more warnings INT2PTR. | Artur Bergman | 2001-09-10 | 1 | -1/+1 |
* | oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (w... | Nicholas Clark | 2001-09-05 | 1 | -12/+26 |
* | Make crypt() do something more sane for Unicode | Jarkko Hietaniemi | 2001-09-03 | 1 | -1/+17 |
* | Rename the variable: it *used* to be (wrongly) that the | Jarkko Hietaniemi | 2001-09-02 | 1 | -1/+1 |
* | pp_modulo | Nicholas Clark | 2001-08-30 | 1 | -39/+67 |
* | Changes USE_THREADS to USE_5005THREADS in the entire source. | Artur Bergman | 2001-08-27 | 1 | -8/+8 |
* | 64 bit integer preserving pp_divide | Nicholas Clark | 2001-08-22 | 1 | -20/+102 |
* | New try for ID 20010407.006: detach the semantics | Jarkko Hietaniemi | 2001-08-18 | 1 | -0/+2 |
* | Fix for 20010407.008 sprintf removes utf8-ness. | Jarkko Hietaniemi | 2001-08-16 | 1 | -0/+2 |
* | pp_lock | Arthur Bergman | 2001-08-15 | 1 | -0/+5 |
* | Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work. | Jarkko Hietaniemi | 2001-08-11 | 1 | -4/+8 |
* | (retracted by 13077) | Robin Houston | 2001-08-11 | 1 | -2/+4 |
* | [patch] ithreads + refto fix improvement | Doug MacEachern | 2001-08-02 | 1 | -2/+2 |
* | [patch] ithreads + refto bug | Doug MacEachern | 2001-08-01 | 1 | -1/+1 |
* | split()'s unused captures should be undef, not '' | Jeff Pinyan | 2001-07-29 | 1 | -2/+6 |
* | win32 fixes: fix various syntax errors ("no preprocessor directives | Gurusamy Sarathy | 2001-07-02 | 1 | -2/+2 |
* | Fixes compile errors in four files | Richard Soderberg | 2001-06-29 | 1 | -1/+1 |
* | 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 |