index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
std
/
os
Age
Commit message (
Expand
)
Author
2017-10-09
fix build on non-windows
Andrew Kelley
2017-10-09
implement os.path.real for windows and update allocator interface
Andrew Kelley
2017-10-08
implement std.os.deleteFile for windows
Andrew Kelley
2017-10-08
fix os.path.resolveWindows on non-windows
Andrew Kelley
2017-10-08
implement os.getCwd for windows
Andrew Kelley
2017-10-08
implement std.os.relative for windows
Andrew Kelley
2017-10-08
os.path.basename implementation for windows
Andrew Kelley
2017-10-08
more std.os.path work for windows
Andrew Kelley
2017-10-08
implement os.path.dirname for windows
Andrew Kelley
2017-10-03
fix isatty for macOS and libc (#523)
Snorre
2017-09-27
implement IncrementingAllocator for Windows
Andrew Kelley
2017-09-26
implement setreuid, setregid for darwin
Andrew Kelley
2017-09-26
std.os.ChildProcess: setgid before setuid
Andrew Kelley
2017-09-26
std.os.ChildProcess: ability to set both uid and gid
Andrew Kelley
2017-09-26
update std.os.ChildProcess API
Andrew Kelley
2017-09-24
Revert "windows API functions are not stdcalls"
Andrew Kelley
2017-09-24
windows API functions are not stdcalls
Andrew Kelley
2017-09-24
windows gui hello world
Andrew Kelley
2017-09-19
std: fix os.sleep on darwin and windows
Andrew Kelley
2017-09-16
std.os.ChildProcess: fix fd leak
Andrew Kelley
2017-09-10
Allow INVALID_HANDLE_VALUE for windows to work on 32-bit and 64-bit. (#457)
Jonathan Marler
2017-09-09
Add exit function (#450)
Marc Tiehuis
2017-09-08
std.ChildProcess.spawn: handle 0 from waitpid correctly
Andrew Kelley
2017-09-08
std.os.ChildProcess: don't expect all SIGCHLD to come from spawn
Andrew Kelley
2017-09-08
fix ChildProcess.spawn on darwin
Andrew Kelley
2017-09-07
std: os.ChildProcess knows when its child died
Andrew Kelley
2017-09-06
std: add ChildProcess.kill
Andrew Kelley
2017-09-06
std: add os.sleep
Andrew Kelley
2017-08-30
successfully cross-building behavior tests for windows
Andrew Kelley
2017-08-29
ptrCast gives compile error for increasing alignment
Andrew Kelley
2017-08-27
all tests passing in MacOS
Andrew Kelley
2017-08-27
macos passing all tests except for building a shared library
Andrew Kelley
2017-08-27
all behavior tests passing for macos
Andrew Kelley
2017-08-27
fixups to linux build
Andrew Kelley
2017-08-27
progress toward tests passing on MacOS
Andrew Kelley
2017-08-08
add ptrToInt builtin, remove usize(ptr) cast
Andrew Kelley
2017-08-06
add missing stdcallcc to ExitProcess decl
Andrew Kelley
2017-06-19
don't call c.getrandom because older libcs don't have it
Andrew Kelley
2017-06-14
partial implementation of printing floating point numbers with errol3
Andrew Kelley
2017-06-14
progress toward windows hello world working
Andrew Kelley
2017-06-04
progress toward hello world without libc in windows
Andrew Kelley
2017-05-28
Generalize join.
Andrea Orru
2017-05-23
building with mingw for windows
Andrew Kelley
2017-05-19
change slicing syntax from ... to ..
Andrew Kelley
2017-05-04
std: rename List to ArrayList and re-organize...
Andrew Kelley
2017-05-04
std: take advantage of new while syntax
Andrew Kelley
2017-05-03
change while syntax
Andrew Kelley
2017-05-03
remove test and try expressions in favor of if expressions
Andrew Kelley
2017-05-01
allow undefined to be resolved with other types
Andrew Kelley
2017-05-01
make debug safety stuff lazy
Andrew Kelley
[prev]
[next]