summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2006-06-27* win32/win32.h: define isascii on MinGW for msvcrt compatibility.eban
2006-06-27* ext/etc/etc.c (setup_passwd, setup_group): allow bignum uid, gid andnobu
2006-06-27* eval.c (rb_yield_0): avoid core dump. [ruby-dev:28840]akr
2006-06-26Add --system, --site, --home and --gems to limit ri search path.drbrain
2006-06-26* ext/socket/socket.c (bsock_recv_nonblock): new methodakr
2006-06-26* 2006-06-27eban
2006-06-26* ext/ripper/eventids2.c (token_assoc): added tCHAR, which is notnobu
2006-06-26revert sock_sysaccept addition to [ruby-dev:28861].akr
2006-06-26* eval.c (call_trace_func): no check for argument number of thenobu
2006-06-26* ext/socket/socket.c (sock_accept): revert to avoid ambiguity ofmatz
2006-06-26* ext/tk/tcltklib.c (ip_delete): fix SEGV when a slave-ip is deletednagai
2006-06-25* Makefile.in, mkconfig.rb: catch-up for latest autoconf.nobu
2006-06-25add extconf.h.akr
2006-06-25ML ref: [ruby-dev:28843]akr
2006-06-25add ML ref.akr
2006-06-25* parse.y (paren_args): wrap $2 by escape_Qundef because it may beakr
2006-06-25support some kind of method of word. [ruby-Bugs#3237]suke
2006-06-25avoid Argument Error.suke
2006-06-25change test class name.suke
2006-06-24* 2006-06-25eban
2006-06-24add message for an assertion.akr
2006-06-24refine previous description.akr
2006-06-24* eval.c (rb_eval): use rb_ary_new2 instead of rb_ary_new4 to avoidakr
2006-06-24* 2006-06-24eban
2006-06-24add extconf.h to .cvsignore.akr
2006-06-23* ruby.h, lib/drb/drb.rb, lib/drb/invokemethod.rb: remove Values class.akr