summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2005-06-10* missing.h: fd_set stuffs need sys/types.h. fixed: [ruby-core:05179]nobu
2005-06-09* ext/Win32API/Win32API.c (Win32API_Call): disable globalnobu
2005-06-09* enum.c (enum_inject): default the result value to Qundef to usenobu
2005-06-09* eval.c (ruby_longjmp): new macro to call longjmp, setcontext, etc.akr
2005-06-08small fixocean
2005-06-08* bignum.c (get2comp): calculate proper 2's complement formatz
2005-06-07* enum.c (enum_min_by, enum_max_by): return nil if no iteration.nobu
2005-06-07* ext/curses/curses.c (curses_insertln): merged a patch frommatz
2005-06-07* lib/thread.rb: RDoc documentation from Eric Hodelmatz
2005-06-07* lib/mkmf.rb (create_makefile): add .SUFFIXES from depend file.nobu
2005-06-07* ChangeLog: fix typo.nobu
2005-06-07* object.c (rb_mod_cvar_get): Module#class_variable_get(): backmatz
2005-06-07* sprintf.c (rb_f_sprintf): raise exception on debug mode (-d),matz
2005-06-07* ext/tk/lib/multi-tk.rb: slave-ip fails to call proceduresnagai
2005-06-05* ext/tk/lib/tk/console.rb: create console when requirednagai
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* ext/tk/lib/multi-tk.rb: fix typo.nagai
2005-06-01* bcc32/Makefile.sub: can use single quote character in DESTDIR.ocean
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-25* ChangeLog: fix entry format.nobu
2005-05-25* ext/tk/lib/tk.rb: add shortcut-methods of tk_call + tk_split_listnagai
2005-05-25* lib/irb/input-method.rb: do not use Readline::HISTORY.pop.shugo
2005-05-25* ext/readline/readline.c: supported libedit. (backported from HEAD)shugo
2005-05-25* ext/tk/lib/tk.rb: TkComm#tk_split_*list fail to split a kind of SJISnagai
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* lib/getopts.rb: should warn only if verbose mode.eban
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/tcltklib/extconf.rb: Framework support on MacOS X Tiger.nagai
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-21* bcc32/Makefile.sub: tds files were not deleted when DESTDIRocean
2005-05-19* lib/rexml/encodings/SHIFT-JIS.rb: encoding and decoding wereocean
2005-05-18* error.c (exc_exception): reverted to call Exception#initializenobu
2005-05-18* dir.c (glob_helper): get rid of using String. [ruby-dev:26180]nobu
2005-05-17* lib/webrick/httpserver.rb (WEBrick::HTTPServer#run): shouldgotoyuzo
2005-05-17* ChangeLog: fix typo.usa
2005-05-17* win32/win32.c (unixtime_to_filetime): use localtime() instaed ofusa
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
2005-05-15* win32/win32.{h,c}: define rb_{p,g,u}id_t.ocean
2005-05-15* lib/pathname.rb (Pathname#unlink): use SystemCallError instead ofakr
2005-05-15use raise(exception) [ruby-dev:26164]seki