aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/iconv/iconv.c: remove include pragma for "ruby/intern.h".ko12008-08-301-1/+0
* * ext/openssl/ossl_x509attr.c (ossl_x509attr_initialize): fix fornobu2008-08-293-7/+12
* * ext/win32ole/win32ole.c (ole_invoke): WIN32OLE#[] and WIN32OLE#[]=suke2008-08-271-1/+1
* * ext/bigdecimal/bigdecimal.c (VpMult): fix double free.mame2008-08-251-1/+1
* * ext/pty/pty.c (pty_getpty): follow rb_io_t's path -> pathv change.akr2008-08-231-2/+2
* * include/ruby/io.h (rb_io_t): remove path field and add pathv field.akr2008-08-231-6/+8
* * ext/openssl/ossl_x509name.c (ossl_x509name_initialize): store theakr2008-08-191-0/+1
* * golf_prelude.rb, lib/set.rb (TC_Set#test_each),knu2008-08-131-1/+1
* * ext/bigdecimal/bigdecimal.c (BigDecimalCmp): should not ignorematz2008-08-121-1/+1
* * ext/syslog/syslog.c (mSyslog_open): Use of Check_SafeStr() isknu2008-08-121-6/+2
* * ext/dl/cptr.c (rb_dlptr_s_to_ptr): fixed shadowing variable.nobu2008-08-121-2/+2
* * ext/socket/getaddrinfo.c (getaddrinfo): constified.nobu2008-08-121-1/+1