[perl6/specs] d9d8b3: refactor case mappings (again)

2012-07-24 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/perl6/specs
  Commit: d9d8b35825f7abf07a9314fd90b0b5563253bd15
  
https://github.com/perl6/specs/commit/d9d8b35825f7abf07a9314fd90b0b5563253bd15
  Author: Larry Wall la...@wall.org
  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 la...@wall.org
  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


[perl6/specs] 4d51ab: force exceptions to lc or uc

2012-07-24 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/perl6/specs
  Commit: 4d51ab7f6d4e25b03009543070fb1346ef3ef301
  
https://github.com/perl6/specs/commit/4d51ab7f6d4e25b03009543070fb1346ef3ef301
  Author: Larry Wall la...@wall.org
  Date:   2012-07-24 (Tue, 24 Jul 2012)

  Changed paths:
M S32-setting-library/Str.pod

  Log Message:
  ---
  force exceptions to lc or uc





[perl6/specs] a1a039: remove last traces of lcfirst

2012-07-24 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/perl6/specs
  Commit: a1a0394b262e0e804042316d336498f2760c7c7d
  
https://github.com/perl6/specs/commit/a1a0394b262e0e804042316d336498f2760c7c7d
  Author: Moritz Lenz mor...@faui2k3.org
  Date:   2012-07-24 (Tue, 24 Jul 2012)

  Changed paths:
M S05-regex.pod
M S29-functions.pod

  Log Message:
  ---
  remove last traces of lcfirst





Re: [perl6/specs] d9d8b3: refactor case mappings (again)

2012-07-24 Thread Smylers
GitHub writes:

   
 https://github.com/perl6/specs/commit/d9d8b35825f7abf07a9314fd90b0b5563253bd15
   Author: Larry Wall la...@wall.org
 
 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),

Under what circumstances is tcuc useful? I'm currently suffering from a
lack of imagination as to when somebody would ever want that rather than
just uc.

Cheers

Smylers
-- 
http://twitter.com/Smylers2