aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ruby.c (ruby_process_options): push frame with program name.nobu2007-10-031-0/+5
* * win32/win32.c (init_env): refactoring. remove unused code.usa2007-10-021-0/+4
* * array.c (rb_ary_product): generalized product, now takesmatz2007-10-021-0/+6
* * array.c (rb_ary_permutation): small dirty hack by Matz to avoidmatz2007-10-011-0/+3
* * array.c (rb_ary_permutation): implementation contributed frommatz2007-10-011-5/+8
* * proc.c (proc_dup): proc->block.proc should be self.ko12007-10-011-0/+7
* * array.c (rb_ary_combination): revisit #combination behavior.matz2007-10-011-0/+5
* * bootstraptest/test_method.rb: use assert_normal_exit to testakr2007-10-011-0/+5
* * gc.c (id2ref): skip ICLASS.nobu2007-10-011-0/+4
* * bootstraptest/runner.rb (assert_normal_exit): use `` instead ofakr2007-10-011-0/+5
* * gc.c (id2ref): T_VALUES is less than T_BLOCK. [ruby-dev:31911]nobu2007-10-011-0/+4
* * ruby.c (require_libraries): use require method instead of callingnobu2007-10-011-0/+5
* * eval.c (ruby_options), ruby.c (proc_options, process_options): notnobu2007-10-011-0/+7
* * string.c (rb_str_append): always set encoding, and coderangenobu2007-09-301-0/+8