aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * vm.c (vm_invoke_proc): skip setting safe_level ifko12008-07-252-1/+8
* * ext/nkf/nkf-utf8/nkf.c (struct input_code.name, input_codename):nobu2008-07-251-0/+1
* * test/ruby/test_transcode.rb: refactoring/cleanup ofduerst2008-07-252-7/+13
* fix ChangeLog.naruse2008-07-241-0/+1
* * ext/nkf/nkf.c (rb_nkf_convert): output of mime encode is US-ASCII.naruse2008-07-242-1/+8
* * sample/coverage.rb: move from lib/coverage.rb because this remains inmame2008-07-242-0/+7
* * 2008-07-25svn2008-07-241-3/+3
* * file.c (rb_find_file_ext, rb_find_file): converts Windows style pathnobu2008-07-242-0/+26
* * win32/win32.c (exit_handler): use st_free_table() to free socklist.usa2008-07-242-16/+50
* * win32/win32.c (overlapped_socket_io): avoid warnings.usa2008-07-243-15/+26
* * 2008-07-24svn2008-07-231-3/+3
* * ext/win32ole/win32ole.c: got rid of improper casts.nobu2008-07-232-24/+44
* * test/socket/test_tcp.rb (test_recvfrom): replace an irrelevant testmame2008-07-232-9/+9
* * test/ruby/test_marshal.rb: suppress warning during test.mame2008-07-232-0/+13
* * test/ruby/test_dir.rb: suppress warning during test.mame2008-07-232-0/+7
* * ext/tk/{stubs,tcltklib}.c, ext/tk/tkutil/tkutil.c: fix warningsnobu2008-07-235-44/+54
* * ext/openssl/openssl_missing.h (d2i_of_void): define for oldernobu2008-07-232-0/+9
* * ext/curses/extconf.rb: use try_static_assert.nobu2008-07-232-2/+5
* * test/zlib/test_zlib.rb (TestZlibDeflate#test_params): suppress a finalizer ...kazu2008-07-232-0/+6
* fix a typokazu2008-07-231-1/+1
* * ext/syck: suppress warnings more.nobu2008-07-222-2/+2
* * ext/syck: suppress warnings more.nobu2008-07-229-24/+23
* * ext/nkf/nkf-utf8/nkf.c (struct input_code.name, input_codename):nobu2008-07-222-6/+11
* * ext/syck: suppress warnings.nobu2008-07-228-57/+76
* * 2008-07-23svn2008-07-221-3/+3
* * ext/openssl: suppress warnings.nobu2008-07-2231-195/+190
* * ext/syck/rubyext.c, ext/syck/yaml2byte.c, ext/syck/emitter.c,mame2008-07-227-17/+27
* * process.c (pst_message): removed no longer used variable.nobu2008-07-221-1/+0
* * ext/bigdecimal/bigdecimal.c (BigDecimalCmp): BigDecimal#<=> shouldmame2008-07-223-2/+18
* * test/rdoc/test_rdoc_parser_ruby.rb (teardown): close tempfile.mame2008-07-222-1/+5
* * test/ruby/test_transcode.rb: added two commentsduerst2008-07-222-2/+6
* * README.EXT, README.EXT.ja: mention about FIX2LONG and NUM2LONG.usa2008-07-223-10/+28
* * compile.c (insn_data_to_s_detail), file.c (rb_stat_inspect),nobu2008-07-228-91/+69
* * win32/win32.c (init_func): new function to get API's address whichusa2008-07-222-18/+23
* * include/ruby/intern.h, sprintf.c (rb_str_catf, rb_str_vcatf): newnobu2008-07-226-39/+115
* * ext/socket/socket.c (connect_blocking, socks_connect_blocking,usa2008-07-222-3/+8
* * regint.h: use "ruby/..." instead of <ruby/...>.nobu2008-07-221-1/+1
* * test/ruby/test_dir.rb: use realpath of tmpdir. [ruby-dev:35481]kazu2008-07-223-1/+10
* refine whitespaceskazu2008-07-221-16/+16
* * misc/ruby-mode.el: fix here-doc strings with inner quotes. patchesnobu2008-07-222-46/+102
* * enumerator.c (enumerator_with_object): suppress a warning.nobu2008-07-211-0/+2
* * include/ruby/intern.h (rb_str_buf_new2): optimization for literals.nobu2008-07-213-2/+16
* Update to RDoc 2.1.0 r112drbrain2008-07-2119-285/+460
* * include/ruby/intern.h (rb_str_buf_cat2, rb_str_cat2): optimizationnobu2008-07-213-20/+39
* * 2008-07-22svn2008-07-211-3/+3
* * README.EXT, README.EXT.ja (1.5 Manipulating Ruby data): fix thenobu2008-07-213-2/+17
* * encoding.c (rb_filesystem_encoding): use locale encoding on Unix.akr2008-07-212-1/+6
* * missing/vsnprintf.c (struct __sbuf, FILE): use size_t.nobu2008-07-213-5/+12
* * README.EXT, README.EXT.ja (1.5 Manipulating Ruby data): mentionednobu2008-07-213-0/+15
* * io.c (prepare_getline_args): check if rs is a string when non-nilnobu2008-07-212-1/+9