develooper Front page | perl.perl6.language | Postings from July 2012

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

Thread Next
From:
GitHub
Date:
July 24, 2012 10:51
Subject:
[perl6/specs] d9d8b3: refactor case mappings (again)
Message ID:
500ee07752569_26171479af41285d8@sh3.rs.github.com.mail
  Branch: refs/heads/master
  Home:   https://github.com/perl6/specs
  Commit: d9d8b35825f7abf07a9314fd90b0b5563253bd15
      https://github.com/perl6/specs/commit/d9d8b35825f7abf07a9314fd90b0b5563253bd15
  Author: Larry Wall <larry@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 <larry@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


Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About