This website requires JavaScript.
Explore
Help
Sign In
blankhex
/
bhlib-old
Archived
Watch
1
Star
0
Fork
0
You've already forked bhlib-old
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2026-04-17
. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
a99724e93446c96581d379a3cecc2da7453acaa6
bhlib-old
/
src
History
Mikhail Romanko
a99724e934
Remove not used variable from POSIX thread code
2024-06-21 23:14:54 +03:00
..
algo.c
Add documentation, expand error handling, implement file and buffer io
2024-06-03 22:11:05 +03:00
bigint.c
Improve big integer tests, fix bugs, add quick digit multiplication
2024-06-21 23:14:14 +03:00
buffer.c
Fix warnings related to undefined defines and implicit casts
2024-06-08 12:26:31 +03:00
deflate.c
Sync to the latest version.
2024-04-23 23:45:43 +03:00
file_null.c
Add documentation, expand error handling, implement file and buffer io
2024-06-03 22:11:05 +03:00
file_posix.c
Add comments and documentation, rework open mode logic
2024-06-08 12:06:56 +03:00
file_win.c
Add comments and documentation, rework open mode logic
2024-06-08 12:06:56 +03:00
hashmap.c
Fix warnings related to undefined defines and implicit casts
2024-06-08 12:26:31 +03:00
io.c
Add documentation, expand error handling, implement file and buffer io
2024-06-03 22:11:05 +03:00
queue.c
Add documentation, expand error handling, implement file and buffer io
2024-06-03 22:11:05 +03:00
thread_null.c
Add thread sleep function
2024-06-10 22:39:24 +03:00
thread_posix.c
Remove not used variable from POSIX thread code
2024-06-21 23:14:54 +03:00
thread_win.c
Fix error in thread creation function on Windows
2024-06-16 12:25:16 +03:00
thread.c
Implement TLS and spinlocks, fix bug in Windows threads
2024-06-10 22:24:57 +03:00