summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/dbm/extconf.rb: create makefile according to the result of checknobu2006-09-041-4/+4
* revert the definition of _XOPEN_SOURCE_EXTENDED on HP-UX.akr2006-09-021-4/+0
* * ext/socket/socket.c (ruby_connect): sockerrlen should be socklen_t.akr2006-09-021-1/+2
* * ext/socket/extconf.rb: check arpa/inet.h for ntohs.akr2006-09-022-1/+6
* * ext/curses/curses.c: define _XOPEN_SOURCE_EXTENDED on HP-UX.akr2006-09-021-1/+4
* * ext/tk/lib/tk/font.rb: TkFont#current_configinfo() doesn't work on Tcl/Tk8.x.nagai2006-09-012-6/+6
* * ext/tk/lib/tkextlib/blt.rb: double dashes (--) option doesn't worknagai2006-08-312-2/+8
* * 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