January 12, 2013 [D-runtime] [D-Programming-Language/druntime] 830e07: Some large file support enhancements | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/druntime Commit: 830e07704ed7712e8619da91fde593765b72c59d https://github.com/D-Programming-Language/druntime/commit/830e07704ed7712e8619da91fde593765b72c59d Author: Johannes Pfau <johannespfau@gmail.com> Date: 2012-12-13 (Thu, 13 Dec 2012) Changed paths: M src/core/sys/posix/dirent.d M src/core/sys/posix/fcntl.d M src/core/sys/posix/stdio.d M src/core/sys/posix/sys/mman.d M src/core/sys/posix/sys/statvfs.d M src/core/sys/posix/unistd.d Log Message: ----------- Some large file support enhancements The normal functions should be aliases to the *64 functions, even if _LARGEFILE64_SOURCE is false. _LARGEFILE64_SOURCE is more or less deprecated. Commit: 478450ae47bc21e557934ab690fcc0628cd5ab9a https://github.com/D-Programming-Language/druntime/commit/478450ae47bc21e557934ab690fcc0628cd5ab9a Author: Alex Rønne Petersen <alex@alexrp.com> Date: 2013-01-12 (Sat, 12 Jan 2013) Changed paths: M src/core/sys/posix/dirent.d M src/core/sys/posix/fcntl.d M src/core/sys/posix/stdio.d M src/core/sys/posix/sys/mman.d M src/core/sys/posix/sys/statvfs.d M src/core/sys/posix/unistd.d Log Message: ----------- Merge pull request #310 from jpf91/lfs Some large file support enhancements Compare: https://github.com/D-Programming-Language/druntime/compare/73ce4e11b54c...478450ae47bc |
Copyright © 1999-2021 by the D Language Foundation