Directory test/digest/

Directory Created:
2003-10-14 20:34
Total Files:
2
Deleted Files:
0
Lines of Code:
123

Browse with ViewVC

[root]/test/digest

Lines of Code

test/digest/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 10 (100.0%) 198 (100.0%) 19.8
knu 3 (30.0%) 96 (48.5%) 32.0
ocean 1 (10.0%) 80 (40.4%) 80.0
matz 2 (20.0%) 13 (6.6%) 6.5
akr 1 (10.0%) 6 (3.0%) 6.0
nobu 1 (10.0%) 3 (1.5%) 3.0
shyouhei 2 (20.0%) 0 (0.0%) 0.0

Most Recent Commits

shyouhei 2007-02-13 00:01

set svn:eol-style

0 lines of code changed in:

knu 2006-10-25 09:16

* test/digest/test_digest_hmac.rb: added.

3 lines of code changed in:

knu 2006-10-13 12:58

* ext/digest/digest.c (Init_digest): Digest::Base.new() does no

longer take an initial string to feed. This change allows

subclasses to take hashing parameters. A statement such as

``md = Digest::MD5.new(s)'' can be easily rewritten as

``md = Digest::MD5.new << s'' or

``md = Digest::MD5.new.update(s)''.

2 lines of code changed in:

matz 2006-02-17 09:40

* eval.c (ev_const_get): simplified using rb_const_get_fallback().



* eval.c (ev_const_defined): adopt to ev_const_get() using

rb_const_defined_fallback().



* variable.c (rb_const_get_fallback): new function to implement

constant search.



* variable.c (rb_const_defined_fallback): new function to

implement constant definition check.



* variable.c (rb_const_get_0): adopt to new behavior. constants

are looked up in the order of: current class, super classes (but

Object), lexically external classes/modules, and Object.



* variable.c (rb_const_defined_0): ditto.

12 lines of code changed in:

ocean 2005-02-17 12:16

* lib/drb/drb.rb (DRbServer.default_safe_level): fix typo.



* test/digest/test_digest.rb: separate test case for each algorithms.

(Thanks nobu) [ruby-dev:25412]

80 lines of code changed in:

matz 2004-09-17 10:24

* array.c (rb_ary_delete): element comparison might change array

size. [ruby-dev:24273]



* parse.y: make ruby parser reentrant. merge ripper parser to the

real one. this change makes ruby require bison.



* file.c (rb_file_truncate): clear stdio buffer before truncating

the file. [ruby-dev:24191]



* ext/digest/digest.c: use rb_obj_class() instead of CLASS_OF

which might return singleton class. [ruby-dev:24202]

1 lines of code changed in:

akr 2004-09-07 06:32

add test for [ruby-dev:24060], [ruby-dev:24065], [ruby-dev:24103],

[ruby-dev:24190], [ruby-dev:24191], [ruby-dev:24194], [ruby-dev:24197],

[ruby-dev:24202], [ruby-dev:24213], [ruby-dev:24223] and [ruby-dev:24228].

6 lines of code changed in:

nobu 2003-10-16 00:38

* test/digest/test_digest.rb (test_eq): show failed class.



* test/ruby/test_iterator.rb (test_break, test_return_trace_func):

test localjump destination.

3 lines of code changed in:

knu 2003-10-14 20:34

* test/digest/test_digest.rb: Moved from ext/digest/test.rb.

91 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT