aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in, configure.in (MINIOBJS): miniruby on HP-UX can not loadnobu2005-09-067-14/+23
* 2005-09-07nobu2005-09-061-3/+3
* fix.akr2005-09-061-1/+0
* add a test to parse files by ripper.akr2005-09-061-0/+20
* 2005-09-06akr2005-09-051-3/+3
* document a blocking behavior of IO#eof?.akr2005-09-051-2/+21
* * parse.y (stmt, mlhs_node, lhs, arg, method_call): aref_args might benobu2005-09-054-5/+44
* * lib/observer.rb: a patch from nornagon <nornagon@gmail.com>matz2005-09-056-19/+75
* * lib/ostruct.rb: a patch from Florian Gross <florgro@gmail.com>matz2005-09-054-28/+47
* * lib/observer.rb: a patch from nornagon <nornagon@gmail.com>matz2005-09-051-1/+1
* * ext/openssl/openssl/lib/openssl/buffering.rb (Buffering#do_write):gotoyuzo2005-09-042-1/+6
* 2005-09-05gotoyuzo2005-09-041-3/+3
* 2005-09-04aamine2005-09-041-3/+3
* * parse.y (f_arg): Ripper should not do semantic check. [ruby-dev:26948]aamine2005-09-042-3/+8
* * lib/pathname.rb (Pathname#descend): Pathname.new("./a/b/c").descendakr2005-09-032-18/+35
* 2005-09-03akr2005-09-031-3/+3
* * lib: do not use __send__ to access private methods. [ruby-dev:26935]nobu2005-09-0215-41/+47
* 2005-09-02nobu2005-09-021-3/+3
* * parse.y (f_arg): f_norm_arg is a VALUE in ripper, not an ID.nobu2005-09-022-8/+23
* * eval.c (rb_call0): wrong condition for $SAFE restoration.matz2005-09-012-2/+6
* * ext/tk/lib/multi-tk.rb: On Tcl8.5, MultiTkIp#invoke_hidden doesn'tnagai2005-09-013-3/+31
* 2005-09-01nagai2005-09-011-4/+4
* * win32/Makefile.sub (OPTFLAGS): default global optimization tousa2005-08-312-4/+6
* * process.c (proc_detach, proc_setmaxgroups): missing argument typeocean2005-08-312-7/+10
* * string.c (rb_str_scan): already String#scan behaves differentlynobu2005-08-302-2/+5
* 2005-08-31matz2005-08-301-3/+3
* * enum.c (enum_count): new method. [ruby-dev:26895]matz2005-08-302-0/+66
* * array.c, dir.c, enum.c, hash.c, io.c, range.c, string.c, struct.c:nobu2005-08-3010-32/+73
* * lib/debug.rb: no need to restart at exit.nahi2005-08-302-3/+4
* * lib/mkmf.rb (xsystem, xpopen): no longer expand by Config.nobu2005-08-302-19/+26
* * eval.c (rb_rescue2): intialization miss. fixed: [ruby-dev:26917]nobu2005-08-302-3/+7
* * ext/digest/md5/md5ossl.h, ext/digest/rmd160/rmd160ossl.h,gotoyuzo2005-08-304-1/+11
* * lib/irb/init.rb: bug fix. [ruby-dev: 26920]keiju2005-08-302-1/+4
* * lib/drb/ssl.rb (SSLConfig#accept) sorry, self[:verbose] is inner class's me...ocean2005-08-302-6/+1
* * lib/drb/ssl.rb (SSLConfig#accept) fixed "Undefined method verbose"ocean2005-08-302-1/+6
* 2005-08-30matz2005-08-301-3/+3
* * eval.c (rb_f_send): do not call private methods if the receivermatz2005-08-305-4/+21
* * lib/rdoc/usage.rb: supress warning.ocean2005-08-291-1/+1
* * lib/rdoc/usage.rb: improper exceptions. [ruby-dev:26870]ocean2005-08-292-15/+29
* * lib/irb/init.rb: make IRB -I option that is same befavior for ruby.keiju2005-08-292-7/+14
* * lib/pathname.rb (Pathname#descend): new method.akr2005-08-282-0/+101
* * lib/time.rb: require 'date/format' instead of 'parsedate'.akr2005-08-282-12/+34
* 2005-08-29akr2005-08-281-3/+3
* * ext/curses/curses.c ({curses,window}_clrtoeol): added. suggestedocean2005-08-273-16/+53
* 2005-08-27ocean2005-08-271-3/+3
* 2005-08-26keiju2005-08-261-3/+3
* * lib/irb/init.rb: make IRB -I option that is same befavior for ruby.keiju2005-08-262-1/+13
* * ext/win32ole/win32ole.c: supress warnings. (win32)ocean2005-08-252-2/+5
* 2005-08-25ocean2005-08-251-3/+3
* Lovely RDOC patches from mathew (metaATpoboxDOTcom) on URI/* and getoptlong.rbryan2005-08-247-40/+171