aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * gc.c: fix indent.ko12009-06-162-21/+25
* * gc.c (rb_objspace_each_objects): New C API, added.ko12009-06-162-12/+94
* * 2009-06-17svn2009-06-161-2/+2
* * test/ruby/test_argf.rb (TestArgf#test_skip): updated testmatz2009-06-162-6/+7
* * io.c (fptr_finalize): revert last change. [ruby-dev:38648]matz2009-06-162-3/+9
* * transcode.c (transcode_restartable0): refix can't build with VC9.naruse2009-06-162-9/+18
* Tue Jun 16 16:09:59 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano322009-06-162-2/+7
* * io.c (fptr_finalize): should close stdin/stdout/stderr whenmatz2009-06-162-2/+9
* avoid signbit() and adjust indentation.tadf2009-06-151-3/+3
* * 2009-06-16svn2009-06-151-2/+2
* * vm_eval.c (rb_call0): refine exception message for hidden objects.akr2009-06-152-2/+9
* * bignum.c (rb_big2db): (-Float::MAX.to_i*2).to_f should returntadf2009-06-152-1/+9
* * io.c (argf_each_line): should return self. [ruby-core:23852]matz2009-06-152-4/+9
* * gc.c (os_obj_of): invoke garbage collection before iteration, tomatz2009-06-152-1/+8
* * .gdbinit (rp, iseq): load dummy_gdb_enums on demand.nobu2009-06-153-5/+11
* * thread.c, vm_eval.c: add Thread.backtrace.ko12009-06-144-0/+44
* * transcode.c (transcode_restartable0): revert last commit becauseko12009-06-142-10/+14
* * file.c (rb_find_file_ext, rb_find_file): canonicalize absolutenobu2009-06-142-4/+6
* * file.c (rb_file_size): added rdoc. a patch from Run Paint Runnobu2009-06-142-0/+15
* * complex.c (nucomp_fdiv): use fdiv recursively.tadf2009-06-133-41/+44
* * enc/trans/utf8_mac.trans: remove wrong optimization.naruse2009-06-132-9/+4
* * transcode.c (transcode_restartable0): can't build with VC9.naruse2009-06-132-9/+14
* * 2009-06-14svn2009-06-131-2/+2
* * rational.c (nurat_to_f): use fdiv.tadf2009-06-132-81/+7
* Fix rdoc.naruse2009-06-131-5/+5
* * load.c (load_lock): show backtrace at circular require.nobu2009-06-132-2/+7
* * load.c (rb_provide): assumes us-ascii only.nobu2009-06-132-2/+4
* * load.c (rb_require_safe): FilePathValue() implies rb_str_new4().nobu2009-06-132-3/+4
* * load.c (rb_mod_autoload): try conversion to path like asnobu2009-06-132-1/+6
* * marshal.c (r_ivar): should not set internal encoding ivar as annobu2009-06-133-3/+16
* * vm_eval.c (rb_f_local_variables): now returns symbols. a patch fromnobu2009-06-122-1/+6
* * vm_eval.c (rb_f_catch): updated rdoc about generalized argument,nobu2009-06-122-5/+16
* * lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): TimeoutError isnobu2009-06-122-2/+7
* * vm_eval.c (rb_f_throw): fixed rdoc about execption.nobu2009-06-123-3/+8
* * file.c (file_expand_path): associate the input encoding whennobu2009-06-122-0/+6
* * string.c (str_replace_shared): shared target must be frozen.nobu2009-06-113-4/+16
* * lib/cmath.rb (exp): omitted redundant function call.tadf2009-06-112-11/+16
* * ext/bigdecimal/bigdecimal.c (gfCheckVal): never used.nobu2009-06-113-12/+22
* * 2009-06-11svn2009-06-111-2/+2
* * lib/prime.rb: documentation typo fixed. a patch from okkez.matz2009-06-112-2/+7
* * dir.c (dir_s_getwd): directory path's encoding should be filesystem'susa2009-06-103-0/+9
* * 2009-06-10svn2009-06-091-2/+2
* Update to RubyGems 1.3.4 r2223drbrain2009-06-09126-3564/+7427
* * lib/cmath.rb (log10): raised exception when the given number istadf2009-06-092-1/+6
* * dir.c (dir_s_glob): fixed rdoc. a patch from Joseph Pecoraro atnobu2009-06-092-2/+5
* * dir.c (sys_warning): get rid of type-punning function cast.nobu2009-06-092-6/+13
* * Makefile.in, win32/Makefile.sub (RMALL): need for distclean-rdoc.nobu2009-06-093-0/+6
* * thread.c: rename functions which require a parameterko12009-06-089-52/+86
* * hash.c (rb_hash_reject_bang): always check frozen status.matz2009-06-082-3/+18
* * thread_pthread.c (rb_thread_create_timer_thread): print fatal errorko12009-06-075-9/+17