aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/dl/cfunc.c (rb_dlcfunc_call): add taint check.matz2008-08-113-8/+18
* * ext/readline/README.ja: added API document forkouji2008-08-113-0/+67
* * configure.in (rb_cv_missing__dtos18, rb_cv_missing_fconvert),nobu2008-08-093-1/+5
* * stable/ext/socket/socket.c (NI_MAXHOST, NI_MAXSERV): fixed invalidnobu2008-08-091-2/+2
* * ext/.document: added readline/readline.c.kouji2008-08-074-66/+412
* * ext/readline/README.ja: updated API document for Readline module.kouji2008-08-071-35/+376
* * ext/socket/getaddrinfo.c (gai_strerror): ignore only on Haiku.usa2008-08-071-2/+2
* * eval_intern.h: Add support to Haiku. see [ruby-core:18110]naruse2008-08-065-4/+16
* * ext/win32ole/win32ole.c (hash2named_arg): refactoring.suke2008-08-031-5/+26
* * ext/readline/extconf.rb: checked to have clear_history inkouji2008-08-012-6/+52