This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
No need to overqualify.
[perl5.git] / utf8.c
2002-01-05 Jarkko HietaniemiFinish up (ha!) the Unicode case folding;
2002-01-03 Jarkko HietaniemiMissed the =head1 additions.
2002-01-02 Jarkko HietaniemiOne more iteration of the ibcmp_utf8() interface,
2002-01-02 Jarkko HietaniemiMake ibcmp_utf8() optionally progress in either string for
2002-01-02 Jarkko Hietaniemi-Wall silencing.
2002-01-01 Jarkko HietaniemiMake ibcmp_utf8() more robust and make regmatch() use it.
2002-01-01 Jarkko HietaniemiDocument the to_utf8_*() functions.
2002-01-01 Jarkko HietaniemiRename the variables to be a bit more consistent.
2002-01-01 Jarkko HietaniemiUnnecessary/Lingering UTF8 flag might mess up caseless...
2001-12-30 Jarkko HietaniemiMake that six wrongs.
2001-12-30 Jarkko HietaniemiFour wrongs can make a right.
2001-12-30 Jarkko HietaniemiFix all the C(ommon) case foldings as per CaseFold...
2001-12-21 Jarkko HietaniemiMake using U+FDD0..U+FDEF (noncharacters since Unicode...
2001-12-20 Jarkko HietaniemiFix up the APIs noone hopefully uses.
2001-12-19 Jarkko HietaniemiSome bincompat clawbacks.
2001-12-19 Jarkko HietaniemiCan't printf U8s as UVs.
2001-12-18 Jarkko HietaniemiMake the utf8 malformedness messages more verbose.
2001-12-17 Jarkko HietaniemiDemote the surrogate and non-character errors to warnings.
2001-12-16 Jarkko HietaniemiDisallow also Unicode ranges 0xFDD0..0xFDEF and
2001-12-16 Jarkko HietaniemiMake surrogates illegal also on EBCDIC.
2001-12-16 Jarkko HietaniemiMake creating UTF-8 surrogates a punishable act.
2001-12-14 Jarkko HietaniemiDetypo.
2001-12-14 Jarkko HietaniemiBuffer overflow checks.
2001-12-13 Jarkko HietaniemiUnadorned numbers evil.
2001-12-13 Jarkko HietaniemiIt could be possible for the case-insensitive
2001-12-12 Jarkko HietaniemiMissing argument.
2001-12-11 Jarkko HietaniemiMore UTF-8 API docs.
2001-12-11 Hugo van der SandenRe: [PATCH] tests for hash assignment
2001-12-04 Jarkko HietaniemiI think it's time to call the utf8 code non-test.
2001-12-04 Jarkko HietaniemiRetract #13303, need rethink.
2001-12-03 Jarkko Hietaniemimicroperl casting nit.
2001-11-30 Jarkko HietaniemiUse to_uni_fold (and add changed global.sym)
2001-11-30 Jarkko HietaniemiMake to Unicode character functions to use UVs
2001-11-28 Jarkko HietaniemiFix for "a\x{100}" =~ /A/i.
2001-11-27 Jarkko Hietaniemi(retracted by #13449)
2001-11-19 Jarkko HietaniemiThe _uni_display should not be in dump.c since they
2001-11-14 Jarkko HietaniemiQuieten pgcc 2.91.66 worries.
2001-11-12 Jeffrey Friedla few typo fixes
2001-11-02 Jarkko HietaniemiAdd documentation.
2001-11-02 Jarkko HietaniemiUnicode: add ToFold mapping. Not used yet; but basically
2001-10-26 Jarkko HietaniemiMore logical to use %04"UVXf" than %"UVuf" since
2001-10-21 Jarkko HietaniemiImplement multicharacter case mappings where a single
2001-10-16 Jarkko HietaniemiDocument the problem with the swash_fetch() API that...
2001-10-09 Jarkko HietaniemiMake the toupper/lower/title API for Unicode not right
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
next