Age | Commit message (Expand) | Author |
2007-06-10 | * test/ruby/test_beginendblock.rb (test_should_propagate_signaled): | nobu |
2007-06-07 | * lib/pp.rb: call original "method" method instead of redefined one. | akr |
2007-06-04 | * lib/net/imap.rb (ResponseParser#next_token): fixed | shugo |
2007-05-31 | * lib/benchmark.rb (Benchmark::Job::item): avoid modifying the | nobu |
2007-05-30 | * lib/rinda/tuplespace.rb (Rinda::TupleBag): create index on tuple bag | seki |
2007-05-30 | * lib/net/ftp.rb (Net::FTP#transfercmd): skip 2XX | shugo |
2007-05-29 | * eval.c (rb_eval): get rid of SEGV at ZSUPER in a block | nobu |
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 second | nobu |
2007-05-27 | * lib/rinda/tuplespace.rb (Rinda::TupleBag#delete): use rindex and | seki |
2007-05-25 | * test/ruby/test_beginendblock.rb (test_should_propagate_signaled): | nobu |
2007-05-25 | git-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/extmk.rb, ext/purelib.rb, lib/mkmf.rb, runruby.rb: clear default | nobu |
2007-05-19 | typo | tadf |
2007-05-19 | * lib/date/format.rb (Date._parse): detects some OFX dates | tadf |
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 pushing | matz |
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 WINAPI | nobu |
2007-05-17 | * misc/ruby-style.el (ruby-style-label-indent): for yacc rules. | nobu |
2007-05-15 | * ChangeLog: orz | 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 is | nobu |
2007-05-09 | * bignum.c (Init_Bignum), numeric.c (Init_Numeric): added fdiv as | 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-08 | * lib/date/format.rb (Date._parse): revised treatment of | tadf |
2007-05-08 | * lib/date/format.rb: reverted. | tadf |
2007-05-05 | * lib/date/format.rb (Format::Bag#method_missing): get rid of | nobu |
2007-04-29 | * lib/rinda/tuplespace.rb (TupleSpace#create_entry, TupleBag#push, | seki |
2007-04-26 | Fixed raise Interrupt and Module rdoc | ryan |
2007-04-26 | * misc/ruby-style.el: new file. C/C++ style for ruby source code. | nobu |
2007-04-25 | * ext/socket/socket.c (unix_send_io, unix_recv_io): use CMSG_DATA to | akr |
2007-04-24 | * dir.c (do_stat, do_lstat, do_opendir): should not warn ENOTDIR. | nobu |
2007-04-23 | * ext/extmk.rb ($ruby): add extout directory to include path. | nobu |
2007-04-23 | * lib/mkmf.rb (libpathflag): not to append RPATHFLAG to current | nobu |
2007-04-20 | * configure.in (LIBPATHFLAG, RPATHFLAG): no needs to be quoted, | nobu |
2007-04-20 | * lib/optparse.rb: fix to override conv proc. | nobu |
2007-04-20 | * eval.c (ruby_cleanup): inversed the order of errinfos. | nobu |
2007-04-19 | * lib/monitor.rb (ConditionVariable#wait, mon_enter, mon_exit_for_cond): | nobu |
2007-04-18 | * util.c (ruby_strtod): exponent is radix 10. [ruby-talk:248272] | nobu |
2007-04-17 | * configure.in (Makefile): remove $U for automake from MISSING. | nobu |
2007-04-17 | * configure.in (LDFLAGS): prepend -L. instead appending it to | nobu |
2007-04-17 | * eval.c (rb_yield_0): should not clear state on TAG_NEXT when | matz |
2007-04-16 | * ext/pty/expect_sample.rb: avoid symbolic link representation for | matz |
2007-04-16 | * sample: replace TRUE, FALSE with true, false respectively. | matz |
2007-04-16 | * lib/optparse.rb (make_switch): do not clobber converter if pattern | nobu |