Dmitri Gribenko
|
9bcd5a1056
|
Collection.length => .count
|
2016-01-22 18:41:19 -08:00 |
|
Dmitri Gribenko
|
73ce9ae7e9
|
Collection.count => .length
And other API changes that naturally fall out from this, like
Array(repeating:count:) => Array(repeating:length:).
|
2015-12-17 15:55:29 -08:00 |
|
Erik Eckstein
|
0830c36974
|
[tests] add import statements to prevent unresolved symbols when compiling StdlibUnittest with -sil-serialize-all.
This is the second part of 308f39fe56.
It fixes (better: works-around) linker errors when testing in optimized mode.
|
2015-12-15 10:46:10 -08:00 |
|
Bill Abt
|
9c4f47ac9b
|
Implementation of fcntl() to both Darwin and Glibc overlays. Ported open(), openat() and sem_open() from Darwin to Glibc. Added tests for new fcntl functionality.
|
2015-12-10 21:33:20 -05:00 |
|
Dmitri Hrybenko
|
36620d8229
|
stdlib: add an overlay for sem_open(), which is variadic in C
Patch by Mish Awadah.
Swift SVN r31397
|
2015-08-21 22:25:32 +00:00 |
|