aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* rescue Errno::EWOULDBLOCK as well as Errno::EAGAIN in sample code in rdoc.akr2007-10-231-4/+4
* * ext/socket/socket.c (s_accept_nonblock): make accepted fdakr2007-10-141-0/+19
* * ext/win32ole/win32ole.c (foletype_s_ole_classes, suke2007-10-131-68/+15
* * lib/net/imap.rb, lib/net/smtp.rb, lib/net/pop.rb: hostname shouldgotoyuzo2007-10-082-0/+13
* * ext/nkf/nkf.c, bin/ri, bin/irb: fixed typos in doc and comments.matz2007-10-031-2/+2
* * include/ruby/intern.h: export rb_ivar_foreach.akr2007-09-281-1/+1
* * ext/fiber/fiber.c: modify prototype declaration.ko12007-09-271-1/+1
* * cont.c: Fiber as SemiCoroutine on default. [ruby-core:12146]ko12007-09-261-1/+1
* * ext/strscan/strscan.c (strscan_initialize, strscan_getch): use thenobu2007-09-241-3/+1
* * lib/net/http.rb: an SSL verification (the server hostname shouldgotoyuzo2007-09-231-1/+1
* * ext/stringio/stringio.c (strio_init): separate from strio_initializenobu2007-09-211-4/+13
* * parse.y (ripper): rename event: arglist_* -> args_*.aamine2007-09-171-5/+4
* * ext/win32ole/win32ole.c (fev_unadvise): no needs to resetsuke2007-09-141-5/+3
* * ext/stringio/stringio.c (strio_getc): rb_enc_mbclen() fix.matz2007-09-062-3/+4
* * array.c (rb_ary_cycle): typo in rdoc. a patch from Yuguimatz2007-09-061-1/+1
* * ext/win32ole/win32ole.c: add WIN32OLE_EVENT#unadvise.suke2007-09-041-5/+60
* * ext/win32ole/win32ole.c (ole_event_free): IConnectionPoint should besuke2007-09-011-27/+30
* forgot to modify akr2007-08-292-9/+9
* * include/ruby/intern.h: declare rb_hash_tbl.akr2007-08-294-9/+9
* * ext/win32ole/win32ole.c (ole_type_progid): progid getted bysuke2007-08-281-2/+4
* * ext/win32ole/win32ole.c (ole_type_progid): fix the bug.suke2007-08-271-2/+2
* * ext/etc/etc.c (etc_getlogin): update documentation to notematz2007-08-271-0/+2
* * ext/win32ole/win32ole.c (ole_wc2mb, reg_enum_key): allocate suke2007-08-251-3/+5
* * ext/win32ole/win32ole.c (ole_event_free, EVENTSINK_Destructor,suke2007-08-251-31/+9
* * encoding.c: provide basic features for M17N.matz2007-08-2564-33/+122
* * cont.c: separate Continuation and Fiber from core.ko12007-08-254-0/+22
* * ext/win32ole/win32ole.c (reg_get_value): use RegQueryValueEx insteadsuke2007-08-231-25/+45
* * ext/tk/tcltklib.c (Init_tcltklib): use rb_set_end_proc().nobu2007-08-181-5/+2
* * configure.in (aix): enable shared by default.nobu2007-08-161-1/+1
* * ext/stringio/stringio.c (strio_getc): should returnsmatz2007-08-151-72/+68
* * proc.c (Init_Proc), eval.c (Init_eval), eval_intern.h: moveko12007-08-141-1/+1
* * ext/dl/cptr.c (rb_dlptr_s_to_ptr): no longer checkmatz2007-08-082-6/+1
* * ext/dl/cptr.c (rb_dlptr_s_to_ptr): fptr->f was renamed to fd. amatz2007-08-081-1/+1
* * ext/pty/pty.c (establishShell): handshaking before close slavenobu2007-08-071-1/+4
* * ext/pty/pty.c (MasterDevice, SlaveDevice, deviceNo): constified.nobu2007-08-072-43/+34
* * ext/extmk.rb (extmake): save all CONFIG values.nobu2007-08-031-16/+43
* * ext/digest/lib/digest.rb (Digest::self.const_missing): avoidmatz2007-07-281-2/+4
* * file.c (rb_file_s_rename): deleted code to get rid of a bug ofnobu2007-07-224-8/+5
* * ext/openssl/ossl_config.c (ossl_config_set_section): do notnobu2007-07-201-1/+4
* * ext/dl/cfunc.c (rb_dlcfunc_call): adjust format. [ruby-dev:31222]nobu2007-07-157-9/+23
* * ext/json/ext/generator/generator.c (check_max_nesting): wrongmatz2007-07-141-1/+1
* * blockinlining.c: remove "yarv" prefix.ko12007-07-121-1/+1
* * lib/json.rb, lib/json/, ext/json/:naruse2007-07-075-177/+489
* * parse.y (keyword_to_name): constified.nobu2007-07-061-2/+2
* * ext/stringio/stringio.c (strio_getline): local variable to benobu2007-06-281-3/+1
* * ext/pty/extconf.rb: skip wince and win64.usa2007-06-251-1/+1
* * ext/openssl/{extconf.rb,ossl_ssl_session.c}:technorama2007-06-184-25/+190
* * common.mk (realclean): separate local and ext.nobu2007-06-151-3/+11
* * ext/probeprofiler/probeprofiler.c: clean warnings.nobu2007-06-101-9/+7
* * ext/extmk.rb: prepend also topdir to mflags at last.nobu2007-06-101-1/+2