aboutsummaryrefslogtreecommitdiff
path: root/std/os/path.zig
AgeCommit message (Expand)Author
2019-03-15breaking changes to std.mem.Allocator interface APIAndrew Kelley
2019-03-02rename std lib files to new conventionAndrew Kelley
2019-02-17Add NetBSD supportMaya Rashish
2019-02-08std.debug.assert: remove special case for test buildsAndrew Kelley
2019-02-07fixups, and modify std.mem.join and std.os.path.resolve APIAndrew Kelley
2019-02-06Merge branch 'zig-backport-std.os.path' of https://github.com/kristate/zig in...Andrew Kelley
2019-02-04adjustments to std.mem split / separateAndrew Kelley
2019-02-04Merge branch 'zig-backport-std.mem.separate' of https://github.com/kristate/z...Andrew Kelley
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-30std.os.path: remove dependance on std.mem.join;kristopher tate
2018-11-27Merge branch 'master' into freebsd2Andrew Kelley
2018-11-26std.mem: add new separate method and rework SplitIterator;kristopher tate
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