aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * numeric.c (int_odd_p): a new method to check even or odd.matz2006-09-212-0/+75
* * string.c (Init_String): Strings are no longer Enumerable. usematz2006-09-212-2/+5
* * ext/etc/etc.c (etc_getpwuid): uid integer should be wraped inmatz2006-09-212-2/+19
* * string.c (rb_str_partition): RDoc typo fixed. [ruby-core:08898]matz2006-09-212-4/+10
* * string.c (rb_str_lines): new method to split a string into lines.matz2006-09-212-0/+41
* 2006-09-21matz2006-09-201-3/+3
* * string.c (rb_str_partition): a new method to separate the stringmatz2006-09-202-1/+108
* * common.mk (pre-install-doc): create data directory before install.nobu2006-09-203-2/+11
* * numeric.c (fix_mul): typo again. patch from Tadashi Saitonobu2006-09-202-1/+6
* * string.c (sym_eql): fail early to gain performance.matz2006-09-205-9/+65
* * swapped ChangeLog entries. Sorry....shugo2006-09-201-5/+5
* * forgot to commit ChangeLog. Sorry.shugo2006-09-201-0/+5
* * {bcc32,win32,wince}/Makefile.sub (INSTALLED_LIST): need to defineusa2006-09-204-1/+12
* * lib/net/imap.rb: allow extra spaces in responses.shugo2006-09-201-1/+1
* * ext/gdbm/gdbm.c: add RDoc documentation. a patch from Petermatz2006-09-202-72/+414
* 2006-09-20matz2006-09-201-3/+3
* * object.c (rb_obj_ivar_defined, rb_mod_cvar_defined): new methods,nobu2006-09-183-3375/+3436
* 2006-09-19nobu2006-09-181-3/+3
* * dir.c (dir_s_glob): restore GC protection volatile variable.matz2006-09-183-2/+11
* * numeric.c (fix_mul): get rid of shift overflow.nobu2006-09-182-1/+5
* 2006-09-18matz2006-09-181-3/+3
* * dir.c (dir_s_glob): remove unused variable.matz2006-09-188-14/+17
* * lib/rdoc/rdoc.rb (RDoc::RDoc#document): scan only files modifiednobu2006-09-173-17/+53
* * common.mk (install-doc): reverted.nobu2006-09-174-68/+121
* * numeric.c (fix_mul): fixed typo. fixed: [ruby-core:08885]nobu2006-09-172-3/+7
* 2006-09-17akr2006-09-161-3/+3
* use assert_same instead of assert_equal.akr2006-09-161-1/+1
* * README.EXT: should mention new macros: RSTRING_PTR, RSTRING_LEN,matz2006-09-163-8/+16
* * ChangeLog: commit miss.nobu2006-09-161-0/+4
* * lib/mkmf.rb (checking_for): improved the messages.nobu2006-09-162-14/+23
* * ext/pty/pty.c (establishShell): parent pid is not used.nobu2006-09-162-20/+18
* * ext/io/wait/extconf.rb: suspicious checking_for.nobu2006-09-162-2/+4
* * ext/dbm/extconf.rb: allow multiple candidates for dbm-type.nobu2006-09-162-35/+29
* * Makefile.in, common.in, instruby.rb, ext/extmk.rb, lib/mkmf.rb:nobu2006-09-166-124/+289
* * array.c (ary_shared_first): should create embedded copiesmatz2006-09-163-1/+7
* 2006-09-16matz2006-09-161-3/+3
* * struct.c (inspect_struct): do not display a class name formatz2006-09-162-1/+11
* * ext/nkf/nkf-8/nkf.c: imported nkf 2.0.8 rev.110.naruse2006-09-154-31/+131
* * ext/nkf/nkf-8/nkf.c: imported nkf 2.0.8 2006-09-15.naruse2006-09-142-254/+501
* * ext/digest/lib/digest.rb (Digest::Base.file): open a file in binaryakr2006-09-142-1/+6
* 2006-09-15akr2006-09-141-3/+3
* * numeric.c (fix_mul): avoid bignum multiplication as far asmatz2006-09-142-3/+25
* * string.c (rb_str_intern): allow zero length symbols.matz2006-09-142-3/+5
* * string.c (rb_str_intern): raise SecurityError only when $SAFEmatz2006-09-144-5/+25
* add a document for Digest::Base.file.akr2006-09-141-0/+4
* * ext/digest/lib/digest.rb (Digest::Base.file): new method.akr2006-09-142-0/+18
* add ML ref.akr2006-09-141-0/+2
* * ext/digest/digest.c (rb_digest_base_inspect): new method.akr2006-09-132-0/+26
* * gc.c (ruby_init_stack): decrease "stack level too deep" in Windows.usa2006-09-132-1/+19
* * ext/digest/lib/digest.rb: new file.akr2006-09-132-0/+12