summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2005-06-06* ext/ripper/depend: add .y to .SUFFIXES for nmake.usa
2005-06-05* ext/tk/lib/tk/console.rb: create console when requirednagai
2005-06-05* signal.c (ruby_signal): don't set SA_RESTART.akr
2005-06-04* test/dbm/test_dbm.rb: merged from ext/dbm/testdbm.rb.akr
2005-06-03* test/sdbm/test_sdbm.rb: renamed from ext/sdbm/testsdbm.rb withakr
2005-06-03* intern.h (rb_fdset_t): deal with fd bit sets over FD_SETSIZE.nobu
2005-06-03* ext/tk/lib/multi-tk.rb: fix typo.nagai
2005-06-02* parse.y: pragma support on ripper. [ruby-dev:26266]nobu
2005-06-02* parse.y (method_call): new experiment: "(expr)(args...)" tomatz
2005-06-01* struct.c: accessing >10 member caused segmentation fault. [ruby-dev:26247]aamine
2005-06-01* bcc32/Makefile.sub: can use single quote character in DESTDIR.ocean
2005-05-31* lib/webrick/httpserver.rb (WEBrick::HTTPServer#run): shouldgotoyuzo
2005-05-30* ext/tk/lib/macpkg.rb: add PACKAGE_NAME information of Tcl/Tk Extension.nagai
2005-05-28* test/openssl/test_x509store.rb: add test for expired CRLgotoyuzo
2005-05-27* ext/openssl/ossl_x509store.c (ossl_x509stctx_set_time): shouldgotoyuzo
2005-05-27* lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line):gotoyuzo
2005-05-27* lib/mkmf.rb: use the semicolon as the path separatoreban
2005-05-26* lib/fileutils.rb (remove_entry_secure): add documentation.aamine
2005-05-25* vms/vmsruby_private.c, vms/vmsruby_private.h: private routinesnobu
2005-05-25* lib/fileutils.rb (rm_r): use lchown(2), not chown(2). [ruby-dev:26226]aamine
2005-05-25* ext/tk/lib/tk.rb: add shortcut-methods of tk_call + tk_split_listnagai
2005-05-25* ext/tk/lib/tk.rb: TkComm#tk_split_*list fail to split a kind of SJISnagai
2005-05-25* lib/fileutils.rb (rm_r): does chown(2). [ruby-dev:26199]aamine
2005-05-25* lib/open-uri.rb (OpenURI::Meta::RE_QUOTED_STRING): a content ofakr
2005-05-24* numeric.c (fix_pow): support Fixnum ** Float case directlymatz
2005-05-24* test/readline/test_readline.rb: do not test libedit.shugo
2005-05-23* misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): stringnobu
2005-05-23 * test/soap/calc: method name 'set' was able to crash with a class Set.nahi
2005-05-23* ext/tk/extconf.rb: Framework support on MacOS X Tiger.nagai
2005-05-23* win32/Makefile.sub ($(PROGRAM)): add dependency on $(LIBRUBY_SO).usa
2005-05-23* re.c (make_regexp): should not return junk address duringmatz
2005-05-22 * lib/{soap,wsdl,xsd}, test/{soap,wsdl,xsd}: imported soap4r/1.5.4.nahi
2005-05-22* ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLServer#intialize):gotoyuzo
2005-05-22* intern.h, parse.y (ruby_pragma): removed. fixed: [ruby-dev:26198]nobu
2005-05-21add ML link [ruby-dev:26100]aamine
2005-05-21* lib/fileutils.rb (rm_r): new option :secure (default = true).aamine
2005-05-21* bcc32/Makefile.sub: tds files were not deleted when DESTDIRocean
2005-05-20* ext/readline/readline.c (readline_attempted_completion_function):shugo
2005-05-19* ext/readline/extconf.rb: check rl_vi_editing_mode() andshugo
2005-05-19* ext/readline/readline.c: supported libedit. fixed: [ruby-core:4858]shugo
2005-05-18* error.c (exc_exception): reverted to call Exception#initializenobu
2005-05-18* dir.c (glob_helper): check whether path is "" before callingeban
2005-05-18* win32/win32.c (NtInitialize): fix typo.usa
2005-05-18* dir.c (glob_helper): get rid of using String. [ruby-dev:26180]nobu
2005-05-17* ChangeLog: fix typo.usa
2005-05-17* win32/win32.c (unixtime_to_filetime): use localtime() instaed ofusa
2005-05-16* process.c (proc_spawn_v): use rb_w32_aspawn on Win32.nobu
2005-05-16* parse.y (pragma_encoding): add prototype to suppress false warningnobu
2005-05-16* class.c (rb_class_init_copy): singleton class is disallowed to copy,nobu
2005-05-16* win32/win32.h, {bcc32,win32,wince}/Makefile.sub: moved rb_[ugp]id_tnobu