Commit graph

11904 commits

Author SHA1 Message Date
David Nadlinger
4991b82304 Merge pull request #4337 from tsbockman/issue_16026
Fix issue 16026: std.math.frexp!float() wrong for very small subnormals
2016-05-22 22:07:35 +01:00
Brian Schott
7b08e86d83 Merge pull request #4311 from JackStouffer/allocator3
Remove commented out code and redundant comments from std.experimental.allocator
2016-05-20 14:15:18 -07:00
Dmitry Olshansky
e02b287ff0 Merge pull request #4339 from JackStouffer/bigint2
Remove auto decoding in bigint's ctor
2016-05-20 23:40:00 +04:00
David Nadlinger
acafd848d8 Merge pull request #4340 from BBasile/dscanner-ini
update dscanner to alpha 6
2016-05-20 11:38:33 +01:00
Jack Stouffer
9f9c5a9759 Defeat auto decoding in bigint's ctor 2016-05-19 10:04:22 -04:00
Basile Burg
2d45ef33f5 update dscanner to alpha 6 2016-05-19 12:09:11 +02:00
Brian Schott
88966f953c Merge pull request #4333 from BBasile/issue-15991
fix issue 15991 - std.datetime.StopWatch is not @nogc
2016-05-18 14:46:38 -07:00
Brian Schott
0ed7fe14be Merge pull request #4338 from shrub77/patch-1
Updated examples for FileLogger: Logger name parameter has been removed
2016-05-18 13:59:04 -07:00
Rishub Nagpal
abfd50c473 Updated examples for FileLogger: Logger name parameter has been removed 2016-05-18 15:55:38 -04:00
Vladimir Panteleev
1fad3c54aa Merge pull request #4335 from jacob-carlborg/issue_16036
Fix #16036: isEmail returns invalid for any email with EmailStatusCod…
2016-05-18 20:26:00 +03:00
Jacob Carlborg
9fd3646ae6 Fix issue 16036 - isEmail returns invalid for any email with EmailStatusCode.none 2016-05-18 16:21:58 +02:00
Daniel Murphy
2b5f0e0d4d Merge pull request #4332 from joakim-noah/android
Fix Android regressions
2016-05-18 22:18:43 +10:00
tsbockman
a6a1957be3 Fix issue 16026: std.math.frexp!float() wrong for very small subnormal values 2016-05-18 03:37:46 -07:00
Steven Schveighoffer
35b92c6dd6 Merge pull request #4334 from wilzbach/patch-2
update issue link to issues.dlang.org
2016-05-17 09:45:25 -04:00
Sebastian Wilzbach
e053288672 update issue link to issues.dlang.org 2016-05-17 09:40:29 +03:00
Brian Schott
1565a3243e Merge pull request #4324 from wilzbach/extend_whitespace_list
enforce: whitespace after catch
2016-05-16 19:04:43 -07:00
Joakim
d965b1aa64 Fix Android regressions: make sure all tests don't use the local directory and no unzip 2016-05-16 21:57:17 +05:30
Basile Burg
41de4f17b7 fix issue 15991 - std.datetime.StopWatch is not @nogc 2016-05-16 15:38:36 +02:00
Dmitry Olshansky
1d6d8f0e03 Merge pull request #4306 from JackStouffer/string
Add example to std.string.toStringz
2016-05-16 15:28:04 +04:00
Sebastian Wilzbach
89a2dd5f11 use mref macro instead of link2 2016-05-16 03:30:08 +03:00
Ilya Yaroshenko
778593d805 Merge pull request #4329 from tsbockman/isInfinity_fallback
Fix the broken fallback algorithm for `std.math.isInfinity()`
2016-05-15 14:22:44 +02:00
tsbockman
9ecb82e31f Fix the completely broken fallback algorithm for std.math.isInfinity(). 2016-05-15 03:48:44 -07:00
Ilya Yaroshenko
8671e88f6b Merge pull request #4325 from ZombineDev/patch-4
Remove ref from the Slice.this parameters
2016-05-15 03:33:15 +02:00
Andrej Mitrović
21dcf42add Merge pull request #4326 from dlang/MartinNowak-patch-1
fix variable name in replaceInto example
2016-05-14 21:49:02 +02:00
Martin Nowak
26ccb97965 fix variable name in replaceInto example 2016-05-14 21:42:25 +02:00
ZombineDev
f4333fa2cc Remove ref from the Slice.this parameters
This allows passing rvalues directly.
2016-05-14 21:42:15 +03:00
Sebastian Wilzbach
484f7bfbe0 enforce: whitespace after catch 2016-05-14 15:28:43 +03:00
Brian Schott
772f0266c0 Merge pull request #4317 from BBasile/fix_wtz
hotfix (tester) - Easter Island & Haiti Windows time zone
2016-05-13 00:57:09 -07:00
Basile Burg
700b7af233 fix Easter Island WIndows time zone 2016-05-13 08:50:41 +02:00
Dmitry Olshansky
e847857706 Merge pull request #4301 from 9il/all
remove useless CT branch
2016-05-12 21:50:45 +04:00
Ilya Yaroshenko
b59ac8c2a8 remove useless CT branch 2016-05-12 17:29:49 +02:00
Sebastian Wilzbach
b8f17e2531 std.algorithms: document public methods 2016-05-12 17:53:03 +03:00
Jack Stouffer
c643eaa291 Remove commented out code and redundant comments from std.experimental.allocator 2016-05-12 08:25:42 -04:00
Vladimir Panteleev
80594b0b61 Merge pull request #4310 from Hackerpilot/update_dscanner
Update D-Scanner to fix some parse failures
2016-05-12 06:04:21 +03:00
Hackerpilot
a7fa05b71d Update D-Scanner to fix some parse failures 2016-05-11 18:00:43 -07:00
Jack Stouffer
26d70a1939 Add example to std.string.toStringz 2016-05-11 14:55:10 -04:00
Dmitry Olshansky
e378f3e0cc Merge pull request #4304 from JackStouffer/uni
Clean up of std.uni (part 2)
2016-05-11 16:29:28 +04:00
H. S. Teoh
eb3d9d24f4 Merge pull request #4305 from CyberShadow/pull-20160510-183209
std.process: Disambiguate fork call on OS X
2016-05-10 20:13:03 -07:00
Vladimir Panteleev
b7f0a17300 std.process: Disambiguate fork call on OS X 2016-05-11 01:54:29 +00:00
Vladimir Panteleev
3636733dcc Merge pull request #4299 from JackStouffer/patch-6
Prepare for long line checks in travis
2016-05-11 04:36:15 +03:00
Jack Stouffer
fdffbebe17 Fixed long lines in std/math.d 2016-05-10 20:51:39 -04:00
Jack Stouffer
fafb15bf1c Fixed long lines in unicode_norm.d 2016-05-10 20:51:39 -04:00
Jack Stouffer
547d9aad14 Fixed long lines in unicode_decomp.d 2016-05-10 20:51:39 -04:00
Jack Stouffer
827b677a0b Fixed long lines in std/windows/registry.d 2016-05-10 20:51:39 -04:00
Jack Stouffer
f6bfee2a9c Fixed long lines in std/variant.d 2016-05-10 20:51:39 -04:00
Jack Stouffer
da25ed2596 Fixed long lines in std/uuid.d 2016-05-10 20:51:39 -04:00
Jack Stouffer
510731d76b Fixed long lines in std/utf.d 2016-05-10 20:51:39 -04:00
Jack Stouffer
a37b1168ac Fixed long lines in std/uni.d 2016-05-10 20:51:39 -04:00
Jack Stouffer
3b24d6436d Fixed long lines in std/regex/package.d 2016-05-10 20:51:39 -04:00
Jack Stouffer
c1600e7cf8 Fixed long lines in std/regex/internal/thompson.d 2016-05-10 20:51:39 -04:00