2001-11-24 |
Nicholas Clark |
Re: Smoke 13191 /pro/3gl/CPAN/perl-current |
blob | commitdiff |
2001-11-21 |
Nicholas Clark |
spaceship and refs |
blob | commitdiff | diff to current |
2001-11-18 |
Jarkko Hietaniemi |
Retract 11635: close 20011113.110, reopen 20010809... |
blob | commitdiff | diff to current |
2001-10-31 |
Jarkko Hietaniemi |
Extend the effect of the encoding pragma to chr() and... |
blob | commitdiff | diff to current |
2001-10-26 |
Nicholas Clark |
tweak divide |
blob | commitdiff | diff to current |
2001-10-25 |
Nicholas Clark |
remove small IVop redundancy |
blob | commitdiff | diff to current |
2001-10-23 |
Jarkko Hietaniemi |
Negation and Unicode: sort of solves 20010303.010, |
blob | commitdiff | diff to current |
2001-10-23 |
Jarkko Hietaniemi |
Document the final sigma spot. |
blob | commitdiff | diff to current |
2001-10-23 |
Jarkko Hietaniemi |
Fix multicharacter titlecase (ucfirst). |
blob | commitdiff | diff to current |
2001-10-09 |
Jarkko Hietaniemi |
Make the toupper/lower/title API for Unicode not right |
blob | commitdiff | diff to current |
2001-09-23 |
chromatic |
Re: |
blob | commitdiff | diff to current |
2001-09-10 |
Artur Bergman |
Silence some more warnings INT2PTR. |
blob | commitdiff | diff to current |
2001-09-05 |
Nicholas Clark |
oct and hex in glorious 64 bit (with less bugs) (was... |
blob | commitdiff | diff to current |
2001-09-03 |
Jarkko Hietaniemi |
Make crypt() do something more sane for Unicode |
blob | commitdiff | diff to current |
2001-09-02 |
Jarkko Hietaniemi |
Rename the variable: it *used* to be (wrongly) that the |
blob | commitdiff | diff to current |
2001-08-30 |
Nicholas Clark |
pp_modulo |
blob | commitdiff | diff to current |
2001-08-27 |
Artur Bergman |
Changes USE_THREADS to USE_5005THREADS in the entire... |
blob | commitdiff | diff to current |
2001-08-22 |
Nicholas Clark |
64 bit integer preserving pp_divide |
blob | commitdiff | diff to current |
2001-08-18 |
Jarkko Hietaniemi |
New try for ID 20010407.006: detach the semantics |
blob | commitdiff | diff to current |
2001-08-16 |
Jarkko Hietaniemi |
Fix for 20010407.008 sprintf removes utf8-ness. |
blob | commitdiff | diff to current |
2001-08-15 |
Arthur Bergman |
pp_lock |
blob | commitdiff | diff to current |
2001-08-11 |
Jarkko Hietaniemi |
Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quote... |
blob | commitdiff | diff to current |
2001-08-11 |
Robin Houston |
(retracted by 13077) |
blob | commitdiff | diff to current |
2001-08-02 |
Doug MacEachern |
[patch] ithreads + refto fix improvement |
blob | commitdiff | diff to current |
2001-08-01 |
Doug MacEachern |
[patch] ithreads + refto bug |
blob | commitdiff | diff to current |
2001-07-29 |
Jeff Pinyan |
split()'s unused captures should be undef, not '' |
blob | commitdiff | diff to current |
2001-07-06 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
2001-07-02 |
Gurusamy Sarathy |
win32 fixes: fix various syntax errors ("no preprocesso... |
blob | commitdiff | diff to current |
2001-06-29 |
Richard Soderberg |
Fixes compile errors in four files |
blob | commitdiff | diff to current |
2001-06-21 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
2001-06-21 |
Richard Soderberg |
Step 2: Use the new PM_GETRE/SETRE macros everywhere. |
blob | commitdiff | diff to current |
2001-06-18 |
Jarkko Hietaniemi |
Split off the pack/unpack code, from Nicholas Clark. |
blob | commitdiff | diff to current |
2001-06-09 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
2001-06-08 |
Jarkko Hietaniemi |
Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG. |
blob | commitdiff | diff to current |
2001-06-03 |
Jarkko Hietaniemi |
Integrate change #10412 from maintperl; locale is now |
blob | commitdiff | diff to current |
2001-05-31 |
Jarkko Hietaniemi |
Salvage bits and pieces from the experimental 'utf8... |
blob | commitdiff | diff to current |
2001-05-30 |
Jarkko Hietaniemi |
More -Wall sweeping. |
blob | commitdiff | diff to current |
2001-05-25 |
Simon Cozens |
Based on |
blob | commitdiff | diff to current |
2001-05-20 |
Dave Mitchell |
[LARGE!] symbolic magic |
blob | commitdiff | diff to current |
2001-05-15 |
Jarkko Hietaniemi |
Fix for 20010514.037; substr() didn't invalidate the... |
blob | commitdiff | diff to current |
2001-05-14 |
Jarkko Hietaniemi |
Reference cmp'ing should go through the whole stringifi... |
blob | commitdiff | diff to current |
2001-04-23 |
Robin Houston |
bug 20010423.002 |
blob | commitdiff | diff to current |
2001-04-11 |
Simon Cozens |
prototype("CORE::recv") |
blob | commitdiff | diff to current |
2001-04-05 |
David Dyck |
bleadperl / hex ignores variable length and/or tr doesn... |
blob | commitdiff | diff to current |
2001-03-28 |
Jarkko Hietaniemi |
pp_ne() needs a CORRECT boolean. |
blob | commitdiff | diff to current |
2001-03-28 |
Jarkko Hietaniemi |
pp_ne() needs a boolean, not an integer. |
blob | commitdiff | diff to current |
2001-03-28 |
Jarkko Hietaniemi |
(Retracted by #9404.) |
blob | commitdiff | diff to current |
2001-03-28 |
Jarkko Hietaniemi |
Extend the SvROK() testing also to pp_ne(), pointed... |
blob | commitdiff | diff to current |
2001-03-26 |
Jarkko Hietaniemi |
pp_ncmp() and pp_scmp() should return numeric values... |
blob | commitdiff | diff to current |
2001-03-26 |
Jarkko Hietaniemi |
Treat pp_ncmp() and pp_scmp() as in #9366 (ROK). |
blob | commitdiff | diff to current |
2001-03-24 |
Nick Ing-Simmons |
Integrate mainline. |
blob | commitdiff | diff to current |
2001-03-24 |
Robin Houston |
Re: B::Deparse bug (5.6.0) |
blob | commitdiff | diff to current |
2001-03-21 |
Jarkko Hietaniemi |
The #9270 would have leaked a scalar if pp_substr() |
blob | commitdiff | diff to current |
2001-03-21 |
Jarkko Hietaniemi |
Continue 4-arg substr() UTF-8 fixage. |
blob | commitdiff | diff to current |
2001-03-19 |
Jarkko Hietaniemi |
substr($bytestr, i, n, $charstr) |
blob | commitdiff | diff to current |
2001-03-17 |
Nick Ing-Simmons |
Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT |
blob | commitdiff | diff to current |
2001-03-13 |
Jarkko Hietaniemi |
Integrate perlio: |
blob | commitdiff | diff to current |
2001-03-13 |
Nick Ing-Simmons |
#ifdef'ed out code to make packed side of pack/unpack |
blob | commitdiff | diff to current |
2001-03-10 |
Nick Ing-Simmons |
EBCDIC sanity - phase I |
blob | commitdiff | diff to current |
2001-03-07 |
Radu Greab |
Re: [ID 20010305.012] chop() against list assignment... |
blob | commitdiff | diff to current |
2001-02-28 |
Jarkko Hietaniemi |
Retract #8865 and #8869, un?pack C now again agree... |
blob | commitdiff | diff to current |
2001-02-28 |
Tim Jenness |
Re: sync sync sync: have I missed any patches? |
blob | commitdiff | diff to current |
2001-02-21 |
Jarkko Hietaniemi |
Retract #8875, cannot let go of the old semantics of... |
blob | commitdiff | diff to current |
2001-02-21 |
Jarkko Hietaniemi |
Make unpack C and unpack U truly equivalent. |
blob | commitdiff | diff to current |
2001-02-21 |
Jarkko Hietaniemi |
unpack("C", ...) was left slightly unfinished by #8865. |
blob | commitdiff | diff to current |
2001-02-21 |
Jarkko Hietaniemi |
Make pack("C", 0x100) to create Unicode, unless under the |
blob | commitdiff | diff to current |
2001-02-20 |
Jarkko Hietaniemi |
Integrate pureperl changes #8844,8845,8850 to mainline |
blob | commitdiff | diff to current |
2001-02-08 |
Charles Bailey |
SYN SYN |
blob | commitdiff | diff to current |
2001-01-31 |
Nicholas Clark |
Re: [PATCH] Re: [ID 20010105.023] numeric problems... |
blob | commitdiff | diff to current |
2001-01-27 |
Jarkko Hietaniemi |
Forgot from #8545. Oops. |
blob | commitdiff | diff to current |
2001-01-24 |
Charles Bailey |
SYN SYN |
blob | commitdiff | diff to current |
2001-01-17 |
Roca, Ignasi |
lib/tie-substrhash.t FAILED at test 11 |
blob | commitdiff | diff to current |
2001-01-15 |
Jarkko Hietaniemi |
More UTF-8 patches from Inaba Hiroto. |
blob | commitdiff | diff to current |
2001-01-12 |
Stephen McCamant |
Consolidated lvalue sub changes |
blob | commitdiff | diff to current |
2001-01-12 |
Jarkko Hietaniemi |
One more UTF-8 fix from Inaba Hiroto. |
blob | commitdiff | diff to current |
2001-01-09 |
Jarkko Hietaniemi |
save_delete(), err, SAVEDELETE() fixes from Charles... |
blob | commitdiff | diff to current |
2001-01-09 |
Inaba Hiroto |
One more patch for UTF8 |
blob | commitdiff | diff to current |
2001-01-08 |
Charles Bailey |
Once again syncing after too long an absence |
blob | commitdiff | diff to current |
2001-01-05 |
Jarkko Hietaniemi |
UTF-8 cleanup. |
blob | commitdiff | diff to current |
2001-01-05 |
Jarkko Hietaniemi |
Unify UTF-8 malformedness handling. |
blob | commitdiff | diff to current |
2001-01-02 |
Nick Ing-Simmons |
Turn SvUTF8 off if not required in pp_chr and pp_stringify. |
blob | commitdiff | diff to current |
2001-01-01 |
Jarkko Hietaniemi |
Bump up Larry's copyright. |
blob | commitdiff | diff to current |
2000-12-30 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
2000-12-30 |
Inaba Hiroto |
more UTF8 test suites and an UTF8 patch |
blob | commitdiff | diff to current |
2000-12-29 |
Jarkko Hietaniemi |
(Retracted by #8264) More join() testing which was... |
blob | commitdiff | diff to current |
2000-12-28 |
Jarkko Hietaniemi |
The maxiters upper limit sanity check (guarding against |
blob | commitdiff | diff to current |
2000-12-28 |
Jarkko Hietaniemi |
Make some panic messages a bit more logical. |
blob | commitdiff | diff to current |
2000-12-28 |
Simon Cozens |
lvalue AUTOLOAD. No, really. |
blob | commitdiff | diff to current |
2000-12-15 |
Jarkko Hietaniemi |
Return of the IVUV-preservation, now seems to be happy... |
blob | commitdiff | diff to current |
2000-12-15 |
Jarkko Hietaniemi |
This seems to be a stage sane and stable enough to... |
blob | commitdiff | diff to current |
2000-12-14 |
Nicholas Clark |
faster and 64 bit preserving arithmetic |
blob | commitdiff | diff to current |
2000-12-11 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
2000-12-11 |
Simon Cozens |
Re: [Fwd: BUG 20001205.022] Local on Hash elements |
blob | commitdiff | diff to current |
2000-12-10 |
Simon Cozens |
Re: prototype of substr |
blob | commitdiff | diff to current |
2000-12-05 |
Jarkko Hietaniemi |
dTHR is a nop in 5.6.0 onwards. Ergo, it can go. |
blob | commitdiff | diff to current |
2000-12-04 |
Jarkko Hietaniemi |
Retract #7977, still too volatile (the euphemism of... |
blob | commitdiff | diff to current |
2000-12-04 |
Simon Cozens |
(Retracted by #7978, too shaky yet.) |
blob | commitdiff | diff to current |
2000-12-03 |
Jarkko Hietaniemi |
Make uv_to_utf8() to zero-terminate its output buffer, |
blob | commitdiff | diff to current |
2000-11-22 |
Jarkko Hietaniemi |
Go ahead and #include <unistd.h> in perl.h. |
blob | commitdiff | diff to current |
2000-11-18 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
next |