aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/win32ole/win32ole.c (set_ole_codepage, ole_cp2encoding,suke2008-10-121-33/+131
* * ext/json/ext/parser/parser.c (JSON_parse_string):naruse2008-10-101-1/+3
* * ext/syck/syck.c (syck_lookup_sym): remove reading uninitializedmame2008-10-091-2/+2
* * ext/json/ext/generator/extconf.rb: fix target.naruse2008-10-092-2/+2
* * include/ruby/ruby.h: embeds the elements of an array into itsyugui2008-10-091-6/+3
* rdoc update.akr2008-10-091-7/+7
* * ext/win32ole/win32ole.c (ole_init_cp): initialize WIN32OLE.codepagesuke2008-10-081-4/+12
* * ext/json/lib/json/pure/generator.rb (utf8_to_json):naruse2008-10-081-2/+3
* * ext/json/lib/json/pure/parser.rbnaruse2008-10-081-1/+1
* * ext/json/lib/json/pure/generator.rb (utf8_to_json):naruse2008-10-071-2/+2