summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
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
2008-11-08* ext/stringio/stringio.c (strio_ungetc): ungetc position shouldmatz
2008-11-08* ext/gdbm/gdbm.c (fgdbm_index): make #index warn like Hash.matz
2008-11-07* ext/dbm/dbm.c (fdbm_index): make #index warn like Hash.matz
2008-11-07* ext/curses/curses.c: curses encoding should obey locale.matz
2008-11-07* nkf.c: update to r1.188. fixes for 16bit environment.naruse
2008-11-06* ext/win32ole/win32ole.c (fole_s_connect, fole_initialize,suke
2008-11-02* ext/win32ole/win32ole.c (ole_event_free): invoke IConnectionPoint::Unadvisesuke
2008-11-02* ext/zlib/zlib.c (Init_zlib): defines readbyte instead redefiningnobu
2008-10-28* ext/nkf/nkf-utf8/nkf.c (kanji_convert): output unicode chars.naruse
2008-10-28 * complex.c: continues to support canonicalization *unofficially*tadf
2008-10-27 * ext/mathn/complex/complex.c: no need to define rb_cComplex becauseusa
2008-10-27* ext/nkf/nkf.c (rb_nkf_convert): should specify type of variable.kazu
2008-10-26* ext/nkf/nkf.c (rb_nkf_convert): avoid GC.naruse
2008-10-26* ext/io/wait/{extconf.rb,wait.c}: needs sys/ioctl.h for fcntl onnobu
2008-10-26* ext/etc/etc.c (sGroup): getgrent may not be available.nobu
2008-10-24* ext/mathn/rational/rational.c: undef duplicated macro definitionmatz
2008-10-24 * ext/mathn/rational.c: change several global functions.keiju
2008-10-24 * ext/mathn/rational.c: change several global functions to statickeiju
2008-10-24 * lib/mathn.rb: moved into ext/mathn/rational/rational.c andkeiju