summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-10-07* test/rss/test_taxonomy.rb, test/rss/test_parser_1.0.rb,kou
2007-10-07avoid magic numbers.akr
2007-10-07* include/ruby/node.h: make node flags as VALUE type.akr
2007-10-07add ML ref.akr
2007-10-07refined again.akr
2007-10-07refine previous change.akr
2007-10-07* include/ruby/ruby.h: enum ruby_value_flags removed.akr
2007-10-07* lib/net/http.rb: remove enable_post_connection_check flag.gotoyuzo
2007-10-07* insns.def (opt_eq): fix to use rb_str_equal().ko1
2007-10-06* string.c (rb_str_to_i): update RDoc since base can be any valuematz
2007-10-06* cont.c (cont_free): check Fiber or Continuation.ko1
2007-10-06* encoding.c (rb_enc_register): returns new index or -1 if failed.nobu
2007-10-06add an example for Regexp.union document.akr
2007-10-06* insns.def (opt_eq): get rid of gcc bug.nobu
2007-10-05* include/ruby/defines.h: no longer provide DEFAULT_KCODE.matz
2007-10-05add ML ref.akr
2007-10-05* re.c (rb_reg_s_union_m): Regexp.union accepts single argument whichakr
2007-10-05* bootstraptest/runner.rb (assert_not_match): new method.akr
2007-10-05* configure.in: Turn on --enable-pthread by default for FreeBSDknu
2007-10-05* time.c (time_to_s): Fix documentation. Time format changed.knu
2007-10-042007-10-05knu
2007-10-04* lib/ipaddr.rb (in_addr, in6_addr, addr_mask): Make some minorknu
2007-10-04* lib/ipaddr.rb (<=>): Implement IPAddr#<=> and make IPAddrknu
2007-10-04* lib/ipaddr.rb (coerce_other): Support type coercion and make &,knu
2007-10-04 * process.c (Init_process): win32 has our own WNOHANG definition, sousa
2007-10-04 * array.c (rb_ary_permutation, rb_ary_product): support non C99usa
2007-10-04replace rb_memcicmp()matz
2007-10-04revert rb_memcmp() change to pacify GCC optimizermatz
2007-10-04* re.c (rb_memcmp): no longer useful without ruby_ignorecase.matz
2007-10-04* re.c (kcode_setter): restore erroneously removed setter.matz
2007-10-04* re.c (ignorecase_setter): change warning message.matz
2007-10-04* time.c (Init_Time): remove obsolete Time::times.matz
2007-10-04* re.c (Init_Regexp): remove obsolete const alias: MatchingData.matz
2007-10-04* io.c (Init_IO): remove obsolete variables: $defout, $deferr.matz
2007-10-04* re.c (kcode_setter): Perl-ish global variable `$=' no longermatz
2007-10-04* parse.y (reg_compile_gen): copy encoding from source string ifnobu
2007-10-04* parse.y (reg_compile_gen): copy encoding from source string.nobu
2007-10-04* encoding.c (rb_obj_encoding): returns encoding of the given object.nobu
2007-10-04* array.c (rb_ary_permutation): remove C99 dependency.matz
2007-10-04fix typos.akr
2007-10-03add ML numbermatz
2007-10-03* ext/nkf/nkf.c, bin/ri, bin/irb: fixed typos in doc and comments.matz
2007-10-03* benchmark/driver.rb: enable specify label to executable.ko1
2007-10-03* parse.y (parser_str_new, parser_yylex, rb_intern3): set code-rangenobu
2007-10-03* sample/test.rb: should update class variable testsmatz
2007-10-03* variable.c (rb_cvar_set): check whether class variable ismatz
2007-10-03* ruby.c (ruby_process_options): push frame with program name.nobu
2007-10-02 * win32/win32.c (init_env): refactoring. remove unused code.usa
2007-10-02* array.c (rb_ary_product): generalized product, now takesmatz
2007-10-02 r1368@bean: ser | 2007-10-01 21:24:36 -0400ser