summaryrefslogtreecommitdiff
path: root/ChangeLog
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* ChangeLog: orzusa
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* bignum.c (Init_Bignum), numeric.c (Init_Numeric): added fdiv asnobu
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 oftadf
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 * 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-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 * thread_win32.ci (w32_wait_events): check whether interrupt_event isusa
2007-04-09* lib/net/imap.rb (disconnect): call shutdown forshugo
2007-04-04* error.c (rb_notimplement), io.c (pipe_open): removed definitenobu
2007-04-04* io.c (pipe_open): refined the message of NotImplementedError.nobu
2007-04-04* io.c (pipe_open): raise NotImplementedError for command "-" onnobu
2007-04-03 * ext/socket/socket.c (s_recv, s_recvfrom): some systems (such asusa
2007-03-24* node.h (struct rb_thread.locals): explicit as struct.nobu
2007-03-23* eval.c (ruby_cleanup): exit by SystemExit and SignalException in ENDnobu
2007-03-22* eval.c (rb_provided): check for extension library if SOEXT isnobu
2007-03-22* test/ruby/test_bignum.rb (test_to_s): add tests for Bignum#to_s.usa
2007-03-21* bignum.c (rb_big2str0): round up for the most significant digit.nobu
2007-03-20* ext/thread/thread.c (remove_one): Preserve List invariants;knu
2007-03-20* marshal.c (w_extended): erroneous check condition when dumpmatz
2007-03-20* distruby.rb: Add zip generation.shyouhei