aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * test/socket/test_nonblock.rb: add timeout to send/receiveakr2006-07-011-0/+6
* * configure.in: should test isinf for Solaris with GCC compiler.matz2006-06-301-0/+5
* * lib/webrick/httputils.rb (WEBrick::HTTPUtils._escape): shouldgotoyuzo2006-06-301-0/+6
* * gc.c (gc_mark_children): a bug in NODE_BLOCK_PASS marking.matz2006-06-291-2/+6
* * parse.y: use ARGSPUSH instead of ARGSCAT to prevent too muchmatz2006-06-291-0/+13
* * eval.c (SETUP_ARGS0): avoid GC problem.akr2006-06-291-0/+5
* * ext/bigdecimal/bigdecimal.c (BigDecimal_version): fix patchmatz2006-06-291-0/+5
* * ext/bigdecimal/bigdecimal.c: add RDoc document. a patch frommatz2006-06-291-0/+6
* RDoc patch by Robin Stocker <robin@nibor.org>drbrain2006-06-281-0/+4
* * object.c (rb_cstr_to_dbl): underscores should appear onlymatz2006-06-281-0/+5
* * test/socket/test_unix.rb: test_seqpacket_pair removed.akr2006-06-281-0/+5
* * eval.c (when_check): arbitrary values are allowed after splats.nobu2006-06-281-1/+6
* * parse.y (primary): remove meaningless else-only case statementmatz2006-06-281-0/+5
* * eval.c (rb_eval): problem to handle else part. [ruby-dev:28873]matz2006-06-271-0/+4
* * eval.c (rb_eval): support splat in when expression list.matz2006-06-271-0/+9
* * object.c (rb_cstr_to_dbl): should not skip '_' at the beginningmatz2006-06-271-0/+7
* * string.c: RDoc update for =~ method. a patch from Alex Youngmatz2006-06-271-0/+16
* * ext/tk/tcltklib.c: forgot to update TCLTKLIB_RELEASE_DATE.nagai2006-06-271-0/+7
* * win32/win32.h: define isascii on MinGW for msvcrt compatibility.eban2006-06-271-0/+7
* * ext/etc/etc.c (setup_passwd, setup_group): allow bignum uid, gid andnobu2006-06-271-0/+5
* * eval.c (rb_yield_0): avoid core dump. [ruby-dev:28840]akr2006-06-271-0/+4
* Add --system, --site, --home and --gems to limit ri search path.drbrain2006-06-261-0/+4
* * ext/socket/socket.c (bsock_recv_nonblock): new methodakr2006-06-261-0/+9
* * ext/ripper/eventids2.c (token_assoc): added tCHAR, which is notnobu2006-06-261-0/+5
* * eval.c (call_trace_func): no check for argument number of thenobu2006-06-261-0/+5
* * ext/socket/socket.c (sock_accept): revert to avoid ambiguity ofmatz2006-06-261-0/+17
* * ext/tk/tcltklib.c (ip_delete): fix SEGV when a slave-ip is deletednagai2006-06-261-0/+5
* * Makefile.in, mkconfig.rb: catch-up for latest autoconf.nobu2006-06-251-0/+4
* add ML ref.akr2006-06-251-1/+1
* * parse.y (paren_args): wrap $2 by escape_Qundef because it may beakr2006-06-251-0/+5
* support some kind of method of word. [ruby-Bugs#3237]suke2006-06-251-0/+7
* refine previous description.akr2006-06-241-1/+2
* * eval.c (rb_eval): use rb_ary_new2 instead of rb_ary_new4 to avoidakr2006-06-241-3/+13
* * ruby.h, lib/drb/drb.rb, lib/drb/invokemethod.rb: remove Values class.akr2006-06-231-0/+5
* * ChangeLog: fixed typo.nobu2006-06-231-1/+1
* * eval.c (rb_block_pass): removed.nobu2006-06-231-1/+8
* * lib/net/http.rb (Net::HTTPResponse): duplicated error 501;matz2006-06-231-0/+5
* * variable.c (rb_mod_name): returns nil for anonymous modules.matz2006-06-221-0/+5
* * string.c (rb_str_aref): "abc"[3] should not return an emptymatz2006-06-221-0/+5
* * ext/socket/socket.c (sock_s_socketpair): try GC only once.akr2006-06-211-0/+5
* fixed an issue about mathn.tadf2006-06-211-0/+5
* * ext/socket/getaddrinfo.c (freeaddrinfo, get_name): fixed typo.usa2006-06-211-0/+8
* * lib/pp.rb (PP::PPMethods::seplist): should have preservedmatz2006-06-211-0/+5
* * parse.y (block_param): do not use multiple assignment for a solematz2006-06-211-0/+13
* * parse.y (method_call): remove (fn)(args) style lambdamatz2006-06-211-0/+10
* * eval.c, file.c, etc.: code-cleanup patch from Stefan Huehnermatz2006-06-201-0/+5
* * parse.y (reswords): modifier token is no longer returned in fnamenobu2006-06-201-0/+5
* * ext/extmk.rb (parse_args): provisional catch-up for the recent changes.nobu2006-06-201-2/+8
* * eval.c (proc_invoke): intercept break and return from lambdamatz2006-06-201-0/+22
* Mon Jun 19 23:40:59 2006 NARUSE, Yui <naruse@ruby-lang.org>naruse2006-06-191-0/+7