summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2005-04-09* sample/rss/tdiary_plugin/rss-recent.rb: supported configurationkou
2005-04-09* lib/rss: backoported from HEAD.kou
2005-04-08* ext/extmk.rb (extmake): hdrdir needs to be defined also innobu
2005-04-08* ext/openssl/ossl_ssl.c: add callbacks to OpenSSL::SSL::SSLContexts.gotoyuzo
2005-04-07proper commentocean
2005-04-07* ext/tk/sample/tkextlib/treectrl/*.rb: fixed typo. (wrong itemheight)ocean
2005-04-07* ext/extmk.rb (extmake): keep directory names in Makefile as macros.nobu
2005-04-07* eval.c (rb_call0): "return" event hook should be always executedshugo
2005-04-04* ext/tk/lib/tk.rb (TkComm#array2tk_list): accept enc-mode argument toocean
2005-04-04* ext/tk/lib/tk/dialog.rb: fixed typo.ocean
2005-04-03* win32/win32.{h,c} (rb_w32_fdopen): avoid warning on bcc32.ocean
2005-04-02* lib/mkmf.rb (create_makefile): ensure library directories get madenobu
2005-04-02* {bcc32,win32,wince}/{Makefile.sub,setup.mak}: leave prefix empty innobu
2005-04-02* configure.in (CP, INSTALL): get rid of less portable options.nobu
2005-04-02* ext/tk/lib/tk.rb: forgot to update RELEASE_DATEnagai
2005-04-01* ext/tk/lib/tk.rb (TkWindow.initialize): accept 'without_creating'nagai
2005-03-31* ext/tk/sample/tkextlib/treectrl/demo.rb: should use Hash#index.ocean
2005-03-31* lib/mkmf.rb (SRC_EXT): exclude just case different suffixes on casenobu
2005-03-31*** empty log message ***gotoyuzo
2005-03-30* common.mk (RUBYOPT): clear for the environment RubyGems installed.nobu
2005-03-30* ext/openssl/ossl_engine.c (ossl_engine_s_load): should not raisegotoyuzo
2005-03-30* win32/ifchange.bat, win32/rm.bat: backported from HEAD.ocean
2005-03-30* Makefile.in, */Makefile.sub, */configure.bat, cygwin/GNUmakefile.in,nobu
2005-03-30* ext/tcltklib/tcltklib.c: add TclTkIp#_create_console() method tonagai
2005-03-29use new_with instead of reinit [ruby=dev:25961]seki
2005-03-28move method DRbObject#reinit to DRbObject.new_with.seki
2005-03-28* ext/syck/rubyext.c: get rid of warnings caused by a bug of VC.nobu
2005-03-28* ext/tk/lib/tkextlib/iwidgets/notebook.rb: fixed typo.ocean
2005-03-27* ext/iconv/iconv.c (iconv_create): Iconv::Failure requires 3nobu
2005-03-26* ext/tk/lib/tk.rb (_callback_entry_class?): add for checking whethernagai
2005-03-25* ChangeLog: add a ML tag.eban
2005-03-25* configure.in (WIN32_LEAN_AND_MEAN): removed because a lot ofeban
2005-03-24* lib/mkmf.rb (macro_defined?): try to compile for an old compilernobu
2005-03-23* lib/webrick/utils.rb (WEBrick::Utils.create_listeners):gotoyuzo
2005-03-22* test/ruby/test_settracefunc.rb (test_event): added tests forshugo
2005-03-22* eval.c (rb_call0): check event_hooks instead of trace_func.shugo
2005-03-22* eval.c (rb_add_event_hook): new function to add a hook function forshugo
2005-03-20* lib/mkmf.rb (mkmf_failed): check if Makefile is created withoutnobu
2005-03-19* misc/ruby-mode.el (ruby-expr-beg): returned true always.nobu
2005-03-18* ext/tk/lib/tk/font.rb: add some TkFont class methods to get fontnagai
2005-03-17* struct.c (make_struct): allow non local-id fieldmatz
2005-03-16* eval.c (rb_call0): call_cfunc() should be protected.shugo
2005-03-16* object.c (str_to_id): fixed typo.ocean
2005-03-16* eval.c (rb_call0): reorganize "return" event post.matz
2005-03-15* ext/iconv/iconv.c (Init_iconv): InvalidEncoding also should includenobu
2005-03-15* ext/tk/tkutil.c (ary2list): give wrong arguments to hash2kv()nagai
2005-03-14* ext/tk/lib/tk/timer.rb (TkTimer): forgot to clear @return_valuenagai
2005-03-14* ext/tk/lib/tk/timer.rb (TkRTTimer): forgot to reset the callbacknagai
2005-03-13* ext/tk/lib/tk/timer.rb (TkRTTimer): correct calculation of offsetnagai
2005-03-13remove test_gcseki