aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * bignum.c (rb_big2db): (-Float::MAX.to_i*2).to_f should returntadf2009-06-151-0/+5
* * io.c (argf_each_line): should return self. [ruby-core:23852]matz2009-06-151-0/+6
* * gc.c (os_obj_of): invoke garbage collection before iteration, tomatz2009-06-151-0/+5
* * .gdbinit (rp, iseq): load dummy_gdb_enums on demand.nobu2009-06-151-0/+5
* * thread.c, vm_eval.c: add Thread.backtrace.ko12009-06-141-0/+6
* * transcode.c (transcode_restartable0): revert last commit becauseko12009-06-141-0/+5
* * file.c (rb_find_file_ext, rb_find_file): canonicalize absolutenobu2009-06-141-1/+4
* * file.c (rb_file_size): added rdoc. a patch from Run Paint Runnobu2009-06-141-0/+5
* * complex.c (nucomp_fdiv): use fdiv recursively.tadf2009-06-131-0/+6
* * enc/trans/utf8_mac.trans: remove wrong optimization.naruse2009-06-131-0/+4
* * transcode.c (transcode_restartable0): can't build with VC9.naruse2009-06-131-0/+4
* * rational.c (nurat_to_f): use fdiv.tadf2009-06-131-0/+4
* * load.c (load_lock): show backtrace at circular require.nobu2009-06-131-1/+3
* * load.c (rb_provide): assumes us-ascii only.nobu2009-06-131-1/+3
* * load.c (rb_require_safe): FilePathValue() implies rb_str_new4().nobu2009-06-131-1/+3
* * load.c (rb_mod_autoload): try conversion to path like asnobu2009-06-131-0/+5
* * marshal.c (r_ivar): should not set internal encoding ivar as annobu2009-06-131-0/+5
* * vm_eval.c (rb_f_local_variables): now returns symbols. a patch fromnobu2009-06-121-0/+5
* * vm_eval.c (rb_f_catch): updated rdoc about generalized argument,nobu2009-06-121-0/+5
* * lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): TimeoutError isnobu2009-06-121-0/+5
* * vm_eval.c (rb_f_throw): fixed rdoc about execption.nobu2009-06-121-0/+5
* * file.c (file_expand_path): associate the input encoding whennobu2009-06-121-0/+5
* * string.c (str_replace_shared): shared target must be frozen.nobu2009-06-111-0/+5
* * lib/cmath.rb (exp): omitted redundant function call.tadf2009-06-111-0/+4
* * ext/bigdecimal/bigdecimal.c (gfCheckVal): never used.nobu2009-06-111-0/+8
* * lib/prime.rb: documentation typo fixed. a patch from okkez.matz2009-06-111-0/+5
* * dir.c (dir_s_getwd): directory path's encoding should be filesystem'susa2009-06-101-0/+7
* Update to RubyGems 1.3.4 r2223drbrain2009-06-091-0/+4
* * lib/cmath.rb (log10): raised exception when the given number istadf2009-06-091-0/+5
* * dir.c (dir_s_glob): fixed rdoc. a patch from Joseph Pecoraro atnobu2009-06-091-1/+4
* * dir.c (sys_warning): get rid of type-punning function cast.nobu2009-06-091-0/+6
* * Makefile.in, win32/Makefile.sub (RMALL): need for distclean-rdoc.nobu2009-06-091-0/+4
* * thread.c: rename functions which require a parameterko12009-06-081-0/+15
* * hash.c (rb_hash_reject_bang): always check frozen status.matz2009-06-081-0/+13
* * thread_pthread.c (rb_thread_create_timer_thread): print fatal errorko12009-06-071-0/+7
* * lib/cmath.rb (log): avoided redundant expression.tadf2009-06-071-0/+4
* * lib/mkmf.rb (#link_command): should dup CONFTEST_C which ismatz2009-06-041-0/+5
* * lib/base64.rb: typo fixed. a patch from okkez. [ruby-dev:38564]matz2009-06-031-0/+4
* * enum.c (enum_first): should check negative length.matz2009-06-031-0/+4
* * enum.c (first_i): Enumerator#first should consume only what ismatz2009-06-031-0/+8
* * string.c (rb_str_gsub_bang): modify check at the beginning.matz2009-06-021-0/+13
* * test/ripper/test_filter.rb: add tests. see [ruby-dev:37856]kazu2009-06-021-0/+4
* * cont.c (cont_capture, fiber_store): reraise transferred error.nobu2009-06-011-0/+7
* * include/ruby/intern.h (rb_exc_new2): optimization for literal.nobu2009-06-011-0/+4
* * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): returns Inf ifmatz2009-05-311-0/+5
* * lib/mkmf.rb (create_makefile): checks for duplication of sourcenobu2009-05-311-0/+5
* * file.c (istrailinggarbage): fixed typo.nobu2009-05-311-0/+4
* * struct.c (Init_Struct): made #to_s an alias to #inspect tonobu2009-05-291-1/+7
* * hash.c (Init_Hash): made #to_s an alias to #inspect to reducenobu2009-05-291-3/+4
* * hash.c (rb_hash_inspect): rescurses with defined ID to get ridnobu2009-05-291-0/+5