summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-02-08* ext/iconv/iconv.c (iconv_convert): added toidx argument to setnobu
2008-02-08* lib/mkmf.rb (xsystem): expand macros like as make.nobu
2008-02-08* lib/rdoc/ri/driver.rb (read_yaml): remove SM* for compatibility.naruse
2008-02-07* test/ruby/test_hash.rb: follow the change of Hash#flatten.mame
2008-02-07* string.c (rb_str_replace): makes frozen shared string beforenobu
2008-02-07* string.c (rb_str_dup): reverted unneeded change. [ruby-dev:33634]nobu
2008-02-07* io.c (io_reopen): don't change access mode for stdin, stdout andakr
2008-02-07* string.c (str_replace_shared): replaces string with sharing.nobu
2008-02-07* string.c (rb_str_end_with): compares with the suffix.nobu
2008-02-07* enc/trans/korean.c: add support for CP949 by Park Ji-In. [ruby-dev:33626]naruse
2008-02-07 * missing/lgamma_r.c (lgamma_r): some compilers don't permit dividingusa
2008-02-07fix typos.akr
2008-02-07* math.c (math_gamma): new method Math.gamma.akr
2008-02-07* ChangeLog: date format. suppress the day of month by space instead of `0'.usa
2008-02-07* ext/nkf/nkf-utf8/nkf.c (nkf_enc_from_index): BINARY does notmatz
2008-02-06* enc/trans/korean.c: add EUC-KR conversion support by Park Ji-In.naruse
2008-02-05typo fixedmatz
2008-02-05* hash.c (rb_hash_flatten): do not flatten recursively by default.matz
2008-02-05 * insns.def (adjuststack): never use INC_SP with minus value becauseusa
2008-02-05* test/ruby/test_hash.rb: add tests to achieve over 90% test coveragemame
2008-02-05* hash.c (env_rassoc): remove access to free'd environment on mswin32.mame
2008-02-05* vm.c (rb_call_super): pass a passed block when super is called viamame
2008-02-05* lib/mkmf.rb (INSTALL_DIRS, install_dirs): added BINDIR.nobu
2008-02-04* lib/delegate.rb (DelegateClass): use define_method instead ofnobu
2008-02-04* configure.in (darwin): NSIG is not defined if _XOPEN_SOURCE > 500L.nobu
2008-02-04* ChangeLog: remove unnecessary ``trunk/''.usa
2008-02-04* trunk/parse.y (rb_enc_symname2_p): support "!", "!=" and "!~".nobu
2008-02-04 * lib/delegate.rb (Delegator.preserved, DelegateClass.methods): extendusa
2008-02-04* lib/cgi.rb (CGI::QueryExtension::[]): no more transitionmatz
2008-02-03* test/ruby/test_file_exhaustive.rb: add tests to achive over 80% test covera...mame
2008-02-02* lib/benchmark.rb (Benchmark::realtime): make Benchmark#realtimematz
2008-02-02* time.c (time_cmp): Time.<=> no longer supports comparison withnaruse
2008-02-02* configure.in (darwin): disabled fat-binary support which confusesnobu
2008-02-02* random.c (limited_big_rand): fix buffer overflow when SIZEOF_BDIGITSakr
2008-02-01* configure.in (darwin): ucontext on PowerPC MacOS X 10.5 is broken.nobu
2008-02-01* configure.in (darwin): _XOPEN_SOURCE is necessary to make ucontext_tnobu
2008-02-01* tool/compile_prelude.rb (C_ESC): use octal escape to avoidakr
2008-01-31* test/ruby/test_bignum.rb: suppress warnings during test.mame
2008-01-31 * marshal.c (r_object0): no need to call r_entry for immediate values.usa
2008-01-31 * lib/rdoc/ri/formatter.rb (output): add accessor.usa
2008-01-31* marshal.c (r_object0): call r_entry/r_leave to call proc when TYPE_FIXNUM,naruse
2008-01-31 * lib/rdoc/ri/display.rb (display_method_list, display_class_list):usa
2008-01-30* common.mk (ext/extmk.rb, instruby.rb): inlined $(MAKE) so that cannobu
2008-01-30* io.c (rb_io_close_read): replaces fptr with the tied writer ifnobu
2008-01-30* io.c (open_key_args): allow encoding key to take two encodingmatz
2008-01-30* parse.y (dsym): allow empty symbols. [ruby-core:15248]matz
2008-01-30* io.c (select_internal): fix SEGV by `select [STDIN],nil,[STDIN]'.akr
2008-01-30* enc/*.c: add GB12345, UCS-{2,4}{BE,LE}.naruse
2008-01-30 * lib/rdoc/ri/driver.rb (cache_file_for): shoudn't use `:' in filename.usa
2008-01-30* string.c (rb_str_succ): use wrapped character as a carry forakr