summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2005-03-05* lib/mkmf.rb (create_makefile): allow putting spaces between targetnobu
2005-03-04* file.c (eaccess): workaround for VC++8 runtime.usa
2005-03-04* lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#do_includes): replacenobu
2005-03-04* eval.c (rb_exec_recursive): matched the declaration to prototype.usa
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2005-03-04* common.mk (install-nodoc, pre-install-doc, post-install-doc):usa
2005-03-03* ext/nkf/nkf-utf8/nkf.c: follow nkf 1.63naruse
2005-03-03* ext/nkf/nkf-utf8/nkf.c: follow nkf 1.62naruse
2005-03-03* ext/tk/tcltklib.c (ip_rbUpdateCommand, ip_rb_threadUpdateCommand):nobu
2005-03-03* common.mk: add {pre,post}-install targets.nobu
2005-03-03* {bcc32,win32,wince}/Makefile.sub (config.h): check if affectednobu
2005-03-03* sample/rss/tdiary_plugin/rss-recent.rb: added site information.kou
2005-03-02* ext/extmk.rb (parse_args): return false if nothing matched.nobu
2005-03-02* ext/tk/tcltklib.c (lib_eventloop_core): fix typonagai
2005-03-02* eval.c (ruby_native_thread_kill): call pthread_kill() to send anagai
2005-03-02* ext/tk/tcltklib.c: enforce thread-check and exception-handling tonagai
2005-03-02* eval.c (rb_eval): [EXPERIMENTAL] NODE_LAMBDA implemented.nobu
2005-03-01regcomp.c: uninitialized member (backrefed_status) was used.kosako
2005-02-28improved keeper threadseki
2005-02-28* ext/socket/socket.c (Init_socket): IPv6 is not supported althoughocean