[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 Date: 2012-07-24 (Tue, 24 Jul 2012) Changed paths: M S32-set

[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 Date: 2012-07-24 (Tue, 24 Jul 2012) Changed paths: M S32-set

[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 Date: 2012-07-24 (Tue, 24 Jul 2012) Changed paths: M S05-re

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 > > 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 wh