summaryrefslogtreecommitdiff
path: root/lib/generator.rb
AgeCommit message (Expand)Author
2005-12-31* lib/generator.rb: (Generator#initialize): should kill @loop_threadocean
2005-12-30Sorry again, incorrent exception propagation.ocean
2005-12-30Sorry, reverted. Mutex is damn slow.....ocean
2005-12-30* lib/generator.rb: uses Mutex instead of Thread.critical.ocean
2005-12-30* lib/generator.rb: (Generator#initialize) ensured to stop @loop_thread.ocean
2005-12-30* lib/generator.rb: (Generator#initialize) fixed dead lock. this occuredocean
2005-12-29* lib/generator.rb: should work with another thread. (more robust code)ocean
2005-12-29* lib/generator.rb: reimplemented Generator class with Thread instead ofocean
2004-03-29* exception message clean-up by Ian Macdonald <ian@caliban.org>.matz
2004-02-16 * lib/generator.rb: corrected doc formatgsinclair
2003-10-17* lib/generator.rb: Add rdoc documentation.knu
2003-10-14* lib/generator.rb: A new library which converts an internalknu