summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2007-12-22* tool/insns2vm.rb: moved from lib/vm/instruction.rb.ko1
2007-12-22* parse.y (reg_named_capture_assign_iter): captured name shouldmatz
2007-12-22* eval.c (rb_f_method_name): now __method__ and __callee__ arematz
2007-12-21* string.c (rb_str_buf_append): improvement for non-broken codednobu
2007-12-21* bootstraptest/test_fork.rb: skip if fork is not unsupported.ko1
2007-12-21io.c: fix typo in rdoc commentdavidflanagan
2007-12-21 * parse.y (parser_str_new, rb_intern3): rb_default_encoding() renamed.usa
2007-12-21* encoding.c (rb_ascii_encoding): renamed from previousmatz
2007-12-21* re.c (rb_reg_prepare_re): stop ENCODING_NONE warning if thematz
2007-12-21* parse.y (command): block from cmd_brace_block was ignored.matz
2007-12-21* io.c (io_ungetc): avoid buffer relocation, which might causematz
2007-12-21* re.c (ARG_ENCODING_NONE): defined for /.../n option.akr
2007-12-21* test/json/test_json_addition.rb (test_core): do not use Time.nowshugo
2007-12-21 * ext/tk/sample/tkextlib/vu/canvSticker2.rb,usa
2007-12-21ChangeLog: conflict mark removed.matz
2007-12-21* sample/test.rb (valid_syntax): force_encoding input script.matz
2007-12-21 * lib/mkmf.rb (depend_rules): suffixes list broken. fixed.usa
2007-12-21* bignum.c (rb_big_mul0): remove unused variable.matz
2007-12-21* include/ruby/ruby.h (rb_catch_obj, rb_throw_obj): prototyped.nobu
2007-12-21* string.c (rb_str_succ): retry increasing until valid char is found.nobu
2007-12-21* encoding.c (rb_enc_replicate): now creates first class encoding.nobu
2007-12-21* io.c: write() should be in blocking region.ko1
2007-12-21Ruby/Tk :: provisional support on Ruby-VM and Tcl/Tk8.5.nagai
2007-12-21* transcode.c (rb_str_transcode_bang): returns self if no conversion.nobu
2007-12-21Update to RubyGems 1.0.1, r1581drbrain
2007-12-21* bootstraptest/pending.rb: renamed from featurebug.rb.ko1
2007-12-21* debug.c (dummy_gdb_enums.various): added ENCODING and CODERANGEnobu
2007-12-21* bootstraptest/featurebug.rb: added.ko1
2007-12-21* thread.c (rb_thread_atfork): fix to mark thread object.ko1
2007-12-21* gc.h: extern variable should not be initialized.ko1
2007-12-21* encoding.c (Init_Encoding): use enc_name as to_s.akr
2007-12-21* ext/nkf/nkf-utf8/config.h (MIME_DECODE_DEFAULT, X0201_DEFAULT):naruse
2007-12-21* enumerator.c (enumerator_iter_i): adjusted for rb_block_call_func.nobu
2007-12-21Fri Dec 21 16:25:25 2007 Martin Duerst <duerst@it.aoyama.ac.jp>duerst
2007-12-21* ext/bigdecimal/bigdecimal.c (VpMidRound): Round method bugmatz
2007-12-21* re.c (append_utf8): use rb_utf8_encoding() instead ofakr
2007-12-21* io.c (rb_io_s_read): allow specifying encoding explicitly.matz
2007-12-21* encoding.c (rb_enc_init): use enc_register_at() directly.nobu
2007-12-21* lib/net/imap.rb (initialize): accept service name. changedshugo
2007-12-21* enumerator.c (enumerator_init_copy): typo fixed.matz
2007-12-21* gc.c (rb_garbage_collect): new function for debugging.akr
2007-12-21* encoding.c (rb_to_encoding_index): should return error instead ofnobu
2007-12-21* enumerator.c (enumerator_init_copy): prohibit cloning ofmatz
2007-12-21* io.c (Init_IO): define IO::BINARY even if O_BINARY is not exist.akr
2007-12-21* test/ruby/test_system.rb (TestSystem::valid_syntax): applymatz
2007-12-21* re.c: change "character encodings differ" error messages.akr
2007-12-21* encoding.c (rb_enc_find_index): extension libraries have lower casenobu
2007-12-21* encoding.c (rb_enc_register): set encoding constant.nobu
2007-12-21* io.c (rb_io_external_encoding): should fill delayedmatz
2007-12-21* io.c (rb_io_external_encoding): new method.matz