summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
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
2008-10-07* ext/json/lib/json/pure/generator.rb (utf8_to_json):naruse
2008-10-05* lib/mkmf.rb ($config_h): now always defines for old libraries.nobu
2008-10-05* ext/stringio/stringio.c (strio_set_encoding): defined fornaruse
2008-10-05* ext/nkf/nkf-utf8/utf8tbl.c: update table.naruse
2008-10-04* dln.c: Ruby no longer supports Windows CE.yugui
2008-10-04* dln.c: Ruby no longer supports MacOS 9 or before.yugui
2008-10-04* dln.c: Ruby no longer supports MS-DOS.yugui
2008-10-04* djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp.yugui
2008-10-04* x68/_dtos18.c: removed. Ruby no longer supports human68k.yugui
2008-10-04* ext/nkf/nkf.c (rb_nkf_enc_get): don't replicate encoding.naruse
2008-10-04* ext/stringio/stringio.c (strio_external_encoding): defined.naruse
2008-10-03* ext/dl/extconf.rb ($distcleanfiles): added callback-?.c intoyugui
2008-10-03* ext/json/lib/json/pure.rb (module JSON): remove Iconv dependency.naruse
2008-09-29* ext/nkf/nkf-utf8/nkf.c: commit miss.nobu