This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add Volker Schatz to AUTHORS
[perl5.git] / utf8.h
2012-05-22 Karl Williamsonutf8.c: Add nomix-ASCII option to to_fold functions
2012-05-22 Karl Williamsonutf8.h, pp.c: Add UTF8_IS_REPLACEMENT macro, and use it
2012-05-22 Karl Williamsonutf8.h: Simplify expressions
2012-05-22 Karl Williamsonutf8.h: Comment improvementes, white-space
2012-04-26 Karl Williamsonutf8.c: refactor utf8n_to_uvuni()
2012-04-26 Karl Williamsonutf8.h: Use correct definition of start byte
2012-04-26 Christian Hansenutf8.h: Use correct UTF-8 downgradeable definition
2012-01-29 Karl Williamsonutf8.h: Restore macro defn incorrectly trashed earlier
2012-01-21 Karl WilliamsonAdd :not_characters parameter to 'use locale'
2012-01-19 Steffen SchwigonBump several file copyright dates
2011-12-15 Karl Williamsonutf8.c: Allow Changed behavior of utf8 under locale
2011-11-22 Karl Williamsonutf8.h: Add missing parens
2011-11-22 Karl Williamsonutf8.h: define IS_UTF8_CHAR for EBCDIC
2011-11-22 Karl Williamsonutf8.h: White space only
2011-11-10 Karl Williamsonutf8.h: clarify comment
2011-10-18 Karl Williamsonutf8.c: Add 'input pre-folded' flags to foldEQ_utf8_flags
2011-10-01 Karl Williamsonutf8.h: Revise formal parameter name for clarity
2011-10-01 Karl Williamsonutf8.h: Remove redundant checks
2011-05-03 Karl Williamsonutf8.c: Add _flags version of to_utf8_fold()
2011-03-20 Karl Williamsonutf8.h: Add #define
2011-03-20 Karl Williamsonutf8.h: A fold buffer needs to hold any utf8 char
2011-02-28 Karl WilliamsonAdd #defines for 2 Latin1 chars
2011-02-28 Karl WilliamsonMove some #defines
2011-02-26 Karl WilliamsonFree up bit in ANYOF flags
2011-02-19 Karl WilliamsonfoldEQ_utf8(): Add locale handling
2011-02-14 Karl WilliamsonfoldEQ_utf8_flags: Add no-mixing ASCII option
2011-02-14 Karl WilliamsonfoldEQ_utf8: Add version with flags parameter
2011-02-03 Karl Williamsoncode points above 0x7fff_ffff problematic
2011-01-14 Karl Williamsonutf8.h: Add define for max fold expansion in chars
2011-01-10 Karl Williamsonutf8.h: remove wrong, no-longer used #define
2011-01-10 Karl Williamsonutf8.c(): Default to allow problematic code points
2011-01-10 Karl Williamsonutf8.h: white space, add comments
2011-01-05 Karl Williamsonutf8.h: Add macros for problematic code points
2010-12-21 Nicholas ClarkFix IS_UTF8_CHAR() to recognise start bytes 0xF5, 0xF6...
2010-12-20 Karl WilliamsonChange name of regex intrnl macro to new meaning
2010-12-20 Karl Williamsonutf8.c, .h: Clarify pod and comment
2010-12-04 Karl Williamsonutf8.h: Need to make sure macro result fits in byte
2010-12-04 Karl Williamsonutf8.h: Add whitespace for readability
2010-11-28 Karl Williamsonutf8.h: Add #define for Greek small MU
2010-11-22 Karl Williamsonutf8.h: Add macro TWO_BYTE_UTF8_TO_UNI()
2010-11-22 Karl Williamsonrename ANYOF_UNICODE to ANYOF_NONBITMAP
2010-06-05 Karl WilliamsonChange name of ibcmp to foldEQ
2010-05-31 Tony Cookhandle perl extended utf8 start bytes
2010-05-25 Karl WilliamsonRemove unused, wrong #define in utf8.h
2009-12-25 Karl WilliamsonUpdate .pods
2009-12-20 Rafael Garcia-SuarezIntroduce C<use feature "unicode_strings">
2009-12-06 Karl Williamsonqr/\X/ expansion
2009-11-23 Karl WilliamsonMake unicode semantics the default
2009-11-14 Karl Williamsonadd code for Unicode semantics for non-utf8 latin1...
2009-11-09 karl williamsonMore cleanup of utfebcdic.h and utf8.h
2009-11-08 Karl WilliamsonDefine specially handled chars; and clean-up ebcdic...
2009-02-01 Rafael Garcia-SuarezPut parentheses around macro arguments
2009-01-02 Rafael Garcia-SuarezBump coopyright year in embed.pl and various files...
2009-01-02 karl williamsonFaster sv_utf8_upgrade()
2008-01-01 Marcus Holland-MoritzAdd editor blocks to some header files.
2007-11-07 Nicholas ClarkFix up copyright years for files modified in 2007.
2007-01-05 Rafael Garcia-SuarezUpdate copyright years in .h files. Also, in .pl
2006-04-02 SADAHIRO TomoyukiRe: [perl #38293] chr(65535) should be allowed in regexes
2006-04-02 Nicholas ClarkChange 27677 missed two direct accesses to op_private...
2005-12-22 Rafael Garcia-SuarezCompilation help for EBCDIC platforms, from Jarkko,
2005-11-30 SADAHIRO TomoyukiRe: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
2005-10-31 Nicholas ClarkA more elegant way to deal with utf8n_to_uvchr() and...
2005-10-30 Nicholas ClarkReplace uvuni_to_utf8() with a macro that passes the...
2005-10-30 Nicholas ClarkReplace is_utf8_string_loc() with a macro that passes...
2005-10-09 SADAHIRO Tomoyukiundef IS_UTF8_CHAR() on EBCDIC
2005-06-07 Jarkko Hietaniemione more round of is_utf8_foo tuneup
2005-06-03 Jarkko Hietaniemispeed up is_utf8_char()
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-03-24 Andy LesterThird consting batch
2005-01-22 Jarkko HietaniemiRe: uc($long_utf8_string) exhausts memory
2004-12-09 Gisle AasUTF8_ALLOW_ANYUV should not allow overlong sequences...
2003-09-12 Jarkko HietaniemiIt's UTF-8, not UTF8. (Note: not s/UTF-8/UTF8/,
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-03-02 Hugo van der SandenReverse copyright update (#18801) for files not changed...
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2002-04-08 Nick Ing-SimmonsIntegrate mainline
2002-04-06 Jarkko HietaniemiAs noted by Philip Newton: nothing wrong with BOM,
2002-04-06 Jarkko HietaniemiExplain the "gaps" in the UTF-8 encoding.
2002-04-02 Jarkko HietaniemiWhat started as a small nit (the charnames test, nit...
2002-03-10 Jarkko HietaniemiMysterious characters.
2002-02-27 Jarkko HietaniemiUpdate the UTF-8 explanation table.
2002-02-19 Jarkko HietaniemiNot extending enough.
2002-02-05 Nick Ing-SimmonsIntegrate mainline
2002-02-05 Jarkko HietaniemiEBCDIC: SHARP S is different.
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-23 Jarkko HietaniemiCopyright++. (Not all the toplevel *.h have one, it...
2002-01-23 Jarkko HietaniemiAIX cpp bug: having macro arguments and character constants
2002-01-12 Jarkko HietaniemiSharp S as a special treat for our German UTF-8 testers :-)
2002-01-07 Jarkko HietaniemiMore regex and utf8 debug dumping.
2002-01-05 Jarkko HietaniemiFinish up (ha!) the Unicode case folding;
2001-12-23 Jarkko HietaniemiThe funky final sigma casefolding.
2001-12-21 Jarkko HietaniemiMake using U+FDD0..U+FDEF (noncharacters since Unicode...
2001-12-13 Jarkko HietaniemiUnadorned numbers evil.
2001-09-10 John PeacockPATCH Resubmission - was Re: [ID 20010902.001] v strin...
2001-08-12 Jarkko HietaniemiIf you want you can now add -DUSE_UTF8_SCRIPTS to your...
2001-08-12 Jarkko HietaniemiThere is no IN_UTF8.
2001-07-06 Norton T. AllenQNX patch extended for NTO
2001-05-31 Jarkko HietaniemiSalvage bits and pieces from the experimental 'utf8...
2001-04-21 Jesús QuirogaTypo in utf8.h
2001-04-01 Jarkko HietaniemiIntegrate changes #9493,9494,9495,9496 from maintperl
next