aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/rexml/document.rb (REXML::Document::write): leakymatz2007-10-122-1/+6
* * parse.y: encoding specifier should work if the line matchesmatz2007-10-123-10/+10
* * re.c (match_values_at): make #select to be alias to #values_atmatz2007-10-122-41/+9
* * array.c (rb_ary_combination): fixed memory corruption due to toomatz2007-10-122-2/+10
* * trunk/parse.y (magic_comments): add "encoding" as same as "coding".nobu2007-10-123-21/+82
* * include/ruby/node.h (NOEX_LOCAL): remove unused local visibility.matz2007-10-115-25/+9
* * bcc32/Makefile.sub, too.usa2007-10-112-2/+2
* * win32/Makefile.sub (COMMON_MACROS): workaround for old SDK's bug.usa2007-10-112-1/+6
* * Makefile.in, */Makefile.sub (VPATH): add enc directory.nobu2007-10-1011-21/+39
* * include/ruby/oniguruma.h (OnigEncodingTypeST): add OnigEncodingmatz2007-10-1010-88/+109
* * re.c (rb_reg_s_quote): no longer takes optional second argumentmatz2007-10-102-19/+11
* * encoding.c (rb_enc_init): don't alias iso-8859-1 to ascii.akr2007-10-103-5/+11
* * string.c (rb_enc_str_coderange): fixed checkfor non-ascii.nobu2007-10-103-4/+8
* * array.c (rb_ary_permutation): use frozen shared hidden array.nobu2007-10-092-5/+7
* * array.c (rb_ary_permutation, rb_ary_combination): missing typenobu2007-10-092-19/+26
* * array.c: remove to_a completely.matz2007-10-092-19/+23
* add a test for [ruby-dev:31985].akr2007-10-091-0/+9
* * array.c (rb_ary_permutation, rb_ary_combination, rb_ary_product):nobu2007-10-092-1/+16
* * parse.y (parser_read_escape, parser_tokadd_escape): check code range.usa2007-10-092-29/+33
* add a test for [ruby-dev:31982].akr2007-10-091-0/+12
* * parse.y (STR_NEW3): check for if single byte sequence.nobu2007-10-093-4/+8
* fix rdoc position of Regexp.union.akr2007-10-081-17/+17
* * lib/net/imap.rb, lib/net/smtp.rb, lib/net/pop.rb: hostname shouldgotoyuzo2007-10-086-25/+50
* * test/rss/test_taxonomy.rb, test/rss/test_parser_1.0.rb,kou2007-10-075-11/+50
* avoid magic numbers.akr2007-10-071-31/+31
* * include/ruby/node.h: make node flags as VALUE type.akr2007-10-074-18/+22
* add ML ref.akr2007-10-071-1/+1
* refined again.akr2007-10-071-27/+27
* refine previous change.akr2007-10-071-5/+3
* * include/ruby/ruby.h: enum ruby_value_flags removed.akr2007-10-073-65/+69
* * lib/net/http.rb: remove enable_post_connection_check flag.gotoyuzo2007-10-073-14/+7
* * insns.def (opt_eq): fix to use rb_str_equal().ko12007-10-073-18/+8
* * string.c (rb_str_to_i): update RDoc since base can be any valuematz2007-10-062-1/+6
* * cont.c (cont_free): check Fiber or Continuation.ko12007-10-063-6/+8
* * encoding.c (rb_enc_register): returns new index or -1 if failed.nobu2007-10-063-11/+47
* add an example for Regexp.union document.akr2007-10-061-0/+1
* * insns.def (opt_eq): get rid of gcc bug.nobu2007-10-065-19/+25
* * include/ruby/defines.h: no longer provide DEFAULT_KCODE.matz2007-10-055-35/+9
* add ML ref.akr2007-10-051-1/+1
* * re.c (rb_reg_s_union_m): Regexp.union accepts single argument whichakr2007-10-052-8/+27
* * bootstraptest/runner.rb (assert_not_match): new method.akr2007-10-053-0/+21
* * configure.in: Turn on --enable-pthread by default for FreeBSDknu2007-10-052-25/+28
* * time.c (time_to_s): Fix documentation. Time format changed.knu2007-10-052-4/+11
* 2007-10-05knu2007-10-041-3/+3
* * lib/ipaddr.rb (in_addr, in6_addr, addr_mask): Make some minorknu2007-10-042-14/+11
* * lib/ipaddr.rb (<=>): Implement IPAddr#<=> and make IPAddrknu2007-10-042-0/+43
* * lib/ipaddr.rb (coerce_other): Support type coercion and make &,knu2007-10-042-34/+65
* * process.c (Init_process): win32 has our own WNOHANG definition, sousa2007-10-042-2/+5
* * array.c (rb_ary_permutation, rb_ary_product): support non C99usa2007-10-042-3/+9
* replace rb_memcicmp()matz2007-10-041-1/+1