summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2010-05-27* file.c (rb_home_dir): set filesystem encoding.naruse
2010-05-27* file.c (file_expand_path): set encoding as the same of fnamenaruse
2010-05-27* file.c (file_expand_path): use rb_enc_associate_index andnaruse
2010-05-27* include/ruby/encoding.h (rb_filesystem_encindex): defined.naruse
2010-05-27* win32/win32.c (rb_w32_read): call ReadFile() with len = 0 beforeusa
2010-05-27* LGPL: Removed. We no longer have LGPL'd source files in ourknu
2010-05-26* random.c (random_rand): add the result of random to thenobu
2010-05-26* file.c (file_expand_path): revert a part of r22392. it's commit miss.usa
2010-05-26* ChangeLog: fix wrong format.tarui
2010-05-26* test/rinda/test_rinda.rb (class TupleSpaceTest): kill a used threadtarui
2010-05-26* random.c (random_rand): subtraction method of non-numeric cannobu
2010-05-26document marshal_dump and marshal_loaddrbrain
2010-05-26* configure.in (rb_cv_large_fd_select): needed on mingw, evennobu
2010-05-25* regparse.c (add_code_range_to_buf0): fix false negativenaruse
2010-05-25* misc/ruby-style.el (ruby-style-version): take revision ifnobu
2010-05-25* include/ruby/vm.h, include/ruby/encoding.h: add externalnobu
2010-05-24* vm_eval.c (rb_f_caller): update rdoc. a patch from Nobuhiro IMAImame
2010-05-24* error.c: fix wrong exception class name in rdoc.akr
2010-05-24fix typo.akr
2010-05-24* parse.y (warn_balanced, parser_yylex): no warnings after closingnobu
2010-05-24 * common.mk (change), tool/change_maker.rb: make a brief templatenobu
2010-05-24* gc.c (gc_sweep): suppres a warning on VC.usa
2010-05-23* process.c (rb_f_spawn): use correct command name for the errornobu
2010-05-23* ext/openssl/lib/openssl/x509-internal.rb, lib/forwardable.rb,nobu
2010-05-23* parse.y (warn_balanced): no warning for singleton class.nobu
2010-05-23* include/ruby/ruby.h (CONST_ID_CACHE, rb_intern_const): suppressnobu
2010-05-22* ext/psych/lib/psych/json/stream.rb: adding a JSON streaming APItenderlove
2010-05-21 * cont.c (fiber_setcontext): Use swapcontext() instead longjmp().kosaki
2010-05-21* ext/nkf/nkf.c (rb_nkf_convert, rb_nkf_guess): check too hugenobu
2010-05-21* configure.in (warnflags): removed -pedantic after all.nobu
2010-05-21* configure.in (warnflags): add -pedantic if gcc.nobu
2010-05-21fix typoskazu
2010-05-21* configure.in (LIBRUBYARG_SHARED): shared library will not benobu
2010-05-21* ruby.c (ruby_init_loadpath_safe): use real path for non-sharednobu
2010-05-21* marshal.c (w_float): use dtoa directly instead of strippingnobu
2010-05-20* thread.c (subtract_tv): if the rest is zero, should finish waitingusa
2010-05-20* re.c (rb_reg_s_union_m): update rdoc. [ruby-dev:41354]mame
2010-05-20* vm_eval.c (rb_f_caller): update rdoc. a patch from Nobuhiro IMAImame
2010-05-20* vm.c (vm_backtrace_each): now takes an init function to distinguishmame
2010-05-20* ext/win32ole/win32ole.c (ole_invoke): raise NoMethodErrorsuke
2010-05-20* ext/psych/emitter: f..king C99(gcc)-ism.usa
2010-05-20* ext/psych/lib/psych/stream.rb: adding YAML streaming API fortenderlove
2010-05-19* ext/psych/emitter.c: output strings are automatically transcodedtenderlove
2010-05-19* ChangeLog: sorry. fix typo.nagai
2010-05-19* ChangeLog: commit miss. sorry.nagai
2010-05-19* ext/tk/extconf.rb: [ruby-def:41334] [Bug #3307] invalid result on searching...nagai
2010-05-19* lib/net/imap.rb (disconnect): closes the socket of a Net::IMAPshugo
2010-05-19* vm_eval.c (rb_f_caller): return [] instead of nil when the functionmame
2010-05-19* ext/socket/extconf.rb: mswin/mingw ruby has socketpair(), but it'susa
2010-05-19* iseq_compile_each (NODE_DEFINED): put nil first to fix stackmame