2002-03-18 |
Rafael Garcia-Suarez |
B::perlstring and unicode |
blob | commitdiff |
2002-03-11 |
Paul Marquess |
more warnings tidyup |
blob | commitdiff | diff to current |
2002-02-24 |
Jarkko Hietaniemi |
EBCDIC: this seems to calm the last of the |
blob | commitdiff | diff to current |
2002-02-20 |
Jarkko Hietaniemi |
In EBCDIC the UNI_TO_NATIVE() macro evaluates its argument |
blob | commitdiff | diff to current |
2002-02-19 |
Jarkko Hietaniemi |
Misplaced block end. |
blob | commitdiff | diff to current |
2002-02-19 |
Jarkko Hietaniemi |
Oops. |
blob | commitdiff | diff to current |
2002-02-19 |
Jarkko Hietaniemi |
Try special casing first. |
blob | commitdiff | diff to current |
2002-02-18 |
Jarkko Hietaniemi |
Unused in ASCII, used in EBCDIC. |
blob | commitdiff | diff to current |
2002-02-18 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
2002-02-18 |
Jarkko Hietaniemi |
EBCDIC: now the worst seems to be over for |
blob | commitdiff | diff to current |
2002-02-18 |
Jarkko Hietaniemi |
After much rewriting we are now pretty much |
blob | commitdiff | diff to current |
2002-02-17 |
Jarkko Hietaniemi |
Clearing up to_utf8_case() continues: this time use |
blob | commitdiff | diff to current |
2002-02-17 |
Jarkko Hietaniemi |
Tiny tweak. |
blob | commitdiff | diff to current |
2002-02-17 |
Jarkko Hietaniemi |
Redundant casts. |
blob | commitdiff | diff to current |
2002-02-17 |
Jarkko Hietaniemi |
EBCDIC: to_utf8_case() is supposed to get its low 256 |
blob | commitdiff | diff to current |
2002-02-17 |
Jarkko Hietaniemi |
The #14715 and #14716 were okay: they just revealed |
blob | commitdiff | diff to current |
2002-02-16 |
Jarkko Hietaniemi |
Retreat, retreat! (retract #14715 and #14716) |
blob | commitdiff | diff to current |
2002-02-16 |
Jarkko Hietaniemi |
Tiny tweak. |
blob | commitdiff | diff to current |
2002-02-16 |
Jarkko Hietaniemi |
Restructure to_utf8_case() for simpler execution paths. |
blob | commitdiff | diff to current |
2002-02-14 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
2002-02-14 |
Jarkko Hietaniemi |
Excise inexact blather. |
blob | commitdiff | diff to current |
2002-02-13 |
Jarkko Hietaniemi |
Iteration continues. |
blob | commitdiff | diff to current |
2002-02-13 |
Jarkko Hietaniemi |
Rewrite the "special mapping" part of to_utf8_case(), |
blob | commitdiff | diff to current |
2002-02-12 |
Jarkko Hietaniemi |
EBCDIC: another "can't happen". |
blob | commitdiff | diff to current |
2002-02-06 |
Robin Barker |
format problem |
blob | commitdiff | diff to current |
2002-02-01 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
2002-02-01 |
Jarkko Hietaniemi |
The Malformed UTF-8 Heisenbug seen by Merijn and NickC |
blob | commitdiff | diff to current |
2002-01-31 |
Jarkko Hietaniemi |
Turn the I/O Unicode error by default on, but the |
blob | commitdiff | diff to current |
2002-01-30 |
Jarkko Hietaniemi |
EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35... |
blob | commitdiff | diff to current |
2002-01-29 |
Jarkko Hietaniemi |
EBCDIC tweaks-- no new test passes, but getting closer. |
blob | commitdiff | diff to current |
2002-01-25 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
2002-01-23 |
Jarkko Hietaniemi |
Copyright++. (Not all the toplevel *.h have one, it... |
blob | commitdiff | diff to current |
2002-01-09 |
Jarkko Hietaniemi |
In dumping use isPRINT() instead of isprint() so that... |
blob | commitdiff | diff to current |
2002-01-07 |
Jarkko Hietaniemi |
Document the flags of pv_uni_display(). |
blob | commitdiff | diff to current |
2002-01-07 |
Jarkko Hietaniemi |
More regex and utf8 debug dumping. |
blob | commitdiff | diff to current |
2002-01-05 |
Jarkko Hietaniemi |
Finish up (ha!) the Unicode case folding; |
blob | commitdiff | diff to current |
2002-01-03 |
Jarkko Hietaniemi |
Missed the =head1 additions. |
blob | commitdiff | diff to current |
2002-01-02 |
Jarkko Hietaniemi |
One more iteration of the ibcmp_utf8() interface, |
blob | commitdiff | diff to current |
2002-01-02 |
Jarkko Hietaniemi |
Make ibcmp_utf8() optionally progress in either string for |
blob | commitdiff | diff to current |
2002-01-02 |
Jarkko Hietaniemi |
-Wall silencing. |
blob | commitdiff | diff to current |
2002-01-01 |
Jarkko Hietaniemi |
Make ibcmp_utf8() more robust and make regmatch() use it. |
blob | commitdiff | diff to current |
2002-01-01 |
Jarkko Hietaniemi |
Document the to_utf8_*() functions. |
blob | commitdiff | diff to current |
2002-01-01 |
Jarkko Hietaniemi |
Rename the variables to be a bit more consistent. |
blob | commitdiff | diff to current |
2002-01-01 |
Jarkko Hietaniemi |
Unnecessary/Lingering UTF8 flag might mess up caseless... |
blob | commitdiff | diff to current |
2001-12-30 |
Jarkko Hietaniemi |
Make that six wrongs. |
blob | commitdiff | diff to current |
2001-12-30 |
Jarkko Hietaniemi |
Four wrongs can make a right. |
blob | commitdiff | diff to current |
2001-12-30 |
Jarkko Hietaniemi |
Fix all the C(ommon) case foldings as per CaseFold... |
blob | commitdiff | diff to current |
2001-12-21 |
Jarkko Hietaniemi |
Make using U+FDD0..U+FDEF (noncharacters since Unicode... |
blob | commitdiff | diff to current |
2001-12-20 |
Jarkko Hietaniemi |
Fix up the APIs noone hopefully uses. |
blob | commitdiff | diff to current |
2001-12-19 |
Jarkko Hietaniemi |
Some bincompat clawbacks. |
blob | commitdiff | diff to current |
2001-12-19 |
Jarkko Hietaniemi |
Can't printf U8s as UVs. |
blob | commitdiff | diff to current |
2001-12-18 |
Jarkko Hietaniemi |
Make the utf8 malformedness messages more verbose. |
blob | commitdiff | diff to current |
2001-12-17 |
Jarkko Hietaniemi |
Demote the surrogate and non-character errors to warnings. |
blob | commitdiff | diff to current |
2001-12-16 |
Jarkko Hietaniemi |
Disallow also Unicode ranges 0xFDD0..0xFDEF and |
blob | commitdiff | diff to current |
2001-12-16 |
Jarkko Hietaniemi |
Make surrogates illegal also on EBCDIC. |
blob | commitdiff | diff to current |
2001-12-16 |
Jarkko Hietaniemi |
Make creating UTF-8 surrogates a punishable act. |
blob | commitdiff | diff to current |
2001-12-14 |
Jarkko Hietaniemi |
Detypo. |
blob | commitdiff | diff to current |
2001-12-14 |
Jarkko Hietaniemi |
Buffer overflow checks. |
blob | commitdiff | diff to current |
2001-12-13 |
Jarkko Hietaniemi |
Unadorned numbers evil. |
blob | commitdiff | diff to current |
2001-12-13 |
Jarkko Hietaniemi |
It could be possible for the case-insensitive |
blob | commitdiff | diff to current |
2001-12-12 |
Jarkko Hietaniemi |
Missing argument. |
blob | commitdiff | diff to current |
2001-12-11 |
Jarkko Hietaniemi |
More UTF-8 API docs. |
blob | commitdiff | diff to current |
2001-12-11 |
Hugo van der Sanden |
Re: [PATCH] tests for hash assignment |
blob | commitdiff | diff to current |
2001-12-04 |
Jarkko Hietaniemi |
I think it's time to call the utf8 code non-test. |
blob | commitdiff | diff to current |
2001-12-04 |
Jarkko Hietaniemi |
Retract #13303, need rethink. |
blob | commitdiff | diff to current |
2001-12-03 |
Jarkko Hietaniemi |
microperl casting nit. |
blob | commitdiff | diff to current |
2001-11-30 |
Jarkko Hietaniemi |
Use to_uni_fold (and add changed global.sym) |
blob | commitdiff | diff to current |
2001-11-30 |
Jarkko Hietaniemi |
Make to Unicode character functions to use UVs |
blob | commitdiff | diff to current |
2001-11-28 |
Jarkko Hietaniemi |
Fix for "a\x{100}" =~ /A/i. |
blob | commitdiff | diff to current |
2001-11-27 |
Jarkko Hietaniemi |
(retracted by #13449) |
blob | commitdiff | diff to current |
2001-11-19 |
Jarkko Hietaniemi |
The _uni_display should not be in dump.c since they |
blob | commitdiff | diff to current |
2001-11-14 |
Jarkko Hietaniemi |
Quieten pgcc 2.91.66 worries. |
blob | commitdiff | diff to current |
2001-11-12 |
Jeffrey Friedl |
a few typo fixes |
blob | commitdiff | diff to current |
2001-11-02 |
Jarkko Hietaniemi |
Add documentation. |
blob | commitdiff | diff to current |
2001-11-02 |
Jarkko Hietaniemi |
Unicode: add ToFold mapping. Not used yet; but basically |
blob | commitdiff | diff to current |
2001-10-26 |
Jarkko Hietaniemi |
More logical to use %04"UVXf" than %"UVuf" since |
blob | commitdiff | diff to current |
2001-10-21 |
Jarkko Hietaniemi |
Implement multicharacter case mappings where a single |
blob | commitdiff | diff to current |
2001-10-16 |
Jarkko Hietaniemi |
Document the problem with the swash_fetch() API that... |
blob | commitdiff | diff to current |
2001-10-09 |
Jarkko Hietaniemi |
Make the toupper/lower/title API for Unicode not right |
blob | commitdiff | diff to current |
2001-08-27 |
Simon Cozens |
Custom Ops |
blob | commitdiff | diff to current |
2001-05-31 |
Jarkko Hietaniemi |
Salvage bits and pieces from the experimental 'utf8... |
blob | commitdiff | diff to current |
2001-05-30 |
Jarkko Hietaniemi |
More -Wall sweeping. |
blob | commitdiff | diff to current |
2001-05-29 |
Jarkko Hietaniemi |
Fix Perl_swash_init ... |
blob | commitdiff | diff to current |
2001-04-29 |
Jarkko Hietaniemi |
In character classes one couldn't have 0x80..0xff chara... |
blob | commitdiff | diff to current |
2001-04-19 |
Jarkko Hietaniemi |
A better fix for the \x{12345678} trouble from NI-S. |
blob | commitdiff | diff to current |
2001-04-18 |
Jarkko Hietaniemi |
Workaround for the "\x{12345678}" plus s/(.)/$1/g plus... |
blob | commitdiff | diff to current |
2001-04-16 |
Prymmer/Kahn |
updates to apidoc in utf8.c |
blob | commitdiff | diff to current |
2001-03-28 |
Jarkko Hietaniemi |
Integrate perlio: |
blob | commitdiff | diff to current |
2001-03-28 |
Nick Ing-Simmons |
More EBCDIC tweaks: |
blob | commitdiff | diff to current |
2001-03-27 |
Jarkko Hietaniemi |
Integrate perlio: |
blob | commitdiff | diff to current |
2001-03-27 |
Nick Ing-Simmons |
Various EBCDIC fixes: |
blob | commitdiff | diff to current |
2001-03-20 |
Nick Ing-Simmons |
More EBCDIC stuff: |
blob | commitdiff | diff to current |
2001-03-19 |
Nick Ing-Simmons |
More EBCDIC fixes. |
blob | commitdiff | diff to current |
2001-03-18 |
Nick Ing-Simmons |
UTF-X encoding invariance for Encode: |
blob | commitdiff | diff to current |
2001-03-17 |
Nick Ing-Simmons |
Correct #if EBCDIC side typos. |
blob | commitdiff | diff to current |
2001-03-17 |
Nick Ing-Simmons |
Infrastructure to use UTF-EBCDIC rather than UTF-8... |
blob | commitdiff | diff to current |
2001-03-16 |
Nick Ing-Simmons |
EBCDIC Fixes. |
blob | commitdiff | diff to current |
2001-03-11 |
Nick Ing-Simmons |
Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latte... |
blob | commitdiff | diff to current |
2001-03-10 |
Nick Ing-Simmons |
EBCDIC sanity - phase I |
blob | commitdiff | diff to current |
2001-03-09 |
Peter Prymmer |
Re: Unicode/EBCDIC |
blob | commitdiff | diff to current |
next |