Commit graph

202 commits

Author SHA1 Message Date
Walter Bright
eeb6796e9a repair bit rot on make -cov 2010-12-11 06:02:12 +00:00
Walter Bright
31f3424b85 64 bits 2010-12-03 00:23:46 +00:00
Walter Bright
afdf88d0f6 more 64 2010-11-21 11:07:29 +00:00
Walter Bright
434fff15be 64 bit stuff 2010-11-07 05:49:59 +00:00
Walter Bright
8492b37a88 more 64 2010-10-25 06:24:16 +00:00
Walter Bright
397f056649 64 bit varargs 2010-10-21 22:36:31 +00:00
Walter Bright
45a0c5c6b2 add typeinfo support for va_args 2010-10-13 04:41:01 +00:00
Walter Bright
7d3fc0e281 64 bit WIP 2010-10-11 23:37:30 +00:00
Walter Bright
7d4f7c9971 64 bit fixes 2010-10-04 08:58:51 +00:00
Walter Bright
01982835e9 update html 2010-09-11 07:26:07 +00:00
Walter Bright
3b677eba01 added _flags to _iobuf for Linux 2010-09-09 21:41:18 +00:00
Walter Bright
1937829d8a auto => scope 2010-08-28 07:04:29 +00:00
Walter Bright
35c94fdc70 add files for dynlib, see Bugzilla 4080 2010-08-27 02:00:01 +00:00
Walter Bright
f387045259 more 64 bit corrections 2010-08-25 21:36:32 +00:00
Shin Fujishiro
28e80ce37e [1.x] Fixed an error in std.utf unittest.
Must reset i to 0 after calling decode().
2010-08-21 16:28:28 +00:00
Walter Bright
7ec7e92fa0 mostly ported to -m64 2010-08-21 08:45:14 +00:00
David Simcha
198c4025e7 Bug 3361 code in std.zlib concatenates void[] arrays (D1 fix) 2010-08-16 23:45:46 +00:00
Walter Bright
161c3c4ce7 first pass for 64 bit port 2010-08-13 19:53:47 +00:00
Walter Bright
bbf846e95f detab 2010-07-05 01:43:54 +00:00
Walter Bright
03bc2e3aa4 start 64 bit assembler 2010-07-05 01:13:33 +00:00
Shin Fujishiro
7f2e55613f [1.x] Fixed bugzilla 978: std.utf's toUTF* functions accept some invalid and reject some valid UTF.
* Fixed decode() to accept U+FFFE and U+FFFF.
* Changed some assert contracts (which check input for validity) to if-throw.
2010-06-23 03:02:15 +00:00
Shin Fujishiro
e4b8c4caf7 Fixed bugzilla 2835: std.socket.TcpSocket doesn't actually connect.
Merged from trunk; see r1543.
2010-05-23 23:40:02 +00:00
Walter Bright
04e851716e tabs to spaces 2010-05-22 21:04:09 +00:00
Walter Bright
42a496af51 harmonize a bit with D2 std.date 2010-05-22 21:00:02 +00:00
Walter Bright
fd34102244 unwound posix changes that won't compile 2010-04-07 05:32:54 +00:00
Walter Bright
27fb4d7f33 add copyright/license 2010-03-12 19:00:55 +00:00
Walter Bright
593928757b bugzilla 3885 2010-03-12 08:43:46 +00:00
Walter Bright
f5b5e6b347 fix switch case fallthrough bug found by Ellery Newcomer 2009-11-16 02:10:22 +00:00
Walter Bright
ae7feddb6f to build and unittest 2009-08-28 20:17:44 +00:00
Walter Bright
b5b27d9c7b update 2009-08-28 19:05:12 +00:00
Don Clugston
fea782d78c Fix bug 2398. 2009-07-16 14:45:57 +00:00
Walter Bright
b278f16907 fix unit test 2009-07-04 08:55:36 +00:00
Don Clugston
48bda971ae Fix for bugzilla 3040 (if that actually is a bug). 2009-06-01 05:48:28 +00:00
Walter Bright
12d6a01f7e bugzilla 3016 2009-05-22 23:58:55 +00:00
Walter Bright
b1c00f682b bugzilla 2429 2009-05-14 23:31:27 +00:00
Walter Bright
4abd75e9b0 improve OS abstraction 2009-04-30 05:48:22 +00:00
Walter Bright
e6e77ef6b4 initial Solaris port 2009-04-29 10:26:11 +00:00
Walter Bright
cd79ee5861 FreeBSD port 2009-04-06 09:58:48 +00:00
Walter Bright
0be7d89863 bugzilla 2689 2009-03-30 22:44:15 +00:00
Brad Roberts
1e9bc6a2ca Apply attachment from bug 2570 from Aziz to cleanup some bad html in ddoc comments 2009-03-29 06:17:11 +00:00
Don Clugston
03375ff1e5 Bugfix: hypot was wrong for denormals. 2009-03-18 09:21:16 +00:00
Don Clugston
55916924c4 Removed all raw HTML in ddoc comments in std.math. 2009-03-16 09:17:13 +00:00
Walter Bright
646e095581 various nits 2009-03-03 09:43:28 +00:00
Don Clugston
3b4d3f589b * exp2() and expm1() 3 times faster. 2009-02-23 20:06:09 +00:00
Don Clugston
ae4fd3b9f7 * exp() is now 3 times faster.
* sinh, cosh, tanh now use D implementations rather than the C standard library.
* tan() now uses the C library if asm is unavailable.
2009-02-23 09:11:43 +00:00
Walter Bright
4fd01b9517 1.040 2009-02-14 20:18:00 +00:00
Sean Kelly
e28c883aea Now getting machid for main thread on OSX. 2009-02-11 21:18:16 +00:00
Walter Bright
e720ccb544 machid not set for main thread 2009-02-11 21:16:34 +00:00
Walter Bright
3e5d42d3fa std.thread wouldn't compile 2009-02-11 20:51:49 +00:00
Walter Bright
ac1cf7c874 harmonized gratuitous differences with phobos2 2009-02-10 02:18:52 +00:00