aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * compile.c (rb_iseq_translate_threaded_code): removed duplicated code.nobu2010-07-262-6/+2
* * ext/pathname/pathname.c (path_taint): Pathname#taint translated fromakr2010-07-263-1/+14
* * configure.in (config.h): add include guard.nobu2010-07-264-1/+23
* * configure.in (XCFLAGS): missing.h needs config.h.nobu2010-07-262-1/+5
* * include/ruby/missing.h: revert a part of r28727. config.h is expectedusa2010-07-262-2/+6
* * configure.in: define BROKEN_CLOSE only on FreeBSD.naruse2010-07-262-1/+6
* * vm.c (rb_thread_mark): should mark iseq itself other than normalnobu2010-07-262-1/+9
* * configure.in: define BROKEN_CLOSE on FreeBSD.naruse2010-07-264-3/+14
* * 2010-07-26svn2010-07-261-2/+2
* * vm.c (rb_thread_mark): mark only self of normal iseqs, notnobu2010-07-262-1/+6
* * numeric.c (flo_cmp): honor the result of infinite? method of thenobu2010-07-243-4/+25
* * test/ruby/envutil.rb (EnvUtil#.suppress_warning): added.nobu2010-07-244-6/+24
* * test/test_mutex_m.rb: property.nobu2010-07-241-2/+2
* * lib/mutex_m.rb (sleep): added Mutex_m#sleep to support ConditionVariable.shugo2010-07-233-0/+34
* * configure.in (RUBY_MINGW32): ignore msvc suffix.nobu2010-07-232-1/+6
* * configure.in (RUBY_TRY_CFLAGS): try with werror turned on.nobu2010-07-232-15/+21
* * re.c (rb_reg_expr_str): fixed out-of-boundary access at invalidnobu2010-07-232-6/+14
* * configure.in (XCFLAGS): reverted mistakenly removed option.nobu2010-07-233-0/+10
* * 2010-07-23svn2010-07-221-2/+2
* * complex.c (nucomp_to_i): allow complex with imaginary zero to bematz2010-07-222-3/+10
* * configure.in (RUBY_EXTERN): unnecessary after all.nobu2010-07-222-13/+4
* * thread_pthread.c (get_stack): fix memory leak; pthread_attr_destorymame2010-07-222-2/+6
* * re.c (rb_reg_expr_str): fix broken Regexp#inspect when itnaruse2010-07-223-3/+11
* * include/ruby/missing.h: add prototype for ruby_close().naruse2010-07-222-0/+13
* * configure.in (RUBY_EXTERN): ignore invalid attribute.nobu2010-07-222-13/+22
* * configure.in: fix for older autoconf.nobu2010-07-222-1/+5
* * test/ruby/test_rubyoptions.rb (test_unused_variable): unusednobu2010-07-221-2/+5
* * include/ruby/{intern,io}.h: add missing prototypes.nobu2010-07-229-12/+26
* * configure.in (XCFLAGS): use -fvisibility=hidden if possible.nobu2010-07-2126-3/+200
* * configure.in (RMDIR): use --ignore-fail-on-non-empty if possible.nobu2010-07-215-6/+15
* * configure.in (RUBY_EXTERN): FUNCTION-BODY was missing.nobu2010-07-212-0/+5
* * 2010-07-22svn2010-07-211-2/+2
* Fix signature of rb_ensure and rb_rescue to match the implementation in READM...drbrain2010-07-212-2/+7
* * template/fake.rb.in: get rid of embeding an absolute path.nobu2010-07-212-2/+7
* Load gems properly. Fixes [ruby-core:31377]evan2010-07-213-6/+26
* * sprintf.c: add short documentation about named reference.naruse2010-07-213-0/+17
* * parse.y (local_push_gen): disable unused variable warnings innobu2010-07-212-1/+6
* * vm_method.c (rb_method_boundp): revert r28543, r28564.naruse2010-07-213-13/+17
* * lib/uri/common.rb: Have URI#route_to, URI#route_from acceptmarcandre2010-07-213-36/+14
* * lib/cmath.rb (CMath#cbrt): cbrt should accept a negative realmame2010-07-212-1/+7
* * lib/uri/common.rb: Have URI() and URI.join accept URI objects in additionmarcandre2010-07-212-9/+25
* * 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