aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * stable/ext/socket/socket.c (NI_MAXHOST, NI_MAXSERV): fixed invalidnobu2008-08-091-2/+2
* * ext/.document: added readline/readline.c.kouji2008-08-074-66/+412
* * ext/readline/README.ja: updated API document for Readline module.kouji2008-08-071-35/+376
* * ext/socket/getaddrinfo.c (gai_strerror): ignore only on Haiku.usa2008-08-071-2/+2
* * eval_intern.h: Add support to Haiku. see [ruby-core:18110]naruse2008-08-065-4/+16
* * ext/win32ole/win32ole.c (hash2named_arg): refactoring.suke2008-08-031-5/+26
* * ext/readline/extconf.rb: checked to have clear_history inkouji2008-08-012-6/+52
* * ext/syck/syck.c (syck_free_parser): fix memory leak bymame2008-07-311-0/+17
* * ext/bigdecimal/bigdecimal.c (VpMult): prevent memory leak.mame2008-07-311-1/+4
* * ext/syck/syck.h (ASSERT): fix typo at r18176.nobu2008-07-311-1/+1
* * ext/syck/rubyext.c (rb_syck_compile): expression in ASSERT() has nonobu2008-07-311-1/+3
* * iseq.c (ruby_iseq_disasm_insn): suppress warnings on platforms whichnobu2008-07-313-3/+3
* * ext/syck/rubyext.c (rb_syck_compile): remove meaningless branchmame2008-07-301-2/+3
* * ext/bigdecimal/bigdecimal.c (VpIsRoundMode): fix tautologymame2008-07-301-3/+3
* * ext/bigdecimal/bigdecimal.c (Init_bigdecimal): fix typo.mame2008-07-291-1/+1
* add sample script using WIN32OLE_EVENT#handler=suke2008-07-261-0/+40
* * ext/win32ole/win32ole.c (Init_win32ole): addsuke2008-07-261-11/+105
* * ext/win32ole/win32ole.c (add_event_call_back): remove unused suke2008-07-251-1/+0
* * ext/win32ole/win32ole.c (ole_invoke, add_event_callback,suke2008-07-251-9/+4
* * ext/win32ole/win32ole.c (Init_win32ole): addsuke2008-07-251-1/+48
* * ext/nkf/nkf-utf8/nkf.c (struct input_code.name, input_codename):nobu2008-07-251-0/+1
* * ext/nkf/nkf.c (rb_nkf_convert): output of mime encode is US-ASCII.naruse2008-07-241-1/+4
* * ext/win32ole/win32ole.c: got rid of improper casts.nobu2008-07-231-24/+40
* * ext/tk/{stubs,tcltklib}.c, ext/tk/tkutil/tkutil.c: fix warningsnobu2008-07-234-44/+49
* * ext/openssl/openssl_missing.h (d2i_of_void): define for oldernobu2008-07-231-0/+4
* * ext/curses/extconf.rb: use try_static_assert.nobu2008-07-231-2/+1
* * ext/syck: suppress warnings more.nobu2008-07-221-1/+1
* * ext/syck: suppress warnings more.nobu2008-07-228-24/+19
* * ext/nkf/nkf-utf8/nkf.c (struct input_code.name, input_codename):nobu2008-07-221-6/+6
* * ext/syck: suppress warnings.nobu2008-07-227-57/+72
* * ext/openssl: suppress warnings.nobu2008-07-2230-195/+186
* * ext/syck/rubyext.c, ext/syck/yaml2byte.c, ext/syck/emitter.c,mame2008-07-226-17/+21
* * ext/bigdecimal/bigdecimal.c (BigDecimalCmp): BigDecimal#<=> shouldmame2008-07-222-2/+10
* * ext/socket/socket.c (connect_blocking, socks_connect_blocking,usa2008-07-221-3/+3
* * ext/win32ole/win32ole.c (EVENTSINK_Invoke): use rb_protectsuke2008-07-201-5/+7
* * ext/win32ole/win32ole.c (EVENTSINK_Invoke): little refactoring.suke2008-07-191-9/+15
* * ext/win32ole/win32ole.c (EVENTSINK_Invoke): little refactoring.suke2008-07-191-6/+70
* * ext/win32ole/win32ole.c (EVENTSINK_Invoke): avoid cfp consistencysuke2008-07-181-16/+45
* * ext/socket/socket.c (ruby_connect): select() for connect() hasusa2008-07-171-1/+0
* * ext/tk/{,tkutil/}extconf.rb: ruby/ruby.h no longer needs to benobu2008-07-154-9/+8
* * ext/tk/extconf.rb, ext/tk/tcltklib.c, ext/tk/tkutil/tkutil.c: Doknu2008-07-153-5/+3
* * ext/socket/socket.c (ruby_connect, s_accept): came back blockingusa2008-07-151-8/+27
* * ext/socket/socket.c (ruby_connect, s_accept): no need to wrap byusa2008-07-151-30/+18
* * ext/socket/extconf.rb: initialize winsock on win32 to avoid errorusa2008-07-141-0/+5
* * ext/win32ole/win32ole.c (EVENTSINK_Invoke): using hashsuke2008-07-131-5/+78
* * ext/pty/pty.c (raise_from_wait, pty_syswait, get_device_once):nobu2008-07-121-3/+4
* * ext/socket/socket.c: use PRIuSIZE.akr2008-07-121-4/+4
* * ext/zlib/zlib.c (rb_deflate_params): flush before deflateParams.mame2008-07-111-0/+1
* * ext/coverage/coverage.c (rb_coverage_start): return nil.nobu2008-07-101-0/+1
* * ext/nkf/nkf-utf8/nkf.c (options): use input_endian.naruse2008-07-091-2/+2