summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2010-06-26* common.mk (clear-installed-list): put redirection before setnobu
2010-06-26* test/ruby/envutil.rb (EnvUtil#invoke_ruby): no needs to copy thenobu
2010-06-25* NEWS (zlib): new methods. [ruby-dev:41706] [Bug #3472]mame
2010-06-25* test/win32ole/test_win32ole_method.rb (test_offset_vtbl): checksuke
2010-06-25 * ext/dl/lib/dl/func.rb (call): don't overwrite original argumentstarui
2010-06-25Fixing a spelling error.jeg2
2010-06-25* lib/csv.rb: Fixing a bug that prevented CSV from parsingjeg2
2010-06-25* test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err):nobu
2010-06-25* test/ruby/envutil.rb (EnvUtil#invoke_ruby): change thenobu
2010-06-25* test/ruby/envutil.rb (EnvUtil#invoke_ruby): get rid of possiblenobu
2010-06-24* lib/un.rb (httpd): MaxClients also should be integer.nobu
2010-06-24* lib/un.rb (setup): fix of word splitting. [ruby-dev:41723]nobu
2010-06-24* lib/un.rb (setup): fix of word splitting. [ruby-dev:41723]nobu
2010-06-24 * include/ruby/ruby.h (static inline rb_gc_guarded_ptr): preventtarui
2010-06-23* ext/socket/raddrinfo.c (ruby_getaddrinfo__darwin): the workaroundakr
2010-06-23* marshal.c (struct dump_arg, struct load_arg): merge taint andnobu
2010-06-23* ext/socket/raddrinfo.c (str_is_number): renamed from str_isnumber toakr
2010-06-23* NEWS (stringio): new methods. [ruby-dev:41687] [Bug #3469]mame
2010-06-23* ext/socket/raddrinfo.c: don't use __P.akr
2010-06-23* ext/win32ole/win32ole.c (reg_get_typelib_file_path): try win64suke
2010-06-23* ext/socket/raddrinfo.c (ruby_getaddrinfo__darwin): new workaround forakr
2010-06-23* NEWS (ptr): new method and deprecated methods. [ruby-dev:41681]nobu
2010-06-23* test/ruby/test_regexp.rb (test_dup_warn): read in UTF-8nobu
2010-06-22* ChangeLog: a patch by Eric Wong at [ruby-core:30818].nobu
2010-06-22* configure.in (fchown): need to check. [ruby-core:30818]nobu
2010-06-22* io.c (argf_next_argv): check for setting owner/group.nobu
2010-06-22* time.c (num_exact): fix for mathn. [ruby-dev:41599]akr
2010-06-22* ext/socket/lib/socket.rb: suppress warnings.akr
2010-06-22* test/optparse/test_summary.rb: fixed superclass so that it runnobu
2010-06-22* parse.y (shadowing_lvar_gen): should add lvar to vars andnobu
2010-06-22* lib/delegate.rb: Forward #trust, #untrust, #taint and #untaintmarcandre
2010-06-21* eval_error.c (error_print): clear raised_flag while error-printingwanabe
2010-06-20* id.c (Init_id): add underscore name.nobu
2010-06-20* parse.y (warn_unused_var): use same format as shadowing localnobu
2010-06-20* parse.y (shadowing_lvar_gen): get rid of adding extra name fornobu
2010-06-19* lib/irb.rb: remove double exclamation marks. a patch from Diegomatz
2010-06-18* ext/psych/lib/psych/visitors/to_ruby.rb (resolve_klass): fix thetenderlove
2010-06-18* gc.c (gc_lazy_sweep): clean a warning.naruse
2010-06-18* ruby.c: add prototype of rb_realpath_internal.naruse
2010-06-17* object.c: Object#public_methods, private_methods, etc. returnsmame
2010-06-17* lib/webrick/httpservlet/filehandler.rbmame
2010-06-17* load.c (rb_load_internal): remove call to rb_realpath_internalmame
2010-06-17* file.c (rb_str_encode_ospath): when the encoding of the parameterusa
2010-06-17typo and spaceskazu
2010-06-17Revert "* parse.y (warn_unused_var): warn unused variables."naruse
2010-06-16* parse.y: ripper needs warn_unused_var(), too.usa
2010-06-16* parse.y (warn_unused_var): warn unused variables.nobu
2010-06-16* error.c (rb_bug): existance of _set_abort_behavior() depends onusa
2010-06-15* ext/fiddle/extconf.rb: check ffi.h even when pkg-config succeeded.mame
2010-06-15* test/ruby/test_io.rb (safe_4): does not use Timeout becausemame