summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2010-05-12* time.c (rb_big_abs_find_minbit): use ffs().akr
2010-05-12* numeric.c (flo_to_s): fixed broken output including nuls.nobu
2010-05-12* numeric.c (flo_to_s): exponent needs 2 digits.nobu
2010-05-12* numeric.c (flo_to_s): fill lower zeros.nobu
2010-05-12* lib/rdoc/generator/ri.rb (generate): should load existing cacheusa
2010-05-12* ext/bigdecimal/lib/bigdecimal/math.rb (BigMath#log): improvednobu
2010-05-12* ext/socket/extconf.rb: test all IPPROTO_* constants for recent Win32usa
2010-05-12* numeric.c (flo_to_s): make minimum string representation.nobu
2010-05-12* re.c (rb_reg_initialize_m): fix wrong index for the langnaruse
2010-05-11* ext/socket/extconf.rb: test IPPROTO_IP and IPPROTO_IPV6 constants.akr
2010-05-11* test/rake/test_task_arguments.rb: makes ENV empty during testsmame
2010-05-11* enc/utf_8.c: Add new alias UTF-8-HFS for UTF8-MAC.naruse
2010-05-11* ext/bigdecimal/lib/bigdecimal/math.rb (atan), test/bigdecimal/test_bigmath....mrkn
2010-05-11* ext/sdbm/sdbm.h (DBM): large file support on win32.nobu
2010-05-11* eval_intern.h (rb_vm_get_sourceline): add prototype.nobu
2010-05-11* ext/psych/parser.c (PSYCH_TRANSCODE): get rid of bare use of gccnobu
2010-05-10* ext/psych/parser.c (parse): Return strings encoded astenderlove
2010-05-10* pack.c (pack_unpack): add a missing break.akr
2010-05-10* time.c (rb_big_abs_find_minbit): get rid of a warning of VC.usa
2010-05-09* common.mk (rdoc): rdoc should depend main. Moreover when XRUBYnaruse
2010-05-09* vm_eval.c (eval_string_with_cref): propagative filename and line_nomame
2010-05-09* compile.c (iseq_compile_each), vm_insnhelper.c (vm_invoke_block,mame
2010-05-09* cont.c (fiber_switch): raise FiberError when returning to deadmame
2010-05-09* lib/thread.rb (ConditionVariable#wait): ensure to remove the currentmame
2010-05-09* ext/io/console/console.c (console_set_raw): new method.nobu
2010-05-09* ext/io/console/console.c (ttymode): reverted previous commit.nobu
2010-05-09* include/ruby/ruby.h (RB_GC_GUARD_PTR): get rid of removal bynobu
2010-05-09* proc.c (proc_dup): copy blockprocval. proc_dup is used bymame
2010-05-09* cont.c (fiber_initialize_machine_stack_context): try to releasenobu
2010-05-09* ext/json/generator/generator.c (fbuffer_inc_capa):naruse
2010-05-09* ext/json/{generator/generator.c,parser/parser.rl}: fixed indent.nobu
2010-05-09* test/net/imap/test_imap.rb: use IPv4 forshugo
2010-05-08* lib/net/imap.rb (disconnect): terminates @receiver_thread even ifshugo
2010-05-08* io.c (nogvl_copy_stream_sendfile): ISO C90 forbids mixed declarations and c...kazu
2010-05-08* ext/fiddle/lib/fiddle.rb: only require DL if it hasn't been requiredtenderlove
2010-05-08* cont.c (stackgrowdirection): removed duplicated code, usenobu
2010-05-08* test/dl/test_base.rb (libc_so, libm_so): supports solaris.yugui
2010-05-08* spec/default.mspec (config): . is no longer in $:.yugui
2010-05-08* thread.c (rb_thread_aset): fixed argument type.nobu
2010-05-08* NEWS (io/console): IO#noecho and IO#raw without block arenobu
2010-05-08* ext/io/console/console.c (ttymode): save dupped file descriptorsnobu
2010-05-08* array.c (rb_ary_fetch, rb_ary_splice, rb_ary_store): Improve IndexErrormarcandre
2010-05-08* lib/rubygems/user_interaction.rb (Gem::StreamUI#ask_for_password):nobu
2010-05-08* ext/io/console: imported. [ruby-dev:40897]nobu
2010-05-08* ext/etc/etc.c (etc_systmpdir): moved from ext/tmpdir.nobu
2010-05-08* ext/bigdecimal/bigdecimal.c (VpAlloc): ensure buf does not getnobu
2010-05-08* ext/socket/lib/socket.rb (BasicSocket#connect_address): MacOS X 10.6akr
2010-05-07* version.h: bump up to 1.9.3.nobu
2010-05-07* tool/rbinstall.rb (install-man): install mdocs directly withoutnobu
2010-05-07* ext/tk/extconf.rb (get_tclConfig_dirs): glob with EXEEXT.nobu