aboutsummaryrefslogtreecommitdiff
path: root/std/os/path.zig
AgeCommit message (Expand)Author
2018-12-23Merge branch 'master' into fbsd2Marcio Giaxa
2018-12-21I observed open() return EBUSY on linuxAndrew Kelley
2018-12-20freebsd: use realpath() to resolve symbolic linksMarcio Giaxa
2018-11-27Merge branch 'master' into freebsd2Andrew Kelley
2018-11-21std.os.path.realC: make overflow more clearly impossibleAndrew Kelley
2018-11-20fix incorrect buf lenAndrew Kelley
2018-11-19Merge branch 'freebsd-up' of https://github.com/myfreeweb/zig into freebsd2Andrew Kelley
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-20Add freebsd to more thingsGreg V
2018-10-20Add initial freebsd stdlib functionalityMarc Tiehuis
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-08-21fix linuxAndrew Kelley
2018-08-21fix windowsAndrew Kelley
2018-08-21*WIP* std.os assumes comptime-known max path sizeAndrew Kelley
2018-08-19do not use an allocator when we don't need to because of the existance of PAT...Shawn Landden
2018-08-08std.event.fs.pwritev windows implementationAndrew Kelley
2018-06-14std.os.path.dirname: return null instead of empty sliceAndrew Kelley
2018-06-10breaking syntax change: orelse keyword instead of ?? (#1096)Andrew Kelley
2018-06-09breaking syntax change: ??x to x.? (#1095)Andrew Kelley
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-30run zig fmt on the codebaseAndrew Kelley
2018-05-29fix AtomicFile for relative pathsAndrew Kelley
2018-05-29run zig fmt on the codebaseAndrew Kelley
2018-02-09std lib: modify allocator idiomAndrew Kelley
2018-01-31*WIP* error sets converting std libAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-23replace %defer with errdeferAndrew Kelley
2018-01-09remove %% prefix operatorAndrew Kelley
2018-01-07replace `a %% b` with `a catch b`Andrew Kelley
2018-01-07replace `%return` with `try`Andrew Kelley
2018-01-06Darwin -> MacOSX, added Zen. See #438Andrea Orru
2018-01-03fix self hosted compiler on windowsAndrew Kelley
2017-12-23move std/debug.zig to a subdirectoryAndrew Kelley
2017-12-23std.os.path.resolve handles an absolute path that is missing the driveAndrew Kelley
2017-12-22bufPrint returns an errorJosh Wolfe
2017-12-22explicitly return from blocksAndrew Kelley
2017-12-03rework enums and unions and their relationship to each otherAndrew Kelley
2017-11-10add a std lib test for reading and writing filesAndrew Kelley
2017-10-31breaking change to std.io APIAndrew Kelley
2017-10-15fix std.io.InStream for windowsAndrew Kelley
2017-10-15use correct integer type for windows BOOLAndrew Kelley
2017-10-10use allocator.shrink instead of realloc in os.path.realAndrew Kelley
2017-10-09implement os.path.real for windows and update allocator interfaceAndrew Kelley
2017-10-08fix os.path.resolveWindows on non-windowsAndrew Kelley
2017-10-08implement os.getCwd for windowsAndrew Kelley
2017-10-08implement std.os.relative for windowsAndrew Kelley
2017-10-08os.path.basename implementation for windowsAndrew Kelley
2017-10-08more std.os.path work for windowsAndrew Kelley
2017-10-08implement os.path.dirname for windowsAndrew Kelley
2017-08-27all tests passing in MacOSAndrew Kelley