| Commit message (Expand) | Author | Age | Files | Lines |
| * | * ext/tk/lib/tkextlib/blt/tabset.rb, ext/tk/lib/tkextlib/blt/tabnotebook.rb: | nagai | 2008-11-24 | 4 | -18/+183 |
| * | * ext/tk/lib/tkextlib/version.rb, ext/tk/ChangeLog.tkextlib: update. | nagai | 2008-11-22 | 2 | -1/+6 |
| * | * ext/tk/lib/tkextlib/blt.rb, ext/tk/lib/tkextlib/blt/vector.rb: | nagai | 2008-11-22 | 2 | -8/+8 |
| * | * ext/pty/pty.c (get_device_once): abandon asynchronous exception | matz | 2008-11-21 | 1 | -71/+46 |
| * | * ext/curses/curses.c (curses_escdelay_set): support ESCDELAY. a | matz | 2008-11-21 | 2 | -0/+25 |
| * | * ext/syck/rubyext.c (rb_syck_mktime): return DateTime for a value | matz | 2008-11-19 | 1 | -3/+34 |
| * | * ext/bigdecimal/bigdecimal.c (BigDecimal_to_r): moved from | matz | 2008-11-11 | 2 | -12/+36 |
| * | * ext/stringio/stringio.c (strio_ungetc): ungetc position should | matz | 2008-11-08 | 1 | -1/+1 |
| * | * ext/gdbm/gdbm.c (fgdbm_index): make #index warn like Hash. | matz | 2008-11-08 | 2 | -3/+12 |
| * | * ext/dbm/dbm.c (fdbm_index): make #index warn like Hash. | matz | 2008-11-07 | 2 | -2/+18 |
| * | * ext/curses/curses.c: curses encoding should obey locale. | matz | 2008-11-07 | 2 | -17/+62 |
| * | * nkf.c: update to r1.188. fixes for 16bit environment. | naruse | 2008-11-07 | 3 | -25/+71 |
| * | * ext/win32ole/win32ole.c (fole_s_connect, fole_initialize, | suke | 2008-11-06 | 1 | -1/+24 |
| * | * ext/win32ole/win32ole.c (ole_event_free): invoke IConnectionPoint::Unadvise | suke | 2008-11-02 | 1 | -2/+6 |
| * | * ext/zlib/zlib.c (Init_zlib): defines readbyte instead redefining | nobu | 2008-11-02 | 1 | -2/+3 |
| * | * ext/nkf/nkf-utf8/nkf.c (kanji_convert): output unicode chars. | naruse | 2008-10-28 | 1 | -3/+20 |
| * | * complex.c: continues to support canonicalization *unofficially* | tadf | 2008-10-28 | 4 | -3130/+4 |
| * | * ext/mathn/complex/complex.c: no need to define rb_cComplex because | usa | 2008-10-27 | 2 | -0/+4 |
| * | * ext/nkf/nkf.c (rb_nkf_convert): should specify type of variable. | kazu | 2008-10-27 | 1 | -1/+1 |
| * | * ext/nkf/nkf.c (rb_nkf_convert): avoid GC. | naruse | 2008-10-26 | 1 | -1/+2 |
| * | * ext/io/wait/{extconf.rb,wait.c}: needs sys/ioctl.h for fcntl on | nobu | 2008-10-26 | 2 | -1/+5 |
| * | * ext/etc/etc.c (sGroup): getgrent may not be available. | nobu | 2008-10-26 | 1 | -3/+6 |
| * | * ext/mathn/rational/rational.c: undef duplicated macro definition | matz | 2008-10-24 | 1 | -1/+3 |
| * | * ext/mathn/rational.c: change several global functions. | keiju | 2008-10-24 | 1 | -11/+19 |
| * | * ext/mathn/rational.c: change several global functions to static | keiju | 2008-10-24 | 1 | -0/+18 |
| * | * lib/mathn.rb: moved into ext/mathn/rational/rational.c and | keiju | 2008-10-24 | 4 | -0/+3114 |
| * | * ext/socket/socket.c (sock_s_getservbyport): check if the port range. | nobu | 2008-10-23 | 1 | -0/+4 |
| * | * ext/socket/socket.c (sock_s_getservbyname): unuse unnecessary | nobu | 2008-10-23 | 1 | -7/+7 |
| * | * ext/socket/socket.c (sock_s_getservbyport): the port should be | nobu | 2008-10-23 | 1 | -4/+6 |
| * | * ext/socket/socket.c (sock_s_getservbyport): cast to get rid of | usa | 2008-10-23 | 1 | -1/+1 |
| * | * ext/socket/socket.c (sock_s_getservbyport): port should be | matz | 2008-10-22 | 1 | -1/+1 |
| * | * string.c (rb_str_conv_enc_opts): new function to convert with | matz | 2008-10-22 | 1 | -24/+81 |
| * | * string.c (rb_external_str_new_with_enc): no implicit strlen call. | matz | 2008-10-22 | 1 | -16/+16 |
| * | * ext/zlib/zlib.c (rb_gzreader_ungetc): should be able to unget | matz | 2008-10-21 | 2 | -3/+24 |
| * | * string.c (rb_external_str_new_with_enc): wrong condition to | matz | 2008-10-21 | 1 | -23/+27 |
| * | * ext/stringio/stringio.c (strio_write): should convert writing | matz | 2008-10-21 | 2 | -1/+9 |
| * | * ext/zlib/zlib.c (rb_gzwriter_write): conversion should be done | matz | 2008-10-21 | 1 | -3/+8 |
| * | * ext/zlib/zlib.c: remove obsolete prototype macros. | matz | 2008-10-21 | 1 | -176/+309 |
| * | * io.c, include/ruby/intern.h (rb_io_ascii8bit_binmode): externed. | shugo | 2008-10-21 | 1 | -1/+1 |
| * | * ext/iconv/iconv.c (strip_glibc_option, map_charset): check if | nobu | 2008-10-21 | 1 | -2/+3 |
| * | * ext/zlib/zlib.c (Init_zlib): add getbyte as an alias to getc. | matz | 2008-10-20 | 1 | -0/+1 |
| * | * include/ruby/ruby.h (ExportStringValue): new macro to convert | matz | 2008-10-20 | 2 | -38/+38 |
| * | * ext/tk/lib/tk.rb: support Encoding.default_internal. | nagai | 2008-10-19 | 5 | -66/+147 |
| * | * ext/socket/socket.c (init_sock): sockets should be binmode. | shugo | 2008-10-17 | 1 | -3/+1 |
| * | * ext/win32ole/win32ole.c (load_conv_function51932): check | suke | 2008-10-14 | 2 | -14/+29 |
| * | * ext/win32ole/win32ole.c (load_conv_function51932): support | suke | 2008-10-13 | 1 | -8/+10 |
| * | * ext/win32ole/win32ole.c (set_ole_codepage, ole_cp2encoding, | suke | 2008-10-12 | 1 | -33/+131 |
| * | * ext/json/ext/parser/parser.c (JSON_parse_string): | naruse | 2008-10-10 | 1 | -1/+3 |
| * | * ext/syck/syck.c (syck_lookup_sym): remove reading uninitialized | mame | 2008-10-09 | 1 | -2/+2 |
| * | * ext/json/ext/generator/extconf.rb: fix target. | naruse | 2008-10-09 | 2 | -2/+2 |