aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* * common.mk (eval.o): needs vm.h.nobu2009-09-181-0/+10
* * compile.c (iseq_compile_each), parse.y (stmt, arg): arg_concat()nobu2009-09-181-0/+5
* * dir.c (GlobPathValue): glob allows null bytes as separators.nobu2009-09-181-0/+4
* * doc/re.rdoc: use rdoc mode.nobu2009-09-181-1/+3
* * misc/rdoc-mode.el: added.nobu2009-09-181-0/+4
* * lib/rdoc/rdoc.rb (RDoc::RDoc#parse_files): don't branch bynobu2009-09-181-1/+4
* * lib/rdoc/rdoc.rb (RDoc::RDoc#parse_files): emacs local variablesnobu2009-09-181-0/+5
* * test/fileutils/test_fileutils.rb: add a test for [ruby-dev:39345]kazu2009-09-171-0/+4
* fix typoskazu2009-09-171-3/+3
* * dir.c (push_glob): str should be a string always.nobu2009-09-171-0/+7
* * lib/mkmf.rb (rm_f, rm_rf): FileUtils.rm can take an array.nobu2009-09-171-1/+4
* * lib/mkmf.rb (create_header): open in binmode.nobu2009-09-171-0/+4
* * gc.c (vm_xrealloc): free as like standard free if size is zero.nobu2009-09-171-0/+4
* * eval_intern.h: use rb_node_newnode() directly.ko12009-09-171-0/+4
* * blockinlining.c: removed.ko12009-09-171-0/+8
* * thread.c (rb_thread_s_debug_set): set level, not only boolean.nobu2009-09-171-0/+11
* * doc/re.rb: New document for Ruby's fork of Oniguruma.naruse2009-09-171-0/+9
* * lib/matrix.rb (Matrix#rank): Two bug fixes. One made Matrix[[0,0],[0,0],[1,...marcandre2009-09-161-0/+6
* * lib/matrix.rb: Optimizationsmarcandre2009-09-161-0/+4
* * time.c (time_mdump): error message refined.akr2009-09-161-0/+4
* * test/ruby/test_thread.rb (TestThread#test_recursive): removematz2009-09-161-0/+5
* * ChangeLog: commit miss.usa2009-09-161-0/+5
* * lib/matrix.rb (Matrix#/): Fix obvious bugmarcandre2009-09-161-0/+4
* * win32/Makefile.sub (DOCTARGETS): rdoc is default.usa2009-09-161-0/+4
* * win32/Makefile.sub: typo.usa2009-09-161-0/+4
* * configure.in (CAPITARGET): enable iff doxygen is available.nobu2009-09-161-0/+11
* * lib/matrix.rb (determinant): Bug fix where determinant failed on some matri...marcandre2009-09-161-0/+5
* * lib/matrix.rb: trivial optimizationsmarcandre2009-09-161-0/+4
* * template/Doxyfile.tmpl: RbConfig::CONFIG['DOT'] is sometimes nil.usa2009-09-161-0/+4
* * README.EXT, README.EXT.ja (rb_protect, rb_jump_tag): added.nobu2009-09-161-0/+4
* * common.mk (main): makes also encs.nobu2009-09-161-0/+4
* * thread.c (rb_exec_recursive_outer, rb_exec_recursive): Added method to shor...marcandre2009-09-151-0/+18
* * vm_eval.c (rb_catch_obj, rb_catch, rb_f_catch): No longer use the obsolete ...marcandre2009-09-151-0/+5
* * configure.in (--enable-frame-address): removed.akr2009-09-151-0/+4
* * win32/{configure.bat,Makefile.sub} (RDOCTARGET): the meaning of thisusa2009-09-151-0/+5
* * common.mk (install-rdoc), configure.in (RDOCTARGET): removednobu2009-09-151-0/+5
* * win32/configure.bat: need a space before a tab to output the tab byusa2009-09-151-0/+5
* Use rb_isspace for ASCII-incompatible strings.naruse2009-09-151-0/+9
* * configure.in (RUBY_USE_BUILTIN_FRAME_ADDRESS): check after realnobu2009-09-151-1/+4
* * configure.in (RUBY_UNIVERSAL_ARCH): check real target CPU afternobu2009-09-151-0/+5
* * tool/rbinstall.rb (parse_args): show help message and exit ifnobu2009-09-141-1/+4
* * common.mk (install-all): target to install all.nobu2009-09-141-0/+6
* * configure.in (RDOCTARGET): use install-all. [ruby-dev:39334]nobu2009-09-141-0/+4
* * string.c (rb_str_lstrip_bang): use ascii_isspace(). [ruby-dev:39322]matz2009-09-141-0/+8
* * 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