Commit graph

11904 commits

Author SHA1 Message Date
Jack Stouffer
0019d42106 Fixed long lines in std/regex/internal/tests.d 2016-05-10 20:51:39 -04:00
Jack Stouffer
a932457c06 Fixed long lines in std/regex/internal/backtracking.d 2016-05-10 20:51:39 -04:00
Jack Stouffer
82b1c0e097 Fixed long lines in std/range/primitives.d 2016-05-10 20:51:39 -04:00
Jack Stouffer
f793024339 Fixed long lines in std/range/package.d 2016-05-10 20:51:39 -04:00
Jack Stouffer
c59a606fd5 Fixed long lines in std/random.d 2016-05-10 20:51:39 -04:00
Jack Stouffer
57c58b3b33 Fixed long lines in std/process.d 2016-05-10 20:51:39 -04:00
Jack Stouffer
909582aa3f Fixed long lines in std/net/isemail.d 2016-05-10 20:51:39 -04:00
Jack Stouffer
fb80717725 Fixed long lines in std/net/curl.d 2016-05-10 20:51:39 -04:00
Jack Stouffer
7a62d7ca24 Fixed long lines in std/json.d 2016-05-10 20:51:39 -04:00
Jack Stouffer
8cd97964a7 Fixed long lines in std/internal/unicode_tables.d 2016-05-10 20:51:39 -04:00
Jack Stouffer
fcfc903b05 Fixed long lines in std/internal/unicode_grapheme.d 2016-05-10 20:51:39 -04:00
Jack Stouffer
60481373f0 Fixed long lines in std/internal/unicode_comp.d 2016-05-10 20:51:39 -04:00
Jack Stouffer
db33adc2ec Fixed long lines in std/internal/math/gammafunction.d 2016-05-10 20:51:39 -04:00
Jack Stouffer
531ae8e998 Fixed long lines in std/internal/math/biguintx86.d 2016-05-10 20:51:39 -04:00
Jack Stouffer
de82527866 Fixed long lines in std/format.d 2016-05-10 20:51:39 -04:00
Jack Stouffer
e216108eb2 Fixed long lines in std/file.d 2016-05-10 20:51:39 -04:00
Jack Stouffer
8559ba93ed Fixed long lines in std/experimental/ndslice/iteration.d 2016-05-10 20:51:39 -04:00
Jack Stouffer
95e90ba788 Fixed long lines in std/experimental/allocator/mallocator.d 2016-05-10 20:51:39 -04:00
Jack Stouffer
6fae385f5f Fixed long lines in std/exception.d 2016-05-10 20:51:39 -04:00
Jack Stouffer
6b49b0a62f Fixed long lines in std/encoding.d 2016-05-10 20:51:39 -04:00
Jack Stouffer
ba0a227a19 Fixed long lines in std/digest/sha.d 2016-05-10 20:51:39 -04:00
Jack Stouffer
8c5841804b Fixed long lines in std/digest/hmac.d 2016-05-10 20:51:39 -04:00
Jack Stouffer
a15dda6762 Fixed long lines in std/datetime.d 2016-05-10 20:51:39 -04:00
Jack Stouffer
da5eb9d6e0 Fixed long lines in std/cstream.d 2016-05-10 20:51:39 -04:00
Jack Stouffer
13e7176b8f Fixed long lines in std/container/rbtree.d 2016-05-10 20:51:39 -04:00
Jack Stouffer
caba6dab6d Fixed long lines in std/bitmanip.d 2016-05-10 20:51:39 -04:00
Jack Stouffer
798070d37d Fixed long lines in std/base64.d 2016-05-10 20:51:39 -04:00
Jack Stouffer
3df9e2719e Fixed long lines in std/array.d 2016-05-10 20:51:39 -04:00
Jack Stouffer
e10acac0a5 Fixed long lines in etc/c/curl.d 2016-05-10 20:51:39 -04:00
Jack Stouffer
3890f5d804 Fixed long lines in std/algorithm/iteration.d 2016-05-10 20:51:39 -04:00
David Nadlinger
5e6c5d68b8 Merge pull request #4300 from 9il/fbe
Trivial Fix Issue 16010
2016-05-10 21:32:25 +01:00
Ilya Yaroshenko
411ff8e2fb Merge pull request #4302 from CyberShadow/pull-20160510-183209
std.process: Disambiguate fork calls
2016-05-10 21:49:53 +02:00
Vladimir Panteleev
def01a9021 std.process: Disambiguate fork calls 2016-05-10 18:32:13 +00:00
Ilya Yaroshenko
4c8980efc9 Trivial Fix Issue 16010 2016-05-10 20:06:37 +02:00
Dmitry Olshansky
478d08d2b8 Merge pull request #4295 from JackStouffer/conv
Clean up of std.uni
2016-05-10 21:12:44 +04:00
Jack Stouffer
a8c4b4dd28 Changed all total, non-global imports in std.uni to selective imports 2016-05-10 11:12:47 -04:00
Jack Stouffer
628417716e Make public undocumented functions package and fix broken documentation 2016-05-10 10:47:59 -04:00
Vladimir Panteleev
7eae1b9a38 std.process: Enforce nothrow/@nogc in forks
Also fix erroneous usage of errnoEnforce in fork.
2016-05-10 14:38:20 +00:00
Dmitry Olshansky
71ee3e5303 Merge pull request #3837 from rcorre/each_improved
Improve std.algorithm.iteration.each
2016-05-10 18:13:52 +04:00
Dmitry Olshansky
f257e8330e Merge pull request #4297 from jondegenhardt/toCaser-Ascii-check
ASCII optimization check in toCaser, for asLowerCase and asUpperCase
2016-05-10 17:12:52 +04:00
Dmitry Olshansky
1db9c4346c Merge pull request #4293 from JackStouffer/asLowerCase
Add ASCII case for string versions of std.uni.toLower/toUpper
2016-05-10 16:12:18 +04:00
Jon Degenhardt
49f9c8226f Review feedback: formatting. 2016-05-10 04:34:58 -07:00
Jon Degenhardt
afc28fb093 Add ASCII optimization check to toCaser, for asLowerCase and asUpperCase. 2016-05-10 02:29:15 -07:00
Jack Stouffer
5f7ac08ca0 replace custom equal function with the one from std.algorithm 2016-05-09 21:23:48 -04:00
Jack Stouffer
64056b8b91 Removed functions that had std.math analogs 2016-05-09 21:08:44 -04:00
Jack Stouffer
5e40a7553a Fix Issue 11229: Add ASCII case for string versions of std.uni.toLower/toUpper 2016-05-09 17:38:53 -04:00
Dmitry Olshansky
bcfc8ba9d7 Merge pull request #4292 from JackStouffer/patch-6
Add regex splitter changes in the change log
2016-05-09 22:34:07 +04:00
Jack Stouffer
9824066fe1 Add regex splitter changes in the change log 2016-05-09 11:02:16 -04:00
Dmitry Olshansky
ca28df4799 Merge pull request #4290 from JackStouffer/conv
Remove dead code from std.conv
2016-05-09 14:10:24 +04:00
Jack Stouffer
e9f6f4f099 remove dead code from std.conv 2016-05-08 22:18:51 -04:00