aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/dbm/dbm.c (fdbm_index): make #index warn like Hash.matz2008-11-072-2/+18
* * ext/curses/curses.c: curses encoding should obey locale.matz2008-11-072-17/+62
* * nkf.c: update to r1.188. fixes for 16bit environment.naruse2008-11-073-25/+71
* * ext/win32ole/win32ole.c (fole_s_connect, fole_initialize,suke2008-11-061-1/+24
* * ext/win32ole/win32ole.c (ole_event_free): invoke IConnectionPoint::Unadvisesuke2008-11-021-2/+6
* * ext/zlib/zlib.c (Init_zlib): defines readbyte instead redefiningnobu2008-11-021-2/+3
* * ext/nkf/nkf-utf8/nkf.c (kanji_convert): output unicode chars.naruse2008-10-281-3/+20
* * complex.c: continues to support canonicalization *unofficially*tadf2008-10-284-3130/+4
* * ext/mathn/complex/complex.c: no need to define rb_cComplex becauseusa2008-10-272-0/+4
* * ext/nkf/nkf.c (rb_nkf_convert): should specify type of variable.kazu2008-10-271-1/+1
* * ext/nkf/nkf.c (rb_nkf_convert): avoid GC.naruse2008-10-261-1/+2
* * ext/io/wait/{extconf.rb,wait.c}: needs sys/ioctl.h for fcntl onnobu2008-10-262-1/+5
* * ext/etc/etc.c (sGroup): getgrent may not be available.nobu2008-10-261-3/+6
* * ext/mathn/rational/rational.c: undef duplicated macro definitionmatz2008-10-241-1/+3
* * ext/mathn/rational.c: change several global functions.keiju2008-10-241-11/+19
* * ext/mathn/rational.c: change several global functions to statickeiju2008-10-241-0/+18
* * lib/mathn.rb: moved into ext/mathn/rational/rational.c andkeiju2008-10-244-0/+3114
* * ext/socket/socket.c (sock_s_getservbyport): check if the port range.nobu2008-10-231-0/+4
* * ext/socket/socket.c (sock_s_getservbyname): unuse unnecessarynobu2008-10-231-7/+7
* * ext/socket/socket.c (sock_s_getservbyport): the port should benobu2008-10-231-4/+6
* * ext/socket/socket.c (sock_s_getservbyport): cast to get rid ofusa2008-10-231-1/+1
* * ext/socket/socket.c (sock_s_getservbyport): port should bematz2008-10-221-1/+1
* * string.c (rb_str_conv_enc_opts): new function to convert withmatz2008-10-221-24/+81
* * string.c (rb_external_str_new_with_enc): no implicit strlen call.matz2008-10-221-16/+16
* * ext/zlib/zlib.c (rb_gzreader_ungetc): should be able to ungetmatz2008-10-212-3/+24
* * string.c (rb_external_str_new_with_enc): wrong condition tomatz2008-10-211-23/+27
* * ext/stringio/stringio.c (strio_write): should convert writingmatz2008-10-212-1/+9
* * ext/zlib/zlib.c (rb_gzwriter_write): conversion should be donematz2008-10-211-3/+8
* * ext/zlib/zlib.c: remove obsolete prototype macros.matz2008-10-211-176/+309
* * io.c, include/ruby/intern.h (rb_io_ascii8bit_binmode): externed.shugo2008-10-211-1/+1
* * ext/iconv/iconv.c (strip_glibc_option, map_charset): check ifnobu2008-10-211-2/+3
* * ext/zlib/zlib.c (Init_zlib): add getbyte as an alias to getc.matz2008-10-201-0/+1
* * include/ruby/ruby.h (ExportStringValue): new macro to convertmatz2008-10-202-38/+38
* * ext/tk/lib/tk.rb: support Encoding.default_internal.nagai2008-10-195-66/+147
* * ext/socket/socket.c (init_sock): sockets should be binmode.shugo2008-10-171-3/+1
* * ext/win32ole/win32ole.c (load_conv_function51932): checksuke2008-10-142-14/+29
* * ext/win32ole/win32ole.c (load_conv_function51932): supportsuke2008-10-131-8/+10