Commit Graph

12 Commits

Author SHA1 Message Date
785070798c Add peek buffer to io, hide file/buffer private functions
Implements peek buffer on top of the raw io read (with small storage
optimization). Hides implementation details of the file/buffer.
2024-07-09 11:23:46 +03:00
87b34d57be Improve big integer tests, fix bugs, add quick digit multiplication 2024-06-21 23:14:14 +03:00
4c77ce8fe3 Add big integer implementation 2024-06-16 12:29:48 +03:00
bfa33b3778 Add internal configuration file, add missing includes, rename some options 2024-06-12 12:09:59 +03:00
ada9d3ada5 Implement TLS and spinlocks, fix bug in Windows threads 2024-06-10 22:24:57 +03:00
8939076f94 Fix typo in thread_null implementation 2024-06-10 22:23:34 +03:00
79874622a2 Add documentation, expand error handling, implement file and buffer io 2024-06-03 22:11:05 +03:00
fdbabab0e0 Implement WinNT condition variables, add semaphors 2024-04-27 14:40:32 +03:00
bc1d198c10 Fix windows compilation issues 2024-04-24 00:17:36 +03:00
692b5b4297 Sync to the latest version.
Can be broken or partially implemented.
2024-04-23 23:45:43 +03:00
a645a201d8 Add thread support 2024-04-14 22:32:58 +03:00
ac5df0ebe9 Initial commit 2024-04-13 14:52:29 +03:00