kai
8f34d9a05e
Fix big endian issue in std.internal.math.biguintcore.d
...
The unit tests passes with this change on Linux/PPC64.
2013-04-07 14:55:29 +02:00
Nils Boßung
4238f5b3ce
add an overload for uniform!enum that takes a generator
2013-04-06 23:01:37 +02:00
Andrei Alexandrescu
18903959cf
Merge pull request #1240 from WalterBright/build-so-obj
...
build phobos as .so
2013-04-06 12:58:07 -07:00
kai
3bbe15507c
Fix big endian version of MD5 and RipeMD160.
...
Obviously the code has never been run on a big endian architecuture.
With these changes the unit tests passes on Linux/PPC64.
2013-04-06 13:40:44 +02:00
Andrej Mitrovic
ea15e5e213
Merge pull request #1246 from AndrejMitrovic/Revert7666
...
Revert Fix for 7666.
2013-04-05 13:11:21 -07:00
Andrej Mitrovic
ca281295c2
Revert Fix for 7666.
2013-04-05 22:10:23 +02:00
Andrei Alexandrescu
5c2890f23e
Merge pull request #1244 from AndrejMitrovic/Fix7666
...
Issue 7666 - Implement function to reverse fields of a tuple.
2013-04-05 12:37:10 -07:00
Andrej Mitrovic
cc7c5c5ed2
Fixes Issue 7666 - Implement function to reverse fields of a tuple.
2013-04-05 21:21:55 +02:00
k-hara
b80cbad1cc
fix Issue 9431 - Tuple creation problem with array of array
2013-04-06 03:23:19 +09:00
Andrej Mitrovic
41561d8cf8
Merge pull request #1233 from 9rnsr/fix9836
...
Issue 9836 - std.array.popFront does not work with alias this.
2013-04-05 06:56:21 -07:00
k-hara
53640bf046
fix Issue 9836 - std.array.popFront does not work with alias this.
...
empty, front, popFront, back, popBack should work with alias this type.
2013-04-05 22:33:05 +09:00
Andrej Mitrovic
946d2bc1f1
Merge pull request #1242 from redstar/ripedoc
...
Fix documentation of std.digest.ripemd
2013-04-05 06:07:30 -07:00
kai
fa96ff8f1f
Fix documentation of std.digest.ripemd
...
Fixes the broken link to the source file and beautifies the reference list.
2013-04-05 13:10:51 +02:00
Walter Bright
96e36c665e
build phobos as .so
2013-04-04 01:05:56 -07:00
Denis Shelomovskij
0fe395f178
Fix issue in std.json
when null
is returned instead of empty string/array.
2013-04-04 00:49:42 +04:00
Denis Shelomovskij
c372571d1f
Add note about Issue 7648 to std.stdio.File
.
...
Issue URL: http://d.puremagic.com/issues/show_bug.cgi?id=7648
2013-04-03 23:27:29 +04:00
Andrej Mitrovic
113526f6b5
Merge pull request #1206 from denis-sh/std.json-improvements-1
...
`std.json` refactoring
2013-04-03 12:13:52 -07:00
Don Clugston
32e548d863
Merge pull request #1236 from Safety0ff/bigintenh
...
BigInt enhancements: add opCast!bool and make std.math.abs work
2013-04-03 07:11:14 -07:00
Denis Shelomovskij
6c17b383df
[refactoring] Minor refactoring of std.json
.
2013-04-01 17:13:43 +04:00
Denis Shelomovskij
b37673c16d
[styling] Put open bracket on its own line in std.json
.
2013-04-01 17:13:43 +04:00
Denis Shelomovskij
ef1dd42f82
[whitespace] Fix spaces in std.json
.
2013-04-01 17:13:43 +04:00
Denis Shelomovskij
10bd83ebcd
[comments] Remove old commented out code in std.json
.
2013-04-01 17:13:43 +04:00
safety0ff
8ce364b44f
BigInt enhancement: add opCast!bool to BigInt (issue 4120)
2013-03-31 18:54:28 -04:00
safety0ff
835fca54e9
BigInt enhancement: make std.math.abs work with BigInt (issue 6486)
2013-03-31 18:54:15 -04:00
Hara Kenji
39dd56dc55
Merge pull request #1235 from AndrejMitrovic/Fix9839
...
Issue 9839 - Select should be able to select symbols.
2013-03-31 05:58:50 -07:00
Andrej Mitrovic
320b73a39d
Fixes Issue 9839 - Select should be able to select symbols.
2013-03-31 13:06:00 +02:00
Walter Bright
3dc910fe5e
Merge pull request #1232 from redstar/ppcmath
...
Make std.math compile on Linux/PPC64.
2013-03-31 01:45:38 -07:00
Alex Rønne Petersen
0a78841020
Merge pull request #1234 from redstar/beripe
...
Fix big endian version of ripemd.
2013-03-30 17:43:08 -07:00
kai
fa98c6cff5
Fix big endian version of ripemd.
...
The upper bound of the array index is obviously wrong.
2013-03-31 01:10:57 +01:00
Hara Kenji
90f331a5ca
Merge pull request #1214 from WalterBright/addcov
...
add cov testing to win32.mak
2013-03-30 10:54:37 -07:00
kai
8a7d9f3b76
Make std.math compile on Linux/PPC64.
...
Adds some constants and moves some code to allow std.math to be
compiled on Linux/PPC64.
2013-03-30 14:47:31 +01:00
Jonathan M Davis
8cf6f74671
Merge pull request #1230 from WalterBright/rmdeadcode
...
remove dead code
2013-03-28 19:53:58 -07:00
Walter Bright
22165eec8d
remove dead code
2013-03-28 15:57:57 -07:00
Jonathan M Davis
795e51b604
Merge pull request #1227 from kyllingstad/std-path-deprecations
...
Removed deprecated functions from std.path
2013-03-27 15:06:35 -07:00
Lars T. Kyllingstad
cc44baede9
Updated unittest.d
2013-03-27 21:09:39 +01:00
Masahiro Nakagawa
a2da1c145b
Merge pull request #1228 from Safety0ff/patch-1
...
Fix std.ascii link
2013-03-27 11:59:16 -07:00
Safety0ff
b503b40be1
Update index.d
...
Fix std.ascii link
2013-03-27 13:55:35 -03:00
Lars T. Kyllingstad
869769d684
Removed deprecated functions from std.path
2013-03-27 16:23:55 +01:00
Don Clugston
d3aff37e33
Merge pull request #1226 from WalterBright/fixintoverflow
...
fix int overflow
2013-03-27 01:29:28 -07:00
monarch dodra
6f21319029
Update in chunks
...
reduces requirements to ForwardRange
2013-03-27 08:08:55 +01:00
Walter Bright
e422fb7e9c
fix int overflow
2013-03-26 21:21:24 -07:00
Hara Kenji
3d8f268e0a
Merge pull request #1220 from denis-sh/add-trait-fron-nested-function-check
...
Add `std.traits.isNestedFunction`.
2013-03-25 17:00:25 -07:00
Denis Shelomovskij
519fdae818
Add std.traits.isNestedFunction
.
...
As I see no cases where nestidness check for both types and functions is required a new `isNestedFunction` template is created instead if adding an overload to `isNested`.
2013-03-25 20:19:44 +04:00
Hara Kenji
fa378eea48
Merge pull request #1181 from monarchdodra/convEscape
...
Bugfix in std.conv.parseEscape
2013-03-25 05:10:06 -07:00
monarch dodra
4870741575
Fix typo in comment
2013-03-25 13:08:46 +01:00
Jonathan M Davis
e09940470d
Merge pull request #1176 from jmdavis/deprecated
...
Remove some undocumented, deprecated functions which are slated for removal.
2013-03-25 03:47:50 -07:00
Andrei Alexandrescu
93c4052e5b
Merge pull request #1217 from jacob-carlborg/isemail_unittests
...
Enable a bunch of tests for std.net.isemail.
2013-03-24 07:42:20 -07:00
David Nadlinger
73aa70f716
Merge pull request #1208 from denis-sh/std.math.FloatingPointControl-fixes
...
`std.math.FloatingPointControl` fixes
2013-03-23 14:16:58 -07:00
David Nadlinger
6bcb2f2f93
Merge pull request #948 from denis-sh/add-traits-for-nested-structs
...
Add `std.traits.{isNested,hasNested}`.
2013-03-23 14:04:20 -07:00
Brad Roberts
3724fe5441
Merge pull request #1219 from jacob-carlborg/issue_9794
...
Fixes Issue 9794 - std.json cannot handle delete character
2013-03-23 12:38:42 -07:00