Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
little endian accessors, and a mode flag that can be toggled.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GMP support.
|
|
|
|
|
|
|
|
|
|
testing though.
|
|
|
|
|
|
|
|
|
|
|
|
of Handles thread-safe, but at least one can now transmit Handles over threads safely without risking a refcount bug.
|
|
-) Removed Assert()
-) Added AAssert(), IAssert(), RAssert(), TAssert() and Failure()
-) Reworked all asserts in the code, and added meaningful messages to them.
-) Changed the way the startup code is generated; BALAU_STARTUP is no longer necessary.
|
|
|
|
handle, and some small helpers; more helpers to come.
|
|
BStream using it, in case one never wants to use the readString() or peekByte() methods.
|
|
from Handle...
|
|
|
|
|
|
a file descriptor can do less than being asked.
|
|
|
|
|
|
|
|
at least the Input class.
|
|
method to Handles. Also preparing the inclusion of Lua by adding LuaJIT.
|
|
|
|
|
|
-) The IO class needed an assignment operator, as well as the ability to NOT contain a Handle.
-) The Task Manager wasn't properly starting up pending tasks that got added during startup.
|
|
say it's okay to get a EAgain exception, if the operation is interruptible.
|
|
|
|
|
|
ClassName system, when using gcc and libstdc++.
|
|
Also fixing a bug with the Printer - va_args are vicious.
|
|
Renamed suspend() to yield().
Fixed a couple of bugs, and reorganized slightly some code.
|