This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
Odin
Watch
1
Star
0
Fork
0
You've already forked Odin
mirror of
https://github.com/odin-lang/Odin.git
synced
2026-04-18 14:29:47 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c305c9dd04e4921e3094d052d17f5e519df24e40
Odin
/
core
/
path
/
filepath
History
Karl Zylinski
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
2024-09-14 18:27:49 +02:00
..
match.odin
Replace
err != 0
with
err != nil
where possible
2024-08-04 14:57:25 +01:00
path_unix.odin
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
2024-09-14 18:27:49 +02:00
path_windows.odin
Replace
err != 0
with
err != nil
where possible
2024-08-04 14:57:25 +01:00
path.odin
update core:filepath's clean, join and split_list to return optional Allocator_Errors
2024-08-16 01:48:27 -04:00
walk.odin
Replace
err != 0
with
err != nil
where possible
2024-08-04 14:57:25 +01:00