summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
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
2008-10-23* ext/socket/socket.c (sock_s_getservbyport): check if the port range.nobu
2008-10-23* ext/socket/socket.c (sock_s_getservbyname): unuse unnecessarynobu
2008-10-23* ext/socket/socket.c (sock_s_getservbyport): the port should benobu
2008-10-23 * ext/socket/socket.c (sock_s_getservbyport): cast to get rid ofusa
2008-10-22* ext/socket/socket.c (sock_s_getservbyport): port should bematz
2008-10-22* string.c (rb_str_conv_enc_opts): new function to convert withmatz
2008-10-22* string.c (rb_external_str_new_with_enc): no implicit strlen call.matz
2008-10-21* ext/zlib/zlib.c (rb_gzreader_ungetc): should be able to ungetmatz
2008-10-21* string.c (rb_external_str_new_with_enc): wrong condition tomatz
2008-10-21* ext/stringio/stringio.c (strio_write): should convert writingmatz
2008-10-21* ext/zlib/zlib.c (rb_gzwriter_write): conversion should be donematz
2008-10-21* ext/zlib/zlib.c: remove obsolete prototype macros.matz
2008-10-21* io.c, include/ruby/intern.h (rb_io_ascii8bit_binmode): externed.shugo
2008-10-21* ext/iconv/iconv.c (strip_glibc_option, map_charset): check ifnobu
2008-10-20* ext/zlib/zlib.c (Init_zlib): add getbyte as an alias to getc.matz
2008-10-20* include/ruby/ruby.h (ExportStringValue): new macro to convertmatz
2008-10-19* ext/tk/lib/tk.rb: support Encoding.default_internal.nagai
2008-10-17* ext/socket/socket.c (init_sock): sockets should be binmode.shugo
2008-10-14* ext/win32ole/win32ole.c (load_conv_function51932): checksuke
2008-10-13* ext/win32ole/win32ole.c (load_conv_function51932): supportsuke
2008-10-12* ext/win32ole/win32ole.c (set_ole_codepage, ole_cp2encoding,suke
2008-10-10* ext/json/ext/parser/parser.c (JSON_parse_string):naruse
2008-10-09* ext/syck/syck.c (syck_lookup_sym): remove reading uninitializedmame
2008-10-09* ext/json/ext/generator/extconf.rb: fix target.naruse
2008-10-09 * include/ruby/ruby.h: embeds the elements of an array into itsyugui
2008-10-09rdoc update.akr
2008-10-08* ext/win32ole/win32ole.c (ole_init_cp): initialize WIN32OLE.codepagesuke
2008-10-08* ext/json/lib/json/pure/generator.rb (utf8_to_json):naruse
2008-10-08* ext/json/lib/json/pure/parser.rbnaruse
2008-10-07* ext/json/lib/json/pure/generator.rb (utf8_to_json):naruse