| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * lib/mkmf.rb (create_header): open in binmode. | nobu | 2009-09-17 | 1 | -0/+4 |
| * | * gc.c (vm_xrealloc): free as like standard free if size is zero. | nobu | 2009-09-17 | 1 | -0/+4 |
| * | * eval_intern.h: use rb_node_newnode() directly. | ko1 | 2009-09-17 | 1 | -0/+4 |
| * | * blockinlining.c: removed. | ko1 | 2009-09-17 | 1 | -0/+8 |
| * | * thread.c (rb_thread_s_debug_set): set level, not only boolean. | nobu | 2009-09-17 | 1 | -0/+11 |
| * | * doc/re.rb: New document for Ruby's fork of Oniguruma. | naruse | 2009-09-17 | 1 | -0/+9 |
| * | * lib/matrix.rb (Matrix#rank): Two bug fixes. One made Matrix[[0,0],[0,0],[1,... | marcandre | 2009-09-16 | 1 | -0/+6 |
| * | * lib/matrix.rb: Optimizations | marcandre | 2009-09-16 | 1 | -0/+4 |
| * | * time.c (time_mdump): error message refined. | akr | 2009-09-16 | 1 | -0/+4 |
| * | * test/ruby/test_thread.rb (TestThread#test_recursive): remove | matz | 2009-09-16 | 1 | -0/+5 |
| * | * ChangeLog: commit miss. | usa | 2009-09-16 | 1 | -0/+5 |
| * | * lib/matrix.rb (Matrix#/): Fix obvious bug | marcandre | 2009-09-16 | 1 | -0/+4 |
| * | * win32/Makefile.sub (DOCTARGETS): rdoc is default. | usa | 2009-09-16 | 1 | -0/+4 |
| * | * win32/Makefile.sub: typo. | usa | 2009-09-16 | 1 | -0/+4 |
| * | * configure.in (CAPITARGET): enable iff doxygen is available. | nobu | 2009-09-16 | 1 | -0/+11 |
| * | * lib/matrix.rb (determinant): Bug fix where determinant failed on some matri... | marcandre | 2009-09-16 | 1 | -0/+5 |
| * | * lib/matrix.rb: trivial optimizations | marcandre | 2009-09-16 | 1 | -0/+4 |
| * | * template/Doxyfile.tmpl: RbConfig::CONFIG['DOT'] is sometimes nil. | usa | 2009-09-16 | 1 | -0/+4 |
| * | * README.EXT, README.EXT.ja (rb_protect, rb_jump_tag): added. | nobu | 2009-09-16 | 1 | -0/+4 |
| * | * common.mk (main): makes also encs. | nobu | 2009-09-16 | 1 | -0/+4 |
| * | * thread.c (rb_exec_recursive_outer, rb_exec_recursive): Added method to shor... | marcandre | 2009-09-15 | 1 | -0/+18 |
| * | * vm_eval.c (rb_catch_obj, rb_catch, rb_f_catch): No longer use the obsolete ... | marcandre | 2009-09-15 | 1 | -0/+5 |
| * | * configure.in (--enable-frame-address): removed. | akr | 2009-09-15 | 1 | -0/+4 |
| * | * win32/{configure.bat,Makefile.sub} (RDOCTARGET): the meaning of this | usa | 2009-09-15 | 1 | -0/+5 |
| * | * common.mk (install-rdoc), configure.in (RDOCTARGET): removed | nobu | 2009-09-15 | 1 | -0/+5 |
| * | * win32/configure.bat: need a space before a tab to output the tab by | usa | 2009-09-15 | 1 | -0/+5 |
| * | Use rb_isspace for ASCII-incompatible strings. | naruse | 2009-09-15 | 1 | -0/+9 |
| * | * configure.in (RUBY_USE_BUILTIN_FRAME_ADDRESS): check after real | nobu | 2009-09-15 | 1 | -1/+4 |
| * | * configure.in (RUBY_UNIVERSAL_ARCH): check real target CPU after | nobu | 2009-09-15 | 1 | -0/+5 |
| * | * tool/rbinstall.rb (parse_args): show help message and exit if | nobu | 2009-09-14 | 1 | -1/+4 |
| * | * common.mk (install-all): target to install all. | nobu | 2009-09-14 | 1 | -0/+6 |
| * | * configure.in (RDOCTARGET): use install-all. [ruby-dev:39334] | nobu | 2009-09-14 | 1 | -0/+4 |
| * | * string.c (rb_str_lstrip_bang): use ascii_isspace(). [ruby-dev:39322] | matz | 2009-09-14 | 1 | -0/+8 |
| * | * debug.c, parse.y: fixed types. | nobu | 2009-09-14 | 1 | -0/+6 |
| * | * configure.in, common.mk, */configure.bat (rdoc): make before | nobu | 2009-09-14 | 1 | -0/+5 |
| * | * common.mk (check-ruby): run all test of ruby itself. | nobu | 2009-09-14 | 1 | -0/+4 |
| * | * include/ruby/ruby.h (RB_TYPE_P): should not use BUILTIN_TYPE for | nobu | 2009-09-14 | 1 | -0/+5 |
| * | * string.c (rb_str_inspect): use rb_enc_mbc_to_codepoint | naruse | 2009-09-14 | 1 | -0/+5 |
| * | * include/ruby/ruby.h (NUM2INT, NUM2LL, INT2NUM, UINT2NUM), | usa | 2009-09-14 | 1 | -0/+6 |
| * | * lib/net/http.rb (each_*): return enumerator if no block present. Patch by A... | marcandre | 2009-09-13 | 1 | -0/+5 |
| * | * lib/cgi/cookie.rb (value): Keep CGI::Cookie#value in sync with the cookie i... | marcandre | 2009-09-13 | 1 | -0/+5 |
| * | * lib/net/http.rb (fetch): Handle properly default values; a patch by Arthur ... | marcandre | 2009-09-13 | 1 | -0/+5 |
| * | * lib/set.rb (==): Optimization; patch by Arthur Schreiber [ruby-core:17203] | marcandre | 2009-09-13 | 1 | -0/+4 |
| * | * symbian/pre-build: added rule to generate id.h for Symbian build. | azav | 2009-09-13 | 1 | -0/+7 |
| * | * variable.c (rb_mod_remove_const): do not change VM state when an | nobu | 2009-09-13 | 1 | -0/+5 |
| * | * ext/win32ole/win32ole.c (oletypelib_get_libattr): some refactoring | suke | 2009-09-13 | 1 | -0/+5 |
| * | * ext/win32ole/win32ole.c (oletypelib_get_typelib): some refactoring | suke | 2009-09-13 | 1 | -0/+5 |
| * | * ruby.c (process_sflag, proc_options, load_file_internal): fixed | nobu | 2009-09-13 | 1 | -0/+5 |
| * | ext/win32ole/win32ole.c: some refactoring. | suke | 2009-09-13 | 1 | -0/+4 |
| * | * ruby.c (load_file_internal): no need to define DATA when error. | nobu | 2009-09-13 | 1 | -0/+4 |