summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2010-07-22* re.c (rb_reg_expr_str): fix broken Regexp#inspect when itnaruse
2010-07-22* include/ruby/missing.h: add prototype for ruby_close().naruse
2010-07-22* configure.in (RUBY_EXTERN): ignore invalid attribute.nobu
2010-07-22* configure.in: fix for older autoconf.nobu
2010-07-22* include/ruby/{intern,io}.h: add missing prototypes.nobu
2010-07-21* configure.in (XCFLAGS): use -fvisibility=hidden if possible.nobu
2010-07-21* configure.in (RMDIR): use --ignore-fail-on-non-empty if possible.nobu
2010-07-21* configure.in (RUBY_EXTERN): FUNCTION-BODY was missing.nobu
2010-07-21Fix signature of rb_ensure and rb_rescue to match the implementation in READM...drbrain
2010-07-21* template/fake.rb.in: get rid of embeding an absolute path.nobu
2010-07-21Load gems properly. Fixes [ruby-core:31377]evan
2010-07-21* sprintf.c: add short documentation about named reference.naruse
2010-07-21* parse.y (local_push_gen): disable unused variable warnings innobu
2010-07-21* vm_method.c (rb_method_boundp): revert r28543, r28564.naruse
2010-07-21* lib/uri/common.rb: Have URI#route_to, URI#route_from acceptmarcandre
2010-07-21* lib/cmath.rb (CMath#cbrt): cbrt should accept a negative realmame
2010-07-21* lib/uri/common.rb: Have URI() and URI.join accept URI objects in additionmarcandre
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-20Pull rubygem's custom require into gem_preludeevan
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* lib/fileutils.rb (FileUtils::Entry_#copy): check file namenobu
2010-07-19* ext/pathname/pathname.c (get_strpath): check the type.akr
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-17* ext/pathname/pathname.c (path_initialize): return a value.akr
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-17* thread.c (rb_thread_wakeup_alive): split from rb_thread_wakeup.nobu
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* 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* time.c (localtime_with_gmtoff_zone): renamed fromakr