summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-21* util.c (ruby_hdtoa): renamed from BSD__hdtoa.nobu
2010-07-20Be sure to load the custom require even if --disable-rubygems was usedevan
2010-07-20* 2010-07-21svn
2010-07-20Pull rubygem's custom require into gem_preludeevan
2010-07-20* ext/json/generator/generator.c (fbuffer_free): removed unused function.nobu
2010-07-20* include/ruby/ruby.h (RSTRING_GETMEM): new macro to get ptr andnobu
2010-07-20* ext/fiddle/closure.c (closure_data_type),nobu
2010-07-20* gc.c: don't call after_gc_sweep() after when garbage_collect()nari
2010-07-20* ext/socket/raddrinfo.c (rb_getaddrinfo): according to my valgrind output th...shyouhei
2010-07-20* io.c (io_flush_buffer): write and buffer operations should benobu
2010-07-20* 2010-07-20svn
2010-07-20* lib/fileutils.rb (FileUtils::Entry_#copy): check file namenobu
2010-07-19update doc.akr
2010-07-19* ext/pathname/pathname.c (get_strpath): check the type.akr
2010-07-19* random.c (DEFAULT_SEED_LEN): suppress a warning.nobu
2010-07-19* ext/syck/lib/syck.rb: fixing unused variable warningstenderlove
2010-07-19* array.c (rb_ary_clear): should not unshare embedded array, andnobu
2010-07-19* NEWS (Kernel#instance_eval): add an incompatible change sincenobu
2010-07-18* include/ruby/ruby.h (rb_data_type_t): add new feature macros.nobu
2010-07-18* array.c (rb_ary_clear): no need to duplicate buffer just beforenobu
2010-07-18* include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862]nobu
2010-07-18* gc.c (rb_objspace_each_objects): adjust indent.nobu
2010-07-17update doc.akr
2010-07-17update doc.akr
2010-07-17* ext/pathname/pathname.c (path_initialize): return a value.akr
2010-07-17* 2010-07-18svn
2010-07-17* ext/pathname/lib/pathname.rb (Pathname#initialize): removed.akr
2010-07-17* lib/test/unit.rb (MiniTest::Unit#process_args): refactored.nobu
2010-07-17* tool/file2lastrev.rb: don't depend on pathname.rb if File.realpathakr
2010-07-17* util.c (ruby_add_suffix): fixed type warnings.nobu
2010-07-17* ext/pathname/lib/pathname.rb: moved from lib/pathname.rb.akr
2010-07-17fix svn:ignore.akr
2010-07-17set svn:ignore.akr
2010-07-17* thread.c (rb_thread_wakeup_alive): split from rb_thread_wakeup.nobu
2010-07-17* 2010-07-17svn
2010-07-17* lib/test/unit.rb: MiniTest::Unit is different class fromnobu
2010-07-16* lib/test/unit.rb, bin/testrb, test/runner.rb: revert r28655, whichmame
2010-07-16* ext/dbm/dbm.c (struct dbmdata, fdbm_key, fdbm_delete_if): fixednobu
2010-07-16* lib/test/unit.rb (Test::Unit.setup_argv): run tests only whennobu
2010-07-16* tool/rbinstall.rb (ext-arch): prune directories start with '-'.nobu
2010-07-15* numeric.c (fix_divide): must not use rb_rational_new1 for coercionmame
2010-07-15* proc.c (bm_free): fix memory leak. [ruby-core:30869] [Bug #3466]mame
2010-07-15* regexec.c (onig_search): don't skip non-ANYCHARs whennaruse
2010-07-14* lib/rdoc/markup/attribute_manager.rb: fixing ri output when specialtenderlove
2010-07-14* time.c (guess_local_offset): use the UTC offset of an older date onakr
2010-07-14* lib/test/unit.rb (setup_argv): convert to using optparse, addingtenderlove
2010-07-14* 2010-07-15svn
2010-07-14* time.c (localtime_with_gmtoff_zone): renamed fromakr
2010-07-14* eval.c (frame_func_id), vm_eval.c (rb_iterate),nobu
2010-07-14Mention the json library. (Pointed out by yhara)knu