summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
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
2007-07-20* ext/openssl/ossl_config.c (ossl_config_set_section): do notnobu
2007-07-15* ext/dl/cfunc.c (rb_dlcfunc_call): adjust format. [ruby-dev:31222]nobu
2007-07-14* ext/json/ext/generator/generator.c (check_max_nesting): wrongmatz
2007-07-12* blockinlining.c: remove "yarv" prefix.ko1
2007-07-07* lib/json.rb, lib/json/, ext/json/:naruse
2007-07-06* parse.y (keyword_to_name): constified.nobu
2007-06-28* ext/stringio/stringio.c (strio_getline): local variable to benobu
2007-06-25 * ext/pty/extconf.rb: skip wince and win64.usa
2007-06-18* ext/openssl/{extconf.rb,ossl_ssl_session.c}:technorama
2007-06-15* common.mk (realclean): separate local and ext.nobu
2007-06-10* ext/probeprofiler/probeprofiler.c: clean warnings.nobu
2007-06-10* ext/extmk.rb: prepend also topdir to mflags at last.nobu
2007-06-10* Makefile.in, win32/Makefile.sub (XCFLAGS): -I. is needed for *.inc.nobu
2007-06-10* include/ruby: moved public headers.nobu
2007-06-08* ext/zlib/zlib.c (gzfile_s_open): use FilePathValue to supportakr
2007-06-08follow previous lex.c change.akr
2007-06-06* lib/json/common.rb: Ponder offering parse\! method.naruse