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
|
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
|
a08628aaf9
|
fix linux declarations
|
2011-01-05 08:18:06 +00:00 |
|
Walter Bright
|
837025c01c
|
64 bit headers
|
2011-01-01 04:23:46 +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
|
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
|
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
|
35c94fdc70
|
add files for dynlib, see Bugzilla 4080
|
2010-08-27 02:00:01 +00:00 |
|
Walter Bright
|
7ec7e92fa0
|
mostly ported to -m64
|
2010-08-21 08:45:14 +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
|
04e851716e
|
tabs to spaces
|
2010-05-22 21:04:09 +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 |
|
Walter Bright
|
4fd01b9517
|
1.040
|
2009-02-14 20:18:00 +00:00 |
|
Walter Bright
|
3e5d42d3fa
|
std.thread wouldn't compile
|
2009-02-11 20:51:49 +00:00 |
|
Sean Kelly
|
2bd9160e03
|
Fixed build errors on linux caused by the previous OSX changes. Redundant posix
declarations have been eliminated from std.thread or moved to std.c.linux.*.
|
2009-02-10 00:28:01 +00:00 |
|
Sean Kelly
|
28253aae04
|
A bunch of changes to fix threading and GC on OSX.
|
2009-02-09 23:30:37 +00:00 |
|
Walter Bright
|
76bbce45fc
|
get std.thread to compile
|
2009-02-08 23:35:00 +00:00 |
|
Walter Bright
|
740fc18211
|
reconcile my and Sean's fixes
|
2009-02-08 23:18:30 +00:00 |
|
Walter Bright
|
b8e9344ad8
|
more OSX fixes
|
2009-02-08 23:04:40 +00:00 |
|
Sean Kelly
|
c509cc7d90
|
Initial pthread support for OSX--untested. Still have to fix garbage collection to not use signals and sem_t on OSX, which will be done via the new declarations in std.c.osx.osx.
|
2009-02-05 20:06:54 +00:00 |
|
Walter Bright
|
1fe5f7859f
|
more OSX fixes
|
2009-02-04 10:33:08 +00:00 |
|
Walter Bright
|
ee2e233485
|
fixed stdout for OSX
|
2009-02-02 06:22:04 +00:00 |
|
Walter Bright
|
9d7a1fb46f
|
initial stab at OSX
|
2009-01-28 00:57:38 +00:00 |
|
Walter Bright
|
f5e21e2fba
|
rollup
|
2008-12-12 09:50:52 +00:00 |
|
Walter Bright
|
298bb7cb1c
|
merge in fixes
|
2008-03-05 20:29:59 +00:00 |
|
Walter Bright
|
69f3dd90b6
|
bugzilla 1749
|
2007-12-28 10:28:39 +00:00 |
|
Brad Roberts
|
ad29e17ff3
|
Fix bug 1491
Add std.socket to the base unittest suite.
|
2007-10-14 05:06:15 +00:00 |
|
Walter Bright
|
7d44d9e235
|
remove 2.0-ism
|
2007-10-04 19:58:51 +00:00 |
|
Walter Bright
|
b5f8eadd2c
|
added struct dirent64
|
2007-10-02 20:43:20 +00:00 |
|
Brad Roberts
|
64c245be69
|
phobos 1.021
|
2007-09-10 06:37:45 +00:00 |
|
Brad Roberts
|
60545694c7
|
phobos 1.011
|
2007-09-10 06:03:58 +00:00 |
|
Brad Roberts
|
8d7ec1bb34
|
phobos 1.010
|
2007-09-10 06:03:28 +00:00 |
|
Brad Roberts
|
1de7f2e4ba
|
phobos 1.007
|
2007-09-10 06:02:02 +00:00 |
|