aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* add tests for hex, include?, index, rindex.akr2007-12-191-0/+79
* * compile.c (iseq_compile_each): remove "retry" in block.ko12007-12-198-62/+45
* * bootstraptest/test_knownbug.rb, test_block.rb:ko12007-12-194-221/+224
* add tests for clear, clone, dup, count, crypt, delete, downcase, dump,akr2007-12-191-0/+150
* * eval.c (errinfo_place): skip if error is Fixnum. [ruby-dev:32608]ko12007-12-194-18/+25
* * parse.y (reg_named_capture_assign_iter): get rid of creatingnobu2007-12-192-6/+21
* * parse.y (reg_named_capture_assign_iter): remove C99 dependency.nobu2007-12-192-1/+6
* fixed an error in ChengeLog entrymatz2007-12-191-1/+2
* * insnhelper.ci (vm_yield_with_cfunc): call cfunc withmatz2007-12-193-17/+14
* add tests.akr2007-12-191-4/+38
* * string.c (rb_str_justify): should propagate encoding from padmatz2007-12-192-1/+6
* * configure.in (TIMEZONE_VOID): check whether timezone requires zeronobu2007-12-192-0/+16
* * ext/nkf/nkf.c (NKF::_ENCODING): removed.naruse2007-12-193-1040/+1243
* add test for center, ljust, rjust, chomp.akr2007-12-191-0/+73
* * test/ruby/test_integer.rb (test_Integer): multiple underscoresnobu2007-12-191-0/+1
* * bignum.c (rb_cstr_to_inum): an underscore succeeding after octalnobu2007-12-193-1/+9
* more m17n tests.akr2007-12-181-120/+264
* * bignum.c (rb_cstr_to_inum): wrong radix check. a patch frommatz2007-12-183-5/+12
* * compile.c (iseq_compile_each): fix for segfault. [ruby-dev:31372]nobu2007-12-184-5/+10
* * test/net/http/utils.rb: split TestNetHTTPUtils module fromgotoyuzo2007-12-183-84/+88
* * lib/webrick/server.rb (WEBrick::GenericServer#accept_client): gotoyuzo2007-12-183-4/+19
* fix typo in last commit.gotoyuzo2007-12-181-1/+1
* * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLServer#shutdown): gotoyuzo2007-12-182-0/+9
* * lib/rss/parser.rb, lib/rss/atom.rb, lib/rss/rss.rb,gotoyuzo2007-12-187-9/+15
* * insnhelper.ci, vm.c: rewrite sp manipulation around method/blockko12007-12-183-22/+25
* * dl/win32/lib/win32/sspi.rb: use pack/unpack("m") instead of base64usa2007-12-182-4/+8
* * vm.c (invoke_block): merge 2 stack overflow checks.ko12007-12-182-2/+5
* * compile.c, insnhelper.ci, insns.def, object.c, vm.c, vm.h:ko12007-12-189-64/+175
* * bootstraptest/test_knownbug.rb: add issues.ko12007-12-182-0/+21
* * parse.y (arg tMATCH arg): call reg_named_capture_assign_gen if regexpakr2007-12-184-0/+130
* fix test. [ruby-dev:32625].akr2007-12-181-4/+11
* * string.c (rb_str_splice): propagate encoding.matz2007-12-182-1/+10
* * object.c (rb_obj_freeze): preserve frozen state of immediatematz2007-12-184-2/+24
* * transcode.c (rb_str_transcode_bang, rb_str_transcode): set newnobu2007-12-182-17/+33
* more tests.akr2007-12-181-0/+103
* * common.mk (encs, ext/ripper/ripper.c): other options must comenobu2007-12-182-2/+7
* Don't call private fail anymore.drbrain2007-12-182-4/+8
* * common.mk (encs, ext/ripper/ripper.c): pass MAKEFLAGS.nobu2007-12-182-2/+6
* * parse.y (op_tbl): remove duplication to avoid symbol aliases.matz2007-12-183-7/+5
* * string.c (str_nth): need not to raise out-of-range exception.matz2007-12-183-13/+17
* * enc/depend: get rid of target expanded as empty for nmake.nobu2007-12-182-5/+9
* more tests.akr2007-12-182-71/+126
* * proc.c (rb_obj_public_method): Object#public_method to retrievematz2007-12-175-11/+51
* * lib/ping.rb, lib/readbytes.rb: removedmatz2007-12-174-108/+2
* * lib/Env.rb, lib/base64.rb, lib/importenv.rb, lib/eregex.rb: removed.matz2007-12-176-228/+4
* * configure.in (BUILTIN_ENCS): removed.nobu2007-12-175-6/+20
* ChangeLog: typo fixedmatz2007-12-171-1/+1
* * sprintf.c (rb_str_format): need to clear output buffer to avoidmatz2007-12-172-1/+6
* * lib/mkmf.rb (depend_rules): inserts ruby to only headers.nobu2007-12-172-1/+5
* * parse.y (parser_encode_length): chomp eol style modifiers.nobu2007-12-172-4/+36