aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/uri/generic.rb (URI::Generic#route_from): accepts urls whichakira2003-12-223-1/+11
* * lib/cgi.rb: reduce eval.nobu2003-12-222-68/+49
* * test/soap/test_property.rb: remove duplicated test method.nahi2003-12-222-7/+4
* * eval.c (rb_with_disable_interrupt): use ENABLE_INTS instead ofmatz2003-12-223-10/+17
* * bcc32/Makefile.sub, win32/Makefile.sub (config.h): removeusa2003-12-223-2/+6
* * configure.in (ac_cv_func_setitimer): moved from defines.hnobu2003-12-2211-22/+43
* * configure.in (mingw): set isnan, finite and isinf to yes.eban2003-12-222-0/+7
* Add RDoc commentsdave2003-12-221-0/+150
* 2003-12-22eban2003-12-221-3/+3
* * lib/soap/property.rb: passing block by reference.nahi2003-12-222-12/+12
* * ext/syck/emitter.c (syck_emitter_write): str bigger thanmatz2003-12-213-3/+17
* * missing/isinf.c (isinf): typo fix.eban2003-12-211-1/+1
* 2003-12-21eban2003-12-211-3/+3
* * class.c (rb_check_inheritable): new function. [ruby-dev:22316]nobu2003-12-215-7/+28
* lib/pathname.rb (Pathname#+): re-implemented to resolve ".." inakr2003-12-212-27/+68
* Add file.c comments (and necessary support in parse_c.rb)dave2003-12-219-67/+1564
* dln.c: remove last second typo.matz2003-12-204-16/+17
* * eval.c (rb_with_disable_interrupt): prohibit thread contextmatz2003-12-208-35/+53
* * forgot to add a changelog entrynagai2003-12-201-0/+6
* * ext/tk/lib/tk.rb: add new methods (TkScrollbar#assign, assign_list)nagai2003-12-202-0/+78
* * lib/webrick/httprequest.rb (HTTPRequest#meta_vars): refine regexp.gotoyuzo2003-12-203-13/+22
* * lib/optparse.rb (OptionParser::Completion::complete): wrongnobu2003-12-202-2/+10
* * lib/yaml.rb (YAML::YAML): adjust Marshal version.nobu2003-12-203-8/+13
* get rid of unusable conditiongotoyuzo2003-12-191-1/+1
* * lib/webrick/cgi.rb: add file. (yet another CGI library)gotoyuzo2003-12-193-0/+208
* 2003-12-20eban2003-12-191-3/+3
* * misc/ruby-mode.el (ruby-calculate-indent): proper indentationmatz2003-12-194-52/+66
* Document Class and Dirdave2003-12-194-33/+421
* * lib/webrick/httprequest.rb (meta_vers): should not setgotoyuzo2003-12-193-2/+12
* * lib/soap/property.rb (SOAP::Property#load): new method for loadingnahi2003-12-193-70/+154
* * lib/runit/cui/testrunner.rb (RUNIT::CUI::TestRunner::run):akira2003-12-192-1/+6
* * ext/tk/sample/tkmultilistbox.rb: bug fixnagai2003-12-194-1/+923
* 2003-12-19eban2003-12-191-3/+3
* Add boot_classes to rdoc parsing, fix a couple of bugsdave2003-12-197-16/+191
* Fix dependency issuedave2003-12-194-18/+295
* Annotate enum.c. Add pager support, and report on methods in included modulesdave2003-12-1812-14/+692
* * lib/webrick/httputils.rb (parse_form_data): should return angotoyuzo2003-12-182-0/+6
* * eval.c (stack_extend): ignore inline optimization on VC7.usa2003-12-184-26/+43
* * dir.c (fnmatch): unlike find_dirsep(), rb_path_next() nevernobu2003-12-182-5/+9
* lib/ipaddr.rb (initialize): rescue StandardError.eban2003-12-181-1/+1
* 2003-12-18eban2003-12-181-3/+3
* * lib/ipaddr.rb (IPSocket::getaddress): merge usa's patch.eban2003-12-182-3/+58
* * bug fixnagai2003-12-171-3/+3
* * lib/cgi.rb (CGI::QueryExtension::Value::[]): should work likematz2003-12-178-47/+53
* Add pager support to ri, and start implementing command line optionsdave2003-12-173-12/+211
* 2003-12-17eban2003-12-171-3/+3
* commit missdave2003-12-161-1/+2
* Put RDoc comments into array.c, and refine rdoc/ri to deal with stuff that arosedave2003-12-1610-45/+1005
* introduce some new methodsaamine2003-12-163-41/+173
* * lib/pp.rb: don't use local variable `pp'.akr2003-12-163-188/+194