 |
Changeset 1024
- Timestamp:
- 11/28/06 19:04:34
(2 years ago)
- Author:
- Gregor
- Message:
dsss.conf: Should work better on non-GNU/Linux systems now.
tango/text/convert/Format.d: Now compiles on GDC.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r995 |
r1024 |
|
| 1 | 1 | [tango/core] |
|---|
| 2 | 2 | postinstall=install tango/core/Intrinsic.di $INCLUDE_PREFIX/tango/core ; \ |
|---|
| 3 | | tango/core/Exception.di $INCLUDE_PREFIX/tango/core ; \ |
|---|
| 4 | | tango/core/Thread.di $INCLUDE_PREFIX/tango/core ; \ |
|---|
| 5 | | tango/core/Memory.di $INCLUDE_PREFIX/tango/core |
|---|
| | 3 | install tango/core/Exception.di $INCLUDE_PREFIX/tango/core ; \ |
|---|
| | 4 | install tango/core/Thread.di $INCLUDE_PREFIX/tango/core ; \ |
|---|
| | 5 | install tango/core/Memory.di $INCLUDE_PREFIX/tango/core |
|---|
| 6 | 6 | version (GNU) { |
|---|
| 7 | 7 | exclude = tango/core/Epoch.d |
|---|
| … | … | |
| 34 | 34 | |
|---|
| 35 | 35 | [tango/stdc] |
|---|
| | 36 | # This fails obscurely |
|---|
| 36 | 37 | exclude = tango/stdc/tgmath.d |
|---|
| 37 | | |
|---|
| 38 | | [tango/stdc/posix] |
|---|
| 39 | 38 | version (Posix) { |
|---|
| | 39 | [tango/stdc/posix] |
|---|
| 40 | 40 | } else { |
|---|
| 41 | | exclude = * |
|---|
| | 41 | exclude += tango/stdc/posix/* |
|---|
| 42 | 42 | } |
|---|
| 43 | 43 | |
|---|
| … | … | |
| 66 | 66 | |
|---|
| 67 | 67 | [phobos] |
|---|
| | 68 | exclude = phobos/file.d |
|---|
| | 69 | |
|---|
| 68 | 70 | # Target = D-tango-phobos or G-tango-phobos |
|---|
| 69 | 71 | version (DigitalMars) { |
|---|
| … | … | |
| 89 | 91 | exclude += phobos/c/windows/* |
|---|
| 90 | 92 | } |
|---|
| | 93 | version (!linux) { |
|---|
| | 94 | exclude += phobos/c/linux/* |
|---|
| | 95 | } |
|---|
| | 96 | |
|---|
| r999 |
r1024 |
|
| 233 | 233 | public final T[] sprint (T[] result, T[] formatStr, ...) |
|---|
| 234 | 234 | { |
|---|
| 235 | | return sprint (result, formatStr, _arguments, _argptr); |
|---|
| | 235 | return sprint (result, formatStr, _arguments, cast(void*) _argptr); |
|---|
| 236 | 236 | } |
|---|
| 237 | 237 | |
|---|
Download in other formats:
|
 |
 |
|
 |
Copyright © 2006-2008 Tango. All Rights Reserved. | Page Width:
Static or
Dynamic