summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2005-04-09* ext/tk/lib/tk.rb: update RELEASE_DATEnagai
2005-04-09* sample/rss/tdiary_plugin/rss-recent.rb: supported configurationkou
2005-04-08* ext/extmk.rb (extmake): hdrdir needs to be defined also innobu
2005-04-07proper commentocean
2005-04-07commit missocean
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-07* test/rss/test_maker_dc.rb (test_date): added a test for #date=kou
2005-04-07* lib/rss/maker/dublincore.rb: _really_ supported multiple Dublinkou
2005-04-06* test/ruby/test_env.rb (test_key): should test ENV.key instead ofocean
2005-04-05* lib/rss/*: refactored.kou
2005-04-05* sample/rss/tdiary_plugin/rss-recent.rb:kou
2005-04-05* lib/rss/dublincore.rb: supported multiple DublinCore items.kou
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-02* lib/mkmf.rb (create_makefile): ensure library directories get madenobu
2005-04-02* wince/configure.bat, wince/setup.mak: add prefix, extstatic andnobu
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-02* hash.c (env_key): ENV.index is deprecated as well as Hash#index.ocean
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* ext/openssl/ossl_engine.c (ossl_engine_s_load): should returngotoyuzo
2005-03-31* lib/rss/parser.rb: @@setter -> @@setters.kou
2005-03-31* lib/rss/parser.rbkou
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* ext/tk/tcltklib.c: add TclTkIp#_create_console() method to createnagai
2005-03-29use new_with instead of reinit [ruby-dev:25961]seki
2005-03-28 * lib/drb/drb.rb: move method DRbObject#reinit to DRbObject.new_with.seki
2005-03-28* ext/extmk.rb (extract_makefile): nothing to be removed when no filenobu
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* lib/fileutils.rb (remove_file): ignore Errno::E* if force option is set. [r...aamine
2005-03-26* ext/tk/lib/tk.rb (_callback_entry_class?): add for checking whethernagai
2005-03-25* configure.in (WIN32_LEAN_AND_MEAN): removed because a lot ofeban
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*** empty log message ***gotoyuzo
2005-03-23* parse.y (primary): fix lineno of rescue and ensure.shugo
2005-03-22* test/ruby/test_settracefunc.rb (test_event): added tests 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* test/ruby/test_settracefunc.rb: added test for c-return.shugo
2005-03-16* eval.c (rb_call0): call_cfunc() should be protected.shugo
2005-03-16* eval.c (rb_add_event_hook): new function to add a hook function forshugo
2005-03-16* eval.c (rb_call0): reorganize "return" event post.matz