index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
Age
Commit message (
Expand
)
Author
2005-10-24
* ext/tk/lib/tk/canvas.rb (TkCanvasItemConfig::__item_val2ruby_optkeys):
matz
2005-10-15
typo fixed, again. thanks, Doug Kearns.
seki
2005-09-25
typo fixed
seki
2005-09-11
set ERB#filename so that it is used when reporting syntax/runtime errors.
seki
2005-04-19
* lib/irb.rb lib/irb/* doc/irb: IRB 0.9.5
keiju
2004-08-30
ri now merges the documentation if it finds the same class in multiple places
dave
2004-01-06
Split out ri display code and make pluggable
dave
2004-01-05
Add RDoc to build. Add --ri-system to RDoc
dave
2004-01-02
Finish documenting internal stuff. See Changelog for other details
dave
2004-01-01
Fix problem with ambiguous names in nested classes
dave
2003-12-24
Forgot to save buffer.... sigh
dave
2003-12-21
Add file.c comments (and necessary support in parse_c.rb)
dave
2003-12-19
Add boot_classes to rdoc parsing, fix a couple of bugs
dave
2003-12-18
Annotate enum.c. Add pager support, and report on methods in included modules
dave
2003-12-17
Add pager support to ri, and start implementing command line options
dave
2003-12-16
Put RDoc comments into array.c, and refine rdoc/ri to deal with stuff that arose
dave
2003-12-16
Initial load of support for ri/rdoc integration
dave
2003-12-02
* bin/testrb: new test runner. [ruby-core:01845]
nobu
2003-12-01
Add RDoc
dave
2003-07-31
add explicit trim mode
seki
2002-11-21
* bin/erb: fix -S 4 option bug.
seki
2002-11-20
add bin/erb
seki
2002-11-19
initialize hack
matz
2002-11-18
* bin/irb: Moved from sample/irb.rb.
knu