summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2008-12-29* ext/io/wait/wait.c (io_nread): returns number of bytes availablematz
2008-12-29* ext/io/wait/wait.c (io_ready_p): updated to follow RDoc.matz
2008-12-29* ext/socket/socket.c (s_recvfrom_nonblock): revert r21162.matz
2008-12-29* ext/socket/socket.c (s_recvfrom_nonblock): fixed awesome typo.matz
2008-12-29* ext/socket/socket.c (s_recvfrom_nonblock): default maxlen to bematz
2008-12-29* Makefile.in (ext-clean): ext-clean always fails.yugui
2008-12-28* test/ext/dl/test_base.rb : add BSD's case.naruse
2008-12-28* ext/dl/lib/dl/import.rb (DL::Importer#sizeof): followsyugui
2008-12-28* ext/dl/lib/dl/import.rb (DL::Importer#extern): adds filename andyugui
2008-12-28Sun Dec 28 17:10:13 2008 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano32
2008-12-28 * ext/dl/test/test_base.rb: use libc.dylib when the platform is darwin.takano32
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