aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * keywords, parse.y (__ENCODING__): represent script encoding.nobu2007-12-211-0/+4
* * string.c (rb_str_is_ascii_only_p): new method ascii_only?.akr2007-12-211-0/+4
* * configure.in: check langinfo.h and locale.h.akr2007-12-211-0/+8
* * test/ruby/test_m17n.rb (TestM17N::test_tr): "invalid mbstringmatz2007-12-211-0/+2
* * encoding.c: include locale.hakr2007-12-211-0/+12
* add reported.ko12007-12-211-1/+1
* * vm.c, vm_dump.c: fix typo.ko12007-12-211-0/+4
* * regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb,akr2007-12-211-0/+9
* * common.mk (enc.mk): depends on $(RBCONFIG) instead of rbconfig.rb.nobu2007-12-211-1/+15
* * tool/compile_prelude.rb: use erb.akr2007-12-211-0/+4
* * enumerator.c (enumerator_next): should call next_init() if fibermatz2007-12-201-0/+5
* * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLContext.build):gotoyuzo2007-12-201-0/+5
* * lib/net/http.rb (Net::HTTP#connect): usegotoyuzo2007-12-201-0/+10
* * io.c (select_internal): should return original value.gotoyuzo2007-12-201-0/+4
* * string.c (tr_trans): wrong encoding check for tree strings.matz2007-12-201-0/+7
* * lib/net/imap.rb (initialize): the second argument is an optionko12007-12-201-0/+5
* * thread_pthread.c (native_thread_apply_priority): checkko12007-12-201-0/+5
* * configure.in: add libthr for FreeBSD.ko12007-12-201-0/+4
* * common.mk, *.ci: renamed to *.c.ko12007-12-201-0/+6
* Import RubyGems 1.0.0, r1575drbrain2007-12-201-0/+4
* * proc.c: support Proc#binding.ko12007-12-201-0/+6
* Thu Dec 20 17:15:15 2007 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2007-12-201-0/+5
* * common.mk (enc.mk): depends on rbconfig.rb.nobu2007-12-201-0/+13
* * iseq.c (find_line_no): return 0 if not found.ko12007-12-201-0/+4
* * insnhelper.ci, vm.c, vm_core.h: change interface ofko12007-12-201-0/+12
* * enc/iso_8859_{1..16}.c: renamed.nobu2007-12-201-0/+4
* * insnhelper.ci (vm_expandarray): fix sp increase place.ko12007-12-201-0/+9
* * bootstraptest/test_syntax.rb: add a test.ko12007-12-201-0/+4
* * compile.c (iseq_compile_each/NODE_RETURN): fix stack consistency.ko12007-12-201-0/+4
* * bignum.c (big2str_orig): access beyond memory region cause crashmatz2007-12-201-0/+6
* * string.c (rb_str_index): wrong starting position.matz2007-12-201-0/+4
* * compile.c (iseq_compile_each): add pop after throw as return.ko12007-12-191-0/+8
* * compile.c (iseq_compile_each): remove unused retry entry.ko12007-12-191-0/+4
* * */Makefile.sub (DEFS, RM): output to config.status.usa2007-12-191-0/+4
* * common.mk (encs): create encoding directory.matz2007-12-191-0/+4
* * enc/iso8859_{1..16}.c: adjust for ruby.nobu2007-12-191-0/+4
* * string.c (rb_str_each_line): should consider rslen.matz2007-12-191-0/+12
* * enc/iso8859_{1..16}.c: imported from Onigiruma 5.9.0.nobu2007-12-191-0/+4
* * enc/Makefile.in (RM): added.nobu2007-12-191-0/+8
* * string.c (rb_str_rindex_m): too much adjustment.matz2007-12-191-0/+8
* * compile.c (iseq_compile_each): should handle upper level eval iseqnobu2007-12-191-0/+6
* * test/drb/drbtest.rb (test_07_public_private_protected_missing):seki2007-12-191-0/+5
* * dir.c (dir_inspect, dir_path, dir_tell): check for frozen and closednobu2007-12-191-0/+5
* * string.c (rb_str_rindex): comparison length should be based onmatz2007-12-191-0/+3
* * string.c (rb_str_chomp_bang): wrong adjust condition.matz2007-12-191-0/+2
* * string.c (str_sublen): adjust position if position is not at thematz2007-12-191-0/+8
* * re.c (rb_reg_regsub): should set checked encoding.nobu2007-12-191-0/+6
* * bignum.c (bigmul1): C99ism.usa2007-12-191-0/+6
* * ext/nkf/nkf-utf8/nkf.c: Updated.naruse2007-12-191-0/+13
* * bignum.c (rb_big_mul0): blocking check for bigger numbers.matz2007-12-191-0/+7