Rune - Further Object abstraction work
[rune.git] / libruntime / export.h
2023-05-31 Matthew DillonRune - Further Object abstraction work master
2021-02-01 Matthew DillonRune - Objectification of references work part 2 (build...
2021-01-23 Matthew DillonRune - Make all pointers C-like
2021-01-21 Matthew DillonRune - Refactor size_t into usize_t and ssize_t
2021-01-21 Matthew DillonRune - Syntax cleanup pass 1
2018-06-11 Matthew DillonRune - Change regsave burden for syscalls
2018-05-11 Matthew DillonRune - Add BCHECK and RuneMode
2018-05-10 Matthew DillonRune - Change default locking
2018-05-10 Matthew DillonRune - Refactor mmap, madvise, msync, and enhance ...
2018-04-11 Matthew DillonRune Serialize - Stabilization, Generation, major overhaul
2018-03-01 Matthew DillonRune - Refactor runtime threading for generated code
2017-03-06 Matthew DillonRune - Change ABI
2016-09-14 Matthew DillonRune - Fix deadlock in rune threading system
2016-09-13 Matthew DillonRune - Make code PointerInfo-centric
2016-08-22 Matthew DillonRune - Cleanup PointerInfo use in interpreter
2016-08-10 Matthew DillonRune - Change thead bootstrapping, fix RunLVSAlloc()
2016-04-12 Matthew DillonRune = Change ulong -> uintptr_t
2016-04-11 Tomohiro KusumiRune - Fix compile errors/warnings
2016-04-08 Matthew DillonRune - Threaded function detach work
2016-04-05 Matthew DillonRune - Implement hard-locking model feature
2016-04-05 Matthew DillonRune - Simplify the library topology
2016-04-04 Matthew DillonRune - Stabilization, system calls
2016-03-31 Matthew DillonRune - Collapse system calls and external libraries
2016-03-28 Matthew DillonRune - Locked storage work 8/N
2016-03-20 Matthew DillonRune - Generator refstor tracking 2/N
2016-03-17 Matthew DillonRune - Generator refstor tracking 1/N
2016-02-13 Matthew DillonRune - Generation work