summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
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