summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2010-12-25* ext/json/generator/generator.{c,h} (fbuffer_free_only_buffer):nobu
2010-12-25Dunno why this conflictedryan
2010-12-25* random.c: parenthesize macro arguments.akr
2010-12-25* load.c (rb_f_require_relative): don't omit return type.nobu
2010-12-25Document require_relativedrbrain
2010-12-25* ext/zlib/zlib.c (gzreader_gets): support optional lengthnobu
2010-12-25* ext/zlib/zlib.c (gzfile_read, gzfile_readpartial): length shouldnobu
2010-12-25* ext/json/generator/generator.c (fbuffer_free): unused.nobu
2010-12-25* ext/openssl/ossl_pkcs5.c (ossl_pkcs5_pbkdf2_hmac): add casts.nobu
2010-12-23* process.c: parenthesize macro arguments.akr
2010-12-23fix typoskazu
2010-12-23* test/net/imap/cacert.pem: updated because it has been expired.yugui
2010-12-23* parse.y: parenthesize macro arguments.akr
2010-12-23* error.c (rb_check_type): check for type from extensions for rubynobu
2010-12-22* lib/net/smtp.rb: refactoring Net::SMTP#esmtp= to use antenderlove
2010-12-22* lib/net/smtp.rb: Net::SMTP should close the SSL connection if thetenderlove
2010-12-22* NEWS: remove #object_id. [ruby-dev:42840]kazu
2010-12-22* gc.c (Init_GC): move back object_id to Kernel. [ruby-dev:42840]matz
2010-12-21* NEWS: add Module#private_constant and Module#public_constant.kazu
2010-12-21NEWS: add IO#advise.kazu
2010-12-21* configure.in (target_archs): remove temporary objects.nobu
2010-12-20* pack.c: parenthesize macro arguments.akr
2010-12-20* test/rexml/test_contrib.rb (ContribTester#test_pos): should notnobu
2010-12-20* compile.c (setup_args), vm.c (invoke_block_from_c),nobu
2010-12-20 * io.c : add an extra byte to buffer for the specification of readtarui
2010-12-20 * error.c: Fix build error for win32. This regression waskosaki
2010-12-20 * thread.c (thread_cleanup_func): Moved interrupted_lockkosaki
2010-12-20 * thread.c (thread_cleanup_func): Don't touch native threadingkosaki
2010-12-20 * error.c (exit_success_p): Check status code more carefully.kosaki
2010-12-20* node.c: parenthesize macro arguments.akr
2010-12-20* NEWS: add #__id__ and #object_id. [ruby-dev:42778]kazu
2010-12-20 * thread_pthread.c (native_thread_destroy): Fixed gvl_cond leak.kosaki
2010-12-20Update NEWS, add ChangeLog entry for RDoc 3.0.1drbrain
2010-12-20Import RDoc 3drbrain
2010-12-19 * io.c (Init_IO): Added O_DIRECT. This feature was propsed by Run Pai...kosaki
2010-12-19* marshal.c: parenthesize macro arguments.akr
2010-12-18* vsnprintf.c (BSD_vfprintf): suppress warning: "_WIN32" is not defined.kazu
2010-12-18* compile.c (setup_args), vm.c (invoke_block_from_c),nobu
2010-12-18* load.c: parenthesize macro arguments.akr
2010-12-18* compile.c (setup_args, iseq_compile_each): optimize AMPER LAMBDAnobu
2010-12-17* gc.c (Init_GC): move #__id__ and #object_id to BasicObject.matz
2010-12-17* test/mkmf/base.rb (TestMkmf::FakeLog): capture output from mkmf.nobu
2010-12-17* win32/setup.mak (BASERUBY): quit with an error when BASERUBY was notusa
2010-12-16* iseq.c: parenthesize macro arguments.akr
2010-12-16Alter comment on String#encode for better wording and ri outputdrbrain
2010-12-16 * io.c (rb_io_advise): New API. IO#advise() allows to tell thekosaki
2010-12-16* tool/rbinstall.rb (bin-comm): use transformed name.nobu
2010-12-16* io.c: parenthesize macro arguments.akr
2010-12-16* tool/mkconfig.rb (RbConfig): honor ARCHFLAGS and RC_ARCHS tonobu
2010-12-16* win32/{configure.bat,setup.mak,Makefile.sub} (PROGRAM_PREFIX,usa