| Commit message (Expand) | Author | Age | Files | Lines |
* | dTHR is a nop in 5.6.0 onwards. Ergo, it can go. | Jarkko Hietaniemi | 2000-12-05 | 1 | -2/+0 |
* | Retract #7977, still too volatile (the euphemism of the day | Jarkko Hietaniemi | 2000-12-04 | 1 | -2/+0 |
* | (Retracted by #7978, too shaky yet.) | Simon Cozens | 2000-12-04 | 1 | -0/+2 |
* | Make uv_to_utf8() to zero-terminate its output buffer, | Jarkko Hietaniemi | 2000-12-03 | 1 | -3/+3 |
* | Go ahead and #include <unistd.h> in perl.h. | Jarkko Hietaniemi | 2000-11-22 | 1 | -4/+0 |
* | Integrate mainline | Nick Ing-Simmons | 2000-11-18 | 1 | -2/+6 |
|\ |
|
| * | Sparc 64-bit pack() fix from Jens Hamisch. | Jarkko Hietaniemi | 2000-11-18 | 1 | -2/+6 |
* | | Experiment on use of attributes.pm interface. | Nick Ing-Simmons | 2000-11-17 | 1 | -15/+16 |
|/ |
|
* | [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values | Yitzchak Scott-Thoennes | 2000-11-14 | 1 | -2/+2 |
* | Tweak the definition of the bit complement on UTF-8 data: | Yitzchak Scott-Thoennes | 2000-11-13 | 1 | -10/+29 |
* | [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning | Yitzchak Scott-Thoennes | 2000-10-27 | 1 | -2/+2 |
* | Continue the internal UTF-8 API tweaking. | Jarkko Hietaniemi | 2000-10-25 | 1 | -9/+9 |
* | Allow poking holes at the UTF-8 decoding strictness. | Jarkko Hietaniemi | 2000-10-25 | 1 | -2/+2 |
* | Rename UTF8LEN() to be UNISKIP(), too confusing to have | Jarkko Hietaniemi | 2000-10-25 | 1 | -1/+1 |
* | Fix the bug ID 20001024.005, the bug introduced by #7416. | Jarkko Hietaniemi | 2000-10-24 | 1 | -4/+8 |
* | Make the UTF-8 decoding stricter and more verbose when | Jarkko Hietaniemi | 2000-10-24 | 1 | -18/+18 |
* | Don't write double values through long double pointers, | Jens Hamisch | 2000-10-20 | 1 | -4/+17 |
* | Fix a couple of compiler-noted nits in #7235. | Jarkko Hietaniemi | 2000-10-16 | 1 | -15/+15 |
* | Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8. | Jarkko Hietaniemi | 2000-10-16 | 1 | -5/+5 |
* | Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8. | Simon Cozens | 2000-10-15 | 1 | -0/+32 |
* | split() utf8 fixes. Should fix both 20001014.001 and 20000426.003. | Jarkko Hietaniemi | 2000-10-15 | 1 | -14/+19 |
* | Slight tweak of the code to appease Amdahl UTS cc. | Jarkko Hietaniemi | 2000-10-13 | 1 | -1/+2 |
* | UTF8ize split() so that the cloned substrings get the UTF8 | Jarkko Hietaniemi | 2000-10-06 | 1 | -0/+15 |
* | Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075. | Nick Ing-Simmons | 2000-09-30 | 1 | -7/+7 |
* | continued -Wformat support | Robin Barker | 2000-09-14 | 1 | -1/+1 |
* | Batch of UTF-8 patches from Simon Cozens. | Jarkko Hietaniemi | 2000-09-14 | 1 | -7/+7 |
* | The numeric locale was reset to "C" by s?printf and never restored. | Christian Kirsch | 2000-08-16 | 1 | -2/+2 |
* | Augment #6539 a bit: don't croak if there's magic in the air. | Hugo van der Sanden | 2000-08-08 | 1 | -3/+1 |
* | Make bless(REF, REF) a fatal error, add bless tests. | Hugo van der Sanden | 2000-08-07 | 1 | -1/+7 |
* | Make chr() for values >127 to create utf8 when under utf8. | Simon Cozens | 2000-08-01 | 1 | -1/+1 |
* | Fix *foo{FORMAT}. | Jarkko Hietaniemi | 2000-07-26 | 1 | -0/+3 |
* | enable UTF-16 filter by default if relevant BOM is seen; various | Gurusamy Sarathy | 2000-07-14 | 1 | -1/+1 |
* | integrate cfgperl changes#6293..6324 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -1/+1 |
* | integrate cfgperl changes#6252..6260 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -1/+7 |
* | integrate cfgperl changes#6207..6210 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -18/+1 |
* | buggy modulus on UVs introduced by change#3378 (resulted in | Gurusamy Sarathy | 2000-05-31 | 1 | -2/+2 |
* | change#2879 broke rvalue autovivification of magicals such as ${$num} | Gurusamy Sarathy | 2000-05-28 | 1 | -6/+14 |
* | reverse() and quotemeta() weren't preserving utf8-ness; add tests | Gurusamy Sarathy | 2000-05-07 | 1 | -4/+3 |
* | repeat operator (x) doesn't preserve utf8-ness | Gurusamy Sarathy | 2000-05-07 | 1 | -3/+6 |
* | substr() does not preserve utf8-ness (from Stefan Eissing | Gurusamy Sarathy | 2000-05-07 | 1 | -4/+4 |
* | change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it | Gurusamy Sarathy | 2000-05-02 | 1 | -0/+2 |
* | fix for missed accounting for null byte in pack("Z",...) (from | Gurusamy Sarathy | 2000-04-28 | 1 | -1/+2 |
* | Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL. | Jarkko Hietaniemi | 2000-04-24 | 1 | -8/+1 |
* | Various Unicos 10.0.0.6 fixes. | Mark P Lutz | 2000-04-24 | 1 | -2/+6 |
* | autovivify open($fh[0],...) properly | Gurusamy Sarathy | 2000-03-20 | 1 | -1/+1 |
* | Solaris long double fixes from Alan Burlison. | Jarkko Hietaniemi | 2000-03-13 | 1 | -1/+1 |
* | avoid warning | Gurusamy Sarathy | 2000-03-06 | 1 | -1/+1 |
* | prototype changes for eventually supporting C<binmode(F, ":raw")> | Gurusamy Sarathy | 2000-03-05 | 1 | -1/+1 |
* | fixes for most warnings identified by gcc -Wall | Gurusamy Sarathy | 2000-03-05 | 1 | -12/+12 |
* | scan_num() sticks to UVs rather than IVs (now -2147483648 doesn't | Gurusamy Sarathy | 2000-03-05 | 1 | -3/+17 |