aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* add a test for [ruby-dev:26128].akr2005-06-031-0/+23
* * intern.h (rb_fdset_t): deal with fd bit sets over FD_SETSIZE.nobu2005-06-036-105/+408
* * 2005-06-03eban2005-06-031-3/+3
* * ext/tk/lib/multi-tk.rb: fix typo.nagai2005-06-033-3/+7
* * parse.y: pragma support on ripper. [ruby-dev:26266]nobu2005-06-025-8/+28
* * parse.y (method_call): new experiment: "(expr)(args...)" tomatz2005-06-022-2/+23
* * 2005-06-02eban2005-06-011-3/+3
* * struct.c: accessing >10 member caused segmentation fault. [ruby-dev:26247]aamine2005-06-013-2/+23
* * 2005-06-01eban2005-06-011-4/+4
* * bcc32/Makefile.sub: can use single quote character in DESTDIR.ocean2005-06-012-1/+9
* * 2005-05-31eban2005-05-311-3/+3
* * lib/webrick/httpserver.rb (WEBrick::HTTPServer#run): shouldgotoyuzo2005-05-312-1/+13
* * 2005-05-30eban2005-05-301-3/+3
* * ext/tk/lib/macpkg.rb: add PACKAGE_NAME information of Tcl/Tk Extension.nagai2005-05-3048-4/+327
* * 2005-05-29eban2005-05-291-3/+3
* add a test for [ruby-dev:26127].akr2005-05-291-0/+2
* * test/openssl/test_x509store.rb: add test for expired CRLgotoyuzo2005-05-282-7/+33
* * 2005-05-28eban2005-05-281-3/+3
* * ext/openssl/ossl_x509store.c (ossl_x509stctx_set_time): shouldgotoyuzo2005-05-272-12/+12
* * lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line):gotoyuzo2005-05-274-5/+24
* * lib/mkmf.rb: use the semicolon as the path separatoreban2005-05-272-5/+14
* * 2005-05-26eban2005-05-261-3/+3
* * lib/fileutils.rb (remove_entry_secure): add documentation.aamine2005-05-263-41/+86
* * vms/vmsruby_private.c, vms/vmsruby_private.h: private routinesnobu2005-05-254-3/+75
* * lib/fileutils.rb (rm_r): use lchown(2), not chown(2). [ruby-dev:26226]aamine2005-05-253-407/+599
* * ext/tk/lib/tk.rb: add shortcut-methods of tk_call + tk_split_listnagai2005-05-252-1/+59
* * ext/tk/lib/tk.rb: TkComm#tk_split_*list fail to split a kind of SJISnagai2005-05-2518-108/+289
* * lib/fileutils.rb (rm_r): does chown(2). [ruby-dev:26199]aamine2005-05-252-8/+35
* * lib/open-uri.rb (OpenURI::Meta::RE_QUOTED_STRING): a content ofakr2005-05-252-2/+6
* * 2005-05-25eban2005-05-241-3/+3
* * numeric.c (fix_pow): support Fixnum ** Float case directlymatz2005-05-244-1/+27
* * test/readline/test_readline.rb: do not test libedit.shugo2005-05-242-1/+6
* * misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): stringnobu2005-05-232-1/+6
* * version.h: commit miss.eban2005-05-231-12/+0
* * 2005-05-24eban2005-05-231-3/+15
* * test/soap/calc: method name 'set' was able to crash with a class Set.nahi2005-05-235-16/+39
* * ext/tk/extconf.rb: Framework support on MacOS X Tiger.nagai2005-05-233-13/+66
* * win32/Makefile.sub ($(PROGRAM)): add dependency on $(LIBRUBY_SO).usa2005-05-232-1/+6
* * 2005-05-23eban2005-05-231-3/+3
* * re.c (make_regexp): should not return junk address duringmatz2005-05-232-12/+18
* * lib/{soap,wsdl,xsd}, test/{soap,wsdl,xsd}: imported soap4r/1.5.4.nahi2005-05-22211-9358/+5977
* * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLServer#intialize):gotoyuzo2005-05-223-2/+23
* * intern.h, parse.y (ruby_pragma): removed. fixed: [ruby-dev:26198]nobu2005-05-223-10/+8
* * 2005-05-22eban2005-05-211-3/+3
* add ML link [ruby-dev:26100]aamine2005-05-211-1/+2
* * lib/fileutils.rb (rm_r): new option :secure (default = true).aamine2005-05-212-89/+208
* * bcc32/Makefile.sub: tds files were not deleted when DESTDIRocean2005-05-212-1/+6
* * ext/readline/readline.c (readline_attempted_completion_function):shugo2005-05-202-3/+9
* * 2005-05-20eban2005-05-191-3/+3
* * ext/readline/extconf.rb: check rl_vi_editing_mode() andshugo2005-05-193-6/+34