aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/tk/sample/images/teapot.ppm: fix the broken file. [ruby-dev:30226]nagai2007-01-311-37/+12
* * ext/tk/sample/tktextio.rb: 'hist_size' option causes error.nagai2007-01-291-1/+1
* * ext/tk/lib/tk.rb (TkConfigMethod#__confinfo_cmd,__conv_keyonly_optkeys): nagai2007-01-2610-17/+32
* * ext/socket/socket.c: fix errors in socket sample code.matz2007-01-231-3/+3
* remove including header filesuke2007-01-131-2/+0
* fix memory leak of win32ole.suke2007-01-131-1/+15
* * ext/etc/etc.c (etc_getpwuid, etc_getgrgid): fix to correctlyknu2007-01-122-13/+6
* * ext/strscan/strscan.c (strscan_do_scan): should set kcode option before mat...aamine2007-01-101-0/+2
* Revert r11453matz2007-01-0311-35/+53
* * io.c (ruby_dup): start GC on ENOMEM as well.matz2007-01-0311-53/+35
* Merge 11443, 11444 and 11445 from trunk.drbrain2006-12-311-25/+43
* * ext/readline/readline.c: NetBSD editline does not havematz2006-12-142-0/+6
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2006-12-111-0/+73
* * ext/digest/sha2/lib/sha2.rb: Moved one level up from underknu2006-12-111-73/+0
* * ext/openssl/ossl_ocsp.c: OpenSSL::OCSP::OSCPError should begotoyuzo2006-12-011-1/+1
* * ext/tk/tcltklib.c: shouldn't run the killed thread at callback.nagai2006-12-011-13/+28
* * ext/tk/extconf.rb: support --with-X11/--without-X11 option.nagai2006-11-223-3/+22
* * ext/digest/lib/digest/hmac.rb: Keep this out of the 1.8 treeknu2006-11-071-271/+0
* * ext/tk/lib/tk/itemconfig.rb: minor bug fix.nagai2006-11-076-34/+83
* * ext/tk/lib/tk/itemconfig.rb: bug fix on 'itemconfiginfo' method, andnagai2006-11-069-190/+1651
* * ext/socket/socket.c (ruby_getnameinfo__aix): AF_INET6 workaroundmatz2006-11-022-0/+32
* * ext/digest/lib/digest/hmac.rb (Digest::HMAC::update): Minorknu2006-11-012-5/+6
* * ext/openssl/ossl_pkcs7.c (ossl_pkcs7_verify): should clear error.gotoyuzo2006-10-262-0/+3
* * ext/digest/digest.c (Init_digest): typo.usa2006-10-261-1/+1
* * ext/digest, test/digest/test_digest.rb: Merge from trunk:knu2006-10-2512-548/+818
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2006-10-255-0/+228
* * ext/extmk.rb: Borland make needs also -D flags to override variablesnobu2006-10-191-5/+7
* * bcc32/Makefile.sub ($(LIBRUBY_SO)): execute pre-link hook.nobu2006-10-191-2/+9
* * parse.y (parser_warning, parser_warn): some error message maymatz2006-10-143-5/+5
* * ext/digest/lib/digest/hmac: Back out the addition of digest/hmacknu2006-10-131-259/+0
* * ext/digest: Merge from trunk; metadata location changed,knu2006-10-1123-146/+86
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2006-10-111-0/+257
* * ext/digest/digest.c (hexdigest_str_new, bubblebabble_str_new):knu2006-10-101-11/+19
* * ext/digest: Merge from trunk; apply all changes since theknu2006-10-1032-747/+288
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2006-10-042-0/+52
* * ext/tk/lib/tkextlib/tile.rb, lib/tkextlib/tile/* : support Tile 0.7.6.nagai2006-10-048-42/+117
* * Makefile.in, common.mk, ext/extmk.rb, win{32,ce}/Makefile.in: keepnobu2006-10-011-3/+1
* * ext/extmk.rb: extout is needed for also clean.nobu2006-09-291-1/+1
* socket.c: a rdoc patch from Daniel Berger <djberg96 at gmail.com>matz2006-09-261-0/+8
* * common.mk (no-install): not install rdoc actually.nobu2006-09-211-1/+1
* * ext/etc/etc.c (etc_getpwuid): uid integer should be wraped inmatz2006-09-211-2/+11
* * ext/gdbm/gdbm.c: add RDoc documentation. a patch from Petermatz2006-09-201-38/+374
* * ext/pty/pty.c (establishShell): remove remaining unused line.matz2006-09-161-1/+0
* * ext/pty/pty.c (establishShell): parent pid is not used.nobu2006-09-161-19/+12
* * ext/io/wait/extconf.rb: suspicious checking_for.nobu2006-09-161-1/+1
* * ext/dbm/extconf.rb: allow multiple candidates for dbm-type.nobu2006-09-161-34/+26
* * Makefile.in, common.in, instruby.rb, ext/extmk.rb, lib/mkmf.rb:nobu2006-09-161-9/+1
* * ext/extmk.rb: Proc#call does not pass the block in 1.8.nobu2006-09-081-2/+2
* * Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT.nobu2006-09-081-9/+30
* * ext/nkf/lib/kconv.rb (Kconv::RegexpEucjp): fix regexp for euc-jpnaruse2006-09-061-3/+3