index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
os
/
os2
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add `Fstat_Callback` for `File.user_fstat`
gingerBill
2024-05-14
2
-1
/
+7
*
Add missing `@(require_results)`
gingerBill
2024-05-14
1
-0
/
+1
*
Fix typo
gingerBill
2024-05-14
1
-2
/
+2
*
Delete dead code
gingerBill
2024-05-14
1
-7
/
+0
*
Remove all uses of `context` stuff in os2
gingerBill
2024-05-14
7
-47
/
+57
*
Add `@(require_results)` everywhere in os2
gingerBill
2024-05-14
13
-39
/
+85
*
Move utility stuff to `internal_util.odin`
gingerBill
2024-05-14
2
-84
/
+84
*
Mock out `temp_file.odin` stuff
gingerBill
2024-05-14
10
-34
/
+194
*
Use internal `temp_allocator()`
gingerBill
2024-05-14
2
-25
/
+52
*
Clean up allocator stuff into `allocators.odin`
gingerBill
2024-05-14
8
-76
/
+75
*
[core/os2]: Fix memory leak on read_entire_file
flysand7
2024-04-01
1
-1
/
+1
*
[core/os2]: Move .Broken_Pipe to General_Error enum
flysand7
2024-03-25
1
-11
/
+3
*
[core/os2]: Reading from unsized files
flysand7
2024-03-24
3
-12
/
+54
*
Expect `stream` as a field directly on `os2.File`
gingerBill
2024-03-13
4
-16
/
+13
*
Keep -vet happy
gingerBill
2024-02-28
1
-1
/
+0
*
Remove unnecessary use of `transmute`
gingerBill
2024-02-28
1
-4
/
+2
*
Minor changes to `os2`
gingerBill
2024-02-17
5
-3
/
+55
*
Use long-form names and alias with short-form UNIX-like names
gingerBill
2024-01-29
9
-37
/
+57
*
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
20
-20
/
+20
*
os/os2: Remove file attribute casting from core:os2
flysand7
2024-01-26
1
-4
/
+4
*
os2: Add .Resize_Non_Zeroed allocation mode to os2/heap_windows
flysand7
2024-01-24
1
-1
/
+1
*
Require parentheses for `#align(N)`
gingerBill
2023-08-15
1
-1
/
+1
*
Use `i64` instead of `int` for internal procedures
gingerBill
2023-06-14
4
-48
/
+68
*
Merge branch 'master' into new-io
gingerBill
2023-06-14
1
-1
/
+1
|
\
|
*
fix: read file from windows was not returning platform error correctly
José Rey Méndez
2023-06-12
1
-1
/
+1
|
*
Replace procedure `strings.concatenate`
gingerBill
2023-06-12
1
-1
/
+1
*
|
Put stream into the impl
gingerBill
2023-06-08
4
-17
/
+19
*
|
Use `io.Stream` as the internal interface for `os2.File`
gingerBill
2023-06-08
4
-104
/
+131
*
|
Update os2 to new `io.Stream`
gingerBill
2023-06-08
2
-61
/
+41
|
/
*
Merge pull request #2512 from jasonKercher/master
gingerBill
2023-05-18
5
-122
/
+56
|
\
|
*
default to O_NOCTTY in open
jason
2023-05-04
1
-14
/
+18
|
*
update os2 for recent core changes
jason
2023-05-04
5
-108
/
+38
*
|
add nil check to heap_alloc calls (issue 2530)
jason
2023-05-11
2
-2
/
+2
|
/
*
harmonize to use null for c-string endings
Jon Lipstate
2023-03-28
1
-1
/
+1
*
rename nul to null, allocation clarifications
Jon Lipstate
2023-03-28
1
-1
/
+1
*
Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriate
gingerBill
2023-02-10
1
-12
/
+5
*
Calculate the size needed before allocating
gingerBill
2023-02-10
1
-1
/
+13
*
Remove `:= context.allocator` usage in `package os2`
gingerBill
2023-02-10
6
-12
/
+17
*
Fix #2207
gingerBill
2022-11-23
2
-12
/
+12
*
os2/file_windows fix
Phuk Ng Yu
2022-10-07
1
-1
/
+1
*
Clean up of the core library to make the stream vtables not be pointers direc...
gingerBill
2022-09-15
1
-2
/
+2
*
fixed memory leak from calling get_env
Ian Lilley
2022-08-03
1
-10
/
+10
*
tidying up Query_Info return value when not in query features
Ian Lilley
2022-06-01
1
-1
/
+1
*
match user.odin and env.odin to master
jason
2022-05-16
2
-24
/
+31
*
make -vet happy
jason
2022-05-16
1
-0
/
+6
*
merge from upstream and convert to ^File types
jason
2022-05-16
24
-818
/
+1420
|
\
|
*
Convert all uses of `*_from_slice` to `*_from_bytes` where appropriate
gingerBill
2022-05-16
1
-9
/
+12
|
*
Clean up `core:time` to be consistent across all platforms
gingerBill
2022-05-12
1
-0
/
+2
|
*
Make the utf16 conversion procedures in `core:sys/windows` safer by checking ...
gingerBill
2022-05-12
7
-19
/
+45
|
*
Update error handling for os2 on windows
gingerBill
2022-05-12
13
-193
/
+312
[next]