| Commit message (Expand) | Author | Age | Files | Lines |
| * | * gc.c (gc_mark_children): obj->as.file.fptr may be 0 for T_FILE. | akr | 2007-11-20 | 1 | -0/+4 |
| * | * parse.y (parser_read_escape): has8bit flag may be set with control | nobu | 2007-11-20 | 1 | -1/+4 |
| * | * parse.y (parser_prepare): set begging after BOM if exists. | nobu | 2007-11-20 | 1 | -0/+5 |
| * | Update to RubyGems 0.9.5 | drbrain | 2007-11-20 | 1 | -0/+4 |
| * | * include/ruby/win32.h win32/win32.c (rb_w32_pipe_exec): use dual fd | usa | 2007-11-20 | 1 | -0/+9 |
| * | * include/ruby/io.h (rb_io_t): add tied_io_for_writing member. | akr | 2007-11-20 | 1 | -0/+12 |
| * | * test/drb/test_drb.rb: rename TestRubyYield to TestDRbRubyYield to | akr | 2007-11-20 | 1 | -0/+6 |
| * | merged from ruby_1_8 branch. | seki | 2007-11-19 | 1 | -0/+24 |
| * | * test/fileutils/fileasserts.rb (assert_equal_time): show nsec if | akr | 2007-11-19 | 1 | -0/+9 |
| * | Time#nsec and Time#tv_nsec described. | akr | 2007-11-19 | 1 | -0/+1 |
| * | * file.c (utime_internal): fallback utimensat to utimes. | akr | 2007-11-19 | 1 | -0/+4 |
| * | * configure.in: check struct timespec, clock_gettime, utimensat, | akr | 2007-11-19 | 1 | -0/+47 |
| * | * object.c (rb_class_superclass): should not raise exception for | matz | 2007-11-19 | 1 | -0/+5 |
| * | * parse.y (parser_yylex): should clear parser->tokp as well. | matz | 2007-11-19 | 1 | -0/+13 |
| * | * array.c (rb_ary_permutation): gives all permutations of elements | matz | 2007-11-19 | 1 | -0/+6 |
| * | * compile.c (iseq_compile_each): alias and undef accept dsyms as well | nobu | 2007-11-18 | 1 | -0/+5 |
| * | * eval_method.ci (rb_add_method): no redefinition warning for undef. | nobu | 2007-11-18 | 1 | -0/+4 |
| * | * parse.y (parser_read_escape): disallow control and meta modifiers | nobu | 2007-11-18 | 1 | -0/+5 |
| * | * marshal.c (mark_dump_arg): it may be called after dump_ensure. | akr | 2007-11-18 | 1 | -0/+4 |
| * | * time.c (time_minus): fix Time.at(2**60+1) - Time.at(2**60). | akr | 2007-11-18 | 1 | -0/+4 |
| * | * time.c (time_arg): show actual year in 2-3 digits year warning. | akr | 2007-11-18 | 1 | -0/+5 |
| * | * eval_method.ci (rb_alias): do not call hook functions until | nobu | 2007-11-18 | 1 | -0/+5 |
| * | * lib/mkmf.rb (String#tr_cpp): make preprocessor identifiers. | nobu | 2007-11-18 | 1 | -0/+4 |
| * | * lib/mkmf.rb (have_struct_member): define HAVE_type_member. | akr | 2007-11-17 | 1 | -0/+4 |
| * | ext/win32ole/win32ole.c (ole_invoke): bug fix. [ruby-talk:279100] | suke | 2007-11-17 | 1 | -0/+4 |
| * | * bignum.c (rb_big_odd_p): new method added. a patch from Tadashi | matz | 2007-11-16 | 1 | -0/+7 |
| * | * ext/iconv/iconv.c (iconv_iconv): also instance method needs to be | nobu | 2007-11-16 | 1 | -1/+4 |
| * | * ext/iconv/iconv.c (Document-class): moved the simplest example to | nobu | 2007-11-16 | 1 | -0/+8 |
| * | * include/ruby/ruby.h: added some declarations for event hooks. | shugo | 2007-11-16 | 1 | -0/+6 |
| * | * lib/yaml/rubytypes.rb (String#is_binary_data?): use Integer#fdiv. | nobu | 2007-11-16 | 1 | -0/+4 |
| * | * ext/syck/rubyext.c: Node#value defined twice. | why | 2007-11-15 | 1 | -0/+6 |
| * | * lib/yaml/types.rb: Likewise, pass self to YAML::quick_emit. | why | 2007-11-15 | 1 | -0/+4 |
| * | * lib/yaml.rb (quick_emit): use combination of object_id and hash to | why | 2007-11-15 | 1 | -0/+6 |
| * | * ChangeLog: add ML ref. | usa | 2007-11-15 | 1 | -0/+1 |
| * | * ext/curses/extconf.rb: check macro if cannot find func. | usa | 2007-11-15 | 1 | -0/+4 |
| * | * tool/compile_prelude.rb: fix TMP_RUBY_PREFIX for relative load path | akr | 2007-11-15 | 1 | -0/+5 |
| * | * tool/compile_prelude.rb: absolute path may not start with a slash. | akr | 2007-11-15 | 1 | -0/+6 |
| * | * tool/compile_prelude.rb: fix first substitution. | akr | 2007-11-15 | 1 | -0/+5 |
| * | * common.mk (prereq): added auto generated sources. [ruby-dev:32280] | nobu | 2007-11-15 | 1 | -0/+4 |
| * | * tool/compile_prelude.rb: use constant for prefix. | akr | 2007-11-15 | 1 | -0/+4 |
| * | * tool/compile_prelude.rb: use simple template system for source | akr | 2007-11-15 | 1 | -0/+5 |
| * | * lib/cgi/session.rb (CGI::Session::FileStore::restore): use | matz | 2007-11-15 | 1 | -0/+6 |
| * | * tool/compile_prelude.rb (c_esc): need to escape closing brace. | matz | 2007-11-15 | 1 | -0/+4 |
| * | * tool/compile_prelude.rb: adjust RbConfig::CONFIG paths relative | akr | 2007-11-15 | 1 | -0/+5 |
| * | * ruby.c (usage): fix typo on --disable-gems option. | akr | 2007-11-15 | 1 | -0/+5 |
| * | * test/net/http/test_https_proxy.rb | matz | 2007-11-14 | 1 | -0/+6 |
| * | * test/socket/test_socket.rb: update not to use 1.8 assignment to | matz | 2007-11-14 | 1 | -0/+8 |
| * | * common.mk, Makefile.in: rename prelude.c to miniprelude.c. | akr | 2007-11-14 | 1 | -0/+9 |
| * | * blockinlining.c, compile.c, compile.h, debug.c, debug.h, | ko1 | 2007-11-13 | 1 | -0/+8 |
| * | * tool/makedocs.rb, template/insnstbl.html: removed. | ko1 | 2007-11-13 | 1 | -0/+4 |