summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-09* dir.c (struct glob_args, rb_glob_caller, rb_glob2, push_pattern),nobu
2008-07-09* ext/nkf/nkf-utf8/nkf.c (options): use input_endian.naruse
2008-07-08* string.c (rb_str_succ): alphabets or numerics mutually enclosingnobu
2008-07-08* 2008-07-09svn
2008-07-08* thread.c (rb_set_coverages, rb_reset_coverages): enable and disablemame
2008-07-08* ext/win32ole/win32ole.c (find_default_source): bug fix whensuke
2008-07-08* thread.c (rb_enable_coverages): hide coverage array by setting 0 tomame
2008-07-08* lib/debug.rb, lib/profile.rb: fix to use RubyVM.ko1
2008-07-08* vm.c (rb_vm_mark): mark the last element of special_exceptions.mame
2008-07-08* ext/win32ole/win32ole.c (find_default_source): try tosuke
2008-07-08* lib/debug.rb, lib/profile.rb: fix to use RubyVM.ko1
2008-07-08* compile.h: fix to skip inserting a trace insn.ko1
2008-07-08 * dir.c: shoudn't use ruby object in globbing, because glob serviceusa
2008-07-08* dir.c (Next): use rb_enc_mbclen. [ruby-dev:35390]naruse
2008-07-07* dir.c (Next): use rb_enc_precise_mbclen.naruse
2008-07-07* dir.c: preserve encoding of strings in glob and fnmatch.naruse
2008-07-07* string.c (rb_str_succ): limit carrying in an alphanumeric region ifnobu
2008-07-07* ext/win32ole/win32ole.c(Init_win32ole): addsuke
2008-07-07* test/ruby/test_dir.rb (test_chroot_nodir): add Errno::EPERM.naruse
2008-07-07* lib/ipaddr.rb (IPAddr#initialize): get rid of ArgumentError innobu
2008-07-06* file.c (rb_file_s_extname): fix for file name with spaces.nobu
2008-07-062008-07-07svn
2008-07-06* thread_pthread.c (ruby_init_stack): prior STACK_END_ADDRESS ifnobu
2008-07-06* ext/socket/socket.c (bsock_send, s_recvfrom, ruby_connect, s_accept),nobu
2008-07-06* ext/socket/socket.c (bsock_send, s_recvfrom, ruby_connect, s_accept),nobu
2008-07-06* test/win32ole/test_win32ole_type.rb (test_initialize): add suke
2008-07-06* lib/test/unit/collector/objectspace.rbkou
2008-07-052008-07-06svn
2008-07-05* ext/socket/socket.c (host_str): fix type mismatch in rb_raiseakr
2008-07-05* include/ruby/ruby.h (NUM2INT): cast to int.akr
2008-07-05forgot to commit.akr
2008-07-05rename rb_pipe_internal to rb_pipe.akr
2008-07-05* io.c (rb_pipe_internal): new function for handling EMFILE and ENFILEakr
2008-07-05* thread.c (thread_initialize): NUM2INT() returns int.nobu
2008-07-05test_str_slice! refactored.akr
2008-07-05update spawn rdoc a bit.akr
2008-07-05* test/win32ole/test_word.rb: check word installed.suke
2008-07-05 * gc.c: revert. before lazy sweep.nari
2008-07-05* ext/win32ole/win32ole.c: add WIN32OLE#ole_respond_to?suke
2008-07-04* re.c (unescape_nonascii): add has_property argument not toakr
2008-07-042008-07-05svn
2008-07-04* re.c (unescape_nonascii): make regexp fixed_encoding if \p is used.akr
2008-07-04* ext/win32ole/win32ole.c (d2time): fix the bug of VT_DATE suke
2008-07-04* lib/test/unit/testcase.rb: collect decendants ofakr
2008-07-04* include/ruby/oniguruma.h (OnigEncoding): removed auxiliary_data.nobu
2008-07-04 * numeric.c (check_uint, rb_num2uint, rb_fix2uint): proper check.usa
2008-07-04svn:eol-style LFnobu
2008-07-04* lib/net/ftp.rb (Net::FTP#sendport): use divmod. [ruby-core:17557]nobu
2008-07-04 * gc.c (garbage_collect_force): sweep is completely ended.nari
2008-07-03 * numeric.c (rb_num2uint, rb_fix2uint): typo.usa