wilsonk
|
4c7d61ae82
|
Bsd family fixes (#1435)
Some small fixes for the BSD's
Try fcntl for NetBSD
Fixes for stdin, etc. and setjmp/longjmp
|
2024-09-13 14:49:51 +02:00 |
|
Christoffer Lerno
|
800f7970a7
|
Fixes to the socket functions. Improved output when pointer is out of range. Better error when casting to a distinct fails.
|
2024-08-06 17:08:03 +02:00 |
|
Christoffer Lerno
|
2748cf99b3
|
- Fix issue where a compile time parameter is followed by "...".
- Fix issue with some conversions to untyped list.
- Experimental change: add `+++` `&&&` `|||` as replacement for `$concat`, `$and` and `$or`.
|
2024-08-04 23:16:25 +02:00 |
|
PalsFreniers
|
b0e104bfd0
|
Adding Termios library as std::libc::termios (posix libc functions) (#1272)
Adding libc's termios to lib/std/libc
|
2024-07-31 14:45:04 +02:00 |
|
Christoffer Lerno
|
1d61ace302
|
Do not link with debug libc on win32 when using cross compile libs. Add delete methods to dstring. Fixes to macOS aarch64 codegen. Use glibc backtrace when available. Add load_* methods to file. The cast (int[8])int_slice[:8] now works.
|
2023-12-08 18:59:57 +01:00 |
|
Christoffer Lerno
|
e706a8acd0
|
Fix Linux constant in posix.c3. Address issue #1009. Sanitizes the module name in generated project.
|
2023-09-22 15:15:47 +02:00 |
|
Christoffer Lerno
|
8dad8f2b1c
|
Use regular backtrace for Mac on signals as well.
|
2023-09-22 01:12:48 +02:00 |
|
Christoffer Lerno
|
68f6cb1286
|
Updated organization file functions, env naming.
|
2023-06-24 10:29:17 +02:00 |
|