summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/nkf/nkf-utf8/nkf.c: constified.nobu2008-09-291-2/+2
* * ext/win32ole/win32ole.c (fev_initialize): initializationsuke2008-09-291-1/+2
* * ext/win32ole/win32ole.c (rescue_callback): use rb_write_errorsuke2008-09-291-2/+4
* * ext/socket/socket.c (host_str): numeric address should be unsigned.nobu2008-09-261-1/+1
* * ext/curses/curses.c: should include <ruby/io.h>.matz2008-09-263-3/+3
* * include/ruby/node.h, node.h: move node.h from include path.ko12008-09-231-1/+1
* * ext/ripper/eventids2.c (token_to_eventid): supper __ENCODING__matz2008-09-231-0/+1
* * ext/readline/readline.c (Init_readline): used remove_history tokouji2008-09-221-1/+9
* * ext/json/ext/parser/parse.c: use ruby_xfree().naruse2008-09-201-1/+1
* * ext/json/ext/parser/parse.c: use ruby_xfree().naruse2008-09-203-6/+6
* * ext/json: import JSON v 1.1.3.naruse2008-09-2012-396/+395
* * prec.c: removed. Precision will be redesigned and be back again.yugui2008-09-191-8/+0
* * dln.c: newer BeOS support. a patch from Pete Goodevematz2008-09-193-3/+3
* * ext/nkf/nkf-utf8/nkf.c: fix memory violation. mentioned by mame [ruby-dev:3...naruse2008-09-181-15/+17
* * ext/openssl/ossl_pkey_ec.c (ossl_ec_key_to_string): comment outmame2008-09-181-0/+11
* * ext/bigdecimal/bigdecimal.c (VpCtoV): 1E1000...000 is interpreted asmame2008-09-181-3/+20
* * ext/socket/mkconstants.rb: add new constants. a patch frommatz2008-09-161-0/+15
* * gc.c, include/ruby/ruby.h: rename rb_register_mark_object()ko12008-09-151-2/+2
* * ext/ripper/depend (ripper.o): it depends on ruby headers.akr2008-09-131-1/+6
* * ext/syck/node.c (syck_replace_str2): fix wrong check to free ptr.mame2008-09-111-1/+1
* * ext/iconv/iconv.c: add attention for machine independent.naruse2008-09-111-0/+6
* * ext/socket/mkconstants.rb: add some IPV6 constans. [ruby-dev:36175]matz2008-09-061-0/+28
* * include/ruby/io.h (rb_io_modestr_fmode): renamed fromakr2008-09-051-1/+1
* * ext/iconv/iconv.c (iconv_create): strips glibc style option beforenobu2008-09-051-13/+68