summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2009-09-14* include/ruby/ruby.h (RB_TYPE_P): should not use BUILTIN_TYPE fornobu
2009-09-14* string.c (rb_str_inspect): use rb_enc_mbc_to_codepointnaruse
2009-09-14* include/ruby/ruby.h (NUM2INT, NUM2LL, INT2NUM, UINT2NUM),usa
2009-09-13* lib/net/http.rb (each_*): return enumerator if no block present. Patch by A...marcandre
2009-09-13* lib/cgi/cookie.rb (value): Keep CGI::Cookie#value in sync with the cookie i...marcandre
2009-09-13* lib/net/http.rb (fetch): Handle properly default values; a patch by Arthur ...marcandre
2009-09-13* lib/set.rb (==): Optimization; patch by Arthur Schreiber [ruby-core:17203]marcandre
2009-09-13* symbian/pre-build: added rule to generate id.h for Symbian build.azav
2009-09-13* variable.c (rb_mod_remove_const): do not change VM state when annobu
2009-09-13* ext/win32ole/win32ole.c (oletypelib_get_libattr): some refactoringsuke
2009-09-13* ext/win32ole/win32ole.c (oletypelib_get_typelib): some refactoringsuke
2009-09-13* ruby.c (process_sflag, proc_options, load_file_internal): fixednobu
2009-09-13ext/win32ole/win32ole.c: some refactoring.suke
2009-09-13* ruby.c (load_file_internal): no need to define DATA when error.nobu
2009-09-13* configure.in (XLDFLAGS): link startup code with ObjC support.nobu
2009-09-13* thread.c (thread_list_access): prototyped.nobu
2009-09-13* thread.c (recursive_*): refactored the access to the inspect table used bymarcandre
2009-09-13* include/ruby/ruby.h (SYM2ID): needs parens.nobu