Rune - StreamPair fixes
[rune.git] / libruntime /
2018-03-04 Matthew DillonRune - Fix thread bugs, add lock debugging
2018-03-04 Matthew DillonRune - Add Pointer.lockcount(), misc bug fixes
2018-03-02 Matthew DillonRune - Threading fixes, cleanups
2018-03-01 Matthew DillonRune - Refactor runtime threading for generated code
2018-02-28 Matthew DillonRune - Check thread stats more often
2017-12-29 Matthew DillonRune - Fix global initialization bug
2017-12-28 Matthew DillonRune - Add internal trig, log, pow, exp functions
2017-12-27 Matthew DillonRune - Flesh out compile-time global initializations
2017-03-06 Matthew DillonRune - Change ABI
2017-02-11 Matthew DillonRune - save/restore errno in signal handlers
2016-12-11 Matthew DillonRune - Reorder weak bindings
2016-09-15 Matthew DillonRune - Consolidate most RefStor allocations
2016-09-15 Matthew DillonRune - Optimize getrgd()
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-22 Matthew DillonRune - Initial PointerStor/LValueStor rework
2016-08-18 Matthew DillonRune - Stabilization pass (CLOEXEC work, return-storage...
2016-08-11 Matthew DillonRune - Adjust autocast code to fix implied compound...
2016-08-11 Matthew DillonRune - Main should exit without waiting for threads
2016-08-10 Matthew DillonRune - Change thead bootstrapping, fix RunLVSAlloc()
2016-04-14 Matthew DillonRune - Fix build without make obj
2016-04-14 Matthew DillonRune - Interpreter locking work 4/n
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-05 Matthew DillonRune - add *env(), fexec(), fwait().
2016-04-04 Matthew DillonRune - Stabilization, system calls
2016-04-03 Matthew DillonRune - Flesh out core
2016-04-03 Matthew DillonRune - Stability, features
2016-04-03 Matthew DillonRune - Stabilization, add Directory
2016-04-02 Matthew DillonRune - Stabilization, flesh out core classes
2016-04-02 Matthew DillonRune - Features (scripting, constants, main)
2016-04-01 Matthew DillonRune - Stabilization (constructors, destructors), misc.
2016-04-01 Matthew DillonRune - Syscall work, stabilization
2016-03-31 Matthew DillonRune - Collapse system calls and external libraries
2016-03-31 Matthew DillonRune - Stabilization
2016-03-30 Matthew DillonRune - same treatment for RunFreeRefStor()
2016-03-30 Matthew DillonRune - Stabilization pass
2016-03-29 Matthew DillonRune - Organizing pass
2016-03-28 Matthew DillonRune - Locked storage work 8/N
2016-03-27 Matthew DillonRune - Locked storage work 7/N
2016-03-26 Matthew DillonRune - Locked storage work 6/N
2016-03-25 Matthew DillonRune - Locked storage work 3/N
2016-03-24 Matthew DillonRune - Locked storage work
2016-03-24 Matthew DillonRune - Major run-time threading work, locked storage...
2016-03-23 Matthew DillonRune - Runtime environment work - mostly threads and...
2016-03-21 Matthew DillonRune - Generator refstor tracking 3/N
2016-03-20 Matthew DillonRune - Generator refstor tracking 2/N
2016-03-17 Matthew DillonRune - Generator refstor tracking 1/N
2016-03-15 Matthew DillonRune - Stabilization, heap/persist support
2016-03-15 Matthew DillonRune - Stabilization, heap/persist support
2016-03-14 Matthew DillonRune - Default output to RAS, misc
2016-03-07 Matthew DillonRune - Stabilization
2016-03-06 Matthew DillonRune - Ras work, stabilization
2016-02-25 Matthew DillonRune - Generation - Stabilization
2016-02-25 Matthew DillonRune - Generation - fix threading bug
2016-02-24 Matthew DillonRune - Generation work - X interfacing and misc fixes
2016-02-19 Matthew DillonRune - Generation work (initial x11 generation abi)
2016-02-16 Matthew DillonRune - Generation work (now runs numerous tests)
2016-02-14 Matthew DillonRune - Generation work
2016-02-13 Matthew DillonRune - Generation work