summaryrefslogtreecommitdiff
path: root/doop.c
Commit message (Expand)AuthorAgeFilesLines
* As far as I can tell these functions have been Unicodified.Jarkko Hietaniemi2001-09-031-5/+5
* Unnecessary downgrades.Jarkko Hietaniemi2001-08-121-5/+0
* More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.Jarkko Hietaniemi2001-05-301-5/+5
* Re: [PATCH doop.c] unused variable in Perl_do_joinNicholas Clark2001-05-301-1/+2
* Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,Jarkko Hietaniemi2001-05-301-1/+2
* Re: 5.6.*, bleadperl: bugs in pp_concatHugo van der Sanden2001-05-261-3/+5
* [LARGE!] symbolic magicDave Mitchell2001-05-201-2/+2
* Chomp should not always stringifyGisle Aas2001-05-201-4/+4
* In character classes one couldn't have 0x80..0xff charactersJarkko Hietaniemi2001-04-291-4/+4
* Integrate changes #9544,9547,9549(perlio),9550,9551 fromJarkko Hietaniemi2001-04-051-0/+1
|\
| * Various EBCDIC fixes:Nick Ing-Simmons2001-03-271-13/+13
* | Integrate perlio:Jarkko Hietaniemi2001-03-271-13/+13
|/
* Integrate mainline.Nick Ing-Simmons2001-03-191-6/+22
|\
| * UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.Jarkko Hietaniemi2001-03-191-6/+22
* | More EBCDIC fixes.Nick Ing-Simmons2001-03-191-6/+12
|/
* Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when thatNick Ing-Simmons2001-03-181-1/+1
* tr/// UTF-8 patches from Inaba Hiroto.Jarkko Hietaniemi2001-03-181-1/+3
* Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANTNick Ing-Simmons2001-03-171-2/+2
* EBCDIC sanity - phase INick Ing-Simmons2001-03-101-28/+29
* More tr/// UTF-8 fixes from Inaba Hiroto.Jarkko Hietaniemi2001-03-041-3/+3
* UTF8 tr/// fixes from Inaba Hiroto.Jarkko Hietaniemi2001-03-031-9/+43
* Re: sync sync sync: have I missed any patches?Tim Jenness2001-02-281-1/+1
* [patch] -WallDoug MacEachern2001-02-171-1/+0
* More MacOS Classic fixes from Chris Nandor.Jarkko Hietaniemi2001-02-141-0/+4
* Consolidated lvalue sub changesStephen McCamant2001-01-121-2/+2
* Re: more UTF8 test suites and an UTF8 patchInaba Hiroto2001-01-101-6/+6
* One more patch for UTF8 Inaba Hiroto2001-01-091-40/+105
* Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful Simon Cozens2001-01-051-4/+1
* UTF-8 cleanup.Jarkko Hietaniemi2001-01-051-4/+4
* Unify UTF-8 malformedness handling.Jarkko Hietaniemi2001-01-051-9/+9
* Bump up Larry's copyright.Jarkko Hietaniemi2001-01-011-1/+1
* more UTF8 test suites and an UTF8 patchInaba Hiroto2000-12-301-147/+186
* (Retracted by #8264) Externally: join() was still quite UTF-8-unaware.Jarkko Hietaniemi2000-12-291-5/+2
* Make some panic messages a bit more logical.Jarkko Hietaniemi2000-12-281-3/+3
* Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmfulSimon Cozens2000-12-081-10/+4
* dTHR is a nop in 5.6.0 onwards. Ergo, it can go.Jarkko Hietaniemi2000-12-051-13/+0
* 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