index
:
zp
master
Low-level system and algorithmics library.
Gabriel Bjørnager Jensen
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
zap
/
source
/
any
Age
Commit message (
Expand
)
Author
2023-04-24
Rename C++ cp to cpy; Rename C++ eq to equ; Rename C++ srch to srh; Rename C ...
0.0.0
Gabriel Jensen
2023-04-10
Move C++ facilities to their own headers; Add more C++ variants; Add fixed-wi...
Gabriel Jensen
2023-03-25
cp: Return structure with the one-after-the-end addresses of both dest and sr...
Gabriel Jensen
2023-03-19
Return the one-after-the-emd address from cp; (amd64) Fix wrong registers bei...
Gabriel Jensen
2023-03-17
Add integer-string format functions; Move string-related facilities to new mo...
Gabriel Jensen
2023-02-26
Add functions for null-terminated strings: streq (for equality checking), str...
Gabriel Jensen
2023-01-28
Update assembly comments; Implement fill in AMD64; Remove signal support; Fix...
Gabriel Jensen
2023-01-27
Implement exp; Fix bad directory name; Fix makefile;
Gabriel Jensen
2023-01-27
Implement cp and abs in AMD64; Fix indentations; Implement cp and abs in ARM64;
Gabriel Jensen
2023-01-22
Rewrite project (the following is the current feature set); Add minimum-width...
Gabriel Jensen