summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2005-03-15* ext/iconv/iconv.c (Init_iconv): InvalidEncoding also should includenobu
2005-03-15* eval.c (recursive_check, recursive_push): more restrictive check.nobu
2005-03-15* ext/tk/tkutil/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-13* eval.c (recursive_pop): raise TypeError instead of fatal error.nobu
2005-03-13remove test_gcseki
2005-03-12* ext/openssl/ossl_ssl.c (ossl_tmp_dh_callback): should get DHgotoyuzo
2005-03-12* ext/openssl/ossl_pkey_dh.c (ossl_create_dh): fix typo.gotoyuzo
2005-03-10* ext/tk/tcltklib.c (lib_eventloop_ensure): mis-delete a timer handlernagai
2005-03-09* lib/pp.rb (PP::PPMethods#guard_inspect_key): supportakr
2005-03-09* ext/openssl/ossl_ssl.c: OpenSSL::SSL::SSLContexts suports callbacks:gotoyuzo
2005-03-09* parse.y (gettable_gen): warns if VCALL name is used asmatz
2005-03-09* ext/tk/sample/tktextio.rb: fix bug of handling 'end' position.nagai
2005-03-08* ext/tk/sample/tktextio.rb: New sample script. TkTextIO class in thisnagai
2005-03-08fixed weekdaysocean
2005-03-08* ext/socket/mkconstants.rb: workaround for some of 4.4BSD-Liteusa
2005-03-08* eval.c (rb_exec_recursive): declaration should precede statementsusa
2005-03-08* error.c (errno_missing): Errno.const_missing to allow referencesmatz
2005-03-07* ext/nkf/nkf-utf8/nkf.c: follow nkf 1.66naruse
2005-03-07* sample/webrick/httpsd.rb: fix typo in comment. suggested bygotoyuzo
2005-03-07* lib/webrick/server.rb (WEBrick::GenericServer#start): shouldgotoyuzo
2005-03-07* eval.c (rb_require_safe): get actual path string under safe levelnobu
2005-03-07* ext/openssl/ossl_ssl.c (ossl_start_ssl, ossl_ssl_read,usa
2005-03-07* ext/openssl/lib/openssl/buffering.rb (Buffering#initialize):gotoyuzo
2005-03-07* object.c (inspect_obj): unintended space removal.matz
2005-03-06* ext/tk/tkutil/tkutil.c: follow the change of st.c (committed at Fri,nagai
2005-03-06* ext/tk/tcltklib.c: fail to call TclTkLib.mainloop when $SAFE==4nagai
2005-03-06add ruby-electric.elzsombor
2005-03-06add ML ref. [ruby-core:4490]akr
2005-03-06* lib/pp.rb: rdoced by Sam Roberts.akr
2005-03-06* lib/pp.rb (File::Stat#pretty_print): Etc.getpwuid and Etc.getgrgidakr
2005-03-05* ext/openssl/ossl_ssl.c (ossl_start_ssl): should wait for thatgotoyuzo
2005-03-05* dir.c (rb_glob): fixed mismatch of argument.ocean
2005-03-05* ext/nkf/nkf-utf8/nkf.c: follow nkf 1.65naruse
2005-03-05* ext/tk/lib/multi-tk.rb: freeze callback-entry objectsnagai