| Commit message (Expand) | Author | Age | Files | Lines |
* | * array.c (rb_ary_equal): element size might change during | matz | 2004-09-18 | 1 | -7/+7 |
* | * ext/digest/md5/extconf.rb: have_library appends found library. | nobu | 2004-01-21 | 1 | -1/+0 |
* | * ext/digest/rmd160/extconf.rb: have_library appends found library. | nobu | 2004-01-21 | 1 | -1/+0 |
* | * sample/optparse/opttest.rb: added. | nobu | 2003-12-01 | 5 | -33/+4 |
* | Add a XXX comment. | knu | 2003-10-15 | 1 | -0/+1 |
* | * ext/digest/digest.c (rb_digest_base_alloc): need to initialize | usa | 2003-10-15 | 1 | -1/+1 |
* | * test/digest/test_digest.rb: Moved from ext/digest/test.rb. | knu | 2003-10-14 | 2 | -92/+0 |
* | * eval.c (rb_thread_atfork): wrong format specifier. | matz | 2003-09-29 | 1 | -1/+1 |
* | * ext/extmk.rb (extmake): pass LIBPATH to make ruby. [ruby-dev:21137] | nobu | 2003-08-06 | 1 | -1/+0 |
* | * ext/tk/lib/tk.rb (TkCore::chooseDirectory): back up wrongly | matz | 2003-07-26 | 1 | -1/+1 |
* | * ext/digest/defs.h: better support for old Cygwin, again. | eban | 2003-06-01 | 1 | -1/+1 |
* | * ext/digest/defs.h: better support for old Cygwin. | eban | 2003-06-01 | 1 | -1/+1 |
* | * ext/digest/defs.h: avoid warnings on Cygwin. | eban | 2003-06-01 | 1 | -1/+1 |
* | * array.c (rb_ary_values_at): new method to replace select(index..). | matz | 2003-05-04 | 1 | -1/+1 |
* | * intern.h (rb_check_array_type): Declare rb_check_array_type(). | knu | 2003-01-06 | 1 | -0/+2 |
* | * array.c (ary_alloc), dir.c (dir_s_alloc), eval.c (thgroup_s_alloc), | usa | 2002-12-21 | 1 | -1/+2 |
* | * ext/curses/curses.c, ext/digest/digest.c, ext/dl/handle.c, | nobu | 2002-12-20 | 1 | -1/+1 |
* | * ext/digest/digest.c (rb_digest_base_copy): renamed "become". | nobu | 2002-12-11 | 1 | -2/+2 |
* | * ext/digest/test.rb: Switch from RUnit to Test::Unit. | knu | 2002-11-27 | 1 | -11/+2 |
* | Update the MANIFEST files. | knu | 2002-09-27 | 4 | -0/+12 |
* | Add a knob WITH_BUNDLED_ENGINES to test.sh. | knu | 2002-09-26 | 1 | -2/+8 |
* | * ext/digest/sha1: Use OpenSSL's SHA1 engine if available. It is | knu | 2002-09-26 | 5 | -5/+77 |
* | * ext/digest/rmd160: Use OpenSSL's RMD160 engine if available. It | knu | 2002-09-26 | 5 | -5/+81 |
* | * ext/digest/md5: Use OpenSSL's MD5 engine if available. It is | knu | 2002-09-26 | 5 | -4/+56 |
* | * ext/digest/digest.c (rb_digest_base_s_digest): Fix a double | knu | 2002-09-26 | 1 | -5/+2 |
* | * configure.in: modify program_prefix only if specified | eban | 2002-09-08 | 5 | -0/+5 |
* | = should be == | matz | 2002-09-05 | 1 | -1/+1 |
* | Fix rb_digest_base_become (ruby-core:428) | michal | 2002-09-04 | 1 | -3/+2 |
* | * class.c (rb_make_metaclass): obj.meta.super.meta should be equal | matz | 2002-09-04 | 2 | -4/+2 |
* | * variable.c (rb_copy_generic_ivar): remove old generic instance | matz | 2002-09-03 | 2 | -69/+43 |
* | new platform [bccwin32] merged. | H_Konishi | 2002-06-11 | 1 | -0/+2 |
* | Probably */depend should be added to this file too. | knu | 2002-03-21 | 1 | -0/+4 |
* | * ext/digest: add depend file. | nobu | 2002-03-18 | 10 | -0/+33 |
* | * ext/digest/sha2/sha2.c: Merge from rough. Fix a couple of | knu | 2002-02-26 | 1 | -3/+3 |
* | Merge from rough. | knu | 2002-02-24 | 4 | -4/+64 |
* | * ext/digest/md5/md5init.c (Init_md5): rb_cvar_declare() is | nobu | 2002-02-17 | 4 | -8/+8 |
* | * st.c: primes should be primes. | matz | 2002-01-16 | 1 | -1/+2 |
* | * eval.c (rb_thread_restore_context): save current value of | matz | 2001-09-08 | 1 | -0/+23 |
* | * ext/digest/digest.c (rb_digest_base_s_hexdigest): remove a debug | knu | 2001-09-06 | 1 | -1/+1 |
* | * ext/digest/digest.c (rb_digest_base_s_digest, | knu | 2001-09-06 | 1 | -0/+12 |
* | * ext/digest/sha2/extconf.rb: fix support for cross-compiling. | eban | 2001-08-20 | 1 | -8/+2 |
* | * ext/digest/*/extconf.rb: really fix so that they build from any | knu | 2001-08-14 | 4 | -10/+10 |
* | * ext/digest/sha2/extconf.rb: fix so that they build from any | knu | 2001-08-14 | 1 | -1/+1 |
* | * ext/digest/defs.h: Define NO_UINT64_T instead of emitting an | knu | 2001-08-14 | 2 | -6/+12 |
* | * ext/digest/sha2/extconf.rb: do not create Makefile when no 64bit | knu | 2001-08-14 | 1 | -0/+8 |
* | Rename *.jp to *.ja, since jp is a region code and ja is a language | knu | 2001-07-19 | 2 | -2/+2 |
* | * ext/digest/*/extconf.rb: fix so that they build from any | knu | 2001-07-14 | 4 | -4/+4 |
* | Import the "digest" module and the submodules, from the Rough Ruby | knu | 2001-07-13 | 39 | -0/+3890 |