aboutsummaryrefslogtreecommitdiffstats
path: root/lib/generator.rb
Commit message (Expand)AuthorAgeFilesLines
* * Merge YARVko12006-12-311-0/+2
* * lib/generator.rb: (Generator#initialize): should kill @loop_threadocean2005-12-311-0/+2
* Sorry again, incorrent exception propagation.ocean2005-12-301-1/+1
* Sorry, reverted. Mutex is damn slow.....ocean2005-12-301-31/+30
* * lib/generator.rb: uses Mutex instead of Thread.critical.ocean2005-12-301-30/+31
* * lib/generator.rb: (Generator#initialize) ensured to stop @loop_thread.ocean2005-12-301-3/+3
* * lib/generator.rb: (Generator#initialize) fixed dead lock. this occuredocean2005-12-301-0/+1
* * lib/generator.rb: should work with another thread. (more robust code)ocean2005-12-291-7/+12
* * lib/generator.rb: reimplemented Generator class with Thread instead ofocean2005-12-291-45/+40
* * exception message clean-up by Ian Macdonald <ian@caliban.org>.matz2004-03-291-2/+2
* * lib/generator.rb: corrected doc formatgsinclair2004-02-161-7/+9
* * lib/generator.rb: Add rdoc documentation.knu2003-10-171-4/+80
* * lib/generator.rb: A new library which converts an internalknu2003-10-141-0/+302