summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * array.c (rb_ary_shift): shift/unshift performance boost patch,matz2006-09-265-48/+124
* * lib/mkmf.rb (try_func): check function pointer first and macro next.nobu2006-09-262-13/+10
* * lib/optparse.rb (OptionParser#parse_in_order): wrong splat fornobu2006-09-261-1/+1
* 2006-09-27nobu2006-09-261-3/+3
* * test/optparse/test_getopts.rb: added short and long tests.nobu2006-09-261-2/+22
* * test/optparse/test_getopts.rb: added.nobu2006-09-261-0/+11
* * lib/optparse.rb (OptionParser#getopts): use strings as key.nobu2006-09-262-11/+26
* * {win32,wince}/Makefile.sub (CPP): check predefined value.usa2006-09-262-2/+2
* * win32/Makefile.sub (CPP): check predefined value.usa2006-09-262-1/+5
* 2006-09-26matz2006-09-251-3/+3
* * array.c (rb_ary_shift): should not move memory region if arraymatz2006-09-252-1/+7
* * dir.c (rb_push_glob): need not to check by FilePathValue().matz2006-09-252-3/+9
* * lib/mkmf.rb (rm_f): get rid of NUL.nobu2006-09-252-3/+8
* * file.c (rb_path_end): skip root directory. fixed: [ruby-core:08913]nobu2006-09-252-3406/+3417
* * sample/test.rb: "print nil" now prints empty string.matz2006-09-253-2/+8
* * hash.c (recursive_hash): remove unused local variable.matz2006-09-255-6/+14
* array.c (rb_ary_shift): small bug fixmatz2006-09-251-1/+1
* * array.c (rb_ary_shift): should clear shifting top element.matz2006-09-243-6/+14
* 2006-09-25matz2006-09-241-3/+3
* * random.c (rb_f_rand): RDoc typo fix. a patch from Frederickmatz2006-09-242-1/+6
* add ML entrymatz2006-09-241-0/+1
* * gc.c (gc_mark_children): NODE_POSTEXE holds Ruby VALUE.matz2006-09-242-1/+8
* * runruby.rb: extension library scripts moved into common directory.nobu2006-09-242-1/+5
* updated based on date2 3.9.3.tadf2006-09-243-24/+101
* * io.c (rb_io_print): no special handling for nil as well as puts.nobu2006-09-232-11/+9
* 2006-09-24why2006-09-231-3/+3
* * eval.c (rb_thread_save_context, rb_thread_restore_context):why2006-09-234-102/+195
* * lib/cgi.rb (CGI::QueryExtension::read_multipart): CGI contentmatz2006-09-232-1/+6
* merge Oniguruma 4.4.4kosako2006-09-234-9/+24
* * lib/rdoc/ri/ri_options.rb: prevent NameError. [ruby-dev:29597]matz2006-09-222-0/+5
* updated based on date2 3.9.2.tadf2006-09-223-84/+132
* 2006-09-23tadf2006-09-221-3/+3
* * string.c (rb_str_partition): no need to call rb_call_super(),matz2006-09-222-5/+7
* * hash.c (rb_hash_eql): new method to be used by Hash.matz2006-09-223-14/+90
* * bignum.c (rb_big_hash): use rb_memhash().matz2006-09-213-10/+11
* * string.c (str_new3): embed shorter strings more eagerly.matz2006-09-212-5/+16
* * .cvsignore: ignore timestamp files and installed list file.nobu2006-09-212-1/+6
* * instruby.rb: include FileUtils unconditionally.nobu2006-09-212-0/+5
* 2006-09-22nobu2006-09-211-3/+3
* * numeric.c (Init_Numeric): fix_odd_p and fix_even_p are for Fixnum.nobu2006-09-212-2/+7
* * common.mk (no-install): not install rdoc actually.nobu2006-09-214-14/+47
* * string.c (rb_str_startwith): a new method to check if a stringmatz2006-09-212-1/+55
* * rubytest.rb: use each_line instead of each.eban2006-09-212-2/+6
* * 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