Integrate mainline
[p5sagit/p5-mst-13.2.git] / utf8.c
2002-02-01 Nick Ing-Simmons Integrate mainline
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-23 Jarkko Hietaniemi Copyright++. (Not all the toplevel *.h have one, it...
2002-01-09 Jarkko Hietaniemi In dumping use isPRINT() instead of isprint() so that...
2002-01-07 Jarkko Hietaniemi Document the flags of pv_uni_display().
2002-01-07 Jarkko Hietaniemi More regex and utf8 debug dumping.
2002-01-05 Jarkko Hietaniemi Finish up (ha!) the Unicode case folding;
2002-01-03 Jarkko Hietaniemi Missed the =head1 additions.
2002-01-02 Jarkko Hietaniemi One more iteration of the ibcmp_utf8() interface,
2002-01-02 Jarkko Hietaniemi Make ibcmp_utf8() optionally progress in either string for
2002-01-02 Jarkko Hietaniemi -Wall silencing.
2002-01-01 Jarkko Hietaniemi Make ibcmp_utf8() more robust and make regmatch() use it.
2002-01-01 Jarkko Hietaniemi Document the to_utf8_*() functions.
2002-01-01 Jarkko Hietaniemi Rename the variables to be a bit more consistent.
2002-01-01 Jarkko Hietaniemi Unnecessary/Lingering UTF8 flag might mess up caseless...
2001-12-30 Jarkko Hietaniemi Make that six wrongs.
2001-12-30 Jarkko Hietaniemi Four wrongs can make a right.
2001-12-30 Jarkko Hietaniemi Fix all the C(ommon) case foldings as per CaseFold...
2001-12-21 Jarkko Hietaniemi Make using U+FDD0..U+FDEF (noncharacters since Unicode...
2001-12-20 Jarkko Hietaniemi Fix up the APIs noone hopefully uses.
2001-12-19 Jarkko Hietaniemi Some bincompat clawbacks.
2001-12-19 Jarkko Hietaniemi Can't printf U8s as UVs.
2001-12-18 Jarkko Hietaniemi Make the utf8 malformedness messages more verbose.
2001-12-17 Jarkko Hietaniemi Demote the surrogate and non-character errors to warnings.
2001-12-16 Jarkko Hietaniemi Disallow also Unicode ranges 0xFDD0..0xFDEF and
2001-12-16 Jarkko Hietaniemi Make surrogates illegal also on EBCDIC.
2001-12-16 Jarkko Hietaniemi Make creating UTF-8 surrogates a punishable act.
2001-12-14 Jarkko Hietaniemi Detypo.
2001-12-14 Jarkko Hietaniemi Buffer overflow checks.
2001-12-13 Jarkko Hietaniemi Unadorned numbers evil.
2001-12-13 Jarkko Hietaniemi It could be possible for the case-insensitive
2001-12-12 Jarkko Hietaniemi Missing argument.
2001-12-11 Jarkko Hietaniemi More UTF-8 API docs.
2001-12-11 Hugo van der Sanden Re: [PATCH] tests for hash assignment
2001-12-04 Jarkko Hietaniemi I think it's time to call the utf8 code non-test.
2001-12-04 Jarkko Hietaniemi Retract #13303, need rethink.
2001-12-03 Jarkko Hietaniemi microperl casting nit.
2001-11-30 Jarkko Hietaniemi Use to_uni_fold (and add changed global.sym)
2001-11-30 Jarkko Hietaniemi Make to Unicode character functions to use UVs
2001-11-28 Jarkko Hietaniemi Fix for "a\x{100}" =~ /A/i.
2001-11-27 Jarkko Hietaniemi (retracted by #13449)
2001-11-19 Jarkko Hietaniemi The _uni_display should not be in dump.c since they
2001-11-14 Jarkko Hietaniemi Quieten pgcc 2.91.66 worries.
2001-11-12 Jeffrey Friedl a few typo fixes
2001-11-02 Jarkko Hietaniemi Add documentation.
2001-11-02 Jarkko Hietaniemi Unicode: add ToFold mapping. Not used yet; but basically
2001-10-26 Jarkko Hietaniemi More logical to use %04"UVXf" than %"UVuf" since
2001-10-21 Jarkko Hietaniemi Implement multicharacter case mappings where a single
2001-10-16 Jarkko Hietaniemi Document the problem with the swash_fetch() API that...
2001-10-09 Jarkko Hietaniemi Make the toupper/lower/title API for Unicode not right
2001-08-27 Simon Cozens Custom Ops
2001-05-31 Jarkko Hietaniemi Salvage bits and pieces from the experimental 'utf8...
2001-05-30 Jarkko Hietaniemi More -Wall sweeping.
2001-05-29 Jarkko Hietaniemi Fix Perl_swash_init ...
2001-04-29 Jarkko Hietaniemi In character classes one couldn't have 0x80..0xff chara...
2001-04-19 Jarkko Hietaniemi A better fix for the \x{12345678} trouble from NI-S.
2001-04-18 Jarkko Hietaniemi Workaround for the "\x{12345678}" plus s/(.)/$1/g plus...
2001-04-16 Prymmer/Kahn updates to apidoc in utf8.c
2001-03-28 Jarkko Hietaniemi Integrate perlio:
2001-03-28 Nick Ing-Simmons More EBCDIC tweaks:
2001-03-27 Jarkko Hietaniemi Integrate perlio:
2001-03-27 Nick Ing-Simmons Various EBCDIC fixes:
2001-03-20 Nick Ing-Simmons More EBCDIC stuff:
2001-03-19 Nick Ing-Simmons More EBCDIC fixes.
2001-03-18 Nick Ing-Simmons UTF-X encoding invariance for Encode:
2001-03-17 Nick Ing-Simmons Correct #if EBCDIC side typos.
2001-03-17 Nick Ing-Simmons Infrastructure to use UTF-EBCDIC rather than UTF-8...
2001-03-16 Nick Ing-Simmons EBCDIC Fixes.
2001-03-11 Nick Ing-Simmons Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latte...
2001-03-10 Nick Ing-Simmons EBCDIC sanity - phase I
2001-03-09 Peter Prymmer Re: Unicode/EBCDIC
2001-02-25 Jarkko Hietaniemi A comment tweak.
2001-02-18 Jarkko Hietaniemi Fix for "[ID 20010213.005] utf8 + localized hash elems...
2001-02-18 Jarkko Hietaniemi UTF-8 tweaks.
2001-02-08 Charles Bailey SYN SYN
2001-01-31 Jarkko Hietaniemi Macrofy a magic UTF-8 test.
2001-01-30 Jarkko Hietaniemi UTF-8 nit from Inaba Hiroto.
2001-01-28 Jarkko Hietaniemi Patch from Inaba Hiroto:
2001-01-24 Charles Bailey SYN SYN
2001-01-16 Simon Cozens Re: API Cleanup
2001-01-09 Inaba Hiroto One more patch for UTF8
2001-01-08 Charles Bailey Once again syncing after too long an absence
2001-01-05 Jarkko Hietaniemi Do away with strncpy() and a fixed length buffer.
2001-01-05 Jarkko Hietaniemi Unify UTF-8 malformedness handling.
2001-01-02 Jarkko Hietaniemi Use the UTF8_XXX macros in is_utf8_char(), a performanc...
2001-01-01 Jarkko Hietaniemi Bump up Larry's copyright.
2000-12-30 Jarkko Hietaniemi Signedness nit.
2000-12-30 Nick Ing-Simmons Integrate mainline
2000-12-30 Inaba Hiroto more UTF8 test suites and an UTF8 patch
2000-12-29 Jarkko Hietaniemi (Retracted by #8264) More join() testing which was...
2000-12-08 Jarkko Hietaniemi Do not return the Unicode replacement character if...
2000-12-08 Simon Cozens Re: ebcdic <-> ascii tables interjected in uv <-> utf8...
2000-12-08 Jarkko Hietaniemi Use the UTF8 macros a bit. They can't be used with...
2000-12-08 Jarkko Hietaniemi Introduce macros for UTF8 decoding.
2000-12-07 Jarkko Hietaniemi Document utf8_to_uv() better.
2000-12-07 Jarkko Hietaniemi Document utf8_length(), utf8_distance(), and utf8_hop().
2000-12-05 Jarkko Hietaniemi Split off the UTF-8 decoder tests, make them to check...
2000-12-05 Jarkko Hietaniemi dTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-12-03 Jarkko Hietaniemi Make uv_to_utf8() to zero-terminate its output buffer,
2000-12-01 Jarkko Hietaniemi Get the three different space character classes right...
next