summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-09-08* merged a patch from Takahiro Kambe <taca@back-street.net> tomatz
2005-09-08* missing/strchr.c (strrchr): fixed a bug for detecting NUL in amatz
2005-09-08* missing/strchr.c (strrchr): fixed a bug in detecting NUL in amatz
2005-09-07Added .document file for lib/uri.ryan
2005-09-072005-09-08ryan
2005-09-07* ext/openssl/ossl_engine.c (ossl_engine_s_by_id):gotoyuzo
2005-09-07* ext/openssl/ossl_engine.c (ossl_engine_s_by_id):gotoyuzo
2005-09-07* ext/openssl/ossl_asn1.c (asn1str_to_str): new function.gotoyuzo
2005-09-07* lib/open-uri.rb: abolish mod === tempfile to avoid a problemakr
2005-09-07* eval.c (rb_thread_switch): convert all exceptions tonobu
2005-09-07* win32/win32.[hc] (rb_w32_utime): constified.ocean
2005-09-06* lib/mkmf.rb (what_type?): guesstimate type.nobu
2005-09-06* Makefile.in, configure.in (MINIOBJS): miniruby on HP-UX can not loadnobu
2005-09-062005-09-07nobu
2005-09-06fix.akr
2005-09-06add a test to parse files by ripper.akr
2005-09-052005-09-06akr
2005-09-05document a blocking behavior of IO#eof?.akr
2005-09-05* parse.y (stmt, mlhs_node, lhs, arg, method_call): aref_args might benobu
2005-09-05* lib/observer.rb: a patch from nornagon <nornagon@gmail.com>matz
2005-09-05* lib/ostruct.rb: a patch from Florian Gross <florgro@gmail.com>matz
2005-09-05* lib/observer.rb: a patch from nornagon <nornagon@gmail.com>matz
2005-09-04* ext/openssl/openssl/lib/openssl/buffering.rb (Buffering#do_write):gotoyuzo
2005-09-042005-09-05gotoyuzo
2005-09-042005-09-04aamine
2005-09-04* parse.y (f_arg): Ripper should not do semantic check. [ruby-dev:26948]aamine
2005-09-03* lib/pathname.rb (Pathname#descend): Pathname.new("./a/b/c").descendakr
2005-09-032005-09-03akr
2005-09-02* lib: do not use __send__ to access private methods. [ruby-dev:26935]nobu
2005-09-022005-09-02nobu
2005-09-02* parse.y (f_arg): f_norm_arg is a VALUE in ripper, not an ID.nobu
2005-09-01* eval.c (rb_call0): wrong condition for $SAFE restoration.matz
2005-09-01* ext/tk/lib/multi-tk.rb: On Tcl8.5, MultiTkIp#invoke_hidden doesn'tnagai
2005-09-012005-09-01nagai
2005-08-31* win32/Makefile.sub (OPTFLAGS): default global optimization tousa
2005-08-31* process.c (proc_detach, proc_setmaxgroups): missing argument typeocean
2005-08-30* string.c (rb_str_scan): already String#scan behaves differentlynobu
2005-08-302005-08-31matz
2005-08-30* enum.c (enum_count): new method. [ruby-dev:26895]matz
2005-08-30* array.c, dir.c, enum.c, hash.c, io.c, range.c, string.c, struct.c:nobu
2005-08-30 * lib/debug.rb: no need to restart at exit.nahi
2005-08-30* lib/mkmf.rb (xsystem, xpopen): no longer expand by Config.nobu
2005-08-30* eval.c (rb_rescue2): intialization miss. fixed: [ruby-dev:26917]nobu
2005-08-30* ext/digest/md5/md5ossl.h, ext/digest/rmd160/rmd160ossl.h,gotoyuzo
2005-08-30* lib/irb/init.rb: bug fix. [ruby-dev: 26920]keiju
2005-08-30* lib/drb/ssl.rb (SSLConfig#accept) sorry, self[:verbose] is inner class's me...ocean
2005-08-30* lib/drb/ssl.rb (SSLConfig#accept) fixed "Undefined method verbose"ocean
2005-08-302005-08-30matz
2005-08-30* eval.c (rb_f_send): do not call private methods if the receivermatz
2005-08-29* lib/rdoc/usage.rb: supress warning.ocean