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/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_linux.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
v0.2.0
v0.2.0
Ginger Bill
2017-04-30
1
-4
/
+4
*
Syntax change: cast(T)x => T(x); union_cast(T)x => x.(T); transmute(T)x => tr...
Ginger Bill
2017-04-30
1
-7
/
+7
*
Basic Linux Build!
Ginger Bill
2017-04-09
1
-92
/
+82
*
Merged from upstream, fixed 'args' name colission
Zachary Pierson
2017-04-06
1
-0
/
+100
*
Bridged a bugfix from os_windows to other os's.
Zachary Pierson
2017-04-04
1
-4
/
+4
*
It's terrible, but I added _some_ form of launch args support for Linux/macOS
Zachary Pierson
2017-04-02
1
-0
/
+2
*
Literally just a commit to revert a previous one.
Zachary Pierson
2017-03-31
1
-1
/
+0
*
Fixed os_linux and os_x read_entire_file function not null-terminating data.
Zac Pierson
2017-03-21
1
-1
/
+2
*
Remember kids, always test your code. There was a variable name colission in ...
Zac Pierson
2017-03-21
1
-2
/
+3
*
Fixed some memory leaks and made os_* use strings.odin
Zac Pierson
2017-03-21
1
-20
/
+16
*
Added `getenv` to the *nix stdlib.
Zac Pierson
2017-02-23
1
-0
/
+9
*
Fixed an error in function naming in os_linux
Zac Pierson
2017-02-15
1
-1
/
+1
*
Changed standard libraries for MacOS and Linux to be closer to os_windows.
Zachary Pierson
2017-02-12
1
-9
/
+0
*
Updated Linux standard library to convert c strs
Zachary Pierson
2017-02-12
1
-11
/
+3
*
Temporary fix for an Odin bug.
Zachary Pierson
2017-02-11
1
-3
/
+3
*
Added support for reading files on MacOS and Linux
Zachary Pierson
2017-02-11
1
-142
/
+103
*
Added dynamic library loading to Linux and MacOS's standard libraries.
Zachary Pierson
2017-02-11
1
-2
/
+32
*
Added a very basic Linux standard library shamelessly stolen from the MacOS one.
Zachary Pierson
2017-02-07
1
-0
/
+231