summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-06-15* common.mk (realclean): separate local and ext.nobu
2007-06-15 * ext/dl/lib/dl/win32.rb: seems that dl doesn't accept void argument.usa
2007-06-14* lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser): handle morenobu
2007-06-12* configure.in (darwin): prohibit loading extension libraries tonobu
2007-06-12* eval.c (rb_kill_thread): renamed in order to get rid of conflictnobu
2007-06-12* lib/mkmf.rb (Logging.quiet, Logging.message): added quiet flag andnobu
2007-06-12* lib/mkmf.rb (find_header): use header names in the message.nobu
2007-06-12* 2007-06-12usa
2007-06-12Fixed [UG]ID::eid=. Fixes bug # 10370ryan
2007-06-12Fixed typo in code. Fixes bug #10420ryan
2007-06-10* test/ruby/test_beginendblock.rb (test_should_propagate_signaled):nobu
2007-06-08import OpenSSL from trunktechnorama
2007-06-07* lib/pp.rb: call original "method" method instead of redefined one.akr
2007-06-04* 2007-06-04eban
2007-06-04* lib/net/imap.rb (ResponseParser#next_token): fixedshugo
2007-05-31* lib/benchmark.rb (Benchmark::Job::item): avoid modifying thenobu
2007-05-30* 2007-05-31eban
2007-05-30 * lib/rinda/tuplespace.rb (Rinda::TupleBag): create index on tuple bagseki
2007-05-30* lib/net/ftp.rb (Net::FTP#transfercmd): skip 2XXshugo
2007-05-29* eval.c (rb_eval): get rid of SEGV at ZSUPER in a blocknobu
2007-05-29* eval.c (thread_timer): timer thread should not receive any signals.nobu
2007-05-29* eval.c (rb_eval_cmd): just return if no exceptions.nobu
2007-05-29* win32/win32.c (rb_w32_opendir): store attributes of the secondnobu
2007-05-27 * lib/rinda/tuplespace.rb (Rinda::TupleBag#delete): use rindex and seki
2007-05-25* ext/tk/lib/tkextlib/tcllib/tablelist.rb: fix typo.nagai
2007-05-25* test/ruby/test_beginendblock.rb (test_should_propagate_signaled):nobu
2007-05-25git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@12385 b2dd03c8-...nobu
2007-05-22* lib/cgi.rb (CGI#[]): get rid of exceptions being raised.shyouhei
2007-05-22* ext/purelib.rb: commit miss.nobu
2007-05-22* ext/extmk.rb, ext/purelib.rb, lib/mkmf.rb, runruby.rb: clear defaultnobu
2007-05-19typotadf
2007-05-19 * lib/date/format.rb (Date._parse): detects some OFX datestadf
2007-05-18* array.c (rb_ary_first): add negative length check.matz
2007-05-18* array.c (rb_ary_first): call rb_ary_subseq() instead of pushingmatz
2007-05-18* win32/win32.c (move_to_next_entry): loc also must move forward.nobu
2007-05-17* win32/mkexports.rb: preserve prefixed underscores for WINAPInobu
2007-05-17* misc/ruby-style.el (ruby-style-label-indent): for yacc rules.nobu
2007-05-15* 2007-05-15usa
2007-05-15* ChangeLog: orzusa
2007-05-15 * win32/win32.c (init_stdhandle): stderr should be without buffering,usa
2007-05-14* ext/thread/thread.c (wait_list): supress a warning.nobu
2007-05-10 * ext/iconv/iconv.c (iconv_s_conv): rdoc fix.usa
2007-05-10* eval.c (rb_thread_priority): rdoc fix; the initial value isnobu
2007-05-09* numeric.c: purged trailing spaces.nobu
2007-05-09* bignum.c: purged trailing spaces.nobu
2007-05-09* bignum.c (Init_Bignum), numeric.c (Init_Numeric): added fdiv asnobu
2007-05-09* numeric.c (int_pow): calculate power in Fixnum as possible.nobu
2007-05-09* bignum.c (rb_big_quo): now calculate in integer. [ruby-dev:30753]nobu
2007-05-09* bignum.c (rb_big_pow): reduce multiplying for even number.nobu
2007-05-09* 2007-05-09nobu