aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * array.c: moved to ANSI function style from K&R function style.ocean2005-09-1244-5308/+2211
* * lib/net/imap.rb (starttls): supported the STARTTLS command.shugo2005-09-112-0/+22
* set ERB#filename so that it is used when reporting syntax/runtime errors.seki2005-09-112-75/+82
* 2005-09-11seki2005-09-111-3/+3
* * array.c: protoize.matz2005-09-103-321/+149
* 2005-09-10ocean2005-09-101-3/+3
* tiny ChangeLog fixocean2005-09-101-1/+1
* * ext/iconv/iconv.c (iconv_try), ext/iconv/extconf.rb: get rid of metanobu2005-09-093-199/+41
* 2005-09-09nobu2005-09-091-3/+3
* * string.c (rb_str_times): make empty strings to keep taintness,nobu2005-09-092-4/+9
* * merged a patch from Takahiro Kambe <taca@back-street.net> tomatz2005-09-084-9/+6
* * missing/strchr.c (strrchr): fixed a bug for detecting NUL in amatz2005-09-083-8/+20
* * missing/strchr.c (strrchr): fixed a bug in detecting NUL in amatz2005-09-081-1/+3
* Added .document file for lib/uri.ryan2005-09-073-2/+29
* 2005-09-08ryan2005-09-071-3/+3
* * ext/openssl/ossl_engine.c (ossl_engine_s_by_id):gotoyuzo2005-09-071-0/+22
* * ext/openssl/ossl_engine.c (ossl_engine_s_by_id):gotoyuzo2005-09-071-3/+58
* * ext/openssl/ossl_asn1.c (asn1str_to_str): new function.gotoyuzo2005-09-076-17/+329
* * lib/open-uri.rb: abolish mod === tempfile to avoid a problemakr2005-09-072-2/+7
* * eval.c (rb_thread_switch): convert all exceptions tonobu2005-09-072-0/+12
* * win32/win32.[hc] (rb_w32_utime): constified.ocean2005-09-073-19/+25
* * lib/mkmf.rb (what_type?): guesstimate type.nobu2005-09-064-3/+78
* * 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