aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * debug.c, parse.y: fixed types.nobu2009-09-141-0/+6
* * configure.in, common.mk, */configure.bat (rdoc): make beforenobu2009-09-141-0/+5
* * common.mk (check-ruby): run all test of ruby itself.nobu2009-09-141-0/+4
* * include/ruby/ruby.h (RB_TYPE_P): should not use BUILTIN_TYPE fornobu2009-09-141-0/+5
* * string.c (rb_str_inspect): use rb_enc_mbc_to_codepointnaruse2009-09-141-0/+5
* * include/ruby/ruby.h (NUM2INT, NUM2LL, INT2NUM, UINT2NUM),usa2009-09-141-0/+6
* * lib/net/http.rb (each_*): return enumerator if no block present. Patch by A...marcandre2009-09-131-0/+5
* * lib/cgi/cookie.rb (value): Keep CGI::Cookie#value in sync with the cookie i...marcandre2009-09-131-0/+5
* * lib/net/http.rb (fetch): Handle properly default values; a patch by Arthur ...marcandre2009-09-131-0/+5
* * lib/set.rb (==): Optimization; patch by Arthur Schreiber [ruby-core:17203]marcandre2009-09-131-0/+4
* * symbian/pre-build: added rule to generate id.h for Symbian build.azav2009-09-131-0/+7
* * variable.c (rb_mod_remove_const): do not change VM state when annobu2009-09-131-0/+5
* * ext/win32ole/win32ole.c (oletypelib_get_libattr): some refactoringsuke2009-09-131-0/+5
* * ext/win32ole/win32ole.c (oletypelib_get_typelib): some refactoringsuke2009-09-131-0/+5
* * ruby.c (process_sflag, proc_options, load_file_internal): fixednobu2009-09-131-0/+5
* ext/win32ole/win32ole.c: some refactoring.suke2009-09-131-0/+4
* * ruby.c (load_file_internal): no need to define DATA when error.nobu2009-09-131-0/+4
* * configure.in (XLDFLAGS): link startup code with ObjC support.nobu2009-09-131-0/+4
* * thread.c (thread_list_access): prototyped.nobu2009-09-131-3/+4
* * thread.c (recursive_*): refactored the access to the inspect table used bymarcandre2009-09-131-0/+6
* * include/ruby/ruby.h (SYM2ID): needs parens.nobu2009-09-131-1/+3
* * include/ruby/ruby.h (NUM2INT, NUM2LL, INT2NUM, UINT2NUM),nobu2009-09-131-0/+6
* * lib/open-uri.rb (OpenURI::Meta#content_type_parse): strip quotes.akr2009-09-131-0/+4
* * lib/prime.rb (EratosthenesGenerator#initialize): call super.nobu2009-09-131-0/+5
* * vm_method.c (rb_add_method_def): no warning for inheritednobu2009-09-131-0/+5
* * ext/win32ole/win32ole.c: fix WIN32OLE_TYPELIB.new when the 1st suke2009-09-121-0/+5
* * vm_core.h: change members of iseq_inline_cache_entry.ko12009-09-121-0/+9
* * lib/open-uri.rb (URI::FTP#buffer_open): fix the %2F handling.akr2009-09-121-0/+4
* * vm_method.c (CALL_METHOD_HOOK): refined with macro.nobu2009-09-121-1/+3
* * vm_method.c (rb_remove_method_id): no definition body isnobu2009-09-121-1/+4
* * vm_method.c (rb_alias): hooks are called from rb_add_method_def.nobu2009-09-121-1/+3
* * vm_method.c (rb_add_method, rb_add_method_me): call method addednobu2009-09-121-0/+5
* * lib/open-uri.rb (URI::FTP#buffer_open): use the port specified inakr2009-09-121-0/+5
* * configure.in (GCC): subst for GCC depending extension libraries.nobu2009-09-121-0/+4
* * ext/win32ole/win32ole.c (EVENTSINK_Invoke): initialize resultsuke2009-09-111-0/+5
* * NEWS: update for 1.9.2. based on a patch from Run Paint Run Runnobu2009-09-111-2/+7
* * ChangeLog: commit miss.nobu2009-09-111-1/+1
* * tool/config.{guess,sub}: better guess on darwin 10 .nobu2009-09-111-0/+4
* * test/fileutils: use require_relative to require fileasserts.naruse2009-09-111-0/+4
* * configure.in (debugflags): use gdb by default on linux andnobu2009-09-111-1/+4
* * configure.in (XLDFLAGS): keep ARCHFILE macro on AIX.nobu2009-09-111-1/+3
* * configure.in (RUBY_REPLACE_TYPE): define typename to defaultnobu2009-09-111-0/+5
* * include/ruby/win32.h (fstat): override if large file support isnobu2009-09-111-0/+5
* * tool/config.{guess,sub}: updated to automake-1.11.nobu2009-09-111-0/+4
* resolve conflict.shyouhei2009-09-111-0/+6
* * dln.c (aix_loaderror): get rid of using uninitialized value in thenobu2009-09-111-0/+6
* * unicode.c (onigenc_unicode_property_name_to_ctype):naruse2009-09-101-0/+11
* * include/ruby/ruby.h (rb_data_type_t): Add comments.ko12009-09-101-0/+6
* * test/dl: use require_relative to require test_base.rb.akr2009-09-101-0/+4
* * parse.y (rb_char_to_option_kcode): ASCII-8BIT should also delay.naruse2009-09-101-0/+8