summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
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
2007-08-16* configure.in (aix): enable shared by default.nobu
2007-08-15* ext/stringio/stringio.c (strio_getc): should returnsmatz
2007-08-14* proc.c (Init_Proc), eval.c (Init_eval), eval_intern.h: moveko1
2007-08-08* ext/dl/cptr.c (rb_dlptr_s_to_ptr): no longer checkmatz
2007-08-08* ext/dl/cptr.c (rb_dlptr_s_to_ptr): fptr->f was renamed to fd. amatz
2007-08-07* ext/pty/pty.c (establishShell): handshaking before close slavenobu
2007-08-07* ext/pty/pty.c (MasterDevice, SlaveDevice, deviceNo): constified.nobu
2007-08-03* ext/extmk.rb (extmake): save all CONFIG values.nobu
2007-07-28* ext/digest/lib/digest.rb (Digest::self.const_missing): avoidmatz
2007-07-22* file.c (rb_file_s_rename): deleted code to get rid of a bug ofnobu