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
/
path.zig
Age
Commit message (
Expand
)
Author
2018-12-23
Merge branch 'master' into fbsd2
Marcio Giaxa
2018-12-21
I observed open() return EBUSY on linux
Andrew Kelley
2018-12-20
freebsd: use realpath() to resolve symbolic links
Marcio Giaxa
2018-11-27
Merge branch 'master' into freebsd2
Andrew Kelley
2018-11-21
std.os.path.realC: make overflow more clearly impossible
Andrew Kelley
2018-11-20
fix incorrect buf len
Andrew Kelley
2018-11-19
Merge branch 'freebsd-up' of https://github.com/myfreeweb/zig into freebsd2
Andrew Kelley
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-10-20
Add freebsd to more things
Greg V
2018-10-20
Add initial freebsd stdlib functionality
Marc Tiehuis
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-08-21
fix linux
Andrew Kelley
2018-08-21
fix windows
Andrew Kelley
2018-08-21
*WIP* std.os assumes comptime-known max path size
Andrew Kelley
2018-08-19
do not use an allocator when we don't need to because of the existance of PAT...
Shawn Landden
2018-08-08
std.event.fs.pwritev windows implementation
Andrew Kelley
2018-06-14
std.os.path.dirname: return null instead of empty slice
Andrew Kelley
2018-06-10
breaking syntax change: orelse keyword instead of ?? (#1096)
Andrew Kelley
2018-06-09
breaking syntax change: ??x to x.? (#1095)
Andrew Kelley
2018-05-31
use * for pointer type instead of &
Andrew Kelley
2018-05-30
run zig fmt on the codebase
Andrew Kelley
2018-05-29
fix AtomicFile for relative paths
Andrew Kelley
2018-05-29
run zig fmt on the codebase
Andrew Kelley
2018-02-09
std lib: modify allocator idiom
Andrew Kelley
2018-01-31
*WIP* error sets converting std lib
Andrew Kelley
2018-01-25
syntax: functions require return type. remove `->`
Andrew Kelley
2018-01-23
replace %defer with errdefer
Andrew Kelley
2018-01-09
remove %% prefix operator
Andrew Kelley
2018-01-07
replace `a %% b` with `a catch b`
Andrew Kelley
2018-01-07
replace `%return` with `try`
Andrew Kelley
2018-01-06
Darwin -> MacOSX, added Zen. See #438
Andrea Orru
2018-01-03
fix self hosted compiler on windows
Andrew Kelley
2017-12-23
move std/debug.zig to a subdirectory
Andrew Kelley
2017-12-23
std.os.path.resolve handles an absolute path that is missing the drive
Andrew Kelley
2017-12-22
bufPrint returns an error
Josh Wolfe
2017-12-22
explicitly return from blocks
Andrew Kelley
2017-12-03
rework enums and unions and their relationship to each other
Andrew Kelley
2017-11-10
add a std lib test for reading and writing files
Andrew Kelley
2017-10-31
breaking change to std.io API
Andrew Kelley
2017-10-15
fix std.io.InStream for windows
Andrew Kelley
2017-10-15
use correct integer type for windows BOOL
Andrew Kelley
2017-10-10
use allocator.shrink instead of realloc in os.path.real
Andrew Kelley
2017-10-09
implement os.path.real for windows and update allocator interface
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-08-27
all tests passing in MacOS
Andrew Kelley
[next]