summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * array.c (rb_ary_pop): may cause realloc oscillation. a patchmatz2006-07-132-5/+15
* * ext/tk/lib/tk/composite.rb: improve handling of the classname on thenagai2006-07-132-1/+102
* * ext/tk/lib/multi-tk.rb: remove restriction on the class ofnagai2006-07-111-2/+4
* * ext/tk/lib/multi-tk.rb: security fix.nagai2006-07-112-3/+7
* * ext/tk/lib/tk/font.rb: sorry. mistaken to patch.nagai2006-07-101-1/+1
* * ext/tk/tcltklib.c: make SEGV risk lower at exit.nagai2006-07-108-40/+517
* Test class name should not be duplicated.suke2006-07-072-2/+2
* * ext/racc/cparse/cparse.c: sync with original code, rev 1.8.aamine2006-07-061-16/+62
* * ext/tk/tcltklib.c (ip_make_menu_embeddable): help to make a menunagai2006-07-035-11/+301
* * ext/etc/extconf.rb (PW_UID2VAL, PW_GID2VAL): defaulted to conversionnobu2006-07-031-4/+3
* * ext/racc/cparse/cparse.c: sync with original code (rev 1.7).aamine2006-07-021-94/+56
* * ext/bigdecimal/bigdecimal.c (BigDecimal_version): fix patchmatz2006-06-291-2/+0
* * ext/bigdecimal/bigdecimal.c: add RDoc document. a patch frommatz2006-06-296-38/+699
* * ext/tk/tcltklib.c: forgot to update TCLTKLIB_RELEASE_DATE.nagai2006-06-272-7/+7
* * ext/etc/etc.c (setup_passwd, setup_group): allow bignum uid, gid andnobu2006-06-272-7/+20
* * ext/tk/tcltklib.c (ip_delete): fix SEGV when a slave-ip is deletednagai2006-06-261-2/+0
* add extconf.h.akr2006-06-251-0/+1
* * ext/socket/socket.c (sock_s_socketpair): try GC only once.akr2006-06-211-7/+9
* * ext/openssl/extconf.rb: add check for OBJ_NAME_do_all_sorted.gotoyuzo2006-06-204-28/+60
* Mon Jun 19 23:40:59 2006 NARUSE, Yui <naruse@ruby-lang.org>naruse2006-06-194-800/+744
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2006-06-191-0/+34
* support some kind of method of word. [ruby-Bugs#3237]suke2006-06-194-15/+52
* * ext/tk/lib/multi-tk.rb: fix bug: initialize improper tablesnagai2006-06-181-2/+3
* * ext/socket/socket.c (bsock_recv_nonblock): new methodakr2006-06-171-100/+99
* support PROPERTYPUTREF. [ruby-talk:183042]suke2006-06-163-2/+22
* The return value of WIN32OLE#ole_methods and WIN32OLE#ole_put_methodssuke2006-06-153-3/+40
* * ext/bigdecimal/lib/bigdecimal/newton.rb (Newton::nlsolve): typomatz2006-06-101-1/+1
* * configure.in: add new configure option `--with-winsock2' for mingw.usa2006-06-071-1/+1
* * win32/{configure.bat, setup.mak, Makefile.sub, win32.h}: addusa2006-06-071-1/+5
* * ext/socket/socket.c (sock_s_unpack_sockaddr_in): rejectakr2006-06-051-0/+14
* * ext/socket/socket.c: fix sockaddr_un handling.akr2006-06-041-25/+44
* update doc.akr2006-06-021-50/+52
* * ext/openssl/extconf.rb: use create_header.gotoyuzo2006-06-023-0/+8
* fix a comment.akr2006-06-011-6/+6
* * ext/socket/socket.c (s_recvfrom): alen may be zero with UNIXSocketakr2006-06-011-61/+282
* * ext/extmk.rb (extmake): remove extinit files if no statically linkednobu2006-05-271-10/+16
* * ruby.h, lib/mkmf.rb (create_header): clear command line options fornobu2006-05-259-76/+52
* * fixed the problems described in [ruby-dev:28665].ttate2006-05-252-51/+64
* * ext/extmk.rb: deal with $static set in extconf.rb.nobu2006-05-241-6/+1
* update nonblocking methods document.akr2006-05-241-27/+34
* * ext/openssl/lib/openssl/ssl.rbgotoyuzo2006-05-231-3/+3
* add reason for accept(2) failure in accept_nonblock.akr2006-05-221-2/+1
* update *_nonblock doc.akr2006-05-221-160/+25
* use rb_read_pending instead of rb_io_read_pending.akr2006-05-221-1/+1
* * rubyio.h (rb_io_set_nonblock): declared.akr2006-05-221-2/+361
* * ext/extmk.rb, lib/mkmf.rb: use BUILD_FILE_SEPARATOR in Makefiles.nobu2006-05-171-2/+2
* * ext/syck/yaml2byte.c (syck_yaml2byte_handler): need to freematz2006-05-031-0/+1
* * ext/syck/emitter.c (syck_scan_scalar): avoid accessingmatz2006-05-031-1/+1
* * ext/socket/socket.c (make_hostent_internal): accept ai_familymatz2006-05-021-5/+4
* * ext/openssl/ossl_asn1.c (ossl_asn1_decode0): should initializegotoyuzo2006-04-291-1/+1