| Commit message (Expand) | Author | Age | Files | Lines |
| * | * file.c (rb_find_file_ext, rb_find_file): converts Windows style path | nobu | 2008-07-24 | 1 | -0/+5 |
| * | * win32/win32.c (exit_handler): use st_free_table() to free socklist. | usa | 2008-07-24 | 1 | -0/+8 |
| * | * win32/win32.c (overlapped_socket_io): avoid warnings. | usa | 2008-07-24 | 1 | -0/+6 |
| * | * ext/win32ole/win32ole.c: got rid of improper casts. | nobu | 2008-07-23 | 1 | -0/+4 |
| * | * test/socket/test_tcp.rb (test_recvfrom): replace an irrelevant test | mame | 2008-07-23 | 1 | -0/+5 |
| * | * test/ruby/test_marshal.rb: suppress warning during test. | mame | 2008-07-23 | 1 | -0/+4 |
| * | * test/ruby/test_dir.rb: suppress warning during test. | mame | 2008-07-23 | 1 | -0/+4 |
| * | * ext/tk/{stubs,tcltklib}.c, ext/tk/tkutil/tkutil.c: fix warnings | nobu | 2008-07-23 | 1 | -0/+5 |
| * | * ext/openssl/openssl_missing.h (d2i_of_void): define for older | nobu | 2008-07-23 | 1 | -0/+5 |
| * | * ext/curses/extconf.rb: use try_static_assert. | nobu | 2008-07-23 | 1 | -0/+4 |
| * | * test/zlib/test_zlib.rb (TestZlibDeflate#test_params): suppress a finalizer ... | kazu | 2008-07-23 | 1 | -0/+5 |
| * | fix a typo | kazu | 2008-07-23 | 1 | -1/+1 |
| * | * ext/syck: suppress warnings more. | nobu | 2008-07-22 | 1 | -1/+1 |
| * | * ext/syck: suppress warnings more. | nobu | 2008-07-22 | 1 | -0/+4 |
| * | * ext/nkf/nkf-utf8/nkf.c (struct input_code.name, input_codename): | nobu | 2008-07-22 | 1 | -0/+5 |
| * | * ext/syck: suppress warnings. | nobu | 2008-07-22 | 1 | -0/+4 |
| * | * ext/openssl: suppress warnings. | nobu | 2008-07-22 | 1 | -0/+4 |
| * | * ext/syck/rubyext.c, ext/syck/yaml2byte.c, ext/syck/emitter.c, | mame | 2008-07-22 | 1 | -0/+6 |
| * | * ext/bigdecimal/bigdecimal.c (BigDecimalCmp): BigDecimal#<=> should | mame | 2008-07-22 | 1 | -0/+8 |
| * | * test/rdoc/test_rdoc_parser_ruby.rb (teardown): close tempfile. | mame | 2008-07-22 | 1 | -0/+4 |
| * | * test/ruby/test_transcode.rb: added two comments | duerst | 2008-07-22 | 1 | -0/+4 |
| * | * README.EXT, README.EXT.ja: mention about FIX2LONG and NUM2LONG. | usa | 2008-07-22 | 1 | -0/+5 |
| * | * compile.c (insn_data_to_s_detail), file.c (rb_stat_inspect), | nobu | 2008-07-22 | 1 | -0/+12 |
| * | * win32/win32.c (init_func): new function to get API's address which | usa | 2008-07-22 | 1 | -0/+8 |
| * | * include/ruby/intern.h, sprintf.c (rb_str_catf, rb_str_vcatf): new | nobu | 2008-07-22 | 1 | -0/+7 |
| * | * ext/socket/socket.c (connect_blocking, socks_connect_blocking, | usa | 2008-07-22 | 1 | -0/+5 |
| * | * test/ruby/test_dir.rb: use realpath of tmpdir. [ruby-dev:35481] | kazu | 2008-07-22 | 1 | -0/+6 |
| * | refine whitespaces | kazu | 2008-07-22 | 1 | -16/+16 |
| * | * misc/ruby-mode.el: fix here-doc strings with inner quotes. patches | nobu | 2008-07-22 | 1 | -0/+6 |
| * | * include/ruby/intern.h (rb_str_buf_new2): optimization for literals. | nobu | 2008-07-21 | 1 | -0/+6 |
| * | Update to RDoc 2.1.0 r112 | drbrain | 2008-07-21 | 1 | -0/+4 |
| * | * include/ruby/intern.h (rb_str_buf_cat2, rb_str_cat2): optimization | nobu | 2008-07-21 | 1 | -0/+5 |
| * | * README.EXT, README.EXT.ja (1.5 Manipulating Ruby data): fix the | nobu | 2008-07-21 | 1 | -0/+5 |
| * | * encoding.c (rb_filesystem_encoding): use locale encoding on Unix. | akr | 2008-07-21 | 1 | -0/+5 |
| * | * missing/vsnprintf.c (struct __sbuf, FILE): use size_t. | nobu | 2008-07-21 | 1 | -0/+6 |
| * | * README.EXT, README.EXT.ja (1.5 Manipulating Ruby data): mentioned | nobu | 2008-07-21 | 1 | -0/+5 |
| * | * io.c (prepare_getline_args): check if rs is a string when non-nil | nobu | 2008-07-21 | 1 | -0/+5 |
| * | * dir.c (dir_initialize): use rb_convert_type instead of | akr | 2008-07-20 | 1 | -0/+7 |
| * | * re.c (rb_reg_s_union): useless rb_enc_get call removed to prevent | akr | 2008-07-20 | 1 | -0/+5 |
| * | * compile.c (iseq_compile_each): NODE_POSTEXE should set each end | nobu | 2008-07-20 | 1 | -0/+5 |
| * | * ext/win32ole/win32ole.c (EVENTSINK_Invoke): use rb_protect | suke | 2008-07-20 | 1 | -0/+5 |
| * | * ext/win32ole/win32ole.c (EVENTSINK_Invoke): little refactoring. | suke | 2008-07-19 | 1 | -0/+7 |
| * | * ext/win32ole/win32ole.c (EVENTSINK_Invoke): little refactoring. | suke | 2008-07-19 | 1 | -0/+6 |
| * | Import RDoc r104. Various test fixes. | drbrain | 2008-07-18 | 1 | -0/+4 |
| * | * numeric.c (check_uint, rb_num2uint, rb_fix2uint): fixed wrong check | usa | 2008-07-18 | 1 | -0/+5 |
| * | * ext/win32ole/win32ole.c (EVENTSINK_Invoke): avoid cfp consistency | suke | 2008-07-18 | 1 | -0/+5 |
| * | * win32/win32.c (socklist): table for registering socket options | usa | 2008-07-18 | 1 | -0/+26 |
| * | Import RDoc r101. | drbrain | 2008-07-18 | 1 | -0/+4 |
| * | * test/rdoc/test_rdoc_c_parser.rb (teardown): close tempfile. | mame | 2008-07-17 | 1 | -0/+4 |
| * | * test/ruby/test_process.rb (test_getpriority, test_setpriority): use | mame | 2008-07-17 | 1 | -0/+5 |