June 02, 2011 [phobos] [D-Programming-Language/phobos] d04310: Fixed startsWith and endsWith with regards to the ... | ||||
---|---|---|---|---|
| ||||
Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: d043103cded43485c08b2044b20299c427d830b0 https://github.com/D-Programming-Language/phobos/commit/d043103cded43485c08b2044b20299c427d830b0 Author: jmdavis <jmdavisProg at gmx.com> Date: 2011-06-02 (Thu, 02 Jun 2011) Changed paths: M std/algorithm.d M std/string.d Log Message: ----------- Fixed startsWith and endsWith with regards to the default predicate and strings. I also fixed std.string.icmp and std.algorithm.cmp, since they had incorrect code for checking the default predicate. Commit: ae75316743108f8bdf2c95781731d918007a8283 https://github.com/D-Programming-Language/phobos/commit/ae75316743108f8bdf2c95781731d918007a8283 Author: jmdavis <jmdavisProg at gmx.com> Date: 2011-06-02 (Thu, 02 Jun 2011) Changed paths: M changelog.dd M etc/c/curl.d M posix.mak M std/conv.d M std/file.d M std/format.d M std/parallelism.d M std/regex.d Log Message: ----------- Merged latest code from master into branch with changes for std.algorithm. Commit: 4eab11095228f7e9f89cef20df01e4a20c2aa68d https://github.com/D-Programming-Language/phobos/commit/4eab11095228f7e9f89cef20df01e4a20c2aa68d Author: Andrei Alexandrescu <andrei at erdani.com> Date: 2011-06-02 (Thu, 02 Jun 2011) Changed paths: M std/algorithm.d M std/string.d Log Message: ----------- Merge pull request #68 from jmdavis/algorithm Improved startsWith and endsWith. Compare: https://github.com/D-Programming-Language/phobos/compare/58656cd...4eab110 |
Copyright © 1999-2021 by the D Language Foundation