summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2007-03-20* lib/matrix.rb (Matrix::inverse_from): adding partial pivoting toknu
2007-03-19* lib/net/protocol.rb (rbuf_read): extend buffer size for speed.aamine
2007-03-17* NEWS: Add a note about the new `date' library definingknu
2007-03-16* ext/dl/dl.c (rb_ary2cary): Fix a bug in type validation;knu
2007-03-16* ext/etc/etc.c (etc_getgrgid): Fix a bug in Etc::getgrgid()knu
2007-03-16* ext/thread/thread.c (unlock_mutex_inner): Make sure that theknu
2007-03-16* ext/thread/thread.c (wait_condvar, lock_mutex): Fix a problem inknu
2007-03-16* test/thread/test_thread.rb: Add a test script for the `thread'knu
2007-03-14* ext/bigdecimal/bigdecimal.c: BigDecimal("-.31") is nowmatz
2007-03-13* common.mk (clear-installed-list): separated from install-prereq.nobu
2007-03-12* NEWS: Reword and improve entries.knu
2007-03-12* stable version 1.8.6 released from the ruby_1_8_6 branch.knu
2007-03-12* runruby.rb: added --pure (turned on by default) and --debuggernobu
2007-03-12* lib/cgi.rb (CGI::header): IIS >= 5.0 does not need the nphknu
2007-03-12* ext/openssl/ossl_asn1.c (Init_ossl_asn1): Let rdoc know aboutknu
2007-03-11* ext/dl/sym.c (rb_dlsym_inspect): Use "0x%x" rather for pointers.knu
2007-03-11* ext/dl/lib/dl/import.rb (DL::Importable::Internal::import,knu
2007-03-11Synchronize with trunk:knu
2007-03-11* ext/dl/mkcallback.rb (mkfunc): Make sure that a callbackknu
2007-03-11* eval.c (error_handle): no message when exiting by signal.nobu
2007-03-11* ChangeLog: correct ML number. [ruby-dev:30455]nobu
2007-03-06* ext/digest/lib/md5.rb (MD5::new, MD5::md5): Do not modifyknu
2007-03-06* lib/shell/process-controller.rb: fix thread synchronizationknu
2007-03-06* ext/digest/lib/md5.rb (MD5::md5): Catch up with Digest's APIknu
2007-03-06* time.c (time_to_s): Back out the format changes; discussedknu
2007-03-06* ext/tk/sample/irbtkw.rbw: fails to exit process.nagai
2007-03-05* time.c (time_to_s): Correct the wrong format which did notknu
2007-03-04* file.c (rb_stat_s_utime): fixed a commit miss for the platformsnobu
2007-03-04* util.c (push_element): should return a int value.eban
2007-03-03* lib/set.rb (Set#^, Set#&): Correct documentation. Those methodsknu