March 02, 2014 [D-runtime] [D-Programming-Language/druntime] 5bb668: First set of stdc changes for Android | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/druntime Commit: 5bb66834b7df6104ae8110037d35f5d40bc29dd0 https://github.com/D-Programming-Language/druntime/commit/5bb66834b7df6104ae8110037d35f5d40bc29dd0 Author: Joakim <joakim@airpost.net> Date: 2014-02-28 (Fri, 28 Feb 2014) Changed paths: M src/core/stdc/errno.d M src/core/stdc/fenv.d M src/core/stdc/locale.d M src/core/stdc/math.d M src/core/stdc/stdio.d M src/core/stdc/stdlib.d M src/core/stdc/time.d Log Message: ----------- First set of stdc changes for Android Commit: a64a2fc79eacbc740042b680e9c83488f6de43fd https://github.com/D-Programming-Language/druntime/commit/a64a2fc79eacbc740042b680e9c83488f6de43fd Author: Joakim <joakim@airpost.net> Date: 2014-02-28 (Fri, 28 Feb 2014) Changed paths: M src/core/stdc/locale.d Log Message: ----------- Fix formatting Commit: ba98ced640372940358c907079f0322fd53de54e https://github.com/D-Programming-Language/druntime/commit/ba98ced640372940358c907079f0322fd53de54e Author: Joakim <joakim@airpost.net> Date: 2014-02-28 (Fri, 28 Feb 2014) Changed paths: M src/core/stdc/errno.d M src/core/stdc/time.d Log Message: ----------- Remove OS comments Commit: e5e8b22a93f803078826aef848dd5281570a8c19 https://github.com/D-Programming-Language/druntime/commit/e5e8b22a93f803078826aef848dd5281570a8c19 Author: Joakim <joakim@airpost.net> Date: 2014-02-28 (Fri, 28 Feb 2014) Changed paths: M src/core/stdc/fenv.d M src/core/stdc/stdio.d M src/core/sys/posix/sys/types.d Log Message: ----------- Port types, add version(X86) blocks, and start fixing fpos_t Commit: fb83afa02b3d18c3303fdd7779a16d06bbc07e2a https://github.com/D-Programming-Language/druntime/commit/fb83afa02b3d18c3303fdd7779a16d06bbc07e2a Author: Joakim <joakim@airpost.net> Date: 2014-02-28 (Fri, 28 Feb 2014) Changed paths: M src/core/stdc/stdio.d Log Message: ----------- Add fpos_t to all OS blocks, fix it later Commit: 233748d2470f0831bc30775fd18ad38988e6347a https://github.com/D-Programming-Language/druntime/commit/233748d2470f0831bc30775fd18ad38988e6347a Author: Joakim <joakim@airpost.net> Date: 2014-02-28 (Fri, 28 Feb 2014) Changed paths: M src/core/stdc/stdio.d Log Message: ----------- Fix up stdc.stdio a bit Commit: abe9b9a9b6f7a02423ce72fdd9ec150e69d0505e https://github.com/D-Programming-Language/druntime/commit/abe9b9a9b6f7a02423ce72fdd9ec150e69d0505e Author: Joakim <joakim@airpost.net> Date: 2014-02-28 (Fri, 28 Feb 2014) Changed paths: M src/core/stdc/stdio.d Log Message: ----------- Keep _iobuf around until not needed in std.stdio Commit: a82e27e437b8e802476076c4994e69cef98fe20a https://github.com/D-Programming-Language/druntime/commit/a82e27e437b8e802476076c4994e69cef98fe20a Author: Joakim <joakim@airpost.net> Date: 2014-02-28 (Fri, 28 Feb 2014) Changed paths: M src/core/stdc/stdio.d Log Message: ----------- Fix function types and typo Commit: 8ee4db7cf56f05cb215874c734034de24faed191 https://github.com/D-Programming-Language/druntime/commit/8ee4db7cf56f05cb215874c734034de24faed191 Author: Joakim <joakim@airpost.net> Date: 2014-02-28 (Fri, 28 Feb 2014) Changed paths: M src/core/sys/posix/sys/types.d Log Message: ----------- Use c_long/c_ulong instead Commit: ab127d9db97471f3d826eb78040ad34da6f92a4c https://github.com/D-Programming-Language/druntime/commit/ab127d9db97471f3d826eb78040ad34da6f92a4c Author: Joakim <joakim@airpost.net> Date: 2014-02-28 (Fri, 28 Feb 2014) Changed paths: M src/core/stdc/stdlib.d Log Message: ----------- No strtold on Android, so use strtod instead Commit: 081dcc4e697ed70ccc48dfc67835dfa13ce82379 https://github.com/D-Programming-Language/druntime/commit/081dcc4e697ed70ccc48dfc67835dfa13ce82379 Author: Joakim <joakim@airpost.net> Date: 2014-02-28 (Fri, 28 Feb 2014) Changed paths: M src/core/stdc/errno.d Log Message: ----------- Put errno inside version(X86) block Commit: 10ca8da8394580e818e1a4469264a93ed49a8301 https://github.com/D-Programming-Language/druntime/commit/10ca8da8394580e818e1a4469264a93ed49a8301 Author: Martin Nowak <code@dawg.eu> Date: 2014-03-02 (Sun, 02 Mar 2014) Changed paths: M src/core/stdc/errno.d M src/core/stdc/fenv.d M src/core/stdc/locale.d M src/core/stdc/math.d M src/core/stdc/stdio.d M src/core/stdc/stdlib.d M src/core/stdc/time.d M src/core/sys/posix/sys/types.d Log Message: ----------- Merge pull request #681 from joakim-noah/android First set of stdc changes for Android/x86 Compare: https://github.com/D-Programming-Language/druntime/compare/f5bd52d91b8f...10ca8da83945 |
Copyright © 1999-2021 by the D Language Foundation