summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-07-01* missing/erf.c: need to include some headers for some platforms.usa
2005-07-01* missing/crypt.c: modified to make it compilable on platformsmatz
2005-07-01* lib/open-uri.rb (OpenURI.open_http): refine post_connection_checkakr
2005-07-01* missing/crypt.c: replaced with 4.4BSD version.matz
2005-06-30* 2005-07-01eban
2005-06-30* enum.c (enum_min, enum_max): must not return Qundef.nobu
2005-06-30* lib/delegate.rb (Delegator::respond_to): respond_to? must checkmatz
2005-06-30* signal.c (trap): non-string trap hander was ignored.nobu
2005-06-30* lib/irb/ruby-lex.rb (RubyLex::identify_number): alternative implementskeiju
2005-06-30* lib/irb/ruby-lex.rb (RubyLex::identify_number): should not treatmatz
2005-06-30add a test for [ruby-dev:26383].akr
2005-06-30* eval.c (rb_eval): pre-evaluate argument for unambiguousmatz
2005-06-30* eval.c (rb_eval): pre-evaluate argument for unambiguousmatz
2005-06-30* 2005-06-30eban
2005-06-30* lib/net/http.rb (Net::HTTP#connect, Net::HTTP#request): shouldgotoyuzo
2005-06-29* 2005-06-29eban
2005-06-28* regparse.c (fetch_token): avoid warning of unused goto tag.ocean
2005-06-28* dir.c, eval.c, parse.y, process.c, ruby.c: avoid warning "unusedocean
2005-06-27* 2005-06-28eban
2005-06-27* ext/nkf/lib/kconv.rb: add Kconv::VERSIONnaruse
2005-06-25* lib/webrick/httputils.rb (WEBrick::HTTPUtils.parse_query): shouldgotoyuzo
2005-06-25* enum.c (enum_min, enum_max, enum_min_by, enum_max_by): do not ignorenobu
2005-06-25* lib/set.rb (Set#==): [ruby-dev:25206] (ported from ruby_1_8 branch)ocean
2005-06-25* 2005-06-25nobu
2005-06-25* ext/nkf/lib/kconv.rb: remove constantsnaruse
2005-06-24* lib/uri/common.rb, lib/uri/generic.rb: fixed typo in documents andakira
2005-06-24* 2005-06-24eban
2005-06-24* ext/tk/lib/tk.rb: fix typo on Tk.grid_propagate.nagai
2005-06-23* runruby.rb: should load built rbconfig.rb.nobu
2005-06-23* 2005-06-23eban
2005-06-23fixed typo in the example of URI.extract.akira
2005-06-23* ext/tk/lib/tk/canvastag.rb: TkcGroup.new cannot include given items.nagai
2005-06-20* eval.c (FUNCTION_CALL_MAY_RETURN_TWICE): DUMMY_SETJMP is replacedakr
2005-06-20* ext/dbm/dbm.c (fdbm_closed): new method DBM#closed?usa
2005-06-19* gc.c (define_final): document fix: finalizers never get callednobu
2005-06-19* ext/openssl/openssl_missing.c, ext/openssl/ossl.h,gotoyuzo
2005-06-19* 2005-06-20eban
2005-06-19* lib/xmlrpc/utils.rb: Patch by Nobuhiro IMAI fixes the followingmneumann
2005-06-19* 2005-06-19nobu
2005-06-19* gc.c (run_final): commit miss to add new variable.nobu
2005-06-19* gc.c (run_final): reduce unnecessary object allocation duringnobu
2005-06-18* 2005-06-18nobu
2005-06-17* ext/readline/readline.c (readline_readline): do not set rl_{in,out}stream.shugo
2005-06-17* lib/time.rb (Time.parse): fix previous leap seconds support.akr
2005-06-16* 2005-06-17eban
2005-06-16add tests for leapseconds on an environment without leapseconds support.akr
2005-06-16* lib/tkextlib/SUPPOPRT_STATUS: add RELEASE_DATE information.nagai
2005-06-16* ruby.c (load_file): '!' is already read. reported by gotoyuzo.usa
2005-06-16* ext/tk/tcltklib.c (ip_rb_threadVwaitCommand): Tcl_Release was missing.ocean
2005-06-16* ext/tk/lib/tk.rb: add Tk.getMultiple{Open|Save}File() which returnnagai