Commit graph

104 commits

Author SHA1 Message Date
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
jmdavis
cc37a7b40d Removed std.encodingbase.
I was _sure_ that I tested std.encodingbase on Linux, but it's
segfaulting, and after I had added it, I determined that it wasn't
actually needed (simply removing the unused imports for std.encoding in
std.string and std.array fixed the circular dependency with
std.datetime), much as it theoretically would be less likely to cause
problems later to have std.encodingbase. So, for the moment, I'm
removing it. We need to revisit std.encoding's existance anyway.
2011-06-15 00:16:44 -07:00
Jonathan M Davis
9693652b2f Merge pull request #95 from jmdavis/broken
Fixed circular dependency between std.datetime and std.encoding.
2011-06-14 23:42:30 -07:00
jmdavis
dd3a0c20a2 Created std.ascii to replace std.ctype.
All of the new, properly camelcased functions in std.ctype have been
moved to std.ascii, and std.ctype has been scheduled for deprecation.
2011-06-14 04:06:54 -07:00
jmdavis
a3953a2119 Switching the order of some stuff seems to fix the linux build.
It looks like the problem was that EXTRA_DOCUMENTABLES was added to
EXTRA_MODULES before everything was added to EXTRA_DOCUMENTABLES.
2011-06-12 03:44:46 -07:00
jmdavis
48355e6230 Fixed circular dependency between std.datetime and std.encoding. 2011-06-11 00:47:12 -07:00
Andrei Alexandrescu
c1ec579fa5 Merge pull request #86 from andralex/website
Fix 672 broken links (complements work in d-programming-language.org)
2011-06-09 09:33:13 -07:00
Andrei Alexandrescu
5a0134dd10 Fixed 672 broken links 2011-06-09 09:48:53 -05:00
Andrei Alexandrescu
83f9fa514e Added support for consolidated documentation in one single html file 2011-06-09 00:55:36 -05:00
Andrei Alexandrescu
44fc0654f8 Added EXTRA_DOCUMENTABLES macro for sqlite3 documentation 2011-06-06 09:52:44 -05:00
Andrei Alexandrescu
6bba774e4d Merge pull request #64 from he-the-great/sqlite
Sqlite
2011-06-04 06:55:29 -07:00
Andrei Alexandrescu
24b8162052 Added documentation generation for libcurl 2011-06-02 00:08:19 -05:00
Lars T. Kyllingstad
31395f9e3f Do not specify paths to DMD and DMC under Wine 2011-06-01 10:58:03 +02:00