Andrew Kelley 36bade5c56
fixups, and modify std.mem.join and std.os.path.resolve API
* zig fmt
 * std.mem.join takes a slice of slices instead of var args
 * std.mem.join takes a separator slice rather than byte,
   and always inserts it. Previously it would not insert the separator
   if there already was one, violating the documented behavior.
 * std.mem.join calculates exactly the correct amount to allocate
   and has no call to allocator.shrink()
 * bring back joinWindows and joinPosix and the corresponding tests.
   it is intended to be able to call these functions from any OS.
 * rename std.os.path.resolveSlice to resolve (now resolve takes
   a slice of slices instead of var args)
2019-02-07 00:42:41 -05:00
..
2019-02-01 12:22:21 -05:00
2018-12-02 18:36:18 -05:00
2018-12-20 22:53:54 +09:00
2018-11-16 14:03:39 -05:00
2018-12-13 17:13:10 -05:00
2018-11-13 05:08:37 -08:00
2018-11-13 05:08:37 -08:00
2018-11-13 05:08:37 -08:00
2018-09-30 17:28:35 -04:00
2019-01-30 23:39:25 -05:00
2018-11-27 00:52:32 -05:00
2018-11-13 05:08:37 -08:00
2018-11-13 05:08:37 -08:00
2018-11-19 10:53:25 -05:00
2018-11-13 05:08:37 -08:00
2018-11-13 05:08:37 -08:00