summaryrefslogtreecommitdiff
path: root/pp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* This seems to be a stage sane and stable enough to checkin.Jarkko Hietaniemi2000-12-151-732/+42
* faster and 64 bit preserving arithmeticNicholas Clark2000-12-141-42/+732
* Re: [Fwd: BUG 20001205.022] Local on Hash elementsSimon Cozens2000-12-111-2/+10
* Re: prototype of substrSimon Cozens2000-12-101-1/+1
* dTHR is a nop in 5.6.0 onwards. Ergo, it can go.Jarkko Hietaniemi2000-12-051-2/+0
* Retract #7977, still too volatile (the euphemism of the dayJarkko Hietaniemi2000-12-041-2/+0
* (Retracted by #7978, too shaky yet.)Simon Cozens2000-12-041-0/+2
* Make uv_to_utf8() to zero-terminate its output buffer,Jarkko Hietaniemi2000-12-031-3/+3
* Go ahead and #include <unistd.h> in perl.h.Jarkko Hietaniemi2000-11-221-4/+0
* Integrate mainlineNick Ing-Simmons2000-11-181-2/+6
|\
| * Sparc 64-bit pack() fix from Jens Hamisch.Jarkko Hietaniemi2000-11-181-2/+6
* | Experiment on use of attributes.pm interface.Nick Ing-Simmons2000-11-171-15/+16
|/
* [ID 20001113.003] utf8_to_uv on malformed utf returns wrong valuesYitzchak Scott-Thoennes2000-11-141-2/+2
* Tweak the definition of the bit complement on UTF-8 data:Yitzchak Scott-Thoennes2000-11-131-10/+29
* [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warningYitzchak Scott-Thoennes2000-10-271-2/+2
* Continue the internal UTF-8 API tweaking.Jarkko Hietaniemi2000-10-251-9/+9
* Allow poking holes at the UTF-8 decoding strictness.Jarkko Hietaniemi2000-10-251-2/+2
* Rename UTF8LEN() to be UNISKIP(), too confusing to haveJarkko Hietaniemi2000-10-251-1/+1
* Fix the bug ID 20001024.005, the bug introduced by #7416.Jarkko Hietaniemi2000-10-241-4/+8
* Make the UTF-8 decoding stricter and more verbose whenJarkko Hietaniemi2000-10-241-18/+18
* Don't write double values through long double pointers,Jens Hamisch2000-10-201-4/+17
* Fix a couple of compiler-noted nits in #7235.Jarkko Hietaniemi2000-10-161-15/+15
* Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.Jarkko Hietaniemi2000-10-161-5/+5