aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * util.c (ruby_hdtoa): renamed from BSD__hdtoa.nobu2010-07-213-1/+6
* Be sure to load the custom require even if --disable-rubygems was usedevan2010-07-202-3/+11
* * 2010-07-21svn2010-07-201-2/+2
* Pull rubygem's custom require into gem_preludeevan2010-07-205-111/+40
* * ext/json/generator/generator.c (fbuffer_free): removed unused function.nobu2010-07-202-6/+0
* * include/ruby/ruby.h (RSTRING_GETMEM): new macro to get ptr andnobu2010-07-203-12/+29
* * ext/fiddle/closure.c (closure_data_type),nobu2010-07-203-2/+8
* * gc.c: don't call after_gc_sweep() after when garbage_collect()nari2010-07-202-8/+15
* * ext/socket/raddrinfo.c (rb_getaddrinfo): according to my valgrind output th...shyouhei2010-07-202-0/+6
* * io.c (io_flush_buffer): write and buffer operations should benobu2010-07-203-32/+56
* * 2010-07-20svn2010-07-201-2/+2
* * lib/fileutils.rb (FileUtils::Entry_#copy): check file namenobu2010-07-203-1/+26
* update doc.akr2010-07-191-35/+35
* * ext/pathname/pathname.c (get_strpath): check the type.akr2010-07-193-5/+30
* * random.c (DEFAULT_SEED_LEN): suppress a warning.nobu2010-07-191-1/+1
* * ext/syck/lib/syck.rb: fixing unused variable warningstenderlove2010-07-193-8/+7
* * array.c (rb_ary_clear): should not unshare embedded array, andnobu2010-07-192-1/+9
* * NEWS (Kernel#instance_eval): add an incompatible change sincenobu2010-07-192-8/+13
* * include/ruby/ruby.h (rb_data_type_t): add new feature macros.nobu2010-07-183-2/+10
* * array.c (rb_ary_clear): no need to duplicate buffer just beforenobu2010-07-182-2/+10
* * include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862]nobu2010-07-1825-70/+119
* * gc.c (rb_objspace_each_objects): adjust indent.nobu2010-07-181-2/+2
* update doc.akr2010-07-171-0/+1
* update doc.akr2010-07-171-11/+11
* * ext/pathname/pathname.c (path_initialize): return a value.akr2010-07-172-0/+5
* * 2010-07-18svn2010-07-171-2/+2
* * ext/pathname/lib/pathname.rb (Pathname#initialize): removed.akr2010-07-173-15/+45
* * lib/test/unit.rb (MiniTest::Unit#process_args): refactored.nobu2010-07-174-61/+124
* * tool/file2lastrev.rb: don't depend on pathname.rb if File.realpathakr2010-07-172-16/+28
* * util.c (ruby_add_suffix): fixed type warnings.nobu2010-07-172-5/+9
* * ext/pathname/lib/pathname.rb: moved from lib/pathname.rb.akr2010-07-175-0/+24
* fix svn:ignore.akr2010-07-170-0/+0
* set svn:ignore.akr2010-07-170-0/+0
* * thread.c (rb_thread_wakeup_alive): split from rb_thread_wakeup.nobu2010-07-173-1/+16
* * 2010-07-17svn2010-07-171-2/+2
* * lib/test/unit.rb: MiniTest::Unit is different class fromnobu2010-07-174-9/+46
* * lib/test/unit.rb, bin/testrb, test/runner.rb: revert r28655, whichmame2010-07-164-35/+12
* * ext/dbm/dbm.c (struct dbmdata, fdbm_key, fdbm_delete_if): fixednobu2010-07-162-6/+5
* * lib/test/unit.rb (Test::Unit.setup_argv): run tests only whennobu2010-07-164-7/+42
* * tool/rbinstall.rb (ext-arch): prune directories start with '-'.nobu2010-07-163-3/+7
* * numeric.c (fix_divide): must not use rb_rational_new1 for coercionmame2010-07-152-1/+7
* * proc.c (bm_free): fix memory leak. [ruby-core:30869] [Bug #3466]mame2010-07-152-0/+5
* * regexec.c (onig_search): don't skip non-ANYCHARs whennaruse2010-07-153-5/+12
* * lib/rdoc/markup/attribute_manager.rb: fixing ri output when specialtenderlove2010-07-143-2/+23
* * time.c (guess_local_offset): use the UTC offset of an older date onakr2010-07-143-3/+20
* * lib/test/unit.rb (setup_argv): convert to using optparse, addingtenderlove2010-07-142-12/+26
* * 2010-07-15svn2010-07-141-2/+2
* * time.c (localtime_with_gmtoff_zone): renamed fromakr2010-07-143-31/+76
* * eval.c (frame_func_id), vm_eval.c (rb_iterate),nobu2010-07-147-1/+57
* Mention the json library. (Pointed out by yhara)knu2010-07-141-0/+2