aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * test/socket/test_nonblock.rb: add timeout to send/receiveakr2006-07-012-2/+11
* fixed the alignment problems discussed in [ruby-dev:28667].ttate2006-06-304-34/+50
* 2006-07-01ttate2006-06-301-4/+4
* * configure.in: should test isinf for Solaris with GCC compiler.matz2006-06-302-1/+8
* * lib/webrick/httputils.rb (WEBrick::HTTPUtils._escape): shouldgotoyuzo2006-06-302-1/+7
* 2006-06-30gotoyuzo2006-06-301-3/+3
* * gc.c (gc_mark_children): a bug in NODE_BLOCK_PASS marking.matz2006-06-292-3/+7
* * parse.y: use ARGSPUSH instead of ARGSCAT to prevent too muchmatz2006-06-294-2/+22
* * eval.c (SETUP_ARGS0): avoid GC problem.akr2006-06-292-1/+7
* * ext/bigdecimal/bigdecimal.c (BigDecimal_version): fix patchmatz2006-06-292-2/+5
* * ext/bigdecimal/bigdecimal.c: add RDoc document. a patch frommatz2006-06-297-38/+705
* Add optparse.rb to .document.drbrain2006-06-281-1/+1
* RDoc patch by Robin Stocker <robin@nibor.org>drbrain2006-06-282-638/+491
* 2006-06-29drbrain2006-06-281-3/+3
* * object.c (rb_cstr_to_dbl): underscores should appear onlymatz2006-06-282-7/+9
* * test/socket/test_unix.rb: test_seqpacket_pair removed.akr2006-06-282-18/+5
* * eval.c (when_check): arbitrary values are allowed after splats.nobu2006-06-282-2/+8
* * parse.y (primary): remove meaningless else-only case statementmatz2006-06-282-16/+5
* * eval.c (rb_eval): problem to handle else part. [ruby-dev:28873]matz2006-06-272-1/+4
* * eval.c (rb_eval): support splat in when expression list.matz2006-06-272-52/+64
* 2006-06-28matz2006-06-271-3/+3
* * object.c (rb_cstr_to_dbl): should not skip '_' at the beginningmatz2006-06-273-13/+10
* * string.c: RDoc update for =~ method. a patch from Alex Youngmatz2006-06-275-31/+51
* * io.c (pipe_open): backout unnecessary fix on 2006-06-26.matz2006-06-271-21/+11
* * ext/tk/tcltklib.c: forgot to update TCLTKLIB_RELEASE_DATE.nagai2006-06-273-7/+14
* * win32/win32.h: define isascii on MinGW for msvcrt compatibility.eban2006-06-273-0/+10
* * ext/etc/etc.c (setup_passwd, setup_group): allow bignum uid, gid andnobu2006-06-273-7/+25
* * eval.c (rb_yield_0): avoid core dump. [ruby-dev:28840]akr2006-06-272-1/+8
* Add --system, --site, --home and --gems to limit ri search path.drbrain2006-06-264-36/+124
* * ext/socket/socket.c (bsock_recv_nonblock): new methodakr2006-06-264-135/+141
* * 2006-06-27eban2006-06-261-3/+3
* * ext/ripper/eventids2.c (token_assoc): added tCHAR, which is notnobu2006-06-262-0/+6
* revert sock_sysaccept addition to [ruby-dev:28861].akr2006-06-262-4/+21
* * eval.c (call_trace_func): no check for argument number of thenobu2006-06-262-1/+6
* * ext/socket/socket.c (sock_accept): revert to avoid ambiguity ofmatz2006-06-267-373/+475
* * ext/tk/tcltklib.c (ip_delete): fix SEGV when a slave-ip is deletednagai2006-06-262-2/+5
* * Makefile.in, mkconfig.rb: catch-up for latest autoconf.nobu2006-06-253-20/+20
* add extconf.h.akr2006-06-252-0/+2
* ML ref: [ruby-dev:28843]akr2006-06-250-0/+0
* add ML ref.akr2006-06-251-1/+1
* * parse.y (paren_args): wrap $2 by escape_Qundef because it may beakr2006-06-252-1/+6
* support some kind of method of word. [ruby-Bugs#3237]suke2006-06-253-14/+57
* avoid Argument Error.suke2006-06-251-4/+4
* change test class name.suke2006-06-251-1/+1
* * 2006-06-25eban2006-06-241-3/+3
* add message for an assertion.akr2006-06-241-1/+1
* refine previous description.akr2006-06-241-1/+2
* * eval.c (rb_eval): use rb_ary_new2 instead of rb_ary_new4 to avoidakr2006-06-243-6/+16
* * 2006-06-24eban2006-06-241-3/+3
* add extconf.h to .cvsignore.akr2006-06-2425-0/+26