| Commit message (Expand) | Author | Age | Files | Lines |
| * | * ext/digest/md5/md5init.c (Init_md5): Now that we have digest.rb, | knu | 2006-09-27 | 1 | -0/+11 |
| * | * string.c (rb_str_startwith): rename startwith? to start_with?, | matz | 2006-09-27 | 1 | -0/+5 |
| * | * lib/cgi.rb (CGI::TagMaker::nOE_element_def): replace to_s by | matz | 2006-09-27 | 1 | -0/+5 |
| * | * array.c (rb_ary_shift): shift/unshift performance boost patch, | matz | 2006-09-26 | 1 | -0/+17 |
| * | * lib/mkmf.rb (try_func): check function pointer first and macro next. | nobu | 2006-09-26 | 1 | -0/+6 |
| * | * lib/optparse.rb (OptionParser#getopts): use strings as key. | nobu | 2006-09-26 | 1 | -0/+5 |
| * | * {win32,wince}/Makefile.sub (CPP): check predefined value. | usa | 2006-09-26 | 1 | -1/+1 |
| * | * win32/Makefile.sub (CPP): check predefined value. | usa | 2006-09-26 | 1 | -0/+4 |
| * | * array.c (rb_ary_shift): should not move memory region if array | matz | 2006-09-25 | 1 | -0/+6 |
| * | * dir.c (rb_push_glob): need not to check by FilePathValue(). | matz | 2006-09-25 | 1 | -0/+7 |
| * | * lib/mkmf.rb (rm_f): get rid of NUL. | nobu | 2006-09-25 | 1 | -1/+6 |
| * | * file.c (rb_path_end): skip root directory. fixed: [ruby-core:08913] | nobu | 2006-09-25 | 1 | -3401/+3405 |
| * | * sample/test.rb: "print nil" now prints empty string. | matz | 2006-09-25 | 1 | -0/+6 |
| * | * hash.c (recursive_hash): remove unused local variable. | matz | 2006-09-25 | 1 | -0/+10 |
| * | * array.c (rb_ary_shift): should clear shifting top element. | matz | 2006-09-24 | 1 | -0/+8 |
| * | * random.c (rb_f_rand): RDoc typo fix. a patch from Frederick | matz | 2006-09-24 | 1 | -0/+5 |
| * | add ML entry | matz | 2006-09-24 | 1 | -0/+1 |
| * | * gc.c (gc_mark_children): NODE_POSTEXE holds Ruby VALUE. | matz | 2006-09-24 | 1 | -0/+4 |
| * | * runruby.rb: extension library scripts moved into common directory. | nobu | 2006-09-24 | 1 | -0/+4 |
| * | updated based on date2 3.9.3. | tadf | 2006-09-24 | 1 | -0/+4 |
| * | * io.c (rb_io_print): no special handling for nil as well as puts. | nobu | 2006-09-23 | 1 | -1/+6 |
| * | * eval.c (rb_thread_save_context, rb_thread_restore_context): | why | 2006-09-23 | 1 | -0/+19 |
| * | * lib/cgi.rb (CGI::QueryExtension::read_multipart): CGI content | matz | 2006-09-23 | 1 | -0/+5 |
| * | merge Oniguruma 4.4.4 | kosako | 2006-09-23 | 1 | -0/+8 |
| * | * lib/rdoc/ri/ri_options.rb: prevent NameError. [ruby-dev:29597] | matz | 2006-09-22 | 1 | -0/+4 |
| * | updated based on date2 3.9.2. | tadf | 2006-09-22 | 1 | -0/+4 |
| * | * string.c (rb_str_partition): no need to call rb_call_super(), | matz | 2006-09-22 | 1 | -0/+5 |
| * | * hash.c (rb_hash_eql): new method to be used by Hash. | matz | 2006-09-22 | 1 | -0/+6 |
| * | * bignum.c (rb_big_hash): use rb_memhash(). | matz | 2006-09-21 | 1 | -0/+7 |
| * | * string.c (str_new3): embed shorter strings more eagerly. | matz | 2006-09-21 | 1 | -0/+4 |
| * | * .cvsignore: ignore timestamp files and installed list file. | nobu | 2006-09-21 | 1 | -0/+4 |
| * | * instruby.rb: include FileUtils unconditionally. | nobu | 2006-09-21 | 1 | -0/+4 |
| * | * numeric.c (Init_Numeric): fix_odd_p and fix_even_p are for Fixnum. | nobu | 2006-09-21 | 1 | -0/+5 |
| * | * common.mk (no-install): not install rdoc actually. | nobu | 2006-09-21 | 1 | -0/+10 |
| * | * string.c (rb_str_startwith): a new method to check if a string | matz | 2006-09-21 | 1 | -0/+7 |
| * | * rubytest.rb: use each_line instead of each. | eban | 2006-09-21 | 1 | -1/+5 |
| * | * numeric.c (int_odd_p): a new method to check even or odd. | matz | 2006-09-21 | 1 | -0/+7 |
| * | * string.c (Init_String): Strings are no longer Enumerable. use | matz | 2006-09-21 | 1 | -0/+5 |
| * | * ext/etc/etc.c (etc_getpwuid): uid integer should be wraped in | matz | 2006-09-21 | 1 | -0/+8 |
| * | * string.c (rb_str_partition): RDoc typo fixed. [ruby-core:08898] | matz | 2006-09-21 | 1 | -0/+6 |
| * | * string.c (rb_str_lines): new method to split a string into lines. | matz | 2006-09-21 | 1 | -0/+4 |
| * | * string.c (rb_str_partition): a new method to separate the string | matz | 2006-09-20 | 1 | -0/+7 |
| * | * common.mk (pre-install-doc): create data directory before install. | nobu | 2006-09-20 | 1 | -0/+8 |
| * | * numeric.c (fix_mul): typo again. patch from Tadashi Saito | nobu | 2006-09-20 | 1 | -0/+5 |
| * | * string.c (sym_eql): fail early to gain performance. | matz | 2006-09-20 | 1 | -1/+14 |
| * | * 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 | 1 | -0/+5 |
| * | * ext/gdbm/gdbm.c: add RDoc documentation. a patch from Peter | matz | 2006-09-20 | 1 | -0/+6 |
| * | * object.c (rb_obj_ivar_defined, rb_mod_cvar_defined): new methods, | nobu | 2006-09-18 | 1 | -3366/+3376 |