summaryrefslogtreecommitdiff
path: root/pp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.Simon Cozens2000-10-151-0/+32
* split() utf8 fixes. Should fix both 20001014.001 and 20000426.003.Jarkko Hietaniemi2000-10-151-14/+19
* Slight tweak of the code to appease Amdahl UTS cc.Jarkko Hietaniemi2000-10-131-1/+2
* UTF8ize split() so that the cloned substrings get the UTF8Jarkko Hietaniemi2000-10-061-0/+15
* Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.Nick Ing-Simmons2000-09-301-7/+7
* continued -Wformat supportRobin Barker2000-09-141-1/+1
* Batch of UTF-8 patches from Simon Cozens.Jarkko Hietaniemi2000-09-141-7/+7
* The numeric locale was reset to "C" by s?printf and never restored.Christian Kirsch2000-08-161-2/+2
* Augment #6539 a bit: don't croak if there's magic in the air.Hugo van der Sanden2000-08-081-3/+1
* Make bless(REF, REF) a fatal error, add bless tests.Hugo van der Sanden2000-08-071-1/+7
* Make chr() for values >127 to create utf8 when under utf8.Simon Cozens2000-08-011-1/+1
* Fix *foo{FORMAT}.Jarkko Hietaniemi2000-07-261-0/+3
* enable UTF-16 filter by default if relevant BOM is seen; variousGurusamy Sarathy2000-07-141-1/+1