summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2007-12-20* enc/iso_8859_{1..16}.c: renamed.nobu
2007-12-20* insnhelper.ci (vm_expandarray): fix sp increase place.ko1
2007-12-20* bootstraptest/test_syntax.rb: add a test.ko1
2007-12-20* compile.c (iseq_compile_each/NODE_RETURN): fix stack consistency.ko1
2007-12-20* bignum.c (big2str_orig): access beyond memory region cause crashmatz
2007-12-20* string.c (rb_str_index): wrong starting position.matz
2007-12-19* compile.c (iseq_compile_each): add pop after throw as return.ko1
2007-12-19* compile.c (iseq_compile_each): remove unused retry entry.ko1
2007-12-19 * */Makefile.sub (DEFS, RM): output to config.status.usa
2007-12-19* common.mk (encs): create encoding directory.matz
2007-12-19* enc/iso8859_{1..16}.c: adjust for ruby.nobu
2007-12-19* string.c (rb_str_each_line): should consider rslen.matz
2007-12-19* enc/iso8859_{1..16}.c: imported from Onigiruma 5.9.0.nobu
2007-12-19* enc/Makefile.in (RM): added.nobu
2007-12-19* string.c (rb_str_rindex_m): too much adjustment.matz
2007-12-19* compile.c (iseq_compile_each): should handle upper level eval iseqnobu
2007-12-19 * test/drb/drbtest.rb (test_07_public_private_protected_missing):seki
2007-12-19* dir.c (dir_inspect, dir_path, dir_tell): check for frozen and closednobu
2007-12-19* string.c (rb_str_rindex): comparison length should be based onmatz
2007-12-19* string.c (rb_str_chomp_bang): wrong adjust condition.matz
2007-12-19* string.c (str_sublen): adjust position if position is not at thematz
2007-12-19* re.c (rb_reg_regsub): should set checked encoding.nobu
2007-12-19 * bignum.c (bigmul1): C99ism.usa
2007-12-19* ext/nkf/nkf-utf8/nkf.c: Updated.naruse
2007-12-19* bignum.c (rb_big_mul0): blocking check for bigger numbers.matz
2007-12-19* compile.c (iseq_compile_each): remove "retry" in block.ko1
2007-12-19* bootstraptest/test_knownbug.rb, test_block.rb:ko1
2007-12-19* eval.c (errinfo_place): skip if error is Fixnum. [ruby-dev:32608]ko1
2007-12-19* parse.y (reg_named_capture_assign_iter): get rid of creatingnobu
2007-12-19* parse.y (reg_named_capture_assign_iter): remove C99 dependency.nobu
2007-12-19fixed an error in ChengeLog entrymatz
2007-12-19* insnhelper.ci (vm_yield_with_cfunc): call cfunc withmatz
2007-12-19* string.c (rb_str_justify): should propagate encoding from padmatz
2007-12-19* configure.in (TIMEZONE_VOID): check whether timezone requires zeronobu
2007-12-19* ext/nkf/nkf.c (NKF::_ENCODING): removed.naruse
2007-12-19* bignum.c (rb_cstr_to_inum): an underscore succeeding after octalnobu
2007-12-18* bignum.c (rb_cstr_to_inum): wrong radix check. a patch frommatz
2007-12-18* compile.c (iseq_compile_each): fix for segfault. [ruby-dev:31372]nobu
2007-12-18* test/net/http/utils.rb: split TestNetHTTPUtils module fromgotoyuzo
2007-12-18* lib/webrick/server.rb (WEBrick::GenericServer#accept_client): gotoyuzo
2007-12-18* ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLServer#shutdown): gotoyuzo
2007-12-18* lib/rss/parser.rb, lib/rss/atom.rb, lib/rss/rss.rb,gotoyuzo
2007-12-18* insnhelper.ci, vm.c: rewrite sp manipulation around method/blockko1
2007-12-18 * dl/win32/lib/win32/sspi.rb: use pack/unpack("m") instead of base64usa
2007-12-18* vm.c (invoke_block): merge 2 stack overflow checks.ko1
2007-12-18* compile.c, insnhelper.ci, insns.def, object.c, vm.c, vm.h:ko1
2007-12-18* bootstraptest/test_knownbug.rb: add issues.ko1
2007-12-18* parse.y (arg tMATCH arg): call reg_named_capture_assign_gen if regexpakr
2007-12-18* string.c (rb_str_splice): propagate encoding.matz
2007-12-18* object.c (rb_obj_freeze): preserve frozen state of immediatematz