summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2007-10-10* Makefile.in, */Makefile.sub (VPATH): add enc directory.nobu
2007-10-10* include/ruby/oniguruma.h (OnigEncodingTypeST): add OnigEncodingmatz
2007-10-10* re.c (rb_reg_s_quote): no longer takes optional second argumentmatz
2007-10-10* encoding.c (rb_enc_init): don't alias iso-8859-1 to ascii.akr
2007-10-10* string.c (rb_enc_str_coderange): fixed checkfor non-ascii.nobu
2007-10-09* array.c (rb_ary_permutation): use frozen shared hidden array.nobu
2007-10-09* array.c (rb_ary_permutation, rb_ary_combination): missing typenobu
2007-10-09* array.c: remove to_a completely.matz
2007-10-09* array.c (rb_ary_permutation, rb_ary_combination, rb_ary_product):nobu
2007-10-09 * parse.y (parser_read_escape, parser_tokadd_escape): check code range.usa
2007-10-09* parse.y (STR_NEW3): check for if single byte sequence.nobu
2007-10-08* lib/net/imap.rb, lib/net/smtp.rb, lib/net/pop.rb: hostname shouldgotoyuzo
2007-10-07* test/rss/test_taxonomy.rb, test/rss/test_parser_1.0.rb,kou
2007-10-07* include/ruby/node.h: make node flags as VALUE type.akr
2007-10-07add ML ref.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-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-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-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