zig/lib/std/fs
Andrew Kelley d569e37cb5 std.fs.path.extension: different behavior for ending dot
extension("a.") now returns "." instead of "".

This matches both Python and Node.js standard library behavior as well
as my personal opinion on how this function should be defined.

Apologies for missing this in the code review.
2020-12-11 18:20:57 -07:00
..
file.zig add AddressFamilyNotSupported to SendError 2020-12-07 16:40:03 -05:00
get_app_data_dir.zig Merge branch 'master' into openbsd-minimal 2020-10-17 17:38:23 +02:00
path.zig std.fs.path.extension: different behavior for ending dot 2020-12-11 18:20:57 -07:00
test.zig std: Restore file locking test on Windows 2020-12-04 12:24:50 -08:00
wasi.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
watch.zig Merge branch 'master' into openbsd-minimal 2020-10-17 17:38:23 +02:00