Ginger Bill
|
f60c772c11
Make `rune` a basic type and not an alias; Remove `byte`
|
8 лет назад |
Ginger Bill
|
80c034ec7c
Change naming convention from Ada_Like to RustLike
|
8 лет назад |
Ginger Bill
|
ded99a2cab
Fix issue with `os.file_size` on *nix
|
8 лет назад |
Ginger Bill
|
45eecc0905
Reimplement #ordered again
|
8 лет назад |
Ginger Bill
|
87f1a62ca4
Fix alignment for normal structures to match LLVM
|
8 лет назад |
Ginger Bill
|
789b297f32
Add hidden __tag for union variables.
|
8 лет назад |
Ginger Bill
|
cc6282a6e3
Fix alignment and size bug of enums; Remove #ordered and make the default #ordered.
|
8 лет назад |
Ginger Bill
|
7057034b75
v0.2.0
|
8 лет назад |
Ginger Bill
|
784f3ecf7e
Syntax change: cast(T)x => T(x); union_cast(T)x => x.(T); transmute(T)x => transmute(T, x); `y:=^x` => `y:=&x;`
|
8 лет назад |
Ginger Bill
|
aaf355e750
Basic Linux Build!
|
8 лет назад |
Zachary Pierson
|
6b33b254e9
Merged from upstream, fixed 'args' name colission
|
8 лет назад |
Zachary Pierson
|
63345cd0d8
Bridged a bugfix from os_windows to other os's.
|
8 лет назад |
Zachary Pierson
|
c9c82da1f3
It's terrible, but I added _some_ form of launch args support for Linux/macOS
|
8 лет назад |
Zachary Pierson
|
3315dc7f25
Literally just a commit to revert a previous one.
|
8 лет назад |
Zac Pierson
|
e935f8e2ff
Fixed os_linux and os_x read_entire_file function not null-terminating data.
|
8 лет назад |
Zac Pierson
|
690c682847
Remember kids, always test your code. There was a variable name colission in dlsym D:
|
8 лет назад |
Zac Pierson
|
f541dd40db
Fixed some memory leaks and made os_* use strings.odin
|
8 лет назад |
Zac Pierson
|
20b9f1ff59
Added `getenv` to the *nix stdlib.
|
8 лет назад |
Zac Pierson
|
802b1a70f8
Fixed an error in function naming in os_linux
|
8 лет назад |
Zachary Pierson
|
9d19ee7e4c
Changed standard libraries for MacOS and Linux to be closer to os_windows.
|
8 лет назад |
Zachary Pierson
|
8df3175f10
Updated Linux standard library to convert c strs
|
8 лет назад |
Zachary Pierson
|
3f3122bccc
Temporary fix for an Odin bug.
|
8 лет назад |
Zachary Pierson
|
fc1a006de1
Added support for reading files on MacOS and Linux
|
8 лет назад |
Zachary Pierson
|
754b368140
Added dynamic library loading to Linux and MacOS's standard libraries.
|
8 лет назад |
Zachary Pierson
|
8becbdc1b2
Added a very basic Linux standard library shamelessly stolen from the MacOS one.
|
8 лет назад |