This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate:
[perl5.git] / utf8.c
2007-01-13 Nicholas ClarkIntegrate:
2007-01-12 Andy LesterIntegrate:
2007-01-12 SADAHIRO TomoyukiIntegrate:
2007-01-11 Robin HoustonIntegrate:
2007-01-11 Andy LesterIntegrate:
2006-05-12 Nicholas ClarkIntegrate:
2006-05-08 Steven SchubigerIntegrate:
2006-05-08 Nicholas ClarkIntegrate:
2006-02-24 Nicholas ClarkIntegrate:
2006-02-24 Nicholas ClarkIntegrate:
2006-02-24 Nicholas ClarkIntegrate:
2006-01-08 Nicholas ClarkIntegrate:
2006-01-06 Andy LesterIntegrate:
2006-01-06 Andy LesterIntegrate:
2006-01-05 Nicholas ClarkIntegrate:
2006-01-02 SADAHIRO TomoyukiIntegrate:
2006-01-02 Nicholas ClarkIntegrate:
2005-09-30 Jarkko HietaniemiIntegrate:
2005-09-28 Nicholas ClarkCasts to stop warnings in u*.c
2005-09-23 Andy LesterIntegrate:
2005-09-23 Andy LesterIntegrate:
2005-09-22 Jim CromieIntegrate:
2005-09-22 Yves OrtonIntegrate:
2005-09-21 Nicholas ClarkIntegrate:
2005-09-20 Alexey TourbinIntegrate:
2005-09-19 Nicholas ClarkIntegrate:
2005-09-19 Andy LesterIntegrate:
2005-09-19 Andy LesterIntegrate:
2005-09-19 Andy LesterIntegrate:
2005-09-18 Nicholas ClarkIntegrate:
2005-09-18 Nicholas Clarkattributes-two.patch also contains a lot of const-ing...
2005-09-18 Andy LesterIntegrate:
2005-09-17 Andy LesterIntegrate:
2005-09-17 Andy LesterIntegrate:
2005-09-16 Andy LesterIntegrate:
2005-09-16 Andy LesterIntegrate:
2005-04-08 Nicholas ClarkIntegrate:
2005-04-07 Nicholas ClarkIntegrate:
2005-04-05 Nicholas ClarkIntegrate:
2005-04-04 Robin BarkerIntegrate:
2005-01-27 Jarkko HietaniemiIntegrate:
2005-01-19 Nicholas ClarkIntegrate:
2004-11-17 Audrey TangIntegrate:
2004-10-21 Nicholas ClarkIntegrate:
2004-09-10 Stas BekmanIntegrate:
2004-07-12 Nicholas ClarkIntegrate:
2004-05-05 Nicholas ClarkIntegrate:
2004-03-22 Nicholas ClarkIntegrate:
2004-03-16 Rafael Garcia-SuarezUpdate copyright notices
2004-03-07 Jarkko HietaniemiIntegrate:
2004-03-03 Jarkko HietaniemiSpeed up the unicode case mappings (for /i, lc, uc...
2003-09-21 Jarkko HietaniemiIntegrate:
2003-09-21 Jarkko HietaniemiMacrofy the compile/runtime test.
2003-09-12 Jarkko HietaniemiIntegrate:
2003-09-12 Jarkko HietaniemiIt's UTF-8, not UTF8. (Note: not s/UTF-8/UTF8/,
2003-09-11 Jarkko HietaniemiIntegrate:
2003-09-10 Jarkko HietaniemiA new UTF-8 API, Perl_is_utf8_string_loc(), a variant
2003-07-24 Jarkko HietaniemiIntegrate:
2003-07-24 Dinger, Tom[perl #22946] Bug in Unicode surrogate pair conversion...
2003-05-04 Jarkko HietaniemiIntegrate:
2003-04-17 Jarkko HietaniemiIntegrate:
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-11 Chris NandorIntegrate from maint-5.8/perl
2003-03-10 Nicholas ClarkIntegrate:
2003-03-02 Jarkko HietaniemiIntegrate:
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2003-02-26 Jarkko HietaniemiIntegrate:
2003-02-22 Jarkko HietaniemiAPI doc tweaks.
2003-01-07 Nicholas Clark%_ (was Re: [PATCH] operation on `PL_na' may be undefined)
2002-11-04 Jarkko HietaniemiThe first big import towards 5.8.1, @18078. Please...
2002-09-26 Marty Pauley[PATCH] bug in utf8.c(?)
2002-07-14 Chris NandorIntegrate perl
2002-07-01 Jarkko HietaniemiSmall speedup by inlining the easy bits of is_utf8_char()
2002-05-17 Chris NandorIntegrate perl
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.
next