summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * vm_eval.c (rb_catch_obj, rb_catch, rb_f_catch): No longer use the obsolete ...marcandre2009-09-152-32/+29
* * 2009-09-16svn2009-09-151-2/+2
* * README.ext: fine tuningmarcandre2009-09-151-10/+13
* * configure.in (--enable-frame-address): removed.akr2009-09-152-14/+4
* * win32/{configure.bat,Makefile.sub} (RDOCTARGET): the meaning of thisusa2009-09-152-1/+6
* * common.mk (install-rdoc), configure.in (RDOCTARGET): removednobu2009-09-153-1/+7
* * win32/configure.bat: need a space before a tab to output the tab byusa2009-09-152-3/+8
* Use rb_isspace for ASCII-incompatible strings.naruse2009-09-153-4/+18
* * configure.in (RUBY_USE_BUILTIN_FRAME_ADDRESS): check after realnobu2009-09-152-1/+7
* * configure.in (RUBY_UNIVERSAL_ARCH): check real target CPU afternobu2009-09-152-0/+9
* * tool/rbinstall.rb (parse_args): show help message and exit ifnobu2009-09-142-5/+18
* * common.mk (install-all): target to install all.nobu2009-09-143-37/+45
* * configure.in (RDOCTARGET): use install-all. [ruby-dev:39334]nobu2009-09-142-1/+5
* * 2009-09-15svn2009-09-141-2/+2
* * string.c (rb_str_lstrip_bang): use ascii_isspace(). [ruby-dev:39322]matz2009-09-143-7/+13
* * svn:ignore, .gitignore: ignore id.h.nobu2009-09-141-0/+2
* * debug.c, parse.y: fixed types.nobu2009-09-145-78/+81
* * configure.in, common.mk, */configure.bat (rdoc): make beforenobu2009-09-144-5/+13
* * win32/configure.bat: keep old makefile with renamed.nobu2009-09-141-1/+4
* * common.mk (check-ruby): run all test of ruby itself.nobu2009-09-142-0/+10
* * include/ruby/ruby.h (RB_TYPE_P): should not use BUILTIN_TYPE fornobu2009-09-142-1/+6
* * string.c (rb_str_inspect): use rb_enc_mbc_to_codepointnaruse2009-09-142-2/+6
* * include/ruby/ruby.h (NUM2INT, NUM2LL, INT2NUM, UINT2NUM),usa2009-09-142-62/+68
* * lib/net/http.rb (each_*): return enumerator if no block present. Patch by A...marcandre2009-09-132-1/+11
* * lib/cgi/cookie.rb (value): Keep CGI::Cookie#value in sync with the cookie i...marcandre2009-09-132-6/+18
* * lib/net/http.rb (fetch): Handle properly default values; a patch by Arthur ...marcandre2009-09-132-1/+6
* * lib/set.rb (==): Optimization; patch by Arthur Schreiber [ruby-core:17203]marcandre2009-09-132-7/+14
* remove temporally files explicitly.akr2009-09-131-1/+2
* * symbian/pre-build: added rule to generate id.h for Symbian build.azav2009-09-131-0/+7
* * symbian/pre-build: added rule to generate id.h for Symbian build.azav2009-09-131-2/+7
* * 2009-09-14svn2009-09-131-2/+2
* * symbian/configure.bat: fixed harmless error message.azav2009-09-131-1/+1
* * variable.c (rb_mod_remove_const): do not change VM state when annobu2009-09-132-14/+19
* * ext/win32ole/win32ole.c (oletypelib_get_libattr): some refactoringsuke2009-09-132-31/+24
* * ext/win32ole/win32ole.c (oletypelib_get_typelib): some refactoringsuke2009-09-132-31/+27
* * ruby.c (process_sflag, proc_options, load_file_internal): fixednobu2009-09-132-9/+14
* ext/win32ole/win32ole.c: some refactoring.suke2009-09-132-48/+10
* * ruby.c (load_file_internal): no need to define DATA when error.nobu2009-09-132-1/+5
* * signal.c (interrupt_init): nodoc.nobu2009-09-131-0/+1
* * signal.c (rb_f_kill): added rdoc about exceptions.nobu2009-09-131-0/+10
* * configure.in (XLDFLAGS): link startup code with ObjC support.nobu2009-09-133-2/+6
* make tempfile prefix more descriptive.akr2009-09-131-6/+6
* * thread.c (thread_list_access): prototyped.nobu2009-09-132-4/+6
* * thread.c (recursive_*): refactored the access to the inspect table used bymarcandre2009-09-132-59/+89
* * bignum.c (bigmul1_single): suppress a warning.nobu2009-09-131-1/+1
* * include/ruby/ruby.h (rb_special_const_p): fixed typo.nobu2009-09-131-1/+1
* * include/ruby/ruby.h (SYM2ID): needs parens.nobu2009-09-132-2/+4
* * include/ruby/ruby.h (NUM2INT, NUM2LL, INT2NUM, UINT2NUM),nobu2009-09-132-13/+76
* * test/ruby/test_process.rb (test_rlimit_value): rlim_max may benobu2009-09-131-4/+4
* * lib/open-uri.rb (OpenURI::Meta#content_type_parse): strip quotes.akr2009-09-133-16/+119