summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-07-06* ext/racc/cparse/cparse.c: sync with original code, rev 1.8.aamine
2006-07-062006-07-06aamine
2006-07-04* test/ruby/test_lambda.rb (TestLambdaParameters::test_lambda_as_iterator):matz
2006-07-042006-07-05matz
2006-07-04* ruby.c (proc_options): supress warning on DOSISH.usa
2006-07-04* eval.c (rb_call): should not set prot_tag->blkid since it wouldmatz
2006-07-04* eval.c (rb_call): should not set prot_tag->blkid since it wouldmatz
2006-07-03* bignum.c: ruby 1.9 HEAD 64 bit warnings clean up frommatz
2006-07-032006-07-04matz
2006-07-03* ext/tk/tcltklib.c (ip_make_menu_embeddable): help to make a menunagai
2006-07-03fix typos.akr
2006-07-03* ext/etc/extconf.rb (PW_UID2VAL, PW_GID2VAL): defaulted to conversionnobu
2006-07-03* io.c (popen_exec): close file descriptors other than standard I/Os.nobu
2006-07-02* test/openssl/test_asn1.c: String#[]= doesnt't accept Integer.gotoyuzo
2006-07-022006-07-03matz
2006-07-02* string.c (rb_str_inspect): encode \b (\010) for escape.matz
2006-07-02cancelled r1.25tadf
2006-07-02* ext/racc/cparse/cparse.c: sync with original code, rev 1.7.aamine
2006-07-02* ext/racc/cparse/cparse.c: sync with original source code, rev 1.6.aamine
2006-07-02* io.c (io_reopen): STDOUT.reopen(filename, "w+") didn't work.akr
2006-07-012006-07-02matz
2006-07-01* eval.c (PUSH_FRAME): initialize frame->self. [ruby-dev:28911]matz
2006-07-01* test/webrick/utils.rb: use Proc#yield instead of Proc#call.gotoyuzo
2006-07-01* test/webrick/utils.rb: use Proc#yield instead of Proc#call.gotoyuzo
2006-07-01add a note for cygwin empty UDP packet problem.akr
2006-07-01* test/socket/test_nonblock.rb: add timeout to send/receiveakr
2006-06-30fixed the alignment problems discussed in [ruby-dev:28667].ttate
2006-06-302006-07-01ttate
2006-06-30* configure.in: should test isinf for Solaris with GCC compiler.matz
2006-06-30* lib/webrick/httputils.rb (WEBrick::HTTPUtils._escape): shouldgotoyuzo
2006-06-302006-06-30gotoyuzo
2006-06-29* gc.c (gc_mark_children): a bug in NODE_BLOCK_PASS marking.matz
2006-06-29* parse.y: use ARGSPUSH instead of ARGSCAT to prevent too muchmatz
2006-06-29* eval.c (SETUP_ARGS0): avoid GC problem.akr
2006-06-29* ext/bigdecimal/bigdecimal.c (BigDecimal_version): fix patchmatz
2006-06-29* ext/bigdecimal/bigdecimal.c: add RDoc document. a patch frommatz
2006-06-28Add optparse.rb to .document.drbrain
2006-06-28RDoc patch by Robin Stocker <robin@nibor.org>drbrain
2006-06-282006-06-29drbrain
2006-06-28* object.c (rb_cstr_to_dbl): underscores should appear onlymatz
2006-06-28* test/socket/test_unix.rb: test_seqpacket_pair removed.akr
2006-06-28* eval.c (when_check): arbitrary values are allowed after splats.nobu
2006-06-28* parse.y (primary): remove meaningless else-only case statementmatz
2006-06-27* eval.c (rb_eval): problem to handle else part. [ruby-dev:28873]matz
2006-06-27* eval.c (rb_eval): support splat in when expression list.matz
2006-06-272006-06-28matz
2006-06-27* object.c (rb_cstr_to_dbl): should not skip '_' at the beginningmatz
2006-06-27* string.c: RDoc update for =~ method. a patch from Alex Youngmatz
2006-06-27* io.c (pipe_open): backout unnecessary fix on 2006-06-26.matz
2006-06-27* ext/tk/tcltklib.c: forgot to update TCLTKLIB_RELEASE_DATE.nagai