summaryrefslogtreecommitdiff
path: root/doop.c
Commit message (Expand)AuthorAgeFilesLines
* Retract #7977, still too volatile (the euphemism of the dayJarkko Hietaniemi2000-12-041-4/+1
* (Retracted by #7978, too shaky yet.)Simon Cozens2000-12-041-1/+4
* [PATCH] doop.c - UTF8 tr/// Simon Cozens2000-11-201-18/+34
* [ID 20001113.003] utf8_to_uv on malformed utf returns wrong valuesYitzchak Scott-Thoennes2000-11-141-6/+6
* Tweak the definition of the bit complement on UTF-8 data:Yitzchak Scott-Thoennes2000-11-131-1/+1
* Be more lenient on bad UTF-8 when doing bit arithmetics.Yitzchak Scott-Thoennes2000-10-311-6/+6
* Continue the internal UTF-8 API tweaking.Jarkko Hietaniemi2000-10-251-12/+11
* Make the UTF-8 decoding stricter and more verbose whenJarkko Hietaniemi2000-10-241-15/+15
* Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.Nick Ing-Simmons2000-09-301-27/+27
* Batch of UTF-8 patches from Simon Cozens.Jarkko Hietaniemi2000-09-141-10/+10
* Re-allow vec() for characters > 255.Spider Boardman2000-09-081-16/+11
* Fix vec() / utf8 (was Re: bitvec ops still broken with utf8 -- or not?)Mike Guy2000-09-011-2/+23
* Re: [ID 20000821.008] Negitive numbers with vec dumps coreMike Guy2000-08-231-0/+2
* Re: [ID 20000807.008] Double reads considered evil? (deja vu)Mike Guy2000-08-081-1/+1
* tr memory corruption fix from Simon Cozens.Jarkko Hietaniemi2000-08-071-1/+1
* The tr utf8 patching continues.Simon Cozens2000-08-021-0/+2
* Fix the HALF_UPGRADE() macro introduced in #6263.Jarkko Hietaniemi2000-07-301-10/+10
* Fix the bitvector ops for utf8 (tricky since past 7 bitsJarkko Hietaniemi2000-07-151-11/+17
* typos in change#6399, regen headersGurusamy Sarathy2000-07-141-2/+2
* enable UTF-16 filter by default if relevant BOM is seen; variousGurusamy Sarathy2000-07-141-55/+56
* integrate cfgperl changes#6293..6324 into mainlineGurusamy Sarathy2000-07-111-3/+3
* integrate cfgperl changes#6268..6282 into mainlineGurusamy Sarathy2000-07-111-2/+2
* integrate cfgperl changes#6261..6266 into mainlineGurusamy Sarathy2000-07-111-106/+72
* integrate cfgperl changes#6252..6260 into mainlineGurusamy Sarathy2000-07-111-47/+112
* integrate cfgperl changes#6220..6222 into mainlineGurusamy Sarathy2000-07-111-203/+9
* Signals-be-gone for microperl.Jarkko Hietaniemi2000-06-011-0/+2
* Integrate with Sarathy.Jarkko Hietaniemi2000-06-011-1/+5
|\
| * vec() loses numericalness (modified version of patch suggestedGurusamy Sarathy2000-06-011-0/+3
| * counting tr/// corrupts later operation (from M.J.T Guy)Gurusamy Sarathy2000-06-011-1/+2
| * Larry's fix for buggy propagation of utf8-ness in join(); add testGurusamy Sarathy2000-04-241-6/+3
* | microperl changes from Simon Cozens; Makefile for microperlJarkko Hietaniemi2000-05-311-1/+1
* | Integrate with Sarathy.Jarkko Hietaniemi2000-04-241-6/+3
|/
* insufficient buffer in change#5317Gurusamy Sarathy2000-03-121-0/+3
* fixes for most warnings identified by gcc -WallGurusamy Sarathy2000-03-051-3/+3
* make stringwise bitops work properly on utf8 stringsGurusamy Sarathy2000-02-281-0/+68
* More UTF8_MAXLEN fixesGisle Aas2000-02-241-1/+1
* byte mode chop() should clear UTF8 (from Gisle Aas)Gurusamy Sarathy2000-02-201-0/+1
* set SvUTF8 on vectors only if there are chars > 127; update copyrightGurusamy Sarathy2000-02-061-1/+1
* runtime now looks at the SVf_UTF8 bit on the SV to decideGurusamy Sarathy2000-01-311-4/+4
* Continue qgcvt work; closer now but not yet there.Jarkko Hietaniemi2000-01-161-4/+4
* Remove quad logic from perl.h; regen Configure;Jarkko Hietaniemi1999-10-291-3/+3
* Add a missing #endif forgotten by #4035.Jarkko Hietaniemi1999-08-291-0/+1
* Implement 64-bit vec().Jarkko Hietaniemi1999-08-291-7/+91
* Tighten the vec() code so that naughty BITS cause an error.Jarkko Hietaniemi1999-08-191-5/+5
* Removed duplicated code (in pp.c and mg.c) by introducingJarkko Hietaniemi1999-08-191-5/+71
* fix vec() on magic valuesIan Phillipps1999-07-171-0/+1
* lexical warnings update (warning.t fails one testPaul Marquess1999-07-071-2/+2
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-20/+20
* initial stub implementation of implicit thread/thisGurusamy Sarathy1999-06-071-31/+19
* remove _() non-ansismGurusamy Sarathy1999-06-021-10/+10