Andrei Alexandrescu
8ac3aea10b
Merge pull request #651 from jpf91/std.uuid2
...
Add std.uuid module
2012-07-01 21:07:40 -07:00
Johannes Pfau
54658df5d8
Add std.uuid module
2012-07-01 14:44:36 +02:00
jmdavis
940059bbc8
Revert "Deprecate crc32 and move it into std.hash.crc32."
...
This reverts commit d6c2ef0fb6
.
These changes are valuable, but after further discussion, we've decided
to review how std.hash looks in general and redesign it, so getting
people to switch from crc32 to std.hash.crc32 will only mean that
they'll have to change their code _again_ once we've sorted out the
std.hash redesign, and we don't want that. So, I'm reverting these
changes for now, and they can become part of the std.hash redesign.
2012-06-25 03:06:15 -07:00
Jonathan M Davis
33e246959c
Merge pull request #587 from alexrp/no-nofloat
...
Remove -nofloat from DFLAGS.
2012-06-20 10:35:51 -07:00
alexrp
d6c2ef0fb6
Deprecate crc32 and move it into std.hash.crc32.
2012-06-06 07:48:47 +02:00
alexrp
2a76ad793a
Remove -nofloat from DFLAGS.
2012-05-17 17:38:08 +02:00
alexrp
b4157cd573
Remove std.contracts (deprecated a long, long time ago).
2012-05-15 03:17:19 +02:00
alexrp
a64b6175fa
Remove std.loader (deprecated for six years).
2012-05-13 16:23:23 +02:00
alexrp
4bd65cbec2
Remove std.stdarg (deprecated since 2010).
2012-05-13 04:03:26 +02:00
alexrp
38ef7d09c2
Remove std.bind (deprecated from the day delegates were added to the language).
2012-05-13 04:03:26 +02:00
jmdavis
aef3278a91
Fix for GNU Make 3.82.
2012-04-22 00:04:05 -07:00
alexrp
52b133b62f
Make $(DMD) properly configurable.
2012-04-11 01:47:47 +02:00
jmdavis
95b3fb81ad
Removed the deprecated std.date.
...
Also removed std.datebase, std.dateparse, and std.gregorian.
2012-03-10 16:37:05 -08:00
Denis Shelomovskij
99ab2b6175
Remove __file.d and it's using
...
* remove `useWfuncs` using
* remove std.__file using
* remove __file.d
* remove variables which have become unnecessary
* remove std.windows.charset import and alias in file.d
2012-02-10 14:27:34 +04:00
Walter Bright
b44e3dba6c
add missing file
2012-01-30 14:47:54 -08:00
Jonas Drewsen
bf94445095
Merge branch 'master' of git://github.com/D-Programming-Language/phobos into curl-wrapper
2012-01-19 22:12:10 +01:00
Andrei Alexandrescu
982b350e6c
Sync with new druntime naming convention
2012-01-17 20:49:29 -06:00
Jonas Drewsen
a878c8ab4a
Fix makefile to include files in std/net/
2012-01-17 22:07:58 +01:00
Jonas Drewsen
e992081c08
clean up makefile
2012-01-16 22:25:06 +01:00
Jonas Drewsen
ad8b04a418
Move to etc.curl to std.net.curl
2012-01-10 21:06:18 +01:00
Jonas Drewsen
2d8f553834
Merge branch 'master' of git://github.com/D-Programming-Language/phobos into curl-wrapper
2012-01-03 21:21:34 +01:00
Brad Roberts
d538a2733c
enable std.math tests on 64 bit platforms, disabling just the three failing tests instead
2012-01-01 21:14:33 -08:00
Brad Roberts
ea27e2bcd6
enable std.format tests on 64 bit platforms, disabling just the two failing tests instead
2012-01-01 20:57:05 -08:00
Andrei Alexandrescu
def8ccb4aa
minor bug in documentation generator
2011-12-23 14:27:52 -06:00
Jonas Drewsen
d78ad46b18
Merge branch 'master' of git://github.com/D-Programming-Language/phobos into curl-wrapper
2011-12-18 21:44:38 +01:00
Jesse Phillips
4e313454b8
Merge branch 'master' into csv
2011-12-18 10:06:46 -08:00
Brad Roberts
ded26fadad
add sqlite3 doc building
2011-12-17 19:48:22 -08:00
Jonas Drewsen
aa9410a45c
Merge branch 'master' of git://github.com/D-Programming-Language/phobos into curl-wrapper
2011-12-05 20:23:49 +01:00
David Nadlinger
3afa5e3855
Add -property to default build to prevent regressions.
2011-12-04 09:56:14 +01:00
Jesse Phillips
9196fdcf8c
Merge remote-tracking branch 'upstream/master' into csv
2011-12-03 20:34:07 -08:00
Walter Bright
3e0415cf04
add fat library target for OSX
2011-12-02 21:43:53 -08:00
Walter Bright
e696518c40
add fat library target for OSX
2011-12-02 21:42:00 -08:00
Sascha Heylik
37b58696ad
Fix for 7039 | fixed "typo"
2011-12-01 01:08:44 +01:00
Sascha Heylik
f57e01c401
Fix for 7039 | http://d.puremagic.com/issues/show_bug.cgi?id=7039 | Posix 2.057 Makefile error breaking 64bit build
2011-12-01 00:51:22 +01:00
Brad Roberts
cd5b53f357
enable std.conv tests on 64 bit platforms.. seems to pass on linux now
2011-11-28 22:00:02 -08:00
Dmitry Olshansky
f25319b3b0
replace std.regex with FReD
2011-11-01 01:15:51 +04:00
Jesse Phillips
887376c24c
Merge branch 'master' into csvmerge
2011-10-27 18:57:54 -07:00
Jonas Drewsen
ee8ba7e859
Merge branch 'master' of git://github.com/D-Programming-Language/phobos into curl-wrapper
2011-10-19 21:52:45 +02:00
Walter Bright
1e1604fad5
more missing files
2011-10-08 01:19:51 -07:00
Walter Bright
e5066e6f85
add missing files to zip build
2011-10-08 01:17:18 -07:00
jmdavis
6f9e0b98ed
Fix circular dependency on Mac OS X.
2011-10-03 21:13:34 -07:00
Jonas Drewsen
3503ff78f2
Merge branch 'master' of git://github.com/D-Programming-Language/phobos into curl-wrapper
2011-09-15 21:09:46 +02:00
Brad Roberts
93ee2f9dd0
enable now-passing std.container tests on freebsd64
...
Closes bug 6009. The actual bug was fixed at some point before now.
2011-09-14 21:36:18 -07:00
Jesse Phillips
f306e0140d
Adding std.csv to Phobos
2011-08-13 10:05:04 -07:00
jmdavis
a0b6eb034b
Revert "add std.net.browser"
...
This reverts commit ac289bbb92
.
2011-07-21 20:08:07 -07:00
Walter Bright
ac289bbb92
add std.net.browser
2011-07-19 15:37:40 -07:00
Jonas Drewsen
63959daeaa
* Workaround bug #2458
...
* Workaround regex bug
* Improved comments
* Other fixes
2011-07-05 22:53:46 +02:00
jmdavis
fabd38658f
Merged master into branch with changes for std.string.
2011-06-18 03:10:50 -07:00
Sean Kelly
27dc39c5cd
Fixed build error on Posix. std/net/isemail.d was preset twice in the build command.
2011-06-16 17:02:22 -07:00
Lars T. Kyllingstad
ce13b8f5ce
Build std.net.isemail documentation
2011-06-16 15:55:22 +02:00