Commit graph

238 commits

Author SHA1 Message Date
Sohgo Takeuchi
513744080c time_t and __time_t definition for 64 bit on FreeBSD
A size of time_t and __time_t is different from 32bit and 64 bit system on FreeBSD.
2011-09-15 19:17:36 +09:00
Sohgo Takeuchi
7f64d62af9 make it compilable on FreeBSD 8.2R (amd64)
type of return values and arguments of some functions are different from
currently defined types.

read(2), write(2), btr(), bt(), bts()
2011-09-13 20:18:30 +09:00
Walter Bright
75ea1b123b Merge branch 'phobos-1.x' of github.com:D-Programming-Language/phobos into phobos-1.x 2011-07-06 14:02:04 -07:00
Walter Bright
fb8ea92eb3 fix 64 bit build break 2011-06-10 20:44:02 -07:00
Vladimir Panteleev
6ebfa7e0b2 Raise a SIGTRAP on an uncaught exception when no_catch_exceptions was set
Without this change, setting no_catch_exceptions would just cause
execution to merrily continue after the "throw" statement, usually leading
to undefined behavior.
2011-06-10 11:07:03 +03:00
Jakob Bornecrantz
4629c995e4 Fix dirent decleration
Fixes longstanding bug 2842.

Signed-off-by: Jakob Bornecrantz <wallbraker@gmail.com>
2011-05-24 17:54:39 +02:00
Jakob Bornecrantz
3f89c02b0f Use osx posix files
Signed-off-by: Jakob Bornecrantz <wallbraker@gmail.com>
2011-05-24 17:54:39 +02:00
Walter Bright
8806ff191e get it to compile 2011-05-21 13:00:29 -07:00
Walter Bright
b9bef0639f openbsd files 2011-05-20 23:27:22 -07:00
Walter Bright
6e8347dbf6 add openbsd files 2011-05-20 23:19:28 -07:00
Walter Bright
2830024ec7 Issue 5694 - va_arg doesn't work with idouble and ifloat 2011-03-04 19:33:03 -08:00
Walter Bright
27d32fee9d Issue 5680 - wrong calling convention on wsprintfA/W 2011-03-02 13:08:39 -08:00
Walter Bright
6d766c587f remove 64 bit dependence on sahf 2011-02-19 23:00:50 -08:00
Walter Bright
3bd36d7b8f update for FreeBSD 8.1 2011-02-18 17:49:56 -08:00
Walter Bright
b32dff8702 detab tolf 2011-01-26 22:14:00 -08:00
Walter Bright
06e5a16eb7 fix string printing 2011-01-26 21:47:55 -08:00
Brad Roberts
b062bf163a fix stray characters that were introduced in commit 6751d6d2eb 2011-01-24 00:28:37 -08:00
Walter Bright
6751d6d2eb Ubuntu 10.10 broke these unit tests 2011-01-22 07:22:05 +00:00
Walter Bright
fba9c681d0 more 64 bit fixes 2011-01-15 04:28:31 +00:00
Walter Bright
001d7b383c fix inline asm 2011-01-15 04:06:51 +00:00
Walter Bright
c8e6d99d42 fixed boxer's toString 2011-01-13 07:57:38 +00:00
Walter Bright
f116649be1 port std.bitarray to 64 bits 2011-01-13 07:05:07 +00:00
Walter Bright
ac1d330753 incomplete std.boxer conversion to 64 bits 2011-01-13 07:02:57 +00:00
Walter Bright
5e6919f5e6 make 64 bit std.format unittests work 2011-01-13 05:28:49 +00:00
Walter Bright
89387bb1ce detab 2011-01-11 08:19:18 +00:00
Walter Bright
b427a20351 fix 64 bit zip support 2011-01-11 08:07:11 +00:00
Brad Roberts
3ce0deaecc bug 3324:fix md5 example code 2011-01-09 20:29:20 +00:00
Walter Bright
968eb0a361 fix 64 bit sign extension 2011-01-09 07:39:48 +00:00
Walter Bright
920ee0bc08 fix 64 bit std.regexp 2011-01-06 06:40:34 +00:00
Walter Bright
a08628aaf9 fix linux declarations 2011-01-05 08:18:06 +00:00
Walter Bright
186802ff7e fold in Don's Phobos2 math changes 2011-01-05 04:03:40 +00:00
Walter Bright
83205340f7 add source annotations 2011-01-01 04:43:26 +00:00
Walter Bright
837025c01c 64 bit headers 2011-01-01 04:23:46 +00:00
Walter Bright
a8e23417c6 64 bit support for std.math 2011-01-01 02:31:03 +00:00
Walter Bright
4ee5cdef75 more 64 bit fixes 2010-12-30 09:14:23 +00:00
Walter Bright
3bc82c353c more 64 2010-12-21 09:47:58 +00:00
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