Merge simple tied handle method calls into S_tied_handle_method().
[p5sagit/p5-mst-13.2.git] / lib / charnames.pm
2010-04-27 Zefram don't use $[ in library code
2010-04-25 Rafael Garcia-Suarez Bump versions of charnames and Unicode::UCD after last...
2010-04-25 Karl Williamson PATCH [perl #72624] charnames::viacode(0) returns undef
2010-02-28 Karl Williamson Update documentation
2010-02-28 Karl Williamson Update charnames documentations for \N changes, bugs
2009-07-03 David Mitchell bump versions of non-dual-life modules that
2008-12-26 Karl Update comments and documentation dealing with utf
2007-07-25 H.Merijn Brand Doc re-ordering to have ALIASES and CUSTOM ALIASES...
2007-06-23 Rafael Garcia-Suarez Tels' patch to defer overloading of hex and oct,
2006-10-30 H.Merijn Brand $hex is already hex, so cannot be used in %X if startin...
2006-04-20 Nicholas Clark Remove the last traces of explicitly setting HINT_LOCAL...
2005-07-07 Tels bug with charnames::viacode("0x1234") and optimize it
2005-07-02 Tels do just-in-time loading of Carp.pm in some modules
2004-07-01 Nicholas Clark Bump version numbers
2004-06-22 Marcel Grünauer Proposed patch + test case.
2004-02-09 Yitzchak Scott-Tho... reduce overhead of charnames.pm, make op/pat.t work...
2003-07-13 Rafael Garcia-Suarez Minor updates of the charnames documentation.
2003-03-11 Todd C. Miller typos and other minor things
2002-11-29 Rafael Garcia-Suarez Document the hint constants and where they're used.
2002-11-04 H.Merijn Brand Charnames take 4
2002-10-24 H.Merijn Brand charnames pragma extended with :alias for customized
2002-05-30 Jarkko Hietaniemi charnames patch from Thomas Wegner.
2002-05-30 SADAHIRO Tomoyuki [Patch perl@16861] charnames::vianame tweak
2002-05-28 SADAHIRO Tomoyuki Bug fix for charnames::vianame
2002-05-28 Jarkko Hietaniemi More charnames tweaks.
2002-05-28 SADAHIRO Tomoyuki Doc fix for charnames::vianame
2002-05-04 Tatsuhiko Miyagawa channames.pm doc tweaks
2002-05-01 Jarkko Hietaniemi Provide the \N{U+HHHH} syntax before we forget.
2002-04-11 Jarkko Hietaniemi ZWNJ, ZWJ. Any further convenience aliasing should
2002-04-08 Nick Ing-Simmons Integrate mainline
2002-04-07 Jarkko Hietaniemi charnames::viacode() was broken, noticed by Jeffrey.
2002-04-01 Philip Newton BOM, 0xFFFE, 0xFEFF, etc.
2002-04-01 Philip Newton Re: Change 15637: Behaviour (make viacode 0xFFFE to...
2002-03-31 Jarkko Hietaniemi Behaviour (make viacode 0xFFFE to return BYTE ORDER...
2002-03-29 Nick Ing-Simmons Integrate mainline
2002-03-29 Philip Newton NEXT LINE --> NEL
2002-03-28 Jarkko Hietaniemi Support Unicode 3.1 names, names without the (XX),...
2002-02-14 Jarkko Hietaniemi Document and test the C0 and C1.
2001-12-15 Jarkko Hietaniemi Make charnames more robust.
2001-12-01 Jarkko Hietaniemi Add simple caches for ::viacode() and ::vianame().
2001-11-24 Jarkko Hietaniemi Add charnames::vianame() in case people want to access
2001-11-13 Jeffrey Friedl lib/charnames.pm
2001-11-02 Jarkko Hietaniemi Make encoding and charnames pragmas coexist.
2001-08-09 Jarkko Hietaniemi Rename lib/unicode files to lib/unicore to avoid
2001-03-05 Jarkko Hietaniemi Retracting \N{U+HHHH}.
2001-03-04 Jarkko Hietaniemi Add the \N{U+HHHH} syntax.
2001-02-24 Andreas König Re: [PATCH] fix for charnames above FFFF
2001-02-21 Andreas König fix for charnames above FFFF
2001-01-08 Charles Bailey Once again syncing after too long an absence
2000-12-06 Michael G. Schwern $VERSION crusade, strict, tests, etc... all over lib/
2000-10-20 Charles Bailey SYN SYN
2000-10-09 Dominic Dunlop Warn about unknown scripts.
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-03-19 Gurusamy Sarathy remove dead code
2000-03-04 Gurusamy Sarathy make hints available via globals in the respective...
2000-02-19 Gurusamy Sarathy rename byte:: to bytes::
2000-02-09 Charles Bailey Resync with mainline
2000-02-04 Gurusamy Sarathy another HINT_BYTE victim
2000-01-31 Gurusamy Sarathy introduce $^U, a global bit to indicate whether system
1999-08-30 Ilya Zakharevich Use \N{named characters} instead of \C.
1999-08-04 Jarkko Hietaniemi Introduce the charnames pragma.