aboutsummaryrefslogtreecommitdiffstats
path: root/OsmoVTY.st
AgeCommit message (Expand)AuthorFilesLines
2010-09-14VTY: Put commands into a global dictionary... avoiding the GCHolger Hans Peter Freyther1-0/+16
2010-09-14VTY: Handle the argv correctly, call a block with the strings, use gc for the...Holger Hans Peter Freyther1-11/+28
2010-09-13VTY: Finalize had a typo, remove the whole thing, just raise an errorHolger Hans Peter Freyther1-2/+1
2010-09-13VTY: Be safe and store the address as longHolger Hans Peter Freyther1-2/+2
2010-09-13VTY: Force init of everything, try to run finalizers..Holger Hans Peter Freyther1-0/+12
2010-09-13vty: Add a first version that runs a command.Holger Hans Peter Freyther1-0/+45
2010-09-13VTY: Bind two functions to output textHolger Hans Peter Freyther1-0/+8
2010-09-13VTY: Use capital for the class name as this appears to work betterHolger Hans Peter Freyther1-10/+10
2010-09-11OsmoVTY: Create the enum in Smalltalk, still not the best way of doing itHolger Hans Peter Freyther1-0/+36
2010-09-11OsmoVTY: Bind two more C structs to smalltalKHolger Hans Peter Freyther1-0/+53
2010-09-11OsmoVTY: Use the # for the inner array's tooHolger Hans Peter Freyther1-6/+6
2010-09-11OsmoVTY: Add a initWith method to start the VTY...Holger Hans Peter Freyther1-12/+13
2010-09-11OsmoVTY: Add low level VTY code.Holger Hans Peter Freyther1-0/+49