| Commit message (Expand) | Author | Age | Files | Lines |
| * | * swapped ChangeLog entries. Sorry.... | shugo | 2006-09-20 | 1 | -5/+5 |
| * | * forgot to commit ChangeLog. Sorry. | shugo | 2006-09-20 | 1 | -0/+5 |
| * | * {bcc32,win32,wince}/Makefile.sub (INSTALLED_LIST): need to define | usa | 2006-09-20 | 4 | -1/+12 |
| * | * lib/net/imap.rb: allow extra spaces in responses. | shugo | 2006-09-20 | 1 | -1/+1 |
| * | * ext/gdbm/gdbm.c: add RDoc documentation. a patch from Peter | matz | 2006-09-20 | 2 | -72/+414 |
| * | 2006-09-20 | matz | 2006-09-20 | 1 | -3/+3 |
| * | * object.c (rb_obj_ivar_defined, rb_mod_cvar_defined): new methods, | nobu | 2006-09-18 | 3 | -3375/+3436 |
| * | 2006-09-19 | nobu | 2006-09-18 | 1 | -3/+3 |
| * | * dir.c (dir_s_glob): restore GC protection volatile variable. | matz | 2006-09-18 | 3 | -2/+11 |
| * | * numeric.c (fix_mul): get rid of shift overflow. | nobu | 2006-09-18 | 2 | -1/+5 |
| * | 2006-09-18 | matz | 2006-09-18 | 1 | -3/+3 |
| * | * dir.c (dir_s_glob): remove unused variable. | matz | 2006-09-18 | 8 | -14/+17 |
| * | * lib/rdoc/rdoc.rb (RDoc::RDoc#document): scan only files modified | nobu | 2006-09-17 | 3 | -17/+53 |
| * | * common.mk (install-doc): reverted. | nobu | 2006-09-17 | 4 | -68/+121 |
| * | * numeric.c (fix_mul): fixed typo. fixed: [ruby-core:08885] | nobu | 2006-09-17 | 2 | -3/+7 |
| * | 2006-09-17 | akr | 2006-09-16 | 1 | -3/+3 |
| * | use assert_same instead of assert_equal. | akr | 2006-09-16 | 1 | -1/+1 |
| * | * README.EXT: should mention new macros: RSTRING_PTR, RSTRING_LEN, | matz | 2006-09-16 | 3 | -8/+16 |
| * | * ChangeLog: commit miss. | nobu | 2006-09-16 | 1 | -0/+4 |
| * | * lib/mkmf.rb (checking_for): improved the messages. | nobu | 2006-09-16 | 2 | -14/+23 |
| * | * ext/pty/pty.c (establishShell): parent pid is not used. | nobu | 2006-09-16 | 2 | -20/+18 |
| * | * ext/io/wait/extconf.rb: suspicious checking_for. | nobu | 2006-09-16 | 2 | -2/+4 |
| * | * ext/dbm/extconf.rb: allow multiple candidates for dbm-type. | nobu | 2006-09-16 | 2 | -35/+29 |
| * | * Makefile.in, common.in, instruby.rb, ext/extmk.rb, lib/mkmf.rb: | nobu | 2006-09-16 | 6 | -124/+289 |
| * | * array.c (ary_shared_first): should create embedded copies | matz | 2006-09-16 | 3 | -1/+7 |
| * | 2006-09-16 | matz | 2006-09-16 | 1 | -3/+3 |
| * | * struct.c (inspect_struct): do not display a class name for | matz | 2006-09-16 | 2 | -1/+11 |
| * | * ext/nkf/nkf-8/nkf.c: imported nkf 2.0.8 rev.110. | naruse | 2006-09-15 | 4 | -31/+131 |
| * | * ext/nkf/nkf-8/nkf.c: imported nkf 2.0.8 2006-09-15. | naruse | 2006-09-14 | 2 | -254/+501 |
| * | * ext/digest/lib/digest.rb (Digest::Base.file): open a file in binary | akr | 2006-09-14 | 2 | -1/+6 |
| * | 2006-09-15 | akr | 2006-09-14 | 1 | -3/+3 |
| * | * numeric.c (fix_mul): avoid bignum multiplication as far as | matz | 2006-09-14 | 2 | -3/+25 |
| * | * string.c (rb_str_intern): allow zero length symbols. | matz | 2006-09-14 | 2 | -3/+5 |
| * | * string.c (rb_str_intern): raise SecurityError only when $SAFE | matz | 2006-09-14 | 4 | -5/+25 |
| * | add a document for Digest::Base.file. | akr | 2006-09-14 | 1 | -0/+4 |
| * | * ext/digest/lib/digest.rb (Digest::Base.file): new method. | akr | 2006-09-14 | 2 | -0/+18 |
| * | add ML ref. | akr | 2006-09-14 | 1 | -0/+2 |
| * | * ext/digest/digest.c (rb_digest_base_inspect): new method. | akr | 2006-09-13 | 2 | -0/+26 |
| * | * gc.c (ruby_init_stack): decrease "stack level too deep" in Windows. | usa | 2006-09-13 | 2 | -1/+19 |
| * | * ext/digest/lib/digest.rb: new file. | akr | 2006-09-13 | 2 | -0/+12 |
| * | 2006-09-14 | akr | 2006-09-13 | 1 | -3/+3 |
| * | * README.EXT: English adjustment. [ruby-core:08855] | matz | 2006-09-13 | 1 | -6/+6 |
| * | * README.EXT: English adjustment. [ruby-core:08851] and | matz | 2006-09-13 | 2 | -30/+35 |
| * | * misc/ruby-mode.el (ruby-parse-partial): better here-doc support. | matz | 2006-09-13 | 2 | -5/+7 |
| * | * string.c (rb_str_intern): allow symbols to contains nul. | matz | 2006-09-13 | 2 | -5/+8 |
| * | * string.c (rb_str_intern): prohibit interning tainted string. | matz | 2006-09-13 | 2 | -0/+7 |
| * | * hash.c (rb_hash_compare_by_identity): rename Hash#identical to | matz | 2006-09-13 | 2 | -13/+13 |
| * | * lib/optparse.rb (OptionParser#getopts): works with pre-registered | nobu | 2006-09-12 | 2 | -18/+33 |
| * | 2006-09-13 | nobu | 2006-09-12 | 1 | -3/+3 |
| * | 2006-09-12 | matz | 2006-09-11 | 1 | -3/+3 |