Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * intern.h (rb_check_array_type): Declare rb_check_array_type(). | knu | 2003-01-06 | 1 | -0/+2 |
| | | | | | | | | | | * ext/digest/md5/md5ossl.c: Include stdio.h for sprintf() and string.h for memcmp(). * ext/dl/ptr.c: Include ctype.h for isdigit(). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3302 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | ||||
* | * ext/digest/md5: Use OpenSSL's MD5 engine if available. It is | knu | 2002-09-26 | 1 | -0/+28 |
much faster than what we have now (md5.[ch]). Add a knob (--with-bundled-md5) to extconf.rb which makes it use the bundled one anyway. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2893 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |