Note that it does not work better than previous in-tree version but it
will give us a better base to fix it.
joint work with jasper@
most patches adapted from NetBSD
fsusage patch from naddy@
ok jasper@
ruby-debug is a fast implementation of the standard debugger debug.rb.
The faster execution speed is achieved by utilizing a new hook Ruby C API.
Submitted and maintained by Paul Irofti.
Some tweaks by me.
ruby-debug is a fast implementation of the standard debugger debug.rb.
The faster execution speed is achieved by utilizing a new hook Ruby C API.
Submitted and maintained by Paul Irofti.
Some tweaks by me.
adds a plugin manager, and 3 new plugins :
File Browser sidebar plugin, VCdiff plugin and Autosave plugin.
Now supports printing through GTK.
"looks fine btw" ajacoutot@
With Giggle you will be able to visualize and browse easily the revision
tree, view changed files and differences between revisions, visualize
summarized info for the project, commit changes and other useful tasks for
any git managed project contributor.
With help and tweaks from bernd@, thanks !
ok bernd@ ajacoutot@
This serves as an abstract base class to the Tree::Simple::View::*
classes. There are two implementing classes included here:
Tree::Simple::View::HTML and Tree::Simple::View::DHTML.
"ok, GOGOGO" simon@
Mocha is a library for mocking and stubbing using a syntax like that of
JMock, and SchMock. Most commonly Mocha is used in conjunction with
Test::Unit, but it can be used in other contexts.
One of its main advantages is that it allows you to mock and stub methods
on real (non-mock) classes and instances. You can for example stub
ActiveRecord instance methods like create, save, destroy and even class
methods like find to avoid hitting the database in unit tests.
Mocha provides a unified, simple and readable syntax for both traditional
mocking and for mocking with real objects.
A high-level IO library that provides validation, type conversion, and more
for command-line interfaces. HighLine also includes a complete menu system
that can crank out anything from simple list selection to complete shells
with just minutes of work.