| Age | Commit message (Collapse) | Author |
|
Make the names look more like what you'd expect from Go.
|
|
The Library's iterators now can return either the reference or the
reference's name. As the name is what we're set up for, rename the
functions appropriately so we compile against altest development.
|
|
My take on polymorphism
|
|
Wrap the reference iterators, and provide a Iter() function to get
them through a channel.
|
|
|
|
Some calls like Reference.Target() can return NULL if the reference is
symbolic. Make sure newOidFromC() can handle these situations.
|
|
|
|
|