This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Refactoring the /Can't return (?:array|hash) to scalar context/ croak
[perl5.git] / lib / charnames.pm
2007-07-25 H.Merijn BrandDoc re-ordering to have ALIASES and CUSTOM ALIASES...
2007-06-23 Rafael Garcia-SuarezTels' 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 ClarkRemove the last traces of explicitly setting HINT_LOCAL...
2005-07-07 Telsbug with charnames::viacode("0x1234") and optimize it
2005-07-02 Telsdo just-in-time loading of Carp.pm in some modules
2004-07-01 Nicholas ClarkBump version numbers
2004-06-22 Marcel GrünauerProposed patch + test case.
2004-02-09 Yitzchak Scott-Tho... reduce overhead of charnames.pm, make op/pat.t work...
2003-07-13 Rafael Garcia-SuarezMinor updates of the charnames documentation.
2003-03-11 Todd C. Millertypos and other minor things
2002-11-29 Rafael Garcia-SuarezDocument the hint constants and where they're used.
2002-11-04 H.Merijn BrandCharnames take 4
2002-10-24 H.Merijn Brandcharnames pragma extended with :alias for customized
2002-05-30 Jarkko Hietaniemicharnames patch from Thomas Wegner.
2002-05-30 SADAHIRO Tomoyuki[Patch perl@16861] charnames::vianame tweak
2002-05-28 SADAHIRO TomoyukiBug fix for charnames::vianame
2002-05-28 Jarkko HietaniemiMore charnames tweaks.
2002-05-28 SADAHIRO TomoyukiDoc fix for charnames::vianame
2002-05-04 Tatsuhiko Miyagawachannames.pm doc tweaks
2002-05-01 Jarkko HietaniemiProvide the \N{U+HHHH} syntax before we forget.
2002-04-11 Jarkko HietaniemiZWNJ, ZWJ. Any further convenience aliasing should
2002-04-08 Nick Ing-SimmonsIntegrate mainline
2002-04-07 Jarkko Hietaniemicharnames::viacode() was broken, noticed by Jeffrey.
2002-04-01 Philip NewtonBOM, 0xFFFE, 0xFEFF, etc.
2002-04-01 Philip NewtonRe: Change 15637: Behaviour (make viacode 0xFFFE to...
2002-03-31 Jarkko HietaniemiBehaviour (make viacode 0xFFFE to return BYTE ORDER...
2002-03-29 Nick Ing-SimmonsIntegrate mainline
2002-03-29 Philip NewtonNEXT LINE --> NEL
2002-03-28 Jarkko HietaniemiSupport Unicode 3.1 names, names without the (XX),...
2002-02-14 Jarkko HietaniemiDocument and test the C0 and C1.
2001-12-15 Jarkko HietaniemiMake charnames more robust.
2001-12-01 Jarkko HietaniemiAdd simple caches for ::viacode() and ::vianame().
2001-11-24 Jarkko HietaniemiAdd charnames::vianame() in case people want to access
2001-11-13 Jeffrey Friedllib/charnames.pm
2001-11-02 Jarkko HietaniemiMake encoding and charnames pragmas coexist.
2001-08-09 Jarkko HietaniemiRename lib/unicode files to lib/unicore to avoid
2001-03-05 Jarkko HietaniemiRetracting \N{U+HHHH}.
2001-03-04 Jarkko HietaniemiAdd the \N{U+HHHH} syntax.
2001-02-24 Andreas KönigRe: [PATCH] fix for charnames above FFFF
2001-02-21 Andreas Königfix for charnames above FFFF
2001-01-08 Charles BaileyOnce 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 BaileySYN SYN
2000-10-09 Dominic DunlopWarn about unknown scripts.
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-03-19 Gurusamy Sarathyremove dead code
2000-03-04 Gurusamy Sarathymake hints available via globals in the respective...
2000-02-19 Gurusamy Sarathyrename byte:: to bytes::
2000-02-09 Charles BaileyResync with mainline
2000-02-04 Gurusamy Sarathyanother HINT_BYTE victim
2000-01-31 Gurusamy Sarathyintroduce $^U, a global bit to indicate whether system
1999-08-30 Ilya ZakharevichUse \N{named characters} instead of \C.
1999-08-04 Jarkko HietaniemiIntroduce the charnames pragma.