summaryrefslogtreecommitdiff
path: root/pp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* integrate cfgperl changes#6293..6324 into mainlineGurusamy Sarathy2000-07-111-1/+1
* integrate cfgperl changes#6252..6260 into mainlineGurusamy Sarathy2000-07-111-1/+7
* integrate cfgperl changes#6207..6210 into mainlineGurusamy Sarathy2000-07-111-18/+1
* buggy modulus on UVs introduced by change#3378 (resulted inGurusamy Sarathy2000-05-311-2/+2
* change#2879 broke rvalue autovivification of magicals such as ${$num}Gurusamy Sarathy2000-05-281-6/+14
* reverse() and quotemeta() weren't preserving utf8-ness; add testsGurusamy Sarathy2000-05-071-4/+3
* repeat operator (x) doesn't preserve utf8-nessGurusamy Sarathy2000-05-071-3/+6
* substr() does not preserve utf8-ness (from Stefan EissingGurusamy Sarathy2000-05-071-4/+4
* change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix itGurusamy Sarathy2000-05-021-0/+2
* fix for missed accounting for null byte in pack("Z",...) (fromGurusamy Sarathy2000-04-281-1/+2
* Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.Jarkko Hietaniemi2000-04-241-8/+1
* Various Unicos 10.0.0.6 fixes.Mark P Lutz2000-04-241-2/+6
* autovivify open($fh[0],...) properlyGurusamy Sarathy2000-03-201-1/+1
* Solaris long double fixes from Alan Burlison.Jarkko Hietaniemi2000-03-131-1/+1
* avoid warningGurusamy Sarathy2000-03-061-1/+1
* prototype changes for eventually supporting C<binmode(F, ":raw")>Gurusamy Sarathy2000-03-051-1/+1
* fixes for most warnings identified by gcc -WallGurusamy Sarathy2000-03-051-12/+12
* scan_num() sticks to UVs rather than IVs (now -2147483648 doesn'tGurusamy Sarathy2000-03-051-3/+17
* workaround for Tru64 compiler bug (cleaner fix will haveJarkko Hietaniemi2000-03-021-0/+15
* Couple of math functions need to be Perl_ so thatJarkko Hietaniemi2000-03-011-3/+3
* Lift the 32-bit straightjacket from bit ops;Jarkko Hietaniemi2000-02-281-65/+26
* More UTF8_MAXLEN fixesGisle Aas2000-02-241-3/+3