aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/readline/readline.c: supported libedit. fixed: [ruby-core:4858]shugo2005-05-195-124/+173
* * 2005-05-19eban2005-05-191-3/+3
* Merged in development from the main REXML repository.ser2005-05-1915-866/+1210
* * error.c (exc_exception): reverted to call Exception#initializenobu2005-05-182-1/+6
* * dir.c (glob_helper): check whether path is "" before callingeban2005-05-182-1/+6
* * win32/win32.c (NtInitialize): fix typo.usa2005-05-182-1/+5
* * 2005-05-18eban2005-05-181-3/+3
* * dir.c (glob_helper): get rid of using String. [ruby-dev:26180]nobu2005-05-184-55/+69
* * ChangeLog: fix typo.usa2005-05-171-1/+1
* * 2005-05-17usa2005-05-171-3/+3
* * win32/win32.c (unixtime_to_filetime): use localtime() instaed ofusa2005-05-172-1/+6
* * process.c (proc_spawn_v): use rb_w32_aspawn on Win32.nobu2005-05-162-7/+7
* * parse.y (pragma_encoding): add prototype to suppress false warningnobu2005-05-162-1/+5
* * class.c (rb_class_init_copy): singleton class is disallowed to copy,nobu2005-05-162-1/+7
* * win32/win32.h, {bcc32,win32,wince}/Makefile.sub: moved rb_[ugp]id_tnobu2005-05-165-3/+14
* * win32/win32.{h,c}: define rb_{p,g,u}id_t.ocean2005-05-153-18/+22
* * 2005-05-16eban2005-05-151-3/+3
* * lib/pathname.rb (Pathname#unlink): use SystemCallError instead ofakr2005-05-152-1/+7