aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/oniguruma.h (OnigEncodingTypeST): add OnigEncodingmatz2007-10-101-0/+8
* * re.c (rb_reg_s_quote): no longer takes optional second argumentmatz2007-10-101-0/+5
* * encoding.c (rb_enc_init): don't alias iso-8859-1 to ascii.akr2007-10-101-0/+6
* * string.c (rb_enc_str_coderange): fixed checkfor non-ascii.nobu2007-10-101-0/+4
* * array.c (rb_ary_permutation): use frozen shared hidden array.nobu2007-10-091-1/+4
* * array.c (rb_ary_permutation, rb_ary_combination): missing typenobu2007-10-091-0/+7
* * array.c: remove to_a completely.matz2007-10-091-0/+6
* * array.c (rb_ary_permutation, rb_ary_combination, rb_ary_product):nobu2007-10-091-0/+5
* * parse.y (parser_read_escape, parser_tokadd_escape): check code range.usa2007-10-091-0/+5
* * parse.y (STR_NEW3): check for if single byte sequence.nobu2007-10-091-0/+4
* * lib/net/imap.rb, lib/net/smtp.rb, lib/net/pop.rb: hostname shouldgotoyuzo2007-10-081-0/+8
* * test/rss/test_taxonomy.rb, test/rss/test_parser_1.0.rb,kou2007-10-071-0/+6
* * include/ruby/node.h: make node flags as VALUE type.akr2007-10-071-0/+7
* add ML ref.akr2007-10-071-1/+1
* * include/ruby/ruby.h: enum ruby_value_flags removed.akr2007-10-071-0/+6
* * lib/net/http.rb: remove enable_post_connection_check flag.gotoyuzo2007-10-071-0/+6
* * insns.def (opt_eq): fix to use rb_str_equal().ko12007-10-071-0/+4
* * string.c (rb_str_to_i): update RDoc since base can be any valuematz2007-10-061-0/+5
* * cont.c (cont_free): check Fiber or Continuation.ko12007-10-061-0/+6
* * encoding.c (rb_enc_register): returns new index or -1 if failed.nobu2007-10-061-1/+12
* * insns.def (opt_eq): get rid of gcc bug.nobu2007-10-061-0/+4
* * include/ruby/defines.h: no longer provide DEFAULT_KCODE.matz2007-10-051-0/+4
* add ML ref.akr2007-10-051-1/+1
* * re.c (rb_reg_s_union_m): Regexp.union accepts single argument whichakr2007-10-051-0/+5
* * bootstraptest/runner.rb (assert_not_match): new method.akr2007-10-051-0/+4
* * configure.in: Turn on --enable-pthread by default for FreeBSDknu2007-10-051-0/+6
* * time.c (time_to_s): Fix documentation. Time format changed.knu2007-10-051-0/+4
* * lib/ipaddr.rb (in_addr, in6_addr, addr_mask): Make some minorknu2007-10-041-0/+5
* * lib/ipaddr.rb (<=>): Implement IPAddr#<=> and make IPAddrknu2007-10-041-0/+12
* * lib/ipaddr.rb (coerce_other): Support type coercion and make &,knu2007-10-041-0/+10
* * process.c (Init_process): win32 has our own WNOHANG definition, sousa2007-10-041-0/+5
* * array.c (rb_ary_permutation, rb_ary_product): support non C99usa2007-10-041-0/+5
* revert rb_memcmp() change to pacify GCC optimizermatz2007-10-041-6/+0
* * re.c (rb_memcmp): no longer useful without ruby_ignorecase.matz2007-10-041-0/+6
* * re.c (kcode_setter): restore erroneously removed setter.matz2007-10-041-1/+3
* * re.c (ignorecase_setter): change warning message.matz2007-10-041-1/+7
* * time.c (Init_Time): remove obsolete Time::times.matz2007-10-041-1/+3
* * re.c (Init_Regexp): remove obsolete const alias: MatchingData.matz2007-10-041-1/+3
* * io.c (Init_IO): remove obsolete variables: $defout, $deferr.matz2007-10-041-1/+3
* * re.c (kcode_setter): Perl-ish global variable `$=' no longermatz2007-10-041-0/+5
* * parse.y (reg_compile_gen): copy encoding from source string ifnobu2007-10-041-2/+3
* * parse.y (reg_compile_gen): copy encoding from source string.nobu2007-10-041-1/+3
* * encoding.c (rb_obj_encoding): returns encoding of the given object.nobu2007-10-041-0/+8
* * array.c (rb_ary_permutation): remove C99 dependency.matz2007-10-041-0/+7
* 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-031-0/+5
* * benchmark/driver.rb: enable specify label to executable.ko12007-10-031-0/+5
* * parse.y (parser_str_new, parser_yylex, rb_intern3): set code-rangenobu2007-10-031-0/+11
* * variable.c (rb_cvar_set): check whether class variable ismatz2007-10-031-0/+9