CARVIEW |
-
A library of algorithms and containers for Ruby.Forked from kanwei/algorithms Wed May 13 15:53:20 -0700 2009
-
Bio::Graphics is a ruby library for visualizing annotations on chromosomesForked from jandot/bio-graphics Wed Jul 23 12:45:34 -0700 2008
-
An extension to rake that can be used to build database-backed workflowsForked from jandot/biorake Wed Sep 10 13:51:25 -0700 2008
-
A branch of Rake supporting parallel task execution.Forked from quix/rake Wed Oct 15 14:55:38 -0700 2008
Public Activity
1158085545f93e65dac1fa340563dcafc56037a9
removed faulty vm Dir spec that fails on linux
0cc4acd8ab298a1d8706ca38d4f58e30bd582b38
some fixes for gcc 3.4.3
124239188a88f034e098e40a48ba73299f24df55
added TRUE/FALSE defines for grammar.y
36f8c50d10b56f223b577b2b1a85a09bd843b66d
fix up dlmalloc.c to placate gcc 3.4.2
581412eae4bb3c10db62038389a6c0a654aeaad4
removed builtin/task.hpp dependency so that gcc 4.3.2 is happy
Scheme in as little Ruby and as much Scheme as possible. Supports macros, continuations, tail recursion and lazy evaluation.
47fe26e57e37ab8393788aa5cf413a0012b4cea9
assert that Signal handlers read/write 1 byte
4ec9c94a4666a7d6ddd9eff21d40e635498fd131
check that ensure's are respected by redo's
92826a9f8c93ddc73c58efc39f86b0bf81e9c5a0
removed some race conditions in Mutex specs
51b1abb395ba4931533e97f1ebb36c6e73a86501
some fixes for ConditionVariable specs
6819570a8734c984f018c5df9b60e689f520a791
fixed failing AttrAsgn spec for a=[]; a[42] = 24
78956b9f0977a7c0907c36a7dca5ea1214d6e60b
Don't try and set cmethod if mod is nil
805270effc02d53624463851e5d4162a4b433bfe
ensure that NoMethodError is not being subsituted for a NameError