summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2007-12-17* ext/openssl/lib/openssl/buffering.rb (Buffering#gets): added secondgotoyuzo
2007-12-14* common.mk (ruby.imp): fix for circular dependency. a patch fromnobu
2007-12-14* ext/readline/extconf.rb: should use have_func for functions insteadnobu
2007-12-08* encoding.c (rb_enc_mbclen): make it never fail.akr
2007-12-07* ext/openssl/lib/net/ftptls.rb, ext/openssl/lib/net/telnets.rb:gotoyuzo
2007-12-05* ext/iconv/iconv.c (iconv_s_list): support NetBSD/Citrus iconv.naruse
2007-12-04* ext/iconv/iconv.c (iconv_convert): should not set encoding unlessnobu
2007-12-04* ext/nkf/lib/kconv.rb (tojis, tosjis, toeuc, toutf8):naruse
2007-12-04* lib/json.rb, lib/json/*: moved to ext/json/lib.naruse
2007-12-04* ext/iconv/iconv.c (iconv_create): achieve target encoding.nobu
2007-12-03 * ext/Win32API/*: removed or moved to ext/dl/win32.usa
2007-11-30* ext/syck/rubyext.c (rb_syck_mktime): avoid segmentation fault.matz
2007-11-28* ext/json, lib/json, test/json: Update to JSON 1.1.2.naruse
2007-11-28* ext/extmk.rb (extract_makefile): use dldflags instead of DLDFLAGS tonobu
2007-11-19* parse.y (parser_yylex): should clear parser->tokp as well.matz
2007-11-17ext/win32ole/win32ole.c (ole_invoke): bug fix. [ruby-talk:279100]suke
2007-11-16* ext/iconv/iconv.c (iconv_iconv): also instance method needs to benobu
2007-11-16* ext/iconv/iconv.c (Document-class): moved the simplest example tonobu
2007-11-15* ext/syck/rubyext.c: Node#value defined twice.why
2007-11-15 * ext/curses/extconf.rb: check macro if cannot find func.usa
2007-11-13* include/ruby/ruby.h: introduce 2 macros:ko1
2007-11-13* common.mk (parse.c), ext/ripper/depend (ripper.c): process afternobu
2007-10-23rescue Errno::EWOULDBLOCK as well as Errno::EAGAIN in sample code in rdoc.akr
2007-10-14* ext/socket/socket.c (s_accept_nonblock): make accepted fdakr
2007-10-13* ext/win32ole/win32ole.c (foletype_s_ole_classes, suke
2007-10-08* lib/net/imap.rb, lib/net/smtp.rb, lib/net/pop.rb: hostname shouldgotoyuzo
2007-10-03* ext/nkf/nkf.c, bin/ri, bin/irb: fixed typos in doc and comments.matz
2007-09-28* include/ruby/intern.h: export rb_ivar_foreach.akr
2007-09-27* ext/fiber/fiber.c: modify prototype declaration.ko1
2007-09-26* cont.c: Fiber as SemiCoroutine on default. [ruby-core:12146]ko1
2007-09-24* ext/strscan/strscan.c (strscan_initialize, strscan_getch): use thenobu
2007-09-23* lib/net/http.rb: an SSL verification (the server hostname shouldgotoyuzo
2007-09-21* ext/stringio/stringio.c (strio_init): separate from strio_initializenobu
2007-09-17* parse.y (ripper): rename event: arglist_* -> args_*.aamine
2007-09-14* ext/win32ole/win32ole.c (fev_unadvise): no needs to resetsuke
2007-09-06* ext/stringio/stringio.c (strio_getc): rb_enc_mbclen() fix.matz
2007-09-06* array.c (rb_ary_cycle): typo in rdoc. a patch from Yuguimatz
2007-09-04* ext/win32ole/win32ole.c: add WIN32OLE_EVENT#unadvise.suke
2007-09-01* ext/win32ole/win32ole.c (ole_event_free): IConnectionPoint should besuke
2007-08-29forgot to modify akr
2007-08-29* include/ruby/intern.h: declare rb_hash_tbl.akr
2007-08-28* ext/win32ole/win32ole.c (ole_type_progid): progid getted bysuke
2007-08-27* ext/win32ole/win32ole.c (ole_type_progid): fix the bug.suke
2007-08-27* ext/etc/etc.c (etc_getlogin): update documentation to notematz
2007-08-25* ext/win32ole/win32ole.c (ole_wc2mb, reg_enum_key): allocate suke
2007-08-25* ext/win32ole/win32ole.c (ole_event_free, EVENTSINK_Destructor,suke
2007-08-25* encoding.c: provide basic features for M17N.matz
2007-08-25* cont.c: separate Continuation and Fiber from core.ko1
2007-08-23* ext/win32ole/win32ole.c (reg_get_value): use RegQueryValueEx insteadsuke
2007-08-18* ext/tk/tcltklib.c (Init_tcltklib): use rb_set_end_proc().nobu