aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (errinfo_place): skip if error is Fixnum. [ruby-dev:32608]ko12007-12-191-0/+6
* * parse.y (reg_named_capture_assign_iter): get rid of creatingnobu2007-12-191-1/+6
* * parse.y (reg_named_capture_assign_iter): remove C99 dependency.nobu2007-12-191-0/+4
* fixed an error in ChengeLog entrymatz2007-12-191-1/+2
* * insnhelper.ci (vm_yield_with_cfunc): call cfunc withmatz2007-12-191-0/+7
* * string.c (rb_str_justify): should propagate encoding from padmatz2007-12-191-0/+5
* * configure.in (TIMEZONE_VOID): check whether timezone requires zeronobu2007-12-191-0/+5
* * ext/nkf/nkf.c (NKF::_ENCODING): removed.naruse2007-12-191-0/+17
* * bignum.c (rb_cstr_to_inum): an underscore succeeding after octalnobu2007-12-191-0/+5
* * bignum.c (rb_cstr_to_inum): wrong radix check. a patch frommatz2007-12-181-0/+7
* * compile.c (iseq_compile_each): fix for segfault. [ruby-dev:31372]nobu2007-12-181-0/+4
* * test/net/http/utils.rb: split TestNetHTTPUtils module fromgotoyuzo2007-12-181-0/+5
* * lib/webrick/server.rb (WEBrick::GenericServer#accept_client): gotoyuzo2007-12-181-0/+12
* * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLServer#shutdown): gotoyuzo2007-12-181-0/+5
* * lib/rss/parser.rb, lib/rss/atom.rb, lib/rss/rss.rb,gotoyuzo2007-12-181-0/+9
* * insnhelper.ci, vm.c: rewrite sp manipulation around method/blockko12007-12-181-0/+5
* * dl/win32/lib/win32/sspi.rb: use pack/unpack("m") instead of base64usa2007-12-181-0/+5
* * vm.c (invoke_block): merge 2 stack overflow checks.ko12007-12-181-0/+4
* * compile.c, insnhelper.ci, insns.def, object.c, vm.c, vm.h:ko12007-12-181-0/+9
* * bootstraptest/test_knownbug.rb: add issues.ko12007-12-181-0/+4
* * parse.y (arg tMATCH arg): call reg_named_capture_assign_gen if regexpakr2007-12-181-0/+10
* * string.c (rb_str_splice): propagate encoding.matz2007-12-181-0/+6
* * object.c (rb_obj_freeze): preserve frozen state of immediatematz2007-12-181-0/+10
* * transcode.c (rb_str_transcode_bang, rb_str_transcode): set newnobu2007-12-181-0/+6
* * common.mk (encs, ext/ripper/ripper.c): other options must comenobu2007-12-181-0/+5
* Don't call private fail anymore.drbrain2007-12-181-0/+4
* * common.mk (encs, ext/ripper/ripper.c): pass MAKEFLAGS.nobu2007-12-181-0/+4
* * parse.y (op_tbl): remove duplication to avoid symbol aliases.matz2007-12-181-0/+4
* * string.c (str_nth): need not to raise out-of-range exception.matz2007-12-181-0/+7
* * enc/depend: get rid of target expanded as empty for nmake.nobu2007-12-181-0/+4
* * proc.c (rb_obj_public_method): Object#public_method to retrievematz2007-12-171-0/+15
* * lib/ping.rb, lib/readbytes.rb: removedmatz2007-12-171-0/+2
* * lib/Env.rb, lib/base64.rb, lib/importenv.rb, lib/eregex.rb: removed.matz2007-12-171-0/+4
* * configure.in (BUILTIN_ENCS): removed.nobu2007-12-171-0/+10
* ChangeLog: typo fixedmatz2007-12-171-1/+1
* * sprintf.c (rb_str_format): need to clear output buffer to avoidmatz2007-12-171-0/+5
* * lib/mkmf.rb (depend_rules): inserts ruby to only headers.nobu2007-12-171-0/+4
* * parse.y (parser_encode_length): chomp eol style modifiers.nobu2007-12-171-0/+8
* * common.mk (encs): added dependencies.nobu2007-12-171-0/+10
* * re.c (rb_reg_initialize): raise error if non-Unicode fixedmatz2007-12-171-0/+9
* * win32/enc-setup.mak: extracts BUILTIN_ENCOBJS.nobu2007-12-171-0/+6
* * common.mk (miniprelude.c): add -I$(srcdir).gotoyuzo2007-12-171-0/+22
* * string.c (scan_once): need no encoding compatibility check.matz2007-12-171-0/+9
* * string.c (rb_str_index): check if substring is broken.matz2007-12-171-0/+8
* * common.mk (encs): new target to compile external encodings.nobu2007-12-171-0/+17
* * configure.in (MAKEFILES): removed enc/Makefile.nobu2007-12-171-1/+3
* * configure.in (EXTERNAL_ENCOBJS, ENCSOS): removed.nobu2007-12-171-0/+10
* * string.c (rb_enc_str_asciionly_p): use rb_enc_str_coderange.akr2007-12-171-0/+4
* * string.c (rb_enc_str_coderange): set ENC_CODERANGE_BROKEN usingakr2007-12-171-0/+7
* * ext/openssl/lib/openssl/buffering.rb (Buffering#gets): added secondgotoyuzo2007-12-171-0/+5