This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
SuSE's perl safe_putenf diff
[perl5.git] / utf8.c
2004-10-08 Rafael Garcia-SuarezMake the perl interpreter more tolerant of UTF-16-encod...
2004-08-09 Dave Mitchellfix minor nit in file description, to keep Jarkko happy
2004-08-01 Dave MitchellAdd comment to top of reentr.c and fix typos in other...
2004-07-31 Dave MitchellAdd comment to the top of most .c files explaining...
2004-07-12 Nick Ing-SimmonsPerl_is_utf8_string(pTHX_ U8 *s, STRLEN len)
2004-05-02 Nicholas ClarkSave some repeated strlen()s in Perl_swash_init
2004-03-16 Rafael Garcia-SuarezUpdate copyright notices
2004-03-03 Jarkko HietaniemiSpeed up the unicode case mappings (for /i, lc, uc...
2003-09-21 Jarkko HietaniemiMacrofy the compile/runtime test.
2003-09-12 Jarkko HietaniemiIt's UTF-8, not UTF8. (Note: not s/UTF-8/UTF8/,
2003-09-10 Jarkko HietaniemiA new UTF-8 API, Perl_is_utf8_string_loc(), a variant
2003-07-24 Dinger, Tom[perl #22946] Bug in Unicode surrogate pair conversion...
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-04-16 Jarkko HietaniemiSynchronize the specifications of the POSIX character
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2003-02-22 Jarkko HietaniemiAPI doc tweaks.
2003-01-07 Nicholas Clark%_ (was Re: [PATCH] operation on `PL_na' may be undefined)
2002-09-26 Marty Pauley[PATCH] bug in utf8.c(?)
2002-07-01 Jarkko HietaniemiSmall speedup by inlining the easy bits of is_utf8_char()
2002-05-16 Vadim Konovalovgood day for WinCE port of perl.
2002-05-13 Vadim KonovalovWinCE several touches
2002-04-28 Vadim KonovalovWinCE many fixes
2002-04-21 Gurusamy Sarathyfixes for all the warnings reported by Visual C (most...
2002-04-16 Jarkko Hietaniemimy $utf8here, our $utf8here, and package variable ...
2002-04-08 Nick Ing-SimmonsIntegrate mainline
2002-04-07 Philip NewtonRe: Change 15762: As noted by Philip Newton: nothing...
2002-04-06 Jarkko HietaniemiAs noted by Philip Newton: nothing wrong with BOM,
2002-04-02 Jarkko HietaniemiWhat started as a small nit (the charnames test, nit...
2002-03-29 Nick Ing-SimmonsIntegrate mainline
2002-03-28 Jarkko HietaniemiA little bit better error message for \pq, still
2002-03-27 Jarkko HietaniemiWarn instead of croak.
2002-03-18 Rafael Garcia-SuarezB::perlstring and unicode
2002-03-11 Paul Marquessmore warnings tidyup
2002-02-24 Jarkko HietaniemiEBCDIC: this seems to calm the last of the
2002-02-20 Jarkko HietaniemiIn EBCDIC the UNI_TO_NATIVE() macro evaluates its argument
2002-02-19 Jarkko HietaniemiMisplaced block end.
2002-02-19 Jarkko HietaniemiOops.
2002-02-19 Jarkko HietaniemiTry special casing first.
2002-02-18 Jarkko HietaniemiUnused in ASCII, used in EBCDIC.
2002-02-18 Nick Ing-SimmonsIntegrate mainline
2002-02-18 Jarkko HietaniemiEBCDIC: now the worst seems to be over for
2002-02-18 Jarkko HietaniemiAfter much rewriting we are now pretty much
2002-02-17 Jarkko HietaniemiClearing up to_utf8_case() continues: this time use
2002-02-17 Jarkko HietaniemiTiny tweak.
2002-02-17 Jarkko HietaniemiRedundant casts.
2002-02-17 Jarkko HietaniemiEBCDIC: to_utf8_case() is supposed to get its low 256
2002-02-17 Jarkko HietaniemiThe #14715 and #14716 were okay: they just revealed
2002-02-16 Jarkko HietaniemiRetreat, retreat! (retract #14715 and #14716)
2002-02-16 Jarkko HietaniemiTiny tweak.
2002-02-16 Jarkko HietaniemiRestructure to_utf8_case() for simpler execution paths.
2002-02-14 Nick Ing-SimmonsIntegrate mainline
2002-02-14 Jarkko HietaniemiExcise inexact blather.
2002-02-13 Jarkko HietaniemiIteration continues.
2002-02-13 Jarkko HietaniemiRewrite the "special mapping" part of to_utf8_case(),
2002-02-12 Jarkko HietaniemiEBCDIC: another "can't happen".
2002-02-06 Robin Barkerformat problem
2002-02-01 Nick Ing-SimmonsIntegrate mainline
2002-02-01 Jarkko HietaniemiThe Malformed UTF-8 Heisenbug seen by Merijn and NickC
2002-01-31 Jarkko HietaniemiTurn the I/O Unicode error by default on, but the
2002-01-30 Jarkko HietaniemiEBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35...
2002-01-29 Jarkko HietaniemiEBCDIC tweaks-- no new test passes, but getting closer.
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-23 Jarkko HietaniemiCopyright++. (Not all the toplevel *.h have one, it...
2002-01-09 Jarkko HietaniemiIn dumping use isPRINT() instead of isprint() so that...
2002-01-07 Jarkko HietaniemiDocument the flags of pv_uni_display().
2002-01-07 Jarkko HietaniemiMore regex and utf8 debug dumping.
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.
next