1
0
Fork 0
Commit Graph

15 Commits

Author SHA1 Message Date
Holger Hans Peter Freyther 026611eb99 misc: Work on categories for the various classes. 2011-09-27 16:35:44 +02:00
Holger Hans Peter Freyther e4dc6132c9 Add Copyright header to the code 2010-12-14 02:43:46 +01:00
Holger Hans Peter Freyther 44f0ac322b VTY: Put commands into a global dictionary... avoiding the GC 2010-09-14 02:17:15 +08:00
Holger Hans Peter Freyther c12cd3abdf VTY: Handle the argv correctly, call a block with the strings, use gc for the comamnd
The low level struct is kept by the the VTYCommand so we can allocate
this with normal garbage collection and prepare for the day where a
command can be removed from the vty.
2010-09-14 02:08:44 +08:00
Holger Hans Peter Freyther 87ec0f7401 VTY: Finalize had a typo, remove the whole thing, just raise an error 2010-09-13 19:42:43 +08:00
Holger Hans Peter Freyther 54853b5d65 VTY: Be safe and store the address as long 2010-09-13 19:12:37 +08:00
Holger Hans Peter Freyther 6b5b830b0c VTY: Force init of everything, try to run finalizers.. 2010-09-13 18:56:56 +08:00
Holger Hans Peter Freyther cf071f9b49 vty: Add a first version that runs a command. 2010-09-13 18:03:24 +08:00
Holger Hans Peter Freyther 826e3a0182 VTY: Bind two functions to output text 2010-09-13 18:02:27 +08:00
Holger Hans Peter Freyther 883f1a7651 VTY: Use capital for the class name as this appears to work better 2010-09-13 16:08:28 +08:00
Holger Hans Peter Freyther bffccd92d0 OsmoVTY: Create the enum in Smalltalk, still not the best way of doing it 2010-09-11 17:17:32 +08:00
Holger Hans Peter Freyther 9ad895dc0d OsmoVTY: Bind two more C structs to smalltalK 2010-09-11 17:12:59 +08:00
Holger Hans Peter Freyther 2eaed1fe27 OsmoVTY: Use the # for the inner array's too 2010-09-11 16:20:43 +08:00
Holger Hans Peter Freyther e0e3681457 OsmoVTY: Add a initWith method to start the VTY...
The VTY code will be leaked..
2010-09-11 16:15:40 +08:00
Holger Hans Peter Freyther de142cc23c OsmoVTY: Add low level VTY code. 2010-09-11 14:12:00 +08:00