summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2008-09-23* include/ruby/node.h, node.h: move node.h from include path.ko1
2008-09-23* ext/ripper/eventids2.c (token_to_eventid): supper __ENCODING__matz
2008-09-22* ext/readline/readline.c (Init_readline): used remove_history tokouji
2008-09-20* ext/json/ext/parser/parse.c: use ruby_xfree().naruse
2008-09-20* ext/json/ext/parser/parse.c: use ruby_xfree().naruse
2008-09-20* ext/json: import JSON v 1.1.3.naruse
2008-09-19* prec.c: removed. Precision will be redesigned and be back again.yugui
2008-09-19* dln.c: newer BeOS support. a patch from Pete Goodevematz
2008-09-18* ext/nkf/nkf-utf8/nkf.c: fix memory violation. mentioned by mame [ruby-dev:3...naruse
2008-09-18* ext/openssl/ossl_pkey_ec.c (ossl_ec_key_to_string): comment outmame
2008-09-18* ext/bigdecimal/bigdecimal.c (VpCtoV): 1E1000...000 is interpreted asmame
2008-09-16* ext/socket/mkconstants.rb: add new constants. a patch frommatz
2008-09-15* gc.c, include/ruby/ruby.h: rename rb_register_mark_object()ko1
2008-09-13* ext/ripper/depend (ripper.o): it depends on ruby headers.akr
2008-09-11* ext/syck/node.c (syck_replace_str2): fix wrong check to free ptr.mame
2008-09-11* ext/iconv/iconv.c: add attention for machine independent.naruse
2008-09-06* ext/socket/mkconstants.rb: add some IPV6 constans. [ruby-dev:36175]matz
2008-09-05* include/ruby/io.h (rb_io_modestr_fmode): renamed fromakr
2008-09-05* ext/iconv/iconv.c (iconv_create): strips glibc style option beforenobu
2008-09-04* ext/bigdecimal/bigdecimal.c (BigDecimal_mode): set exception modemame
2008-09-04* include/ruby/intern.h (rb_file_open_str): declared.akr
2008-09-04* thread.c (rb_thread_check_trap_pending): added for compatibility.ko1
2008-09-03* include/ruby/signal.h: removed.ko1
2008-09-01* ext/digest/md5/md5init.c (md5), ext/digest/rmd160/rmd160init.cnobu
2008-08-31* include/ruby/intern.h: rename RB_UBF_DFL toko1
2008-08-31* ext/socket/socket.c (lookup_order_table): constified.nobu
2008-08-31* ext/coverage/coverage.c (rb_mCoverage): removed unneeded static variable.nobu
2008-08-31* ext/openssl/ossl_ocsp.c (ossl_ocspres_initialize): fix fornobu
2008-08-31* ext/ripper/eventids2.c (ripper_init_eventids2): use rb_intern_const.nobu
2008-08-31* ext/dl/mkcallback.rb (rb_dl_init_callbacks): fix indent.akr
2008-08-31* ext/openssl/ossl_config.c (Init_ossl_config): removed C99ism.nobu
2008-08-31* ext/strscan/strscan.c (strscan_do_scan): fix usecnt decrement.akr
2008-08-30* ext/dl/mkcallback.rb: split callback.h to callback-[0-9].c to reduceakr
2008-08-30* ext/dl/mkcallback.rb (foreach_proc_entry): extracted.akr
2008-08-30* ext/dl/test/test_import.rb: fix character code.akr
2008-08-30* ext/openssl/ossl_config.c (Init_ossl_config): memory leak fixed.matz
2008-08-30* ext/openssl/ossl_x509ext.c (ossl_x509ext_initialize): fix fornobu
2008-08-30* ext/dl/mkcallback.rb: fix continuation line detection.akr
2008-08-30* ext/dl/mkcallback.rb (rb_dl_init_callbacks): avoid GC problem whichakr
2008-08-30* ext/iconv/iconv.c: remove include pragma for "ruby/intern.h".ko1
2008-08-29* ext/openssl/ossl_x509attr.c (ossl_x509attr_initialize): fix fornobu
2008-08-27* ext/win32ole/win32ole.c (ole_invoke): WIN32OLE#[] and WIN32OLE#[]=suke
2008-08-25* ext/bigdecimal/bigdecimal.c (VpMult): fix double free.mame
2008-08-23* ext/pty/pty.c (pty_getpty): follow rb_io_t's path -> pathv change.akr
2008-08-23* include/ruby/io.h (rb_io_t): remove path field and add pathv field.akr
2008-08-19* ext/openssl/ossl_x509name.c (ossl_x509name_initialize): store theakr
2008-08-13* golf_prelude.rb, lib/set.rb (TC_Set#test_each),knu
2008-08-12* ext/bigdecimal/bigdecimal.c (BigDecimalCmp): should not ignorematz
2008-08-12* ext/syslog/syslog.c (mSyslog_open): Use of Check_SafeStr() isknu
2008-08-12* ext/dl/cptr.c (rb_dlptr_s_to_ptr): fixed shadowing variable.nobu