summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-20* 2011-07-21svn
2011-07-20* io.c (rb_update_max_fd): remove parentheses. they are not in macro.kazu
2011-07-20* include/ruby/intern.h (rb_update_max_fd): declaration moved fromakr
2011-07-20* ext/dl/handle.c (dlhandle_sym): clear previous error with dlerror()naruse
2011-07-19* NEWS: mention Kernel#warn. [ruby-core:38119] [Feature #5029]kazu
2011-07-19* 2011-07-20svn
2011-07-19fix typokazu
2011-07-19* cont.c (cont_save_thread): fix missing semicolon.takano32
2011-07-19* io.c (UPDATE_MAXFD): removed.akr
2011-07-19* 2011-07-19svn
2011-07-19* io.c (rb_update_max_fd): new function.akr
2011-07-18* ext/psych/lib/psych.rb: define a new BadAlias error class.tenderlove
2011-07-17* 2011-07-18svn
2011-07-17* ext/curses/curses.c: added the new class Curses::Pad, whichshugo
2011-07-17delete garbage file.nagachika
2011-07-17* error.c (rb_check_trusted): new function to check an object isnobu
2011-07-17* error.c (rb_warn_m): accept multiple args in like puts. rdocnobu
2011-07-17* test/ruby/test_module.rb (TestModule#test_method_{undefined,removed}):nobu
2011-07-16* 2011-07-17svn
2011-07-16* test/openssl/test_ssl_session.rb: add PEM SSL session without TLSemboss
2011-07-16* configure.in (RUBY_UNIVERSAL_ARCH): restore arch flag.nobu
2011-07-15* lib/uri/common.rb (module): Remove optional parser argument to Kernel#URImarcandre
2011-07-15* ChangeLog: mention to the ticket.usa
2011-07-15* win32/win32.c (is_socket, is_console): add prototypes to fix compileusa
2011-07-15* 2011-07-16svn
2011-07-15* time.c (time_dup): used rb_obj_class() instead of CLASS_OF().kosaki
2011-07-15* bignum.c (bigsub_int): add RB_GC_GUARD. This patch is made bymrkn
2011-07-15* ChangeLog: typo.usa
2011-07-15* win32/win32.c, include/ruby/win32.h (rb_w32_io_cancelable_p): renamedusa
2011-07-15* ext/digest/sha2/sha2.c (SHA256_Update, SHA512_Update): avoid Busnahi
2011-07-14* 2011-07-15svn
2011-07-14* regint.h (PLATFORM_UNALIGNED_WORD_ACCESS): Power PC does notnobu
2011-07-14fix a typokazu
2011-07-14* ext/openssl/ossl.c (ossl_verify_cb): trap the exception fromnahi
2011-07-14* 2011-07-14svn
2011-07-14* properties.nobu
2011-07-13fix typokazu
2011-07-13* 2011-07-13svn
2011-07-13* ChangeLog: fix tyops.nagachika
2011-07-12* NEWS: add a description of Signal.trap change.kosaki
2011-07-12* signal.c (reserved_signal_p): reverted a part of r32523.kosaki
2011-07-12* vm_method.c (rb_add_method): should not call method_added hookmatz
2011-07-12* lib/test/unit.rb(Test::Unit::Options#process_args): Fix bug.sorah
2011-07-12small cleanupkosaki
2011-07-12* signal.c (install_sighandler): fixed a race.kosaki
2011-07-12* signal.c (sig_trap): don't permit to change a signal handler whichkosaki
2011-07-12* 2011-07-12svn
2011-07-12* win32/setup.mak: support x86-amd64 cross compile environment.usa
2011-07-11time.c: can't compile time.c on AIX due to missing declaration forkanemoto
2011-07-11updated news for minitestryan