summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-15* .gdbinit (rp, iseq): load dummy_gdb_enums on demand.nobu
2009-06-14* thread.c, vm_eval.c: add Thread.backtrace.ko1
2009-06-14* transcode.c (transcode_restartable0): revert last commit becauseko1
2009-06-14* file.c (rb_find_file_ext, rb_find_file): canonicalize absolutenobu
2009-06-14* file.c (rb_file_size): added rdoc. a patch from Run Paint Runnobu
2009-06-13 * complex.c (nucomp_fdiv): use fdiv recursively.tadf
2009-06-13* enc/trans/utf8_mac.trans: remove wrong optimization.naruse
2009-06-13* transcode.c (transcode_restartable0): can't build with VC9.naruse
2009-06-13* 2009-06-14svn
2009-06-13 * rational.c (nurat_to_f): use fdiv.tadf
2009-06-13Fix rdoc.naruse
2009-06-13* load.c (load_lock): show backtrace at circular require.nobu
2009-06-13* load.c (rb_provide): assumes us-ascii only.nobu
2009-06-13* load.c (rb_require_safe): FilePathValue() implies rb_str_new4().nobu
2009-06-13* load.c (rb_mod_autoload): try conversion to path like asnobu
2009-06-13* marshal.c (r_ivar): should not set internal encoding ivar as annobu
2009-06-12* vm_eval.c (rb_f_local_variables): now returns symbols. a patch fromnobu
2009-06-12* vm_eval.c (rb_f_catch): updated rdoc about generalized argument,nobu
2009-06-12* lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): TimeoutError isnobu
2009-06-12* vm_eval.c (rb_f_throw): fixed rdoc about execption.nobu
2009-06-12* file.c (file_expand_path): associate the input encoding whennobu
2009-06-11* string.c (str_replace_shared): shared target must be frozen.nobu
2009-06-11 * lib/cmath.rb (exp): omitted redundant function call.tadf
2009-06-11* ext/bigdecimal/bigdecimal.c (gfCheckVal): never used.nobu
2009-06-11* 2009-06-11svn
2009-06-11* lib/prime.rb: documentation typo fixed. a patch from okkez.matz
2009-06-10 * dir.c (dir_s_getwd): directory path's encoding should be filesystem'susa
2009-06-09* 2009-06-10svn
2009-06-09Update to RubyGems 1.3.4 r2223drbrain
2009-06-09 * lib/cmath.rb (log10): raised exception when the given number istadf
2009-06-09* dir.c (dir_s_glob): fixed rdoc. a patch from Joseph Pecoraro atnobu
2009-06-09* dir.c (sys_warning): get rid of type-punning function cast.nobu
2009-06-09* Makefile.in, win32/Makefile.sub (RMALL): need for distclean-rdoc.nobu
2009-06-08* thread.c: rename functions which require a parameterko1
2009-06-08* hash.c (rb_hash_reject_bang): always check frozen status.matz
2009-06-07* thread_pthread.c (rb_thread_create_timer_thread): print fatal errorko1
2009-06-07 * lib/cmath.rb (log): avoided redundant expression.tadf
2009-06-07* 2009-06-07svn
2009-06-07removed extra spaces.tadf
2009-06-04* 2009-06-05svn
2009-06-04* lib/mkmf.rb (#link_command): should dup CONFTEST_C which ismatz
2009-06-04* README.EXT: typo fixed.nobu
2009-06-03* 2009-06-04svn
2009-06-03* lib/base64.rb: typo fixed. a patch from okkez. [ruby-dev:38564]matz
2009-06-03* enum.c (enum_first): should check negative length.matz
2009-06-03* enum.c (first_i): Enumerator#first should consume only what ismatz
2009-06-02* 2009-06-03svn
2009-06-02* string.c (rb_str_gsub_bang): modify check at the beginning.matz
2009-06-02* 2009-06-02svn
2009-06-02* test/ripper/test_filter.rb: add tests. see [ruby-dev:37856]kazu