zig/lib/std/os/bits
Andrew Kelley 53d011fa1a (breaking) std.time fixups and API changes
Remove the constants that assume a base unit in favor of explicit
x_per_y constants.

nanosecond calendar timestamps now use i128 for the type. This affects
fs.File.Stat, std.time.nanoTimestamp, and fs.File.updateTimes.

calendar timestamps are now signed, because the value can be less than
the epoch (the user can set their computer time to whatever they wish).

implement std.os.clock_gettime for Windows when clock id is
CLOCK_CALENDAR.
2020-05-24 21:40:08 -04:00
..
linux Add mips support to standard library 2020-04-24 15:28:55 -04:00
darwin.zig (breaking) std.time fixups and API changes 2020-05-24 21:40:08 -04:00
dragonfly.zig zig fmt 2020-05-05 09:38:02 -06:00
freebsd.zig os/bits/freebsd audit 2020-05-24 10:08:43 +10:00
linux.zig linux: remove duplicated fields 2020-05-17 02:42:59 -04:00
netbsd.zig Add LOCK_* constants to BSD os/bits 2020-04-02 23:50:12 -06:00
wasi.zig Make mode_t a 0-byte type in WASI 2020-05-18 17:09:52 +02:00
windows.zig Use os.ino_t for everything 2020-03-08 21:52:36 -06:00