aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* revert rb_memcmp() change to pacify GCC optimizermatz2007-10-044-18/+13
* * re.c (rb_memcmp): no longer useful without ruby_ignorecase.matz2007-10-044-13/+18
* * re.c (kcode_setter): restore erroneously removed setter.matz2007-10-042-2/+5
* * re.c (ignorecase_setter): change warning message.matz2007-10-043-5/+10
* * time.c (Init_Time): remove obsolete Time::times.matz2007-10-042-17/+3
* * re.c (Init_Regexp): remove obsolete const alias: MatchingData.matz2007-10-042-2/+3
* * io.c (Init_IO): remove obsolete variables: $defout, $deferr.matz2007-10-042-19/+3
* * re.c (kcode_setter): Perl-ish global variable `$=' no longermatz2007-10-043-60/+20
* * parse.y (reg_compile_gen): copy encoding from source string ifnobu2007-10-042-3/+4
* * parse.y (reg_compile_gen): copy encoding from source string.nobu2007-10-042-1/+4
* * encoding.c (rb_obj_encoding): returns encoding of the given object.nobu2007-10-045-16/+26
* * array.c (rb_ary_permutation): remove C99 dependency.matz2007-10-043-8/+18
* fix typos.akr2007-10-041-13/+13
* add ML numbermatz2007-10-031-0/+1
* * ext/nkf/nkf.c, bin/ri, bin/irb: fixed typos in doc and comments.matz2007-10-034-4/+9
* * benchmark/driver.rb: enable specify label to executable.ko12007-10-032-2/+13
* * parse.y (parser_str_new, parser_yylex, rb_intern3): set code-rangenobu2007-10-032-19/+74
* * sample/test.rb: should update class variable testsmatz2007-10-031-6/+6
* * variable.c (rb_cvar_set): check whether class variable ismatz2007-10-033-16/+77
* * ruby.c (ruby_process_options): push frame with program name.nobu2007-10-034-17/+33
* * win32/win32.c (init_env): refactoring. remove unused code.usa2007-10-022-13/+14
* * array.c (rb_ary_product): generalized product, now takesmatz2007-10-023-14/+70
* r1368@bean: ser | 2007-10-01 21:24:36 -0400ser2007-10-021-1/+1