summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2005-02-28strscan.c: use new Oniguruma API.kosako
2005-02-28* ext/socket/socket.c (Init_socket): ported more Socket::Constantsocean
2005-02-26* parse.y [ripper]: fix typo. [ruby-core:04494]aamine
2005-02-26remove oniggnu.h (GNU regex API).kosako
2005-02-23* st.c, st.h: imported additional file changes on Oniguruma 3.7.0.ksaito
2005-02-23* ascii.c, euc_jp.c, oniggnu.h, oniguruma.h, regcomp.c, regenc.c, regenc.h, r...ksaito
2005-02-23* lib/uri/generic.rb (split_userinfo): should split ":pass" into ""akira
2005-02-22* lib/net/imap.rb (initialize): handle certs correctly. Thanks,shugo
2005-02-22* lib/mkmf.rb (mkmf_failed): fixed typo.kou
2005-02-22* eval.c (rb_thread_start_0): update curr_thread before raisingnobu
2005-02-22* configure.in, lib/mkmf.rb: use simple commands if available.nobu
2005-02-22* ext/syck/rubyext.c: get rid of warnings caused by a bug of VC.nobu
2005-02-22* signal.c (ruby_signal, ruby_nativethread_signal): must be valid asnobu
2005-02-22typo fix.akr
2005-02-21* parse.y (parser_yylex): identfier after dot must not be a variable.nobu
2005-02-21* signal.c: Standard signal handlers ignore signals on non-Ruby nativenagai
2005-02-19* lib/open-uri.rb (URI::FTP#buffer_open): access mechanismakr
2005-02-19(DRbObject#respond_to?) take two arguments. [ruby-dev:25722]seki
2005-02-19* lib/open-uri.rb: call OpenSSL::SSL::SSLSocket#post_connection_checkakr
2005-02-19* lib/mkmf.rb (create_makefile): reverted wrongly removed lines.nobu
2005-02-19* ext/extmk.rb (extract_makefile): remove no longer existing installednobu
2005-02-18* ext/bigdecimal/sample/linear.rb: resolve LoadError.ocean
2005-02-18added ML numberocean
2005-02-18* bigdecimal/newton.rb: resolve LoadError.ocean
2005-02-17remove GNU regex APIkosako
2005-02-17* eval.c (rb_thread_start_1): initialize newly pushed frame.nobu
2005-02-17* lib/drb/drb.rb (DRbServer.default_safe_level): fix typo.ocean
2005-02-17 * lib/test/unit/collector.rb (collect_file): now deletes paths addedntalbott
2005-02-17fix typo.akr
2005-02-16update unittest, port from v1.8seki
2005-02-16* eval.c (rb_thread_start_1): outer block variables wasn't linked tonobu
2005-02-16* ext/openssl/lib/openssl/ssl.rb (OpenSSL::Nonblock#initialize):gotoyuzo
2005-02-15* ext/openssl/ossl_ssl.c (ossl_ssl_read, ossl_ssl_write): shouldgotoyuzo
2005-02-14* lib/rss/parser.rb (RSS::ListenerMixin::tag_end):kou
2005-02-14* ext/openssl/lib/openssl/ssl.rbgotoyuzo
2005-02-13add safe_leve, default_safe_level ([druby-ja:120])seki
2005-02-13* lib/rss/dublincore.rb (RSS::DublicCoreModel#date{,=}): addedkou
2005-02-13* eval.c (rb_thread_start_0): restore prot_tag before rewinding.nobu
2005-02-13* lib/webrick/cgi.rb (WEBrick::CGI.start): should set reason-phrasegotoyuzo
2005-02-13* regparse.c (type_cclass_hash): (Thanks Nobu) fixed overrun. ([ruby-dev:2567...ksaito