aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/io/wait/wait.c (io_nread): returns number of bytes availablematz2008-12-291-0/+26
* * ext/io/wait/wait.c (io_ready_p): updated to follow RDoc.matz2008-12-291-5/+6
* * ext/socket/socket.c (s_recvfrom_nonblock): revert r21162.matz2008-12-291-6/+3
* * ext/socket/socket.c (s_recvfrom_nonblock): fixed awesome typo.matz2008-12-291-1/+1
* * ext/socket/socket.c (s_recvfrom_nonblock): default maxlen to bematz2008-12-291-2/+7
* * Makefile.in (ext-clean): ext-clean always fails.yugui2008-12-291-1/+1
* * test/ext/dl/test_base.rb : add BSD's case.naruse2008-12-281-0/+3
* * ext/dl/lib/dl/import.rb (DL::Importer#sizeof): followsyugui2008-12-281-1/+1
* * ext/dl/lib/dl/import.rb (DL::Importer#extern): adds filename andyugui2008-12-282-3/+15
* Sun Dec 28 17:10:13 2008 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano322008-12-282-6/+3
* * ext/dl/test/test_base.rb: use libc.dylib when the platform is darwin.takano322008-12-281-0/+3
* * ext/dl/test/test_base.rb: use lib64 when the architecture is x86_64.takano322008-12-271-0/+3
* * process.c (rb_fork): propagete an error message from child to parent.akr2008-12-231-2/+2
* * 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