index
:
APL9
front
APL for Plan 9
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
memory.c
Age
Commit message (
Expand
)
Author
2022-10-22
Fix previous commit
glenda
2022-10-22
Atomic reference counting
glenda
2022-09-19
Don't refcount symbol tables
glenda
2022-09-18
Chain the symbol tables, not the dfn frames
glenda
2022-09-13
Switch to rfork instead of libthread
glenda
2022-05-11
Fix more bugs
Peter Mikkelsen
2022-02-22
Implement some form of error guards. It may not be perfect yet
Peter Mikkelsen
2022-02-12
Only assign a->prototype when a is both empty and has type AtypeArray
Peter Mikkelsen
2022-02-12
Handle prototypes a bit better, but I suspect not everywhere
Peter Mikkelsen
2022-02-09
Encode ref count in bit mask too
Peter Mikkelsen
2022-02-09
Make the array type a tiny bit smaller, by packing control information into a...
Peter Mikkelsen
2022-02-09
Add much better memory handling (We now track and free Datum * structs)
Peter Mikkelsen
2022-02-08
Add work in progress concurrency. Might break stuff!
Peter Mikkelsen
2022-01-15
Rework printer to add vertical padding too
Peter Mikkelsen
2022-01-14
Add each (ยจ) operator
Peter Mikkelsen
2022-01-13
Implement basic reference counting for arrays, which so they
Peter Mikkelsen