| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Comment out `open_buffered` | gingerBill | 2024-08-04 | 2 | -56/+27 | |
| * | | | Remove `temp` parameter | gingerBill | 2024-08-04 | 1 | -8/+4 | |
| * | | | Mock out `open_buffered` | gingerBill | 2024-08-04 | 3 | -10/+150 | |
| * | | | Only swap if there was an arena | gingerBill | 2024-08-04 | 1 | -2/+4 | |
| * | | | Allow for nested `temp_allocator()` calls to flip between arenas on `TEMP_ALL... | gingerBill | 2024-08-04 | 3 | -12/+30 | |
| * | | | Add `@(require_results)` | gingerBill | 2024-08-04 | 14 | -133/+297 | |
| * | | | Add stubs for `flush` on platforms that didn't have it | gingerBill | 2024-08-04 | 8 | -6/+38 | |
| * | | | Update core/os/os2/process.odin | gingerBill | 2024-08-04 | 1 | -1/+1 | |
| * | | | Update core/os/os_darwin.odin | gingerBill | 2024-08-04 | 1 | -1/+1 | |
| * | | | Fix replace typo | gingerBill | 2024-08-04 | 1 | -1/+1 | |
| * | | | Add `read_entire_file_or_err` and `write_entire_file_or_err` | gingerBill | 2024-08-04 | 1 | -31/+51 | |
| * | | | Move errors to where appropriate | gingerBill | 2024-08-04 | 5 | -12/+13 | |
| * | | | Improve `_error_string` for Linux | gingerBill | 2024-08-04 | 3 | -24/+167 | |
| * | | | Correct `EOF` value | gingerBill | 2024-08-04 | 3 | -7/+2 | |
| * | | | Add extra cases for `flush` | gingerBill | 2024-08-04 | 1 | -1/+1 | |
| * | | | Add read_at/write_at to missing platforms | gingerBill | 2024-08-04 | 6 | -19/+99 | |
| * | | | Move error stuff to `errors.odin` | gingerBill | 2024-08-04 | 2 | -49/+159 | |
| * | | | Fix typo; remove unneeded casts | gingerBill | 2024-08-04 | 6 | -118/+118 | |
| * | | | Fix replace typo | gingerBill | 2024-08-04 | 1 | -2/+2 | |
| * | | | Correct os errors for darwin | gingerBill | 2024-08-04 | 1 | -226/+253 | |
| * | | | Begin mapping `os.Error` in the rest of the codebase | gingerBill | 2024-08-04 | 7 | -184/+199 | |
| * | | | `Errno` -> `Error` | gingerBill | 2024-08-04 | 14 | -215/+215 | |
| * | | | Try to map to `General_Error` where possible | gingerBill | 2024-08-04 | 8 | -7/+103 | |
| * | | | More clean ups of ERROR_NONE and `!= nil` usage | gingerBill | 2024-08-04 | 15 | -297/+224 | |
| * | | | Clean up `err != nil` usage | gingerBill | 2024-08-04 | 5 | -33/+21 | |
| * | | | Clean up error handling | gingerBill | 2024-08-04 | 15 | -135/+118 | |
| * | | | Begin mocking out for other errors | gingerBill | 2024-08-04 | 2 | -19/+46 | |
| * | | | Fix copy-replace errors | gingerBill | 2024-08-04 | 5 | -14/+14 | |
| * | | | Use `union #shared_nil` for `os.Error` | gingerBill | 2024-08-04 | 13 | -63/+71 | |
| * | | | Begin converting `os.Errno` to be a `nil`-able type as a transition period | gingerBill | 2024-08-04 | 17 | -681/+1160 | |
| * | | | Add alias | gingerBill | 2024-08-04 | 1 | -1/+3 | |
| * | | | fix readir_r link name for netbsd | Laytan Laats | 2024-08-03 | 1 | -1/+1 | |
| * | | | fix os.read_dir with symlinks | Laytan Laats | 2024-08-03 | 4 | -229/+15 | |
| * | | | [os2] Add missing temp_file implementation for Linux | Roland Kovacs | 2024-07-30 | 1 | -4/+7 | |
| * | | | General clean up of `os2.read_directory` for Windows | gingerBill | 2024-07-24 | 5 | -19/+42 | |
| | |/ |/| | ||||||
| * | | Improve `os2.read_directory` | gingerBill | 2024-07-24 | 4 | -42/+30 | |
| * | | Add missing attribute | gingerBill | 2024-07-24 | 1 | -1/+1 | |
| * | | Begin cleaning up `os2.read_directory` | gingerBill | 2024-07-24 | 4 | -84/+187 | |
| * | | Remove dead code | gingerBill | 2024-07-24 | 1 | -4/+0 | |
| * | | Better handling of allocators | gingerBill | 2024-07-24 | 6 | -31/+37 | |
| * | | Add `inode` to `os2.Stat` | gingerBill | 2024-07-24 | 3 | -1/+7 | |
| |/ | ||||||
| * | fix build comment in os_freestanding | Laytan Laats | 2024-07-23 | 1 | -2/+2 | |
| * | Implement `init_long_path_support` | gingerBill | 2024-07-23 | 3 | -8/+28 | |
| * | Use `SHFileOperationW` for `remove_all` on Windows | gingerBill | 2024-07-23 | 3 | -60/+32 | |
| * | Mock out os2.remove_all for Windows | gingerBill | 2024-07-23 | 3 | -12/+103 | |
| * | Begin work on os2/dir.odin | gingerBill | 2024-07-23 | 11 | -49/+286 | |
| * | Minor clean ups | gingerBill | 2024-07-23 | 2 | -9/+3 | |
| * | Begin mocking out the linux stuff on os2 | gingerBill | 2024-07-23 | 6 | -68/+126 | |
| * | Add utility calls to os2 | gingerBill | 2024-07-23 | 2 | -0/+20 | |
| * | Merge pull request #3940 from flysand7/os2-handle-inheritance | gingerBill | 2024-07-19 | 5 | -7/+19 | |
| |\ | ||||||