This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
More srand entry tweakage based on Randal's suggestion.
[perl5.git] / utf8.c
2001-08-27 Simon CozensCustom Ops
2001-05-31 Jarkko HietaniemiSalvage bits and pieces from the experimental 'utf8...
2001-05-30 Jarkko HietaniemiMore -Wall sweeping.
2001-05-29 Jarkko HietaniemiFix Perl_swash_init & Perl_swash_fetch to save ERRSV...
2001-04-29 Jarkko HietaniemiIn character classes one couldn't have 0x80..0xff chara...
2001-04-19 Jarkko HietaniemiA better fix for the \x{12345678} trouble from NI-S.
2001-04-18 Jarkko HietaniemiWorkaround for the "\x{12345678}" plus s/(.)/$1/g plus...
2001-04-16 Prymmer/Kahnupdates to apidoc in utf8.c
2001-03-28 Jarkko HietaniemiIntegrate perlio:
2001-03-28 Nick Ing-SimmonsMore EBCDIC tweaks:
2001-03-27 Jarkko HietaniemiIntegrate perlio:
2001-03-27 Nick Ing-SimmonsVarious EBCDIC fixes:
2001-03-20 Nick Ing-SimmonsMore EBCDIC stuff:
2001-03-19 Nick Ing-SimmonsMore EBCDIC fixes.
2001-03-18 Nick Ing-SimmonsUTF-X encoding invariance for Encode:
2001-03-17 Nick Ing-SimmonsCorrect #if EBCDIC side typos.
2001-03-17 Nick Ing-SimmonsInfrastructure to use UTF-EBCDIC rather than UTF-8...
2001-03-16 Nick Ing-SimmonsEBCDIC Fixes.
2001-03-11 Nick Ing-SimmonsAudit #ifdef EBCDIC and #ifndef ASCIIish, replace latte...
2001-03-10 Nick Ing-SimmonsEBCDIC sanity - phase I
2001-03-09 Peter PrymmerRe: Unicode/EBCDIC
2001-02-25 Jarkko HietaniemiA comment tweak.
2001-02-18 Jarkko HietaniemiFix for "[ID 20010213.005] utf8 + localized hash elems...
2001-02-18 Jarkko HietaniemiUTF-8 tweaks.
2001-02-08 Charles BaileySYN SYN
2001-01-31 Jarkko HietaniemiMacrofy a magic UTF-8 test.
2001-01-30 Jarkko HietaniemiUTF-8 nit from Inaba Hiroto.
2001-01-28 Jarkko HietaniemiPatch from Inaba Hiroto:
2001-01-24 Charles BaileySYN SYN
2001-01-16 Simon CozensRe: API Cleanup
2001-01-09 Inaba HirotoOne more patch for UTF8
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2001-01-05 Jarkko HietaniemiDo away with strncpy() and a fixed length buffer.
2001-01-05 Jarkko HietaniemiUnify UTF-8 malformedness handling.
2001-01-02 Jarkko HietaniemiUse the UTF8_XXX macros in is_utf8_char(), a performanc...
2001-01-01 Jarkko HietaniemiBump up Larry's copyright.
2000-12-30 Jarkko HietaniemiSignedness nit.
2000-12-30 Nick Ing-SimmonsIntegrate mainline
2000-12-30 Inaba Hirotomore UTF8 test suites and an UTF8 patch
2000-12-29 Jarkko Hietaniemi(Retracted by #8264) More join() testing which was...
2000-12-08 Jarkko HietaniemiDo not return the Unicode replacement character if...
2000-12-08 Simon CozensRe: ebcdic <-> ascii tables interjected in uv <-> utf8...
2000-12-08 Jarkko HietaniemiUse the UTF8 macros a bit. They can't be used with...
2000-12-08 Jarkko HietaniemiIntroduce macros for UTF8 decoding.
2000-12-07 Jarkko HietaniemiDocument utf8_to_uv() better.
2000-12-07 Jarkko HietaniemiDocument utf8_length(), utf8_distance(), and utf8_hop().
2000-12-05 Jarkko HietaniemiSplit off the UTF-8 decoder tests, make them to check...
2000-12-05 Jarkko HietaniemidTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-12-03 Jarkko HietaniemiMake uv_to_utf8() to zero-terminate its output buffer,
2000-12-01 Jarkko HietaniemiGet the three different space character classes right...
2000-11-30 Peter PrymmerRe: question about retlen in utf8.c:Perl_utf8_to_uv()
2000-11-29 Jarkko HietaniemiThis should have been part of #7872: no need to scan...
2000-11-26 Jarkko HietaniemiNo need to scan till infinity, 13 is enough.
2000-11-26 Jarkko HietaniemiMake utf8_length() and utf8_distance() (the latter...
2000-11-18 Jarkko HietaniemiIntroduce Perl_utf8_length(). Use it.
2000-11-15 Peter Prymmerhush warnings about malformed EBCDIC text
2000-11-15 Jarkko HietaniemiQuit utf8_to_uv() instantly if curlen == 0.
2000-11-15 Jens HamischUse UINT64_C().
2000-11-14 Yitzchak Scott-Tho... [ID 20001113.003] utf8_to_uv on malformed utf returns...
2000-11-13 Jarkko HietaniemiPlacate nervous compilers that see longer than ints...
2000-11-07 Yitzchak Scott-Tho... Varargs don't always work too well if one puts an unsigned
2000-11-01 Jarkko Hietaniemiprintf UVs the correct way, noticed by Robin Barker.
2000-10-29 Jarkko HietaniemiUTF-8 decoder tweak.
2000-10-25 Jarkko HietaniemiContinue the internal UTF-8 API tweaking.
2000-10-25 Jarkko HietaniemiAllow poking holes at the UTF-8 decoding strictness.
2000-10-25 Jarkko HietaniemiRename UTF8LEN() to be UNISKIP(), too confusing to...
2000-10-24 Andreas KönigFix the bug reported in
2000-10-24 Jarkko HietaniemiMake the UTF-8 decoding stricter and more verbose when
2000-10-20 Charles BaileySYN SYN
2000-10-13 Jarkko HietaniemiThinko in #7222.
2000-10-13 Jarkko HietaniemiUse UTF8SKIP(), from Simon Cozens.
2000-10-06 Jarkko HietaniemiThe HINT_BYTE patch is apparently unnecessary, retracted.
2000-10-06 Jarkko HietaniemiPatch from Peter Prymmer to disable utf8 in EBCDIC...
2000-09-30 Nick Ing-SimmonsRe-instate Perl_utf8_to_uv without checking parameter...
2000-09-14 Simon Cozensutf8.c apidoc
2000-09-14 Spider BoardmanReplace #7084 with
2000-09-14 Simon CozensUTF8-encoded version of 256 is 0xc4 0x80; test that...
2000-09-14 Jarkko HietaniemiBatch of UTF-8 patches from Simon Cozens.
2000-09-07 Marc LehmannFix for
2000-09-07 Marc Lehmannsmall apidoc fix
2000-09-01 Mike GuyFix vec() / utf8 (was Re: bitvec ops still broken...
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-08-01 Gurusamy Sarathyvarious syntax errors and such (not fixed: comp/require...
2000-07-31 Jarkko HietaniemiThe swallow_bom() saga continues. The #23 of require.t
2000-07-29 Jarkko HietaniemiTune the comments and hopefully stop a memory leak.
2000-07-25 M. J. T. GuyGet UTF16 BOMs working. Patch from
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6242..6249 into mainline
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6231..6240 into mainline
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6220..6222 into mainline
2000-06-27 Simon Cozensis_utf8_string
2000-06-27 Simon Cozensbytes<->utf8 fixes
2000-06-25 Jarkko HietaniemiTweak embed.pl, regen headers.
2000-06-23 Simon CozensRemove tr///CU (the feature is to be obsoleted by bette...
2000-05-31 Jarkko Hietaniemimicroperl changes from Simon Cozens; Makefile for microperl
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-03-13 Gurusamy Sarathymake the is_utf8_*() safe for use on invalid utf8 ...
2000-03-09 Gurusamy Sarathydemand-load utf8.pm in swash routines
2000-02-19 Gurusamy Sarathyallocate sufficient buffer sizes for 64-bit wide utf8...
2000-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
next