aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* merged from 1.8seki2008-07-273-91/+156
* * sample/exyacc.rb: fixed NoMethodError(Kernel#sub!).yugui2008-07-262-17/+21
* add sample script using WIN32OLE_EVENT#handler=suke2008-07-261-0/+40
* * ext/win32ole/win32ole.c (Init_win32ole): addsuke2008-07-263-61/+192
* * 2008-07-26svn2008-07-251-3/+3
* * ext/win32ole/win32ole.c (add_event_call_back): remove unused suke2008-07-252-1/+5
* svn:eol-style LFnobu2008-07-252-84/+84
* * gc.c (gc_sweep, obj_free, run_final): defer finalizers of IO andnobu2008-07-252-10/+32
* * lib/webrick/httputils.rb (WEBrick::HTTPUtils#split_header_value):nobu2008-07-252-12/+10
* * test/ruby/enc/test_koi8.rb: move from test/ruby/test_koi8.rb.mame2008-07-252-0/+4
* * ext/win32ole/win32ole.c (ole_invoke, add_event_callback,suke2008-07-252-9/+9
* * test/win32ole/err_in_callback.rb : add test of raisingsuke2008-07-253-1/+92
* * ext/win32ole/win32ole.c (Init_win32ole): addsuke2008-07-253-38/+110
* * regint.c (xmalloc, xrealloc, xfree): not to use ruby managed memory.nobu2008-07-252-0/+8
* * 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