summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2009-09-18* include/ruby/ruby.h (rb_type): forward declaration to suppress anobu
2009-09-18* dir.c (GlobPathValue): adjust return types. based on a patchnobu
2009-09-18* marshal.c (r_object0): entry regexp object before its encodingnobu
2009-09-18* common.mk (eval.o): needs vm.h.nobu
2009-09-18* compile.c (iseq_compile_each), parse.y (stmt, arg): arg_concat()nobu
2009-09-18* dir.c (GlobPathValue): glob allows null bytes as separators.nobu
2009-09-18* doc/re.rdoc: use rdoc mode.nobu
2009-09-18* misc/rdoc-mode.el: added.nobu
2009-09-18* lib/rdoc/rdoc.rb (RDoc::RDoc#parse_files): don't branch bynobu
2009-09-18* lib/rdoc/rdoc.rb (RDoc::RDoc#parse_files): emacs local variablesnobu
2009-09-17* test/fileutils/test_fileutils.rb: add a test for [ruby-dev:39345]kazu
2009-09-17fix typoskazu
2009-09-17* dir.c (push_glob): str should be a string always.nobu
2009-09-17* lib/mkmf.rb (rm_f, rm_rf): FileUtils.rm can take an array.nobu
2009-09-17* lib/mkmf.rb (create_header): open in binmode.nobu
2009-09-17* gc.c (vm_xrealloc): free as like standard free if size is zero.nobu
2009-09-17* eval_intern.h: use rb_node_newnode() directly.ko1
2009-09-17* blockinlining.c: removed.ko1
2009-09-17* thread.c (rb_thread_s_debug_set): set level, not only boolean.nobu
2009-09-17* doc/re.rb: New document for Ruby's fork of Oniguruma.naruse
2009-09-16* lib/matrix.rb (Matrix#rank): Two bug fixes. One made Matrix[[0,0],[0,0],[1,...marcandre
2009-09-16* lib/matrix.rb: Optimizationsmarcandre
2009-09-16* time.c (time_mdump): error message refined.akr
2009-09-16* test/ruby/test_thread.rb (TestThread#test_recursive): removematz
2009-09-16* ChangeLog: commit miss.usa
2009-09-16* lib/matrix.rb (Matrix#/): Fix obvious bugmarcandre
2009-09-16* win32/Makefile.sub (DOCTARGETS): rdoc is default.usa
2009-09-16* win32/Makefile.sub: typo.usa
2009-09-16* configure.in (CAPITARGET): enable iff doxygen is available.nobu
2009-09-16* lib/matrix.rb (determinant): Bug fix where determinant failed on some matri...marcandre
2009-09-16* lib/matrix.rb: trivial optimizationsmarcandre
2009-09-16* template/Doxyfile.tmpl: RbConfig::CONFIG['DOT'] is sometimes nil.usa
2009-09-16* README.EXT, README.EXT.ja (rb_protect, rb_jump_tag): added.nobu
2009-09-16* common.mk (main): makes also encs.nobu
2009-09-15* thread.c (rb_exec_recursive_outer, rb_exec_recursive): Added method to shor...marcandre
2009-09-15* vm_eval.c (rb_catch_obj, rb_catch, rb_f_catch): No longer use the obsolete ...marcandre
2009-09-15* configure.in (--enable-frame-address): removed.akr
2009-09-15* win32/{configure.bat,Makefile.sub} (RDOCTARGET): the meaning of thisusa
2009-09-15* common.mk (install-rdoc), configure.in (RDOCTARGET): removednobu
2009-09-15* win32/configure.bat: need a space before a tab to output the tab byusa
2009-09-15Use rb_isspace for ASCII-incompatible strings.naruse
2009-09-15* configure.in (RUBY_USE_BUILTIN_FRAME_ADDRESS): check after realnobu
2009-09-15* configure.in (RUBY_UNIVERSAL_ARCH): check real target CPU afternobu
2009-09-14* tool/rbinstall.rb (parse_args): show help message and exit ifnobu
2009-09-14* common.mk (install-all): target to install all.nobu
2009-09-14* configure.in (RDOCTARGET): use install-all. [ruby-dev:39334]nobu
2009-09-14* string.c (rb_str_lstrip_bang): use ascii_isspace(). [ruby-dev:39322]matz
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