summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2009-09-14* debug.c, parse.y: fixed types.nobu
2009-09-14* configure.in, common.mk, */configure.bat (rdoc): make beforenobu
2009-09-14* common.mk (check-ruby): run all test of ruby itself.nobu
2009-09-14* include/ruby/ruby.h (RB_TYPE_P): should not use BUILTIN_TYPE fornobu
2009-09-14* string.c (rb_str_inspect): use rb_enc_mbc_to_codepointnaruse
2009-09-14* include/ruby/ruby.h (NUM2INT, NUM2LL, INT2NUM, UINT2NUM),usa
2009-09-13* lib/net/http.rb (each_*): return enumerator if no block present. Patch by A...marcandre
2009-09-13* lib/cgi/cookie.rb (value): Keep CGI::Cookie#value in sync with the cookie i...marcandre
2009-09-13* lib/net/http.rb (fetch): Handle properly default values; a patch by Arthur ...marcandre
2009-09-13* lib/set.rb (==): Optimization; patch by Arthur Schreiber [ruby-core:17203]marcandre
2009-09-13* symbian/pre-build: added rule to generate id.h for Symbian build.azav
2009-09-13* variable.c (rb_mod_remove_const): do not change VM state when annobu
2009-09-13* ext/win32ole/win32ole.c (oletypelib_get_libattr): some refactoringsuke
2009-09-13* ext/win32ole/win32ole.c (oletypelib_get_typelib): some refactoringsuke
2009-09-13* ruby.c (process_sflag, proc_options, load_file_internal): fixednobu
2009-09-13ext/win32ole/win32ole.c: some refactoring.suke
2009-09-13* ruby.c (load_file_internal): no need to define DATA when error.nobu
2009-09-13* configure.in (XLDFLAGS): link startup code with ObjC support.nobu
2009-09-13* thread.c (thread_list_access): prototyped.nobu
2009-09-13* thread.c (recursive_*): refactored the access to the inspect table used bymarcandre
2009-09-13* include/ruby/ruby.h (SYM2ID): needs parens.nobu
2009-09-13* include/ruby/ruby.h (NUM2INT, NUM2LL, INT2NUM, UINT2NUM),nobu
2009-09-13* lib/open-uri.rb (OpenURI::Meta#content_type_parse): strip quotes.akr
2009-09-13* lib/prime.rb (EratosthenesGenerator#initialize): call super.nobu
2009-09-13* vm_method.c (rb_add_method_def): no warning for inheritednobu
2009-09-12* ext/win32ole/win32ole.c: fix WIN32OLE_TYPELIB.new when the 1st suke
2009-09-12* vm_core.h: change members of iseq_inline_cache_entry.ko1
2009-09-12* lib/open-uri.rb (URI::FTP#buffer_open): fix the %2F handling.akr
2009-09-12* vm_method.c (CALL_METHOD_HOOK): refined with macro.nobu
2009-09-12* vm_method.c (rb_remove_method_id): no definition body isnobu
2009-09-12* vm_method.c (rb_alias): hooks are called from rb_add_method_def.nobu
2009-09-12* vm_method.c (rb_add_method, rb_add_method_me): call method addednobu
2009-09-12* lib/open-uri.rb (URI::FTP#buffer_open): use the port specified inakr
2009-09-12* configure.in (GCC): subst for GCC depending extension libraries.nobu
2009-09-11* ext/win32ole/win32ole.c (EVENTSINK_Invoke): initialize resultsuke
2009-09-11* NEWS: update for 1.9.2. based on a patch from Run Paint Run Runnobu
2009-09-11* ChangeLog: commit miss.nobu
2009-09-11* tool/config.{guess,sub}: better guess on darwin 10 .nobu
2009-09-11* test/fileutils: use require_relative to require fileasserts.naruse
2009-09-11* configure.in (debugflags): use gdb by default on linux andnobu
2009-09-11* configure.in (XLDFLAGS): keep ARCHFILE macro on AIX.nobu
2009-09-11* configure.in (RUBY_REPLACE_TYPE): define typename to defaultnobu
2009-09-11* include/ruby/win32.h (fstat): override if large file support isnobu
2009-09-11* tool/config.{guess,sub}: updated to automake-1.11.nobu
2009-09-11resolve conflict.shyouhei
2009-09-11* dln.c (aix_loaderror): get rid of using uninitialized value in thenobu
2009-09-10* unicode.c (onigenc_unicode_property_name_to_ctype):naruse
2009-09-10* include/ruby/ruby.h (rb_data_type_t): Add comments.ko1
2009-09-10* test/dl: use require_relative to require test_base.rb.akr
2009-09-10* parse.y (rb_char_to_option_kcode): ASCII-8BIT should also delay.naruse