Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: d9d8b35825f7abf07a9314fd90b0b5563253bd15
https://github.com/perl6/specs/commit/d9d8b35825f7abf07a9314fd90b0b5563253bd15
Author: Larry Wall <[email protected]>
Date: 2012-07-24 (Tue, 24 Jul 2012)
Changed paths:
M S32-setting-library/Str.pod
Log Message:
-----------
refactor case mappings (again)
There is no more titlecase function. Instead there is a suite
of mapping functions appropriate to apply on a word-by-word basis
(tc, tclc, and tcuc), and a wordcase function that defaults to
normal capitalization rules for English (without attempting to
handle exceptions).
Commit: e17e4d4986cb9444ff0841c4f3394732feca5ed5
https://github.com/perl6/specs/commit/e17e4d4986cb9444ff0841c4f3394732feca5ed5
Author: Larry Wall <[email protected]>
Date: 2012-07-24 (Tue, 24 Jul 2012)
Changed paths:
M S32-setting-library/Str.pod
Log Message:
-----------
make provision for exceptions
Smartmatching again leaps into action!
Compare: https://github.com/perl6/specs/compare/36ccdac5e75b...e17e4d4986cb