Age | Commit message (Expand) | Author |
2006-10-11 | * ext/digest/digest.c (get_digest_base_metadata): Use an instance | knu |
2006-10-11 | * ext/digest/digest.c (rb_digest_base_alloc, | knu |
2006-10-11 | * ext/digest/lib/digest/hmac.rb: Add digest/hmac, which implements | knu |
2006-10-11 | * ext/digest/digest.c (rb_digest_base_reset): Do not make | knu |
2006-10-11 | * ext/digest/sha1/sha1ossl.h: libssl 0.9.8c-3 defines no | matz |
2006-10-11 | * ext/digest/digest.c (rb_digest_base_reset, Init_digest): Add | knu |
2006-10-10 | * ext/digest/digest.c (hexdigest_str_new, bubblebabble_str_new): | knu |
2006-10-10 | * ext/digest/sha1/depend, ext/digest/sha2/depend: Remove obsolete | knu |
2006-10-06 | * ext/digest/depend: Fix header installation when the build | knu |
2006-10-05 | * ext/digest/depend: Install digest.h. | knu |
2006-10-05 | * ext/digest/lib/md5.rb, ext/digest/lib/sha1.rb: Remove those | knu |
2006-10-05 | * ext/digest/digest.c: Make hexdigest() always call digest() internally. | knu |
2006-10-05 | * ext/digest/digest.c: Allow subclassing in Ruby. | knu |
2006-10-05 | * ext/digest/digest.c (hexdigest_str_new): Add a string size check. | knu |
2006-10-05 | * ext/digest/digest.[ch]: Since the argument order of | knu |
2006-09-29 | * ext/digest/lib/digest.rb (Digest): Require digest.so and fix the | knu |
2006-09-27 | * ext/digest/md5/md5init.c (Init_md5): Now that we have digest.rb, | knu |
2006-09-14 | * ext/digest/lib/digest.rb (Digest::Base.file): open a file in binary | akr |
2006-09-14 | add a document for Digest::Base.file. | akr |
2006-09-14 | * ext/digest/lib/digest.rb (Digest::Base.file): new method. | akr |
2006-09-13 | * ext/digest/digest.c (rb_digest_base_inspect): new method. | akr |
2006-09-13 | * ext/digest/lib/digest.rb: new file. | akr |
2006-08-31 | * ruby.h (struct RString): embed small strings. | matz |
2006-08-28 | Make RDoc show up. | drbrain |
2006-08-27 | Include attribution | drbrain |
2006-08-07 | * ext/bigdecimal/bigdecimal.c, ext/digest/rmd160/rmd160ossl.c, | matz |
2006-06-24 | add extconf.h to .cvsignore. | akr |
2006-05-25 | * ruby.h, lib/mkmf.rb (create_header): clear command line options for | nobu |
2005-12-29 | * eval.c (rb_mod_define_method): should save safe_level in the | matz |
2005-12-12 | remove unused variables. | akr |
2005-12-12 | * ext/digest/digest.c (rb_digest_base_s_digest): add volatile to | matz |
2005-09-06 | * Makefile.in, configure.in (MINIOBJS): miniruby on HP-UX can not load | nobu |
2005-08-30 | * ext/digest/md5/md5ossl.h, ext/digest/rmd160/rmd160ossl.h, | gotoyuzo |
2004-11-01 | * MANIFEST, ext/**/MANIFEST: removed. | eban |
2004-09-17 | * array.c (rb_ary_delete): element comparison might change array | matz |
2004-02-22 | * lib/mkmf.rb (init_mkmf): $INCFLAGS also should be lazy-evaluated. | nobu |
2004-01-21 | * ext/digest/md5/extconf.rb: have_library appends found library. | nobu |
2004-01-21 | * ext/digest/rmd160/extconf.rb: have_library appends found library. | nobu |
2004-01-19 | * ext/digest/defs.h, win32/win3.c, win32/win32.h, file.c: remove | nobu |
2004-01-07 | * ext/extmk.rb: preserve order in Setup. [ruby-dev:22503] | nobu |
2003-12-01 | * sample/optparse/opttest.rb: added. | nobu |
2003-10-15 | Add a XXX comment. | knu |
2003-10-15 | * ext/digest/digest.c (rb_digest_base_alloc): need to initialize | usa |
2003-10-14 | * test/digest/test_digest.rb: Moved from ext/digest/test.rb. | knu |
2003-09-29 | * eval.c (rb_thread_atfork): wrong format specifier. | matz |
2003-08-06 | * ext/extmk.rb (extmake): pass LIBPATH to make ruby. [ruby-dev:21137] | nobu |
2003-07-26 | * ext/tk/lib/tk.rb (TkCore::chooseDirectory): back up wrongly | matz |
2003-06-01 | * ext/digest/defs.h: better support for old Cygwin, again. | eban |
2003-06-01 | * ext/digest/defs.h: better support for old Cygwin. | eban |
2003-06-01 | * ext/digest/defs.h: avoid warnings on Cygwin. | eban |