aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * common.mk (encs): added dependencies.nobu2007-12-177-70/+82
* * re.c (rb_reg_initialize): raise error if non-Unicode fixedmatz2007-12-174-6/+14
* more tests.akr2007-12-172-4/+190
* show regexp flags and encoding.akr2007-12-171-3/+10
* * win32/enc-setup.mak: extracts BUILTIN_ENCOBJS.nobu2007-12-173-0/+12
* * common.mk (miniprelude.c): add -I$(srcdir).gotoyuzo2007-12-172-1/+23
* * ext/openssl/ossl_ssl.c (ossl_sslctx_set_ssl_version):gotoyuzo2007-12-173-65/+189
* * string.c (scan_once): need no encoding compatibility check.matz2007-12-173-5/+10
* * string.c (rb_str_index): check if substring is broken.matz2007-12-174-6/+22
* * common.mk (encs): new target to compile external encodings.nobu2007-12-178-82/+147
* * configure.in (MAKEFILES): removed enc/Makefile.nobu2007-12-172-2/+4
* * enc/depend: commit miss.nobu2007-12-171-0/+3
* * configure.in (EXTERNAL_ENCOBJS, ENCSOS): removed.nobu2007-12-176-33/+31
* * string.c (rb_enc_str_asciionly_p): use rb_enc_str_coderange.akr2007-12-172-10/+7
* * string.c (rb_enc_str_coderange): set ENC_CODERANGE_BROKEN usingakr2007-12-172-32/+27
* * ext/openssl/lib/openssl/buffering.rb (Buffering#gets): added secondgotoyuzo2007-12-173-1/+14
* * lib/webrick/httprequest.rb, lib/webrick/cgi.rb: Request-Line orgotoyuzo2007-12-174-11/+29
* * include/ruby/encoding.h (ENC_CODERANGE_VALID): rename fromakr2007-12-173-3/+10
* * string.c (tr_find): wrong condition fixed.matz2007-12-173-5/+18
* extern rb_gc_stack_maxsize.akr2007-12-171-0/+2
* * Makefile.in (RUNRUBY): added RUNRUBYOPT.nobu2007-12-173-2/+6
* * thread_win32.ci (native_thread_create): initializeakr2007-12-172-1/+6
* for undefined conversions.matz2007-12-175-1981/+1667