| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | initial OpenBSD support | Sébastien Marie | 2022-02-25 | 1 | -1/+6 |
| * | Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use strings | gingerBill | 2022-01-20 | 1 | -2/+2 |
| * | Strip semicolons in core which were missing | gingerBill | 2021-09-08 | 1 | -17/+17 |
| * | fix variable name in path_unix | André | 2021-04-20 | 1 | -2/+2 |
| * | Clean up path_unix.odin to make it not depend on `package os` | gingerBill | 2021-04-11 | 1 | -6/+38 |
| * | Update package os for package path/filepath support on macOS | gingerBill | 2021-02-27 | 1 | -7/+16 |
| * | * Add some procedures to path_unix to mirror the path_windows API | Luka Aleksić | 2021-01-21 | 1 | -0/+20 |
| * | Update packages os, path, and filepath | gingerBill | 2020-09-26 | 1 | -0/+1 |
| * | Add `package path/filepath`; Add `os.stat` for windows (TODO: unix) | gingerBill | 2020-09-25 | 1 | -0/+5 |