summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2008-12-27 * ext/dl/test/test_base.rb: use lib64 when the architecture is x86_64.takano32
2008-12-23* process.c (rb_fork): propagete an error message from child to parent.akr
2008-12-22* ext/tk/tcltklib.c: fix wrong flag value.nagai
2008-12-21* ext/tk/lib/tk.rb: temporary patch for trouble on TkAqua (> Tk8.4.9).nagai
2008-12-18rdoc update.akr
2008-12-17rdoc update.akr
2008-12-17* ext/socket/socket.c (unix_recv_io): relax msg_controllen errorakr
2008-12-17* ext/pty/extconf.rb: check util.h for OpenBSD.akr
2008-12-16* ext/bigdecimal/bigdecimal.c (VpToString): reverted modificationmatz
2008-12-16* ext/pty/pty.c (getDevice): add nomesg argument.akr
2008-12-16* ext/pty/extconf.rb: check posix_openpt.akr
2008-12-15* ext/pty/pty.c (pty_open): set FMODE_SYNC and FMODE_DUPLEX.akr
2008-12-15* ext/pty/pty.c (pty_open): new method PTY.open.akr
2008-12-15* ext/pty/pty.c (get_device_once): use DEVICELEN instead ofakr
2008-12-15* ext/pty/pty.c (chfunc): make it static.akr
2008-12-15* ext/pty/pty.c (child_info): add slavename.akr
2008-12-13* process.c (forked_child): new variable.akr
2008-12-12 * complex.c (nucomp_canonicalization): renamed.tadf
2008-12-12* ext/readline/readline.ckouji
2008-12-12* ext/readline/readline.c: r20662 reverted.kouji
2008-12-12* ext/readline/readline.c (readline_readline): changed the messagekouji
2008-12-12* ext/readline/readline.c: used the ExportStringValue macrokouji
2008-12-10* ext/bigdecimal/bigdecimal.c (BigDecimal_round): should be roundmatz
2008-12-09* ext/curses/curses.c: removed trailing spaces.nobu
2008-12-09* ext/curses/curses.c: made indentation consistent.nobu
2008-12-09* ext/curses/curses.c (curses_use_default_colors): add newmatz
2008-12-08* ext/bigdecimal/bigdecimal.c (BigDecimal_truncate): returnmatz
2008-12-04* ext/openssl/ossl_ssl.c (ossl_ssl_read_nonblock):matz
2008-12-04* ext/curses/curses.c (curses_getch): no ISPRINT(). [ruby-core:20294]matz
2008-12-04* ext/curses/curses.c (window_getch): avoid ISPRINT() macro whichmatz
2008-12-03* ext/tk/lib/tk/menu.rb: TkOptionMenubutton.new fails to treat nagai
2008-12-03* ext/tk/lib/tk.rb: bug fix. use ::RubyVM instead of ::VM [ruby-list:45676]nagai
2008-12-03* ext/tk/tcltklib.c (ip_ruby_cmd, ip_invoke_with_position): mustnobu
2008-12-03* io.c (rb_io_getc, rb_io_readchar): documentation correction fromnobu
2008-12-02* ext/pty/pty.c (Init_pty): fix typo.mame
2008-11-29* ext/socket/socket.c (sock_getaddrinfo): should have updated formatz
2008-11-28* ext/socket/socket.c (sock_s_getaddrinfo): refactored to removematz
2008-11-27* ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod): bigdecimalmatz
2008-11-27* ext/bigdecimal/bigdecimal.c (BigDecimal_div2): should returnmatz
2008-11-26* ext/bigdecimal/bigdecimal.c (VpException): bigdecimal zeromatz
2008-11-26* ext/gdbm/gdbm.c (rb_gdbm_nextkey): fix memory leak.kazu
2008-11-25* ext/bigdecimal/bigdecimal.c (BigDecimal_to_r): raise exceptionmatz
2008-11-25* ext/bigdecimal/bigdecimal.c (VpAlloc): avoid ALLOCA_N() to avoidmatz
2008-11-24* ext/tk/lib/tkextlib/blt/tabset.rb, ext/tk/lib/tkextlib/blt/tabnotebook.rb: nagai
2008-11-22* ext/tk/lib/tkextlib/version.rb, ext/tk/ChangeLog.tkextlib: update.nagai
2008-11-22* ext/tk/lib/tkextlib/blt.rb, ext/tk/lib/tkextlib/blt/vector.rb: nagai
2008-11-21* ext/pty/pty.c (get_device_once): abandon asynchronous exceptionmatz
2008-11-21* ext/curses/curses.c (curses_escdelay_set): support ESCDELAY. amatz
2008-11-19* ext/syck/rubyext.c (rb_syck_mktime): return DateTime for a valuematz
2008-11-11* ext/bigdecimal/bigdecimal.c (BigDecimal_to_r): moved frommatz