Feoramund
|
e7d6e2d163
Add documentation to `os2.close`
|
11 months ago |
Laytan Laats
|
b07d0b38b1
os2: improve absolute/full path handling for posix
|
1 year ago |
gingerBill
|
60bc7f53d2
Comment out `open_buffered`
|
1 year ago |
gingerBill
|
046f72befd
Mock out `open_buffered`
|
1 year ago |
gingerBill
|
2ddaae45f3
Better handling of allocators
|
1 year ago |
gingerBill
|
24f9e2bbeb
Begin mocking out the linux stuff on os2
|
1 year ago |
gingerBill
|
2f8399fe20
Merge pull request #3940 from flysand7/os2-handle-inheritance
|
1 year ago |
flysand7
|
7b501b22bb
[os2]: Split file type from mode bits
|
1 year ago |
flysand7
|
4dcb75af6d
Make all handles non-inheritable by default
|
1 year ago |
gingerBill
|
4f73b35da5
Make `os2.File` a more generic interface
|
1 year ago |
gingerBill
|
3d38f14202
Use `fstat` on `os2.File` directly
|
1 year ago |
jason
|
dc954307d7
fix assumption about std handles in os2/file.odin
|
1 year ago |
jason
|
f24f72c280
convert all to use sys/linux over sys/unix; new implementations for pipe, process and env
|
1 year ago |
gingerBill
|
59c33dd9fc
Add `Fstat_Callback` for `File.user_fstat`
|
1 year ago |
gingerBill
|
450b9ceaec
Add `@(require_results)` everywhere in os2
|
1 year ago |
gingerBill
|
ecd7846ec3
Clean up allocator stuff into `allocators.odin`
|
1 year ago |
gingerBill
|
271f84ab5b
Expect `stream` as a field directly on `os2.File`
|
1 year ago |
gingerBill
|
a626adac8e
Use long-form names and alias with short-form UNIX-like names
|
1 year ago |
gingerBill
|
3e7e779abf
Replace `core:*` to `base:*` where appropriate
|
1 year ago |
gingerBill
|
a78d6fe0b3
Use `i64` instead of `int` for internal procedures
|
2 years ago |
gingerBill
|
2a212a7556
Put stream into the impl
|
2 years ago |
gingerBill
|
145a7a24e8
Use `io.Stream` as the internal interface for `os2.File`
|
2 years ago |
gingerBill
|
33895b6d92
Convert all uses of `*_from_slice` to `*_from_bytes` where appropriate
|
3 years ago |
gingerBill
|
eef44b11f3
Make the utf16 conversion procedures in `core:sys/windows` safer by checking for memory leaks
|
3 years ago |
gingerBill
|
8b4b81fdeb
Fill in most of os2/file_windows.odin
|
3 years ago |
gingerBill
|
96ab17ecfc
Begin mocking os2 for windows out more
|
3 years ago |
gingerBill
|
18bde22b26
Go to a `File` based approach over `Handle` based
|
3 years ago |
gingerBill
|
ee876ad66b
Strip semicolons
|
3 years ago |
gingerBill
|
ebbc33fdb5
Mockup of the new `package os` interface (incomplete and non-functioning)
|
4 years ago |