aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/bigdecimal/bigdecimal.c (BigDecimal_mode): set exception modemame2008-09-041-0/+6
* * include/ruby/intern.h (rb_file_open_str): declared.akr2008-09-041-1/+1
* * thread.c (rb_thread_check_trap_pending): added for compatibility.ko12008-09-042-75/+36
* * include/ruby/signal.h: removed.ko12008-09-035-6/+1
* * ext/digest/md5/md5init.c (md5), ext/digest/rmd160/rmd160init.cnobu2008-09-014-8/+8
* * include/ruby/intern.h: rename RB_UBF_DFL toko12008-08-311-1/+1
* * ext/socket/socket.c (lookup_order_table): constified.nobu2008-08-311-2/+2
* * ext/coverage/coverage.c (rb_mCoverage): removed unneeded static variable.nobu2008-08-312-9/+7
* * ext/openssl/ossl_ocsp.c (ossl_ocspres_initialize): fix fornobu2008-08-311-3/+4
* * ext/ripper/eventids2.c (ripper_init_eventids2): use rb_intern_const.nobu2008-08-312-49/+49
* * ext/dl/mkcallback.rb (rb_dl_init_callbacks): fix indent.akr2008-08-311-1/+1
* * ext/openssl/ossl_config.c (Init_ossl_config): removed C99ism.nobu2008-08-311-1/+2
* * ext/strscan/strscan.c (strscan_do_scan): fix usecnt decrement.akr2008-08-311-1/+1
* * ext/dl/mkcallback.rb: split callback.h to callback-[0-9].c to reduceakr2008-08-303-28/+62
* * ext/dl/mkcallback.rb (foreach_proc_entry): extracted.akr2008-08-301-37/+45
* * ext/dl/test/test_import.rb: fix character code.akr2008-08-302-9/+9
* * ext/openssl/ossl_config.c (Init_ossl_config): memory leak fixed.matz2008-08-303-1/+18
* * ext/openssl/ossl_x509ext.c (ossl_x509ext_initialize): fix fornobu2008-08-301-2/+4
* * ext/dl/mkcallback.rb: fix continuation line detection.akr2008-08-301-1/+1
* * ext/dl/mkcallback.rb (rb_dl_init_callbacks): avoid GC problem whichakr2008-08-301-8/+13