1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
knu d87fc2bdd4 * ext/digest/digest.c, ext/digest/digest.h,
ext/digest/md5/md5init.c, ext/digest/rmd160/rmd160init.c,
  ext/digest/sha1/sha1init.c, ext/digest/sha2/sha2init.c:
  Introduce API versioning.

* ext/digest/digest.c, ext/digest/digest.h,
  ext/digest/md5/md5init.c, ext/digest/rmd160/rmd160init.c,
  ext/digest/sha1/sha1init.c, ext/digest/sha2/sha2init.c: Remove
  the constants DIGEST_LENGTH and BLOCK_LENGTH and turn them into
  instance methods digest_length() and block_length().  Class
  methods with the same names are also provided, which take extra
  parameters for a digest method.

* ext/digest/lib/digest/hmac.rb: Completely redesign the API which
  is similar to Perl's, now that Digest classes can take hashing
  parameters.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11166 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2006-10-13 23:23:18 +00:00
..
bigdecimal * ruby.h (struct RString): embed small strings. 2006-08-31 10:30:33 +00:00
curses revert the definition of _XOPEN_SOURCE_EXTENDED on HP-UX. 2006-09-02 22:23:14 +00:00
dbm * ext/dbm/extconf.rb: allow multiple candidates for dbm-type. 2006-09-16 07:14:37 +00:00
digest * ext/digest/digest.c, ext/digest/digest.h, 2006-10-13 23:23:18 +00:00
dl * ruby.h (struct RArray): embed small arrays. 2006-09-02 14:42:08 +00:00
etc * ext/etc/etc.c (etc_getpwuid): uid integer should be wraped in 2006-09-21 05:12:57 +00:00
fcntl add extconf.h to .cvsignore. 2006-06-24 01:15:08 +00:00
gdbm * ext/gdbm/gdbm.c: add RDoc documentation. a patch from Peter 2006-09-20 00:30:38 +00:00
iconv * ruby.h (struct RArray): embed small arrays. 2006-09-02 14:42:08 +00:00
io/wait * ext/io/wait/extconf.rb: suspicious checking_for. 2006-09-16 07:15:22 +00:00
nkf * ext/nkf/nkf-8/nkf.c: imported nkf 2.0.8 rev.110. 2006-09-15 11:26:07 +00:00
openssl * ruby.h (struct RArray): embed small arrays. 2006-09-02 14:42:08 +00:00
pty * ext/pty/pty.c (establishShell): parent pid is not used. 2006-09-16 07:21:02 +00:00
racc/cparse * ruby.h (struct RArray): embed small arrays. 2006-09-02 14:42:08 +00:00
readline * ruby.h (struct RArray): embed small arrays. 2006-09-02 14:42:08 +00:00
ripper * ext/ripper/eventids2.c (token_assoc): added tCHAR, which is not 2006-06-26 15:52:50 +00:00
sdbm * ruby.h (struct RArray): embed small arrays. 2006-09-02 14:42:08 +00:00
socket socket.c: a rdoc patch from Daniel Berger <djberg96 at gmail.com> 2006-09-26 23:31:35 +00:00
stringio * ruby.h (struct RString): embed small strings. 2006-08-31 10:30:33 +00:00
strscan * ruby.h (struct RString): embed small strings. 2006-08-31 10:30:33 +00:00
syck * ruby.h (struct RArray): embed small arrays. 2006-09-02 14:42:08 +00:00
syslog * ruby.h (struct RString): embed small strings. 2006-08-31 10:30:33 +00:00
tk * ext/tk/tkutil/tkutil.c (cbsubst_table_setup): need to handle new 2006-10-12 09:28:28 +00:00
Win32API * ruby.h (struct RArray): embed small arrays. 2006-09-02 14:42:08 +00:00
win32ole * ruby.h (struct RArray): embed small arrays. 2006-09-02 14:42:08 +00:00
zlib * ruby.h (struct RString): embed small strings. 2006-08-31 10:30:33 +00:00
.cvsignore
.document Add digest.c 2006-08-28 02:32:47 +00:00
extmk.rb * ext/extmk.rb, lib/fileutils.rb, lib/mkmf.rb, lib/optparse.rb, 2006-10-09 14:41:24 +00:00
Setup * sprintf.c (rb_str_format): allow %c to print one character 2006-06-09 21:20:17 +00:00
Setup.atheos * ext/Setup*: remove tcltklib. 2005-01-26 05:15:02 +00:00
Setup.dj * ext/Setup*: remove tcltklib. 2005-01-26 05:15:02 +00:00
Setup.emx * ext/Setup*: remove tcltklib. 2005-01-26 05:15:02 +00:00
Setup.nt * ext/Setup*: remove tcltklib. 2005-01-26 05:15:02 +00:00
Setup.x68 * ext/Setup*: remove tcltklib. 2005-01-26 05:15:02 +00:00