aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/net/ftp.rb (Net::FTP#transfercmd): skip 2XXshugo2007-05-302-0/+9
* * eval.c (rb_eval): get rid of SEGV at ZSUPER in a blocknobu2007-05-292-0/+9
* * eval.c (thread_timer): timer thread should not receive any signals.nobu2007-05-292-0/+10
* * eval.c (rb_eval_cmd): just return if no exceptions.nobu2007-05-293-4/+9
* * win32/win32.c (rb_w32_opendir): store attributes of the secondnobu2007-05-293-35/+38
* * lib/rinda/tuplespace.rb (Rinda::TupleBag#delete): use rindex and seki2007-05-272-2/+12
* * ext/tk/lib/tkextlib/tcllib/tablelist.rb: fix typo.nagai2007-05-254-3/+12
* * test/ruby/test_beginendblock.rb (test_should_propagate_signaled):nobu2007-05-251-0/+3
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@12385 b2dd03c8-...nobu2007-05-253-6/+9
* * lib/cgi.rb (CGI#[]): get rid of exceptions being raised.shyouhei2007-05-222-0/+6
* * ext/purelib.rb: commit miss.nobu2007-05-221-3/+0
* * ext/extmk.rb, ext/purelib.rb, lib/mkmf.rb, runruby.rb: clear defaultnobu2007-05-226-12/+26
* typotadf2007-05-191-1/+1
* * lib/date/format.rb (Date._parse): detects some OFX datestadf2007-05-192-6/+20
* * array.c (rb_ary_first): add negative length check.matz2007-05-182-3/+10
* * array.c (rb_ary_first): call rb_ary_subseq() instead of pushingmatz2007-05-183-11/+10
* * win32/win32.c (move_to_next_entry): loc also must move forward.nobu2007-05-182-0/+7
* * win32/mkexports.rb: preserve prefixed underscores for WINAPInobu2007-05-175-46/+11
* * misc/ruby-style.el (ruby-style-label-indent): for yacc rules.nobu2007-05-173-7/+18
* * 2007-05-15usa2007-05-151-3/+3
* * ChangeLog: orzusa2007-05-151-0/+5
* * win32/win32.c (init_stdhandle): stderr should be without buffering,usa2007-05-151-0/+1
* * ext/thread/thread.c (wait_list): supress a warning.nobu2007-05-143-7/+11
* * ext/iconv/iconv.c (iconv_s_conv): rdoc fix.usa2007-05-102-1/+5
* * eval.c (rb_thread_priority): rdoc fix; the initial value isnobu2007-05-103-9/+16
* * numeric.c: purged trailing spaces.nobu2007-05-091-117/+117
* * bignum.c: purged trailing spaces.nobu2007-05-091-42/+42
* * bignum.c (Init_Bignum), numeric.c (Init_Numeric): added fdiv asnobu2007-05-093-0/+11
* * numeric.c (int_pow): calculate power in Fixnum as possible.nobu2007-05-091-1/+35
* * bignum.c (rb_big_quo): now calculate in integer. [ruby-dev:30753]nobu2007-05-092-6/+69
* * bignum.c (rb_big_pow): reduce multiplying for even number.nobu2007-05-092-29/+109
* * 2007-05-09nobu2007-05-091-3/+3
* * lib/date/format.rb (Date._parse): revised treatment oftadf2007-05-082-41/+110
* * 2007-05-08usa2007-05-081-3/+3
* * lib/date/format.rb: reverted.tadf2007-05-082-1/+5
* * lib/date/format.rb (Format::Bag#method_missing): get rid ofnobu2007-05-053-5/+10
* * 2007-04-30eban2007-04-291-3/+3
* * lib/rinda/tuplespace.rb (TupleSpace#create_entry, TupleBag#push,seki2007-04-292-9/+18
* Fixed raise Interrupt and Module rdocryan2007-04-263-11/+20
* * misc/ruby-style.el: new file. C/C++ style for ruby source code.nobu2007-04-263-3/+43
* clear cmsg padding.akr2007-04-251-0/+1
* * ext/socket/socket.c (unix_send_io, unix_recv_io): use CMSG_DATA toakr2007-04-252-12/+17
* * dir.c (do_stat, do_lstat, do_opendir): should not warn ENOTDIR.nobu2007-04-243-6/+17
* * ext/extmk.rb ($ruby): add extout directory to include path.nobu2007-04-232-1/+5
* * lib/mkmf.rb (libpathflag): not to append RPATHFLAG to currentnobu2007-04-233-6/+22
* * configure.in (LIBPATHFLAG, RPATHFLAG): no needs to be quoted,nobu2007-04-202-4/+9
* * lib/optparse.rb: fix to override conv proc.nobu2007-04-202-2/+6
* * eval.c (ruby_cleanup): inversed the order of errinfos.nobu2007-04-203-10/+17
* * lib/monitor.rb (ConditionVariable#wait, mon_enter, mon_exit_for_cond):nobu2007-04-193-11/+21
* * util.c (ruby_strtod): exponent is radix 10. [ruby-talk:248272]nobu2007-04-182-2/+6