| Commit message (Expand) | Author | Age | Files | Lines |
* | * ext/digest/sha1/sha1ossl.h: libssl 0.9.8c-3 defines no | matz | 2006-10-11 | 3 | -13/+30 |
* | * ext/digest/digest.c (rb_digest_base_reset, Init_digest): Add | knu | 2006-10-11 | 10 | -9/+64 |
* | 2006-10-11 | knu | 2006-10-11 | 1 | -3/+3 |
* | * ext/digest/digest.c (hexdigest_str_new, bubblebabble_str_new): | knu | 2006-10-10 | 2 | -4/+17 |
* | * ext/digest/sha1/depend, ext/digest/sha2/depend: Remove obsolete | knu | 2006-10-10 | 3 | -4/+5 |
* | 2006-10-10 | knu | 2006-10-10 | 1 | -3/+3 |
* | * lib/parsedate.rb: documentation patch from Konrad Meyer | matz | 2006-10-09 | 4 | -35/+110 |
* | * ext/extmk.rb, lib/fileutils.rb, lib/mkmf.rb, lib/optparse.rb, | nobu | 2006-10-09 | 6 | -43/+45 |
* | * lib/rexml/encoding.rb (REXML::Encoding::check_encoding): spaces | matz | 2006-10-09 | 3 | -3/+10 |
* | * eval.c (rb_obj_define_method): add new method | matz | 2006-10-09 | 2 | -0/+15 |
* | 2006-10-09 | tadf | 2006-10-09 | 1 | -3/+3 |
* | use __send! instead of funcall. | tadf | 2006-10-09 | 1 | -4/+4 |
* | * string.c (rb_str_scan): small documentation fix. | matz | 2006-10-07 | 2 | -1/+6 |
* | 2006-10-08 | matz | 2006-10-07 | 1 | -3/+3 |
* | * bignum.c (rb_big_rshift): a bug in right shift of negative | matz | 2006-10-07 | 2 | -0/+9 |
* | * eval.c (formal_assign): packed post splat arguments may conflict | matz | 2006-10-07 | 2 | -2/+12 |
* | * object.c (rb_mod_initialize): since module_eval no longer passes | nobu | 2006-10-07 | 2 | -1/+6 |
* | 2006-10-07 | matz | 2006-10-06 | 1 | -3/+3 |
* | * class.c (rb_include_module): remove unnecessary check. | matz | 2006-10-06 | 2 | -3/+5 |
* | * ext/digest/depend: Fix header installation when the build | knu | 2006-10-06 | 2 | -1/+6 |
* | * {bcc32,win32,wince}/Makefile.sub (config.status): shouldn't use | usa | 2006-10-06 | 4 | -9/+5 |
* | * sample/test.rb: revert debug print. | matz | 2006-10-05 | 1 | -3/+3 |
* | * eval.c (rb_yield_0): small refactoring. | matz | 2006-10-05 | 4 | -60/+49 |
* | * ext/digest/depend: Install digest.h. | knu | 2006-10-05 | 2 | -0/+10 |
* | * sample/openssl/c_rehash.rb: Use digest/md5 instead of obsolete md5. | knu | 2006-10-05 | 2 | -3/+5 |
* | * ext/digest/lib/md5.rb, ext/digest/lib/sha1.rb: Remove those | knu | 2006-10-05 | 3 | -28/+5 |
* | * ext/digest/digest.c: Make hexdigest() always call digest() internally. | knu | 2006-10-05 | 2 | -45/+78 |
* | * ext/digest/digest.c: Allow subclassing in Ruby. | knu | 2006-10-05 | 1 | -0/+4 |
* | * ext/digest/digest.c: Allow subclassing in Ruby. | knu | 2006-10-05 | 1 | -12/+82 |
* | * ext/digest/digest.c (hexdigest_str_new): Add a string size check. | knu | 2006-10-05 | 2 | -1/+12 |
* | 2006-10-06 | knu | 2006-10-05 | 1 | -3/+3 |
* | * ext/digest/digest.[ch]: Since the argument order of | knu | 2006-10-05 | 28 | -631/+123 |
* | 2006-10-05 | knu | 2006-10-05 | 1 | -3/+3 |
* | * ext/tk/lib/tkextlib/tile.rb, lib/tkextlib/tile/* : support Tile 0.7.6. | nagai | 2006-10-04 | 10 | -42/+147 |
* | * eval.c (rb_call): check protected visibility based on real self, | matz | 2006-10-04 | 2 | -21/+33 |
* | * parse.y (block_param): should interpret single parenthesized | matz | 2006-10-04 | 2 | -1/+6 |
* | * test/optparse/test_getopts.rb: changed the class name of test case | nobu | 2006-10-03 | 2 | -1/+6 |
* | * parse.y (block_param): restrict block parameters to be local | matz | 2006-10-03 | 6 | -26/+65 |
* | * parse.y (mlhs): simplifies the rule a bit. | matz | 2006-10-03 | 2 | -14/+5 |
* | 2006-10-04 | matz | 2006-10-03 | 1 | -3/+3 |
* | * parse.y (dyna_in_block): inline using macro. | matz | 2006-10-03 | 2 | -7/+5 |
* | * eval.c (splat_value): use "to_splat" instead of "to_ary" to | matz | 2006-10-02 | 5 | -3/+56 |
* | 2006-10-03 | matz | 2006-10-02 | 1 | -3/+3 |
* | * string.c (rb_str_lines): returns an Enumerator instead of an | matz | 2006-10-02 | 2 | -23/+27 |
* | * lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file): | nobu | 2006-10-02 | 2 | -2/+5 |
* | * lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::COLLECTORS): | nobu | 2006-10-02 | 2 | -2/+9 |
* | * instruby.rb: for cross compile. | usa | 2006-10-02 | 1 | -2/+2 |
* | * instruby.rb: batfile should be CRLF'ed. | usa | 2006-10-02 | 2 | -2/+6 |
* | * common.mk (test-all): separate directory where running test cases | nobu | 2006-10-01 | 4 | -9/+48 |
* | 2006-10-02 | nobu | 2006-10-01 | 1 | -3/+3 |