summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2007-03-03* lib/fileutils.rb (mv): could not move a directory between different filesys...aamine
2007-03-03* lib/fileutils.rb (touch): last commit causes error if :mtime option was not...aamine
2007-03-03* file.c (rb_file_s_utime): allow nil to set the current time.nobu
2007-03-03* eval.c (stack_check): Unset inline to fix build with GCC 3.4.6;knu
2007-03-03* ext/thread/thread.c (push_list): Use ALLOC().knu
2007-03-03* NEWS: Add a note for String#intern.knu
2007-03-03* env.h (SCOPE_CLONE): Introduce a new scope flag to prevent aknu
2007-03-03* object.c (rb_obj_ivar_set): RDoc updated according to aknu
2007-03-01* parse.y (stmt, arg): should not omit lhs of OP_ASGN1 even ifnobu
2007-02-28* eval.c (rb_feature_p): fix possible buffer overrun.nobu
2007-02-28* eval.c (rb_feature_p): check loading_tbl if the given ext isnobu
2007-02-28* ext/digest/digest.c (get_digest_base_metadata): Allow inheritingknu