summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2007-05-08 * lib/date/format.rb (Date._parse): revised treatment oftadf
2007-05-08* 2007-05-08usa
2007-05-08* lib/date/format.rb: reverted.tadf
2007-05-05* lib/date/format.rb (Format::Bag#method_missing): get rid ofnobu
2007-04-29* 2007-04-30eban
2007-04-29 * lib/rinda/tuplespace.rb (TupleSpace#create_entry, TupleBag#push,seki
2007-04-26Fixed raise Interrupt and Module rdocryan
2007-04-26* misc/ruby-style.el: new file. C/C++ style for ruby source code.nobu
2007-04-25clear cmsg padding.akr
2007-04-25* ext/socket/socket.c (unix_send_io, unix_recv_io): use CMSG_DATA toakr
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 currentnobu
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 tonobu
2007-04-17* eval.c (rb_yield_0): should not clear state on TAG_NEXT whenmatz
2007-04-16* ext/pty/expect_sample.rb: avoid symbolic link representation formatz
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 patternnobu
2007-04-16* ext/stringio/stringio.c (strio_seek): consistent behavior withnobu
2007-04-16* parse.y (parser_yylex): should set command_start after blockmatz
2007-04-15 * lib/date/format.rb: added some zone names.tadf
2007-04-11* ChangeLog: sorry, I made mistake in the copy of the log.usa
2007-04-10* 2007-04-10usa
2007-04-10 * thread_win32.ci (w32_wait_events): check whether interrupt_event isusa
2007-04-09* 2007-04-09eban
2007-04-09* lib/net/imap.rb (disconnect): call shutdown forshugo
2007-04-04* error.c (rb_notimplement), io.c (pipe_open): removed definitenobu