summaryrefslogtreecommitdiff
path: root/pp.c
Commit message (Expand)AuthorAgeFilesLines
* Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.Jarkko Hietaniemi2001-06-081-0/+18
* Integrate change #10412 from maintperl; locale is nowJarkko Hietaniemi2001-06-031-13/+13
* Salvage bits and pieces from the experimental 'utf8 everywhere'Jarkko Hietaniemi2001-05-311-1/+1
* More -Wall sweeping.Jarkko Hietaniemi2001-05-301-10/+10
* Based onSimon Cozens2001-05-251-3/+20
* [LARGE!] symbolic magicDave Mitchell2001-05-201-14/+17
* Fix for 20010514.037; substr() didn't invalidate the localeJarkko Hietaniemi2001-05-151-0/+3
* Reference cmp'ing should go through the whole stringificationJarkko Hietaniemi2001-05-141-6/+0
* bug 20010423.002Robin Houston2001-04-231-1/+3
* prototype("CORE::recv")Simon Cozens2001-04-111-2/+4
* bleadperl / hex ignores variable length and/or tr doesn't null terminate ( ...David Dyck2001-04-051-11/+11
* pp_ne() needs a CORRECT boolean.Jarkko Hietaniemi2001-03-281-1/+1
* pp_ne() needs a boolean, not an integer.Jarkko Hietaniemi2001-03-281-2/+2
* (Retracted by #9404.)Jarkko Hietaniemi2001-03-281-1/+1
* Extend the SvROK() testing also to pp_ne(), pointed out byJarkko Hietaniemi2001-03-281-0/+6
* pp_ncmp() and pp_scmp() should return numeric values, not booleans.Jarkko Hietaniemi2001-03-261-2/+2
* Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).Jarkko Hietaniemi2001-03-261-0/+12
* Re: B::Deparse bug (5.6.0)Robin Houston2001-03-241-0/+10
* The #9270 would have leaked a scalar if pp_substr()Jarkko Hietaniemi2001-03-211-7/+11
* Continue 4-arg substr() UTF-8 fixage.Jarkko Hietaniemi2001-03-211-13/+29
* substr($bytestr, i, n, $charstr)Jarkko Hietaniemi2001-03-191-1/+6
* Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANTNick Ing-Simmons2001-03-171-2/+3
* #ifdef'ed out code to make packed side of pack/unpackNick Ing-Simmons2001-03-131-1/+4
* EBCDIC sanity - phase INick Ing-Simmons2001-03-101-21/+28
* Re: [ID 20010305.012] chop() against list assignment returns char chopped fro...Radu Greab2001-03-071-3/+4
* Retract #8865 and #8869, un?pack C now again agree with Camel 3Jarkko Hietaniemi2001-02-281-70/+13
* Re: sync sync sync: have I missed any patches?Tim Jenness2001-02-281-112/+112
* Retract #8875, cannot let go of the old semantics of unpack UJarkko Hietaniemi2001-02-211-5/+30
* Make unpack C and unpack U truly equivalent.Jarkko Hietaniemi2001-02-211-30/+5
* unpack("C", ...) was left slightly unfinished by #8865.Jarkko Hietaniemi2001-02-211-2/+4
* Make pack("C", 0x100) to create Unicode, unless under theJarkko Hietaniemi2001-02-211-13/+68
* Integrate pureperl changes #8844,8845,8850 to mainlineJarkko Hietaniemi2001-02-201-1/+1
* Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIXNicholas Clark2001-01-311-111/+83
* Forgot from #8545. Oops.Jarkko Hietaniemi2001-01-271-1/+1
* lib/tie-substrhash.t FAILED at test 11Roca, Ignasi2001-01-171-0/+1
* More UTF-8 patches from Inaba Hiroto.Jarkko Hietaniemi2001-01-151-10/+7
* Consolidated lvalue sub changesStephen McCamant2001-01-121-9/+20
* One more UTF-8 fix from Inaba Hiroto.Jarkko Hietaniemi2001-01-121-1/+2
* save_delete(), err, SAVEDELETE() fixes from Charles Lane.Jarkko Hietaniemi2001-01-091-1/+1
* One more patch for UTF8 Inaba Hiroto2001-01-091-1/+2
* UTF-8 cleanup.Jarkko Hietaniemi2001-01-051-6/+7
* Unify UTF-8 malformedness handling.Jarkko Hietaniemi2001-01-051-7/+4
* Turn SvUTF8 off if not required in pp_chr and pp_stringify.Nick Ing-Simmons2001-01-021-10/+13
* Bump up Larry's copyright.Jarkko Hietaniemi2001-01-011-1/+1
* more UTF8 test suites and an UTF8 patchInaba Hiroto2000-12-301-4/+10
* (Retracted by #8264) More join() testing which was good becauseJarkko Hietaniemi2000-12-291-9/+3
* The maxiters upper limit sanity check (guarding againstJarkko Hietaniemi2000-12-281-12/+13
* Make some panic messages a bit more logical.Jarkko Hietaniemi2000-12-281-1/+1
* lvalue AUTOLOAD. No, really.Simon Cozens2000-12-281-2/+6
* Return of the IVUV-preservation, now seems to be happy evenJarkko Hietaniemi2000-12-151-42/+732