summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2010-10-20* test/ruby/test_io.rb (TestIO#pipe): get rid of deadlock on pipe.nobu
2010-10-20* util.c (ruby_strtod): reject 0x1.p+0. [ruby-dev:42432] #3966naruse
2010-10-20* vsnprintf.c (BSD_vfprintf): print floating point on "%#a".naruse
2010-10-19* vsnprintf.c (BSD_vfprintf): clear ALT flag for %a.naruse
2010-10-19* test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848]nobu
2010-10-19* vsnprintf.c (BSD_vfprintf): fix over-count of field size.nobu
2010-10-18* vsnprintf.c (BSD_vfprintf): use HEXPREFIX flag for prefix of %a.nobu
2010-10-18Revert r29527. [ruby-dev:42419]naruse
2010-10-18* pack.c (pack_pack): Add native size option ! to q and Q.naruse
2010-10-18Fix wrong test.naruse
2010-10-18* sprintf.c (BSD_vfprintf): wrong padding arround prefix andnaruse
2010-10-17* class.c (rb_define_{class,module}_id_under): register to benobu
2010-10-15Revert "* sprintf.c (rb_str_format): fix: sprintf with hex format and"naruse
2010-10-15* sprintf.c (rb_str_format): fix: sprintf with hex format andnaruse
2010-10-15* pack.c (pack_pack): fix more than one modifiers appear in thenaruse
2010-10-14* pack.c (pack_pack): support endian modifiers: < and >.naruse
2010-10-13* numeric.c (ruby_float_step): fix Numeric#step with infinity unitnaruse
2010-10-13move a non-combinational test.akr
2010-10-13Fix style for ruby-mode.el.naruse
2010-10-12Clean warnings.naruse
2010-10-12Fix test; escape a backslash.naruse
2010-10-12* string.c (rb_str_concat): use unsigned int for GB18030.naruse
2010-10-12* io.c (rb_io_ungetc): use unsigned int for GB18030.naruse
2010-10-12* io.c (rb_io_putc): support multibyte characters.naruse
2010-10-12* numeric.c (int_chr): a codepoint of Ruby M17N must be 32bitnaruse
2010-10-11* error.c (syserr_initialize): set the encoding of Errno::*#messagenaruse
2010-10-09* thread.c (thread_reset_event_flags, exec_event_hooks): ignorenobu
2010-10-06* io.c (fptr_finalize): write_mutex might have been destroyednobu
2010-10-04* parse.y (regexp): dregexp has literal string only at the headnobu
2010-09-30* win32/win32.c (rb_w32_getenv): should return NULL if specified nameusa
2010-09-29 * test/ruby/test_rubyoptions.rb (TestRubyOptions::test_script_from_stdin):shyouhei
2010-09-24* string.c (sym_call), vm.c (invoke_block_from_c),nobu
2010-09-23* vm_insnhelper.c (vm_cref_push): no outer cref is needed for procnobu
2010-09-20* dir.c (bracket): get rid of scanning at the end of the patternnobu
2010-09-16 * test/ruby/test_file_exhaustive.rb (TestFileExhaustive::test_expand_path):shyouhei
2010-09-15* io.c (rb_io_puts): fix for wide char encoding strings.nobu
2010-09-13* util.c (ruby_strtod): reject Float('0x0.').naruse
2010-09-11* process.c (rlimit_resource_name2int): support more limits:akr
2010-09-11* hash.c (ruby_setenv): raise if putenv and SetEnvironmentVariablenobu
2010-09-09* compile.c (case_when_optimizable_literal): When float value can bewanabe
2010-09-09* test/ruby/test_env.rb (test_aset): OpenBSD acts like NetBSD innaruse
2010-09-06* util.c (ruby_strtod): check there is at least 1 digit afternaruse
2010-09-06* util.c (ruby_strtod): check integr overflow.naruse
2010-09-04* file.c (rb_file_s_readlink): symlink target should be innobu
2010-09-01* string.c (tr_setup_table): optimized. don't create hash objectsnaruse
2010-09-01* thread.c (ruby_suppress_tracing): restore the state and invokenobu
2010-08-30* string.c (tr_setup_table): fix bug in r29146.naruse
2010-08-30* string.c (tr_setup_table): initialize negating table whennaruse
2010-08-29* file.c (rb_get_path_check): clarify error message fornobu
2010-08-29* vm.c (rb_thread_method_id_and_class): curried proc has nonobu