aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/tk/tcltklib.c: fix wrong flag value.nagai2008-12-221-3/+4
* * ext/tk/lib/tk.rb: temporary patch for trouble on TkAqua (> Tk8.4.9).nagai2008-12-212-35/+48
* rdoc update.akr2008-12-181-3/+9
* rdoc update.akr2008-12-171-9/+10
* * ext/socket/socket.c (unix_recv_io): relax msg_controllen errorakr2008-12-171-2/+7
* * ext/pty/extconf.rb: check util.h for OpenBSD.akr2008-12-172-1/+20
* * ext/bigdecimal/bigdecimal.c (VpToString): reverted modificationmatz2008-12-161-7/+13
* * ext/pty/pty.c (getDevice): add nomesg argument.akr2008-12-161-67/+81
* * ext/pty/extconf.rb: check posix_openpt.akr2008-12-162-6/+43
* * ext/pty/pty.c (pty_open): set FMODE_SYNC and FMODE_DUPLEX.akr2008-12-151-2/+2
* * ext/pty/pty.c (pty_open): new method PTY.open.akr2008-12-151-0/+62
* * ext/pty/pty.c (get_device_once): use DEVICELEN instead ofakr2008-12-151-3/+3
* * ext/pty/pty.c (chfunc): make it static.akr2008-12-151-1/+2
* * ext/pty/pty.c (child_info): add slavename.akr2008-12-151-1/+3
* * process.c (forked_child): new variable.akr2008-12-131-60/+82
* * complex.c (nucomp_canonicalization): renamed.tadf2008-12-122-4/+4
* * ext/readline/readline.ckouji2008-12-121-4/+3
* * ext/readline/readline.c: r20662 reverted.kouji2008-12-121-10/+15
* * ext/readline/readline.c (readline_readline): changed the messagekouji2008-12-121-1/+1
* * ext/readline/readline.c: used the ExportStringValue macrokouji2008-12-121-15/+10
* * ext/bigdecimal/bigdecimal.c (BigDecimal_round): should be roundmatz2008-12-101-2/+5
* * ext/curses/curses.c: removed trailing spaces.nobu2008-12-091-31/+31
* * ext/curses/curses.c: made indentation consistent.nobu2008-12-091-189/+189
* * ext/curses/curses.c (curses_use_default_colors): add newmatz2008-12-092-1/+44
* * ext/bigdecimal/bigdecimal.c (BigDecimal_truncate): returnmatz2008-12-081-0/+9
* * ext/openssl/ossl_ssl.c (ossl_ssl_read_nonblock):matz2008-12-041-6/+78
* * ext/curses/curses.c (curses_getch): no ISPRINT(). [ruby-core:20294]matz2008-12-041-1/+1
* * ext/curses/curses.c (window_getch): avoid ISPRINT() macro whichmatz2008-12-041-1/+1
* * ext/tk/lib/tk/menu.rb: TkOptionMenubutton.new fails to treat nagai2008-12-031-2/+2
* * ext/tk/lib/tk.rb: bug fix. use ::RubyVM instead of ::VM [ruby-list:45676]nagai2008-12-032-3/+3
* * ext/tk/tcltklib.c (ip_ruby_cmd, ip_invoke_with_position): mustnobu2008-12-031-11/+9
* * io.c (rb_io_getc, rb_io_readchar): documentation correction fromnobu2008-12-031-1/+1
* * ext/pty/pty.c (Init_pty): fix typo.mame2008-12-021-1/+1
* * ext/socket/socket.c (sock_getaddrinfo): should have updated formatz2008-11-291-1/+1
* * ext/socket/socket.c (sock_s_getaddrinfo): refactored to removematz2008-11-281-37/+18
* * ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod): bigdecimalmatz2008-11-271-4/+3
* * ext/bigdecimal/bigdecimal.c (BigDecimal_div2): should returnmatz2008-11-271-1/+4
* * ext/bigdecimal/bigdecimal.c (VpException): bigdecimal zeromatz2008-11-262-8/+7
* * ext/gdbm/gdbm.c (rb_gdbm_nextkey): fix memory leak.kazu2008-11-261-0/+1
* * ext/bigdecimal/bigdecimal.c (BigDecimal_to_r): raise exceptionmatz2008-11-251-12/+15
* * ext/bigdecimal/bigdecimal.c (VpAlloc): avoid ALLOCA_N() to avoidmatz2008-11-251-42/+54
* * ext/tk/lib/tkextlib/blt/tabset.rb, ext/tk/lib/tkextlib/blt/tabnotebook.rb: nagai2008-11-244-18/+183
* * ext/tk/lib/tkextlib/version.rb, ext/tk/ChangeLog.tkextlib: update.nagai2008-11-222-1/+6
* * ext/tk/lib/tkextlib/blt.rb, ext/tk/lib/tkextlib/blt/vector.rb: nagai2008-11-222-8/+8
* * ext/pty/pty.c (get_device_once): abandon asynchronous exceptionmatz2008-11-211-71/+46
* * ext/curses/curses.c (curses_escdelay_set): support ESCDELAY. amatz2008-11-212-0/+25
* * ext/syck/rubyext.c (rb_syck_mktime): return DateTime for a valuematz2008-11-191-3/+34
* * ext/bigdecimal/bigdecimal.c (BigDecimal_to_r): moved frommatz2008-11-112-12/+36
* * ext/stringio/stringio.c (strio_ungetc): ungetc position shouldmatz2008-11-081-1/+1
* * ext/gdbm/gdbm.c (fgdbm_index): make #index warn like Hash.matz2008-11-082-3/+12