Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: b35224cc473babc10d2b900dcd09a84ad92d8e52 https://github.com/perl6/specs/commit/b35224cc473babc10d2b900dcd09a84ad92d8e52 Author: Larry Wall <la...@wall.org> Date: 2013-01-10 (Thu, 10 Jan 2013)
Changed paths: M S32-setting-library/Containers.pod Log Message: ----------- Clarify uniq semantics; add squish alternative The uniq function guarantees uniqueness throughout the list, but is overkill if the input is sorted appropriately. If the user knows the input is sorted, or if the user merely desires to reduce runs of adjacent identical instances to one instance, the squish function will do that. Commit: 41ec3250ff5ab59199a7ae0ffbde47b246040114 https://github.com/perl6/specs/commit/41ec3250ff5ab59199a7ae0ffbde47b246040114 Author: Larry Wall <la...@wall.org> Date: 2013-01-10 (Thu, 10 Jan 2013) Changed paths: M S05-regex.pod M S29-functions.pod Log Message: ----------- Merge branch 'master' of github.com:perl6/specs Compare: https://github.com/perl6/specs/compare/ffef865e3d2e...41ec3250ff5a