aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * bootstraptest/runner.rb (pretty): don't show beginning empty line.akr2007-09-301-0/+4
* * numeric.c: use #ifdef for test LONG_LONG_VALUE.akr2007-09-301-0/+4
* fix typos.akr2007-09-291-7/+7
* * bignum.c: use SIZEOF_LONG instead of SIZEOF_ULONG which is notakr2007-09-291-0/+5
* * re.c (Init_Regexp): test DEFAULT_KCODE in C code becauseakr2007-09-291-0/+5
* * variable.c (obj_ivar_each): get rid of warning.usa2007-09-291-0/+4
* * main.c (main): use platform-independent per-process initialization.nobu2007-09-291-0/+14
* * array.c (rb_ary_combination): new method to give all combinationmatz2007-09-291-0/+12
* * marshal.c (r_leave): move proc invocation from r_entry() tomatz2007-09-291-0/+5
* * bootstraptest/runner.rb (assert_normal_exit): new method.akr2007-09-291-0/+6
* * variable.c (rb_ivar_set): fix class instance variable.akr2007-09-291-0/+6
* * object.c (rb_class_real): use BUILTIN_TYPE instead of TYPE.akr2007-09-291-0/+6
* * include/ruby/win32.h (strcasecmp): needed for type_strcasehash.nobu2007-09-281-0/+4
* * ruby.c (struct cmdline_options): static variables packed.nobu2007-09-281-0/+4
* * io.c (rb_io_fdopen): create IO object from fd.nobu2007-09-281-0/+8