summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/win32ole/win32ole.c (ole_variant2val): sorry, fix the enbug.suke2007-02-101-1/+2
* * ext/win32ole/win32ole.c (ole_variant2val): fix compile errorsuke2007-02-091-1/+1
* * ext/win32ole/win32ole.c (ole_variant2val): fix the bug whensuke2007-02-091-1/+5
* * removed svn:keywords for compatibility.shugo2007-01-31157-197/+197
* fix memory leak of win32ole.suke2007-01-131-1/+12
* r11523@ruby: shyouhei | 2007-01-09 15:57:58 +0900shyouhei2007-01-092-5/+7
* * ext/openssl/ossl.h: fixed compilation problem on gcc 3.2.shyouhei2006-12-251-7/+13
* revert to p11shyouhei2006-12-251-13/+7
* r12@ruby: shyouhei | 2006-12-21 21:09:03 +0900shyouhei2006-12-211-7/+13
* backport from ruby_1_8shyouhei2006-12-151-13/+28
* backport from ruby_1_8shyouhei2006-12-051-4/+4
* * ext/bigdecimal/bigdecimal.c, ext/digest/rmd160/rmd160ossl.c,matz2006-08-074-3/+4
* * ext/syck/syck.c (syck_move_tokens): should avoid negativematz2006-08-071-1/+2
* * configure.in, common.mk: AIX link issue. a patch from Yutakamatz2006-08-071-0/+6
* * ext/tk/lib/multi-tk.rb: freeze ip_name for security reason.nagai2006-07-281-1/+1
* * ext/openssl/ossl.h: move <ruby.h> inclusion point to shut upmatz2006-07-271-9/+9
* * ext/strscan/strscan.c: sync with HEAD (rev 1.25).aamine2006-07-261-170/+131
* * ext/pty/pty.c (getDevice): retry once after GC on failure.nobu2006-07-261-22/+29
* * ext/readline/readline.c (readline_readline): rl_deprep_term_functionakr2006-07-241-1/+3
* * ext/extmk.rb, lib/mkmf.rb (with_destdir): remove drive letter beforenobu2006-07-211-1/+4
* * lib/webrick/httpserver.rb (WEBrick::HTTPServer::unmount): removematz2006-07-181-1/+1
* * ext/extmk.rb: remove LIBRUBY_SO if static linked extensions exist.nobu2006-07-171-0/+3
* * ext/tk/lib/tk.rb: add methods for new features of latest Tcl/Tk8.5nagai2006-07-142-4/+34
* * 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