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
*
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
|
*
Fill in most of os2/file_windows.odin
gingerBill
2022-05-12
3
-37
/
+473
|
*
Begin mocking os2 for windows out more
gingerBill
2022-05-05
8
-162
/
+404
|
*
Go to a `File` based approach over `Handle` based
gingerBill
2022-05-05
12
-148
/
+166
*
|
make vet happy, thread_local heap
jason
2022-05-04
3
-14
/
+11
*
|
fix mmap_to_region
jason
2022-05-04
1
-86
/
+83
*
|
heap_linux.odin
jason
2022-05-04
1
-9
/
+708
*
|
merge upstream/master
CiD-
2022-04-08
1
-1
/
+1
|
\
|
|
*
Replace `sync` with `sync2`
gingerBill
2022-03-30
1
-1
/
+1
*
|
commit before fetching upstream/master
CiD-
2022-04-08
1
-4
/
+4
*
|
avoid temp_allocator on stupidly long paths
CiD-
2022-04-06
3
-26
/
+117
*
|
add _chtimes
CiD-
2022-04-01
1
-2
/
+8
*
|
finish up stat, lstat and fstat
CiD-
2022-03-30
2
-20
/
+34
*
|
add os2.name
CiD-
2022-03-23
1
-6
/
+21
*
|
fix memory leak
CiD-
2022-03-15
1
-1
/
+2
*
|
mkdir_all: WHOOPS
CiD-
2022-03-14
1
-1
/
+1
*
|
mkdir_all: close last open file
CiD-
2022-03-14
1
-6
/
+6
*
|
rewrite mkdir_all
CiD-
2022-03-14
1
-4
/
+59
[next]