aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/json/lib/json/pure/generator.rb (utf8_to_json):naruse2008-10-071-1/+1
* * lib/mkmf.rb ($config_h): now always defines for old libraries.nobu2008-10-051-1/+0
* * ext/stringio/stringio.c (strio_set_encoding): defined fornaruse2008-10-051-0/+18
* * ext/nkf/nkf-utf8/utf8tbl.c: update table.naruse2008-10-051-3/+3
* * dln.c: Ruby no longer supports Windows CE.yugui2008-10-041-1/+1
* * dln.c: Ruby no longer supports MacOS 9 or before.yugui2008-10-043-41/+2
* * dln.c: Ruby no longer supports MS-DOS.yugui2008-10-042-4/+4
* * djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp.yugui2008-10-042-34/+1
* * x68/_dtos18.c: removed. Ruby no longer supports human68k.yugui2008-10-043-36/+3
* * ext/nkf/nkf.c (rb_nkf_enc_get): don't replicate encoding.naruse2008-10-041-3/+0
* * ext/stringio/stringio.c (strio_external_encoding): defined.naruse2008-10-041-0/+31
* * ext/dl/extconf.rb ($distcleanfiles): added callback-?.c intoyugui2008-10-031-7/+6
* * ext/json/lib/json/pure.rb (module JSON): remove Iconv dependency.naruse2008-10-033-65/+21
* * ext/nkf/nkf-utf8/nkf.c: commit miss.nobu2008-09-291-8/+8