aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * 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.sh: make this script work again.knu2006-10-251-4/+1
* * ext/digest/lib/digest.rb: Follow the framework updates.knu2006-10-211-5/+12
* * ext/digest/lib/digest/hmac.rb: Complete half-boiled updates.knu2006-10-202-9/+10
* * ext/digest: Prefix C constants with RUBY_ and C type names withknu2006-10-2012-404/+569
* * 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/digest.c, ext/digest/digest.h,knu2006-10-137-62/+188
* * ext/digest/digest.c: Improve RDoc documentation further more.knu2006-10-131-2/+13
* * ext/digest/digest.c: Improve RDoc documentation.knu2006-10-132-21/+42
* Add .cvsignoreknu2006-10-131-0/+4
* * ext/digest/lib/digest.rb (Digest): Try to auto-load non-standardknu2006-10-131-3/+15
* * ext/digest/digest.c (Init_digest): Digest::Base.new() does noknu2006-10-131-13/+0
* * ext/digest/digest.c, ext/digest/md5/md5init.c,knu2006-10-137-243/+89
* * ext/digest/bubblebabble, ext/digest/digest.c: Rip BubbleBabbleknu2006-10-133-76/+139
* * ext/digest/digest.c (rb_digest_base_equal): Again, should callknu2006-10-131-1/+1
* * ext/digest/digest.c (rb_digest_base_equal): Should call digest()knu2006-10-121-2/+2
* * ext/tk/tkutil/tkutil.c (cbsubst_table_setup): need to handle newmatz2006-10-121-2/+2
* * ext/digest/lib/digest/hmac.rb: Make use of String#bytes.knu2006-10-111-7/+1
* * ext/digest/digest.c (get_digest_base_metadata): Use an instanceknu2006-10-115-10/+10
* * ext/digest/digest.c (rb_digest_base_alloc,knu2006-10-1120-120/+14
* * ext/digest/lib/digest/hmac.rb: Add digest/hmac, which implementsknu2006-10-111-0/+263
* * ext/digest/digest.c (rb_digest_base_reset): Do not makeknu2006-10-111-5/+9
* * ext/digest/sha1/sha1ossl.h: libssl 0.9.8c-3 defines nomatz2006-10-111-0/+4
* * ext/digest/digest.c (rb_digest_base_reset, Init_digest): Addknu2006-10-119-9/+45
* * ext/digest/digest.c (hexdigest_str_new, bubblebabble_str_new):knu2006-10-101-4/+12
* * ext/digest/sha1/depend, ext/digest/sha2/depend: Remove obsoleteknu2006-10-102-4/+0
* * ext/extmk.rb, lib/fileutils.rb, lib/mkmf.rb, lib/optparse.rb,nobu2006-10-091-8/+8
* * ext/digest/depend: Fix header installation when the buildknu2006-10-061-1/+1
* * ext/digest/depend: Install digest.h.knu2006-10-051-0/+6
* * ext/digest/lib/md5.rb, ext/digest/lib/sha1.rb: Remove thoseknu2006-10-052-28/+0
* * ext/digest/digest.c: Make hexdigest() always call digest() internally.knu2006-10-051-45/+72
* * ext/digest/digest.c: Allow subclassing in Ruby.knu2006-10-051-12/+82
* * ext/digest/digest.c (hexdigest_str_new): Add a string size check.knu2006-10-051-1/+8
* * ext/digest/digest.[ch]: Since the argument order ofknu2006-10-0527-631/+92
* * ext/tk/lib/tkextlib/tile.rb, lib/tkextlib/tile/* : support Tile 0.7.6.nagai2006-10-049-42/+142
* * Makefile.in, common.mk, ext/extmk.rb, win{32,ce}/Makefile.in: keepnobu2006-10-011-3/+1
* * ext/digest/lib/digest.rb (Digest): Require digest.so and fix theknu2006-09-291-0/+2
* * ext/extmk.rb: extout is needed for also clean.nobu2006-09-291-1/+1
* * ext/digest/md5/md5init.c (Init_md5): Now that we have digest.rb,knu2006-09-274-4/+4
* 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-72/+408
* * ext/pty/pty.c (establishShell): parent pid is not used.nobu2006-09-161-19/+13
* * 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