| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib/net/imap.rb (starttls): supported the STARTTLS command. | shugo | 2005-09-11 | 2 | -0/+22 |
* | set ERB#filename so that it is used when reporting syntax/runtime errors. | seki | 2005-09-11 | 2 | -75/+82 |
* | 2005-09-11 | seki | 2005-09-11 | 1 | -3/+3 |
* | * array.c: protoize. | matz | 2005-09-10 | 3 | -321/+149 |
* | 2005-09-10 | ocean | 2005-09-10 | 1 | -3/+3 |
* | tiny ChangeLog fix | ocean | 2005-09-10 | 1 | -1/+1 |
* | * ext/iconv/iconv.c (iconv_try), ext/iconv/extconf.rb: get rid of meta | nobu | 2005-09-09 | 3 | -199/+41 |
* | 2005-09-09 | nobu | 2005-09-09 | 1 | -3/+3 |
* | * string.c (rb_str_times): make empty strings to keep taintness, | nobu | 2005-09-09 | 2 | -4/+9 |
* | * merged a patch from Takahiro Kambe <taca@back-street.net> to | matz | 2005-09-08 | 4 | -9/+6 |
* | * missing/strchr.c (strrchr): fixed a bug for detecting NUL in a | matz | 2005-09-08 | 3 | -8/+20 |
* | * missing/strchr.c (strrchr): fixed a bug in detecting NUL in a | matz | 2005-09-08 | 1 | -1/+3 |
* | Added .document file for lib/uri. | ryan | 2005-09-07 | 3 | -2/+29 |
* | 2005-09-08 | ryan | 2005-09-07 | 1 | -3/+3 |
* | * ext/openssl/ossl_engine.c (ossl_engine_s_by_id): | gotoyuzo | 2005-09-07 | 1 | -0/+22 |
* | * ext/openssl/ossl_engine.c (ossl_engine_s_by_id): | gotoyuzo | 2005-09-07 | 1 | -3/+58 |
* | * ext/openssl/ossl_asn1.c (asn1str_to_str): new function. | gotoyuzo | 2005-09-07 | 6 | -17/+329 |
* | * lib/open-uri.rb: abolish mod === tempfile to avoid a problem | akr | 2005-09-07 | 2 | -2/+7 |
* | * eval.c (rb_thread_switch): convert all exceptions to | nobu | 2005-09-07 | 2 | -0/+12 |
* | * win32/win32.[hc] (rb_w32_utime): constified. | ocean | 2005-09-07 | 3 | -19/+25 |
* | * lib/mkmf.rb (what_type?): guesstimate type. | nobu | 2005-09-06 | 4 | -3/+78 |
* | * Makefile.in, configure.in (MINIOBJS): miniruby on HP-UX can not load | nobu | 2005-09-06 | 7 | -14/+23 |
* | 2005-09-07 | nobu | 2005-09-06 | 1 | -3/+3 |
* | fix. | akr | 2005-09-06 | 1 | -1/+0 |
* | add a test to parse files by ripper. | akr | 2005-09-06 | 1 | -0/+20 |
* | 2005-09-06 | akr | 2005-09-05 | 1 | -3/+3 |
* | document a blocking behavior of IO#eof?. | akr | 2005-09-05 | 1 | -2/+21 |
* | * parse.y (stmt, mlhs_node, lhs, arg, method_call): aref_args might be | nobu | 2005-09-05 | 4 | -5/+44 |
* | * lib/observer.rb: a patch from nornagon <nornagon@gmail.com> | matz | 2005-09-05 | 6 | -19/+75 |
* | * lib/ostruct.rb: a patch from Florian Gross <florgro@gmail.com> | matz | 2005-09-05 | 4 | -28/+47 |
* | * lib/observer.rb: a patch from nornagon <nornagon@gmail.com> | matz | 2005-09-05 | 1 | -1/+1 |
* | * ext/openssl/openssl/lib/openssl/buffering.rb (Buffering#do_write): | gotoyuzo | 2005-09-04 | 2 | -1/+6 |
* | 2005-09-05 | gotoyuzo | 2005-09-04 | 1 | -3/+3 |
* | 2005-09-04 | aamine | 2005-09-04 | 1 | -3/+3 |
* | * parse.y (f_arg): Ripper should not do semantic check. [ruby-dev:26948] | aamine | 2005-09-04 | 2 | -3/+8 |
* | * lib/pathname.rb (Pathname#descend): Pathname.new("./a/b/c").descend | akr | 2005-09-03 | 2 | -18/+35 |
* | 2005-09-03 | akr | 2005-09-03 | 1 | -3/+3 |
* | * lib: do not use __send__ to access private methods. [ruby-dev:26935] | nobu | 2005-09-02 | 15 | -41/+47 |
* | 2005-09-02 | nobu | 2005-09-02 | 1 | -3/+3 |
* | * parse.y (f_arg): f_norm_arg is a VALUE in ripper, not an ID. | nobu | 2005-09-02 | 2 | -8/+23 |
* | * eval.c (rb_call0): wrong condition for $SAFE restoration. | matz | 2005-09-01 | 2 | -2/+6 |
* | * ext/tk/lib/multi-tk.rb: On Tcl8.5, MultiTkIp#invoke_hidden doesn't | nagai | 2005-09-01 | 3 | -3/+31 |
* | 2005-09-01 | nagai | 2005-09-01 | 1 | -4/+4 |
* | * win32/Makefile.sub (OPTFLAGS): default global optimization to | usa | 2005-08-31 | 2 | -4/+6 |
* | * process.c (proc_detach, proc_setmaxgroups): missing argument type | ocean | 2005-08-31 | 2 | -7/+10 |
* | * string.c (rb_str_scan): already String#scan behaves differently | nobu | 2005-08-30 | 2 | -2/+5 |
* | 2005-08-31 | matz | 2005-08-30 | 1 | -3/+3 |
* | * enum.c (enum_count): new method. [ruby-dev:26895] | matz | 2005-08-30 | 2 | -0/+66 |
* | * array.c, dir.c, enum.c, hash.c, io.c, range.c, string.c, struct.c: | nobu | 2005-08-30 | 10 | -32/+73 |
* | * lib/debug.rb: no need to restart at exit. | nahi | 2005-08-30 | 2 | -3/+4 |