aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* * ruby.h, lib/drb/drb.rb, lib/drb/invokemethod.rb: remove Values class.akr2006-06-234-3/+7
* * ChangeLog: fixed typo.nobu2006-06-231-1/+1
* * eval.c (rb_block_pass): removed.nobu2006-06-232-81/+10
* * 2006-06-23eban2006-06-231-3/+3
* * lib/net/http.rb (Net::HTTPResponse): duplicated error 501;matz2006-06-232-1/+6
* * variable.c (rb_mod_name): returns nil for anonymous modules.matz2006-06-222-2/+7
* * 2006-06-22eban2006-06-221-3/+3
* * string.c (rb_str_aref): "abc"[3] should not return an emptymatz2006-06-222-0/+11
* * ext/socket/socket.c (sock_s_socketpair): try GC only once.akr2006-06-212-7/+14
* fixed an issue about mathn.tadf2006-06-212-2/+7
* * ext/socket/getaddrinfo.c (freeaddrinfo, get_name): fixed typo.usa2006-06-214-5/+12
* * lib/pp.rb (PP::PPMethods::seplist): should have preservedmatz2006-06-212-3/+8
* * parse.y (block_param): do not use multiple assignment for a solematz2006-06-216-38/+60
* use fork to isolate rlimit effect.akr2006-06-211-7/+12
* * parse.y (method_call): remove (fn)(args) style lambdamatz2006-06-214-19/+34
* * eval.c, file.c, etc.: code-cleanup patch from Stefan Huehnermatz2006-06-2025-567/+254
* * 2006-06-21eban2006-06-201-3/+3
* * parse.y (reswords): modifier token is no longer returned in fnamenobu2006-06-202-1/+6
* * ext/extmk.rb (parse_args): provisional catch-up for the recent changes.nobu2006-06-203-6/+16
* * eval.c (proc_invoke): intercept break and return from lambdamatz2006-06-203-71/+82
* * 2006-06-20eban2006-06-201-3/+3
* RDoc from Hugh Sasse [ruby-core:8012]drbrain2006-06-191-0/+3
* Mon Jun 19 23:40:59 2006 NARUSE, Yui <naruse@ruby-lang.org>naruse2006-06-191-0/+7
* * kconv.rb: remove default -m0 and fix document.naruse2006-06-191-16/+35
* * ext/nkf/nkf-utf8/nkf.c: imported nkf 2.0.7naruse2006-06-194-734/+739
* should not test when win32ole is not available.suke2006-06-191-13/+18
* * sample/test.rb (proc_return3): return within non lambda blockmatz2006-06-192-2/+15
* * ext/socket/socket.c (unix_sysaccept): typo fixed.matz2006-06-193-2/+9
* * ext/socket/socket.c (tcp_accept_nonblock): forgot to removematz2006-06-192-13/+13
* * 2006-06-19eban2006-06-181-3/+3
* * ext/tk/lib/multi-tk.rb: fix bug: initialize improper tablesnagai2006-06-182-2/+7
* * 2006-06-18usa2006-06-181-3/+3
* support PROPERTYPUTREF. [ruby-talk:183042]suke2006-06-184-4/+74
* Add Test::Unit::Assertions.drbrain2006-06-181-0/+1
* * eval.c (Init_eval): add aliases invoke_method andmatz2006-06-177-356/+363
* * lib/pathname.rb (Kernel#Pathname): new method.akr2006-06-173-6/+54
* * lib/pp.rb (Kernel#pretty_inspect): defined for pretty printedakr2006-06-162-1/+14